Trace number 3742422

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 906.769

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3742422-1338766962.opb
0.07/0.13	c reading problem ... 
1.17/0.64	c ... done. Wall clock time 0.514s.
1.17/0.64	c #vars     21063
1.17/0.64	c #constraints  21419
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1.17/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1.17/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1.17/0.64	c constraints type 
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1.17/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1.17/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
8.61/3.74	c cleaning 2481 clauses out of 4990 with flag 5000/5000
15.21/6.94	c cleaning 4187 clauses out of 8501 with flag 11000/11000
22.57/10.65	c cleaning 5483 clauses out of 11312 with flag 18002/18002
30.98/14.85	c cleaning 6674 clauses out of 13828 with flag 26002/26002
39.94/19.38	c cleaning 7843 clauses out of 16149 with flag 35000/35000
52.08/25.43	c cleaning 8742 clauses out of 18303 with flag 45004/45004
64.62/31.73	c cleaning 10057 clauses out of 20553 with flag 56000/56000
80.00/39.50	c cleaning 10989 clauses out of 22492 with flag 68001/68001
94.90/46.98	c cleaning 12047 clauses out of 24503 with flag 81004/81004
113.02/56.06	c cleaning 12959 clauses out of 26445 with flag 95001/95001
131.91/65.51	c cleaning 13804 clauses out of 28485 with flag 110003/110003
160.64/79.96	c cleaning 14928 clauses out of 30675 with flag 126000/126000
183.33/91.37	c cleaning 16046 clauses out of 32747 with flag 143000/143000
205.42/102.42	c cleaning 17261 clauses out of 34702 with flag 161003/161003
229.92/114.77	c cleaning 17814 clauses out of 36438 with flag 180001/180001
257.81/128.77	c cleaning 18939 clauses out of 38623 with flag 200000/200000
285.83/142.89	c cleaning 19720 clauses out of 40690 with flag 221006/221006
331.19/165.52	c cleaning 20804 clauses out of 42957 with flag 243001/243001
361.11/180.59	c cleaning 21681 clauses out of 44152 with flag 265001/265001
388.18/194.18	c cleaning 21539 clauses out of 44468 with flag 287000/287000
437.83/219.05	c cleaning 21831 clauses out of 44929 with flag 309000/309000
468.51/234.45	c cleaning 20470 clauses out of 45097 with flag 331000/331000
494.77/247.61	c cleaning 20477 clauses out of 46623 with flag 353000/353000
521.84/261.23	c cleaning 20675 clauses out of 48145 with flag 375001/375001
595.31/298.04	c cleaning 20652 clauses out of 49470 with flag 397001/397001
627.08/314.09	c cleaning 20635 clauses out of 50816 with flag 419000/419000
675.70/338.44	c cleaning 20665 clauses out of 52181 with flag 441000/441000
704.92/353.19	c cleaning 20781 clauses out of 53516 with flag 463000/463000
746.62/374.12	c cleaning 20275 clauses out of 54737 with flag 485002/485002
778.06/389.97	c cleaning 20802 clauses out of 56462 with flag 507002/507002
806.65/404.35	c cleaning 20888 clauses out of 57659 with flag 529002/529002
833.83/418.03	c cleaning 20522 clauses out of 58769 with flag 551000/551000
864.74/433.65	c cleaning 20485 clauses out of 60248 with flag 573001/573001
892.95/447.85	c cleaning 20659 clauses out of 61761 with flag 595000/595000
926.94/464.93	c cleaning 20695 clauses out of 63105 with flag 617003/617003
952.12/477.69	c cleaning 20718 clauses out of 64408 with flag 639001/639001
980.51/492.01	c cleaning 20975 clauses out of 65689 with flag 661000/661000
1001.65/502.77	c cleaning 0 clauses out of 5001 with flag 0/5001
1012.61/508.28	c cleaning 20721 clauses out of 66714 with flag 683000/683000
1040.08/522.11	c cleaning 20552 clauses out of 67993 with flag 705000/705000
1066.79/535.73	c cleaning 20827 clauses out of 69446 with flag 727005/727005
1097.68/551.39	c cleaning 20455 clauses out of 70614 with flag 749000/749000
1130.14/567.76	c cleaning 20469 clauses out of 72159 with flag 771000/771000
1160.23/582.91	c cleaning 20352 clauses out of 73690 with flag 793000/793000
1191.90/599.06	c cleaning 20945 clauses out of 75339 with flag 815001/815001
1226.77/616.65	c cleaning 20981 clauses out of 76393 with flag 837001/837001
1257.47/632.16	c cleaning 20293 clauses out of 77410 with flag 859000/859000
1297.94/652.55	c cleaning 21077 clauses out of 79119 with flag 881002/881002
1329.63/668.68	c cleaning 20615 clauses out of 80040 with flag 903000/903000
1361.73/684.80	c cleaning 20592 clauses out of 81424 with flag 925000/925000
1398.18/703.20	c cleaning 20906 clauses out of 82833 with flag 947001/947001
1431.85/720.27	c cleaning 20260 clauses out of 83929 with flag 969003/969003
1468.10/738.70	c cleaning 20849 clauses out of 85667 with flag 991001/991001
1498.78/754.19	c cleaning 20682 clauses out of 86817 with flag 1013000/1013000
1544.85/777.36	c cleaning 20576 clauses out of 88135 with flag 1035000/1035000
1574.18/792.18	c cleaning 20813 clauses out of 89559 with flag 1057000/1057000
1605.26/807.93	c cleaning 21046 clauses out of 90746 with flag 1079000/1079000
1633.38/822.11	c cleaning 20626 clauses out of 91700 with flag 1101000/1101000
1661.04/836.15	c cleaning 20979 clauses out of 93078 with flag 1123004/1123004
1691.91/851.73	c cleaning 20296 clauses out of 94094 with flag 1145000/1145000
1718.88/865.57	c cleaning 21011 clauses out of 95799 with flag 1167001/1167001
1749.88/881.24	c cleaning 20876 clauses out of 96788 with flag 1189001/1189001
1784.27/898.64	c cleaning 20540 clauses out of 97912 with flag 1211001/1211001
1800.06/906.71	c starts		: 188
1800.06/906.71	c conflicts		: 1221828
1800.06/906.71	c decisions		: 51192899
1800.06/906.71	c propagations		: 996536750
1800.06/906.71	c inspects		: 1753635637
1800.06/906.71	c shortcuts		: 0
1800.06/906.71	c learnt literals	: 87
1800.06/906.71	c learnt binary clauses	: 67606
1800.06/906.71	c learnt ternary clauses	: 70979
1800.06/906.71	c learnt constraints	: 1221742
1800.06/906.71	c ignored constraints	: 0
1800.06/906.71	c root simplifications	: 0
1800.06/906.71	c removed literals (reason simplification)	: 9044812
1800.06/906.71	c reason swapping (by a shorter reason)	: 0
1800.06/906.71	c Calls to reduceDB	: 62
1800.06/906.71	c number of reductions to clauses (during analyze)	: 0
1800.06/906.71	c number of learned constraints concerned by reduction	: 0
1800.06/906.71	c number of learning phase by resolution	: 0
1800.06/906.71	c number of learning phase by cutting planes	: 0
1800.06/906.71	c speed (assignments/second)	: 1099853.2531918276
1800.06/906.71	c non guided choices	62661
1800.06/906.75	c learnt constraints type 
1800.06/906.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67611
1800.06/906.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20644
1800.06/906.75	c constraints type 
1800.06/906.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1800.06/906.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1800.06/906.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1800.06/906.75	c constraints type 
1800.06/906.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
1800.06/906.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
1800.06/906.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
1800.06/906.75	s UNKNOWN
1800.06/906.75	c Total wall clock time (in seconds): 906.616

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742422-1338766962/watcher-3742422-1338766962 -o /tmp/evaluation-result-3742422-1338766962/solver-3742422-1338766962 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742422-1338766962.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.07 3.96 4/197 16134
/proc/meminfo: memFree=27304868/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16134/stat : 16134 (java) D 16132 16134 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342821132 9515008 183 33554432000 1073741824 1073778376 140735770793248 140735770784280 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16134/statm: 2323 183 140 9 0 71 0

[startup+0.0232341 s]
/proc/loadavg: 4.04 4.07 3.96 4/197 16134
/proc/meminfo: memFree=27304868/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=10496720 CPUtime=0 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 1927 0 1 0 0 0 0 0 20 0 2 0 342821132 10748641280 2118 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2624180 2630 931 9 0 2615289 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10496720

[startup+0.100252 s]
/proc/loadavg: 4.04 4.07 3.96 4/197 16134
/proc/meminfo: memFree=27304868/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 4476 0 1 0 6 1 0 0 20 0 18 0 342821132 11864465408 12838 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2896598 12841 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300164 s]
/proc/loadavg: 4.04 4.07 3.96 4/197 16134
/proc/meminfo: memFree=27304868/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11586392 CPUtime=0.54 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 8280 0 1 0 51 3 0 0 20 0 18 0 342821132 11864465408 18877 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2896598 18877 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700176 s]
/proc/loadavg: 4.04 4.07 3.96 4/197 16134
/proc/meminfo: memFree=27304868/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 10565 0 1 0 136 5 0 0 20 0 22 0 342821132 12137111552 52109 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 52109 2256 9 0 2953849 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 11852648

[startup+1.50079 s]
/proc/loadavg: 4.04 4.07 3.96 5/219 16156
/proc/meminfo: memFree=27094032/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=4.11 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 20340 0 1 0 402 9 0 0 20 0 22 0 342821132 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 85137 2263 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3446 0 1 0 57 4 0 0 20 0 22 0 342821133 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342821136 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5710 0 0 0 75 1 0 0 20 0 22 0 342821140 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16150] ppid=16132 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/16134/task/16150/stat : 16150 (java) S 16132 16134 13088 0 -1 4202560 9826 0 0 0 98 2 0 0 20 0 22 0 342821140 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408583596600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16151] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16151/stat : 16151 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408582544504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16152] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16152/stat : 16152 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408581491912 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16153] ppid=16132 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/16134/task/16153/stat : 16153 (java) R 16132 16134 13088 0 -1 4202560 31 0 0 0 83 0 0 0 20 0 22 0 342821197 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408580436312 140409209311017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16154] ppid=16132 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/16134/task/16154/stat : 16154 (java) R 16132 16134 13088 0 -1 4202560 125 0 0 0 81 2 0 0 20 0 22 0 342821197 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408579383176 140409209289426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16155] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16155/stat : 16155 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408578331816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16156] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16156/stat : 16156 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 85137 33554432000 1073741824 1073778376 140737419464960 140408577279016 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 4.04 4.07 3.96 4/219 16156
/proc/meminfo: memFree=26837864/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=7.41 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 20794 0 1 0 725 16 0 0 20 0 22 0 342821132 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 180959 2264 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3446 0 1 0 57 4 0 0 20 0 22 0 342821133 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342821136 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5973 0 0 0 82 2 0 0 20 0 22 0 342821140 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16150] ppid=16132 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/16134/task/16150/stat : 16150 (java) S 16132 16134 13088 0 -1 4202560 9827 0 0 0 101 2 0 0 20 0 22 0 342821140 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408583596600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16151] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16151/stat : 16151 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408582544504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16152] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16152/stat : 16152 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408581491912 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16153] ppid=16132 vsize=11852648 CPUtime=2.42 cores=0,2,4,6
/proc/16134/task/16153/stat : 16153 (java) R 16132 16134 13088 0 -1 4202560 34 0 0 0 242 0 0 0 20 0 22 0 342821197 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408580434504 140409209236086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16154] ppid=16132 vsize=11852648 CPUtime=2.43 cores=0,2,4,6
/proc/16134/task/16154/stat : 16154 (java) R 16132 16134 13088 0 -1 4202560 312 0 0 0 235 8 0 0 20 0 22 0 342821197 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408579383608 140409209698726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16155] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16155/stat : 16155 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408578331816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16156] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16156/stat : 16156 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 180959 33554432000 1073741824 1073778376 140737419464960 140408577279016 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 4.11 4.08 3.97 5/219 16156
/proc/meminfo: memFree=26388616/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=14 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 20992 0 1 0 1379 21 0 0 20 0 22 0 342821132 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 230596 2290 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3446 0 1 0 57 4 0 0 20 0 22 0 342821133 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342821135 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 342821136 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5986 0 0 0 86 2 0 0 20 0 22 0 342821140 12137111552 230596 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

################
# More data... #
################

/proc/16134/statm: 2963162 958171 2291 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3472 0 1 0 59 6 0 0 20 0 22 0 342821133 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 177 0 0 0 127 8 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 133 0 0 0 111 4 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 148 0 0 0 114 5 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 134 0 0 0 100 5 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 133 0 0 0 115 5 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 108 0 0 0 111 4 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 148 0 0 0 113 6 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 123 0 0 0 113 7 0 0 20 0 22 0 342821135 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=19.22 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 165 0 0 0 1915 7 0 0 20 0 22 0 342821136 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5996 0 0 0 103 2 0 0 20 0 22 0 342821140 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16150] ppid=16132 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/16134/task/16150/stat : 16150 (java) S 16132 16134 13088 0 -1 4202560 11226 0 0 0 162 2 0 0 20 0 22 0 342821140 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408583596600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16151] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16151/stat : 16151 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408582544504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16152] ppid=16132 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/16134/task/16152/stat : 16152 (java) S 16132 16134 13088 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 342821140 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408581491912 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16153] ppid=16132 vsize=11852648 CPUtime=857.38 cores=0,2,4,6
/proc/16134/task/16153/stat : 16153 (java) R 16132 16134 13088 0 -1 4202560 85 0 0 0 85723 15 0 0 20 0 22 0 342821197 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408580436176 140409209236060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16154] ppid=16132 vsize=11852648 CPUtime=857.44 cores=0,2,4,6
/proc/16134/task/16154/stat : 16154 (java) R 16132 16134 13088 0 -1 4202560 1631 0 0 0 85673 71 0 0 20 0 22 0 342821197 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408579381472 140409209629996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16155] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16155/stat : 16155 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408578331816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16156] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16156/stat : 16156 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958171 33554432000 1073741824 1073778376 140737419464960 140408577279016 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1751.67
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 1.99 2.22 2.97 3/192 16189
/proc/meminfo: memFree=27281912/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 24928 0 1 0 179872 134 0 0 20 0 22 0 342821132 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 958176 2291 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3473 0 1 0 59 6 0 0 20 0 22 0 342821133 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 178 0 0 0 128 8 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 133 0 0 0 113 4 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 148 0 0 0 115 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 134 0 0 0 101 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 135 0 0 0 117 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 108 0 0 0 112 4 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 150 0 0 0 115 6 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 123 0 0 0 114 7 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=19.69 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 167 0 0 0 1962 7 0 0 20 0 22 0 342821136 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5996 0 0 0 103 2 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16150] ppid=16132 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/16134/task/16150/stat : 16150 (java) S 16132 16134 13088 0 -1 4202560 11226 0 0 0 162 2 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408583596600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16151] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16151/stat : 16151 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408582544504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16152] ppid=16132 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/16134/task/16152/stat : 16152 (java) S 16132 16134 13088 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408581491912 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16153] ppid=16132 vsize=11852648 CPUtime=881.21 cores=0,2,4,6
/proc/16134/task/16153/stat : 16153 (java) R 16132 16134 13088 0 -1 4202560 85 0 0 0 88106 15 0 0 20 0 22 0 342821197 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408580436176 140409209350170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16154] ppid=16132 vsize=11852648 CPUtime=881.28 cores=0,2,4,6
/proc/16134/task/16154/stat : 16154 (java) R 16132 16134 13088 0 -1 4202560 1631 0 0 0 88057 71 0 0 20 0 22 0 342821197 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408579381584 140409209639189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16155] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16155/stat : 16155 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408578331816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16156] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16156/stat : 16156 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408577279016 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+906.701 s]
/proc/loadavg: 1.99 2.22 2.97 3/192 16189
/proc/meminfo: memFree=27281912/32873844 swapFree=7116/7116
[pid=16134] ppid=16132 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/16134/stat : 16134 (java) S 16132 16134 13088 0 -1 4202496 24928 0 1 0 179872 134 0 0 20 0 22 0 342821132 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140737419456096 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16134/statm: 2963162 958176 2291 9 0 2953849 0
[pid=16134/tid=16136] ppid=16132 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/16134/task/16136/stat : 16136 (java) S 16132 16134 13088 0 -1 4202560 3473 0 1 0 59 6 0 0 20 0 22 0 342821133 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409375487128 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16137] ppid=16132 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/16134/task/16137/stat : 16137 (java) S 16132 16134 13088 0 -1 4202560 178 0 0 0 128 8 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409330239784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16138] ppid=16132 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/16134/task/16138/stat : 16138 (java) S 16132 16134 13088 0 -1 4202560 133 0 0 0 113 4 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409329186984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16139] ppid=16132 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/16134/task/16139/stat : 16139 (java) S 16132 16134 13088 0 -1 4202560 148 0 0 0 115 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409328134696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16140] ppid=16132 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/16134/task/16140/stat : 16140 (java) S 16132 16134 13088 0 -1 4202560 134 0 0 0 101 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409327081896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16141] ppid=16132 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/16134/task/16141/stat : 16141 (java) S 16132 16134 13088 0 -1 4202560 135 0 0 0 117 5 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409208564520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16142] ppid=16132 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/16134/task/16142/stat : 16142 (java) S 16132 16134 13088 0 -1 4202560 108 0 0 0 112 4 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409207511720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16134/tid=16143] ppid=16132 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/16134/task/16143/stat : 16143 (java) S 16132 16134 13088 0 -1 4202560 150 0 0 0 115 6 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409206459432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16144] ppid=16132 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/16134/task/16144/stat : 16144 (java) S 16132 16134 13088 0 -1 4202560 123 0 0 0 114 7 0 0 20 0 22 0 342821135 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409205406632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16145] ppid=16132 vsize=11852648 CPUtime=19.69 cores=0,2,4,6
/proc/16134/task/16145/stat : 16145 (java) S 16132 16134 13088 0 -1 4202560 167 0 0 0 1962 7 0 0 20 0 22 0 342821136 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140409192995048 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16146] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16146/stat : 16146 (java) S 16132 16134 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408587805688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16147] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16147/stat : 16147 (java) S 16132 16134 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342821137 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408586753288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16148] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16148/stat : 16148 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408585701776 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16149] ppid=16132 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/16134/task/16149/stat : 16149 (java) S 16132 16134 13088 0 -1 4202560 5996 0 0 0 103 2 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408584649400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16150] ppid=16132 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/16134/task/16150/stat : 16150 (java) S 16132 16134 13088 0 -1 4202560 11226 0 0 0 162 2 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408583596600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16151] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16151/stat : 16151 (java) S 16132 16134 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408582544504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16152] ppid=16132 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/16134/task/16152/stat : 16152 (java) S 16132 16134 13088 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 342821140 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408581491912 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16134/tid=16153] ppid=16132 vsize=11852648 CPUtime=881.21 cores=0,2,4,6
/proc/16134/task/16153/stat : 16153 (java) R 16132 16134 13088 0 -1 4202560 85 0 0 0 88106 15 0 0 20 0 22 0 342821197 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408580436176 140409209350170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16154] ppid=16132 vsize=11852648 CPUtime=881.28 cores=0,2,4,6
/proc/16134/task/16154/stat : 16154 (java) R 16132 16134 13088 0 -1 4202560 1631 0 0 0 88057 71 0 0 20 0 22 0 342821197 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408579381584 140409209639189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16134/tid=16155] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16155/stat : 16155 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408578331816 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16134/tid=16156] ppid=16132 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/16134/task/16156/stat : 16156 (java) S 16132 16134 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342821199 12137111552 958176 33554432000 1073741824 1073778376 140737419464960 140408577279016 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16134 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=108254
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=811724
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.769
CPU time (s): 1800.06
CPU user time (s): 1798.72
CPU system time (s): 1.34
CPU usage (%): 198.514
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.81172
maximum resident set size= 3834876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24962
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24117
involuntary context switches= 28878

runsolver used 3.22051 second user time and 8.33373 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 01:42:42
IDJOB=3742422
IDBENCH=90182
IDSOLVER=2328
FILE ID=node146/3742422-1338766962
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70904 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K177.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742422-1338766962/watcher-3742422-1338766962 -o /tmp/evaluation-result-3742422-1338766962/solver-3742422-1338766962 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742422-1338766962.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=1545394733

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27305240 kB
Buffers:          325756 kB
Cached:           612568 kB
SwapCached:         1792 kB
Active:          4240396 kB
Inactive:         500756 kB
Active(anon):    3803636 kB
Inactive(anon):     1664 kB
Active(file):     436760 kB
Inactive(file):   499092 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       3811192 kB
Mapped:            17140 kB
Shmem:                 0 kB
Slab:             678232 kB
SReclaimable:     118028 kB
SUnreclaim:       560204 kB
KernelStack:        1624 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3756032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70904 MiB
End job on node146 at 2012-06-04 01:57:51