Trace number 3710032

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.61 1795.87

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710032-1338215295.opb
0.08/0.12	c reading problem ... 
1.11/0.62	c ... done. Wall clock time 0.502s.
1.11/0.62	c declared #vars     23800
1.11/0.62	c #constraints  24202
1.11/0.62	c constraints type 
1.11/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1.11/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.11/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.11/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1.11/0.62	c 24202 constraints processed.
5.06/4.12	c cleaning 2345 clauses out of 4993 with flag 5000/5000
9.45/8.07	c cleaning 4170 clauses out of 8641 with flag 11000/11000
13.75/12.33	c cleaning 5427 clauses out of 11471 with flag 18000/18000
19.27/17.81	c cleaning 6554 clauses out of 14040 with flag 26000/26000
25.25/23.77	c cleaning 6728 clauses out of 16485 with flag 35000/35000
32.22/30.65	c cleaning 7429 clauses out of 19753 with flag 45000/45000
39.93/38.37	c cleaning 8419 clauses out of 23322 with flag 56000/56000
47.44/45.86	c cleaning 10016 clauses out of 26903 with flag 68000/68000
55.88/54.24	c cleaning 9899 clauses out of 29887 with flag 81000/81000
65.13/63.42	c cleaning 11026 clauses out of 33983 with flag 95000/95000
73.97/72.28	c cleaning 12617 clauses out of 37955 with flag 110000/110000
83.89/82.12	c cleaning 13056 clauses out of 41341 with flag 126003/126003
94.81/93.06	c cleaning 13657 clauses out of 45282 with flag 143000/143000
107.52/105.74	c cleaning 14303 clauses out of 49620 with flag 161000/161000
119.48/117.62	c cleaning 15708 clauses out of 54315 with flag 180000/180000
131.61/129.70	c cleaning 16867 clauses out of 58602 with flag 200002/200002
144.61/142.71	c cleaning 16661 clauses out of 62730 with flag 221000/221000
158.92/157.03	c cleaning 18121 clauses out of 68069 with flag 243000/243000
172.84/170.98	c cleaning 18700 clauses out of 72946 with flag 266000/266000
189.06/187.11	c cleaning 21192 clauses out of 78244 with flag 290000/290000
205.17/203.20	c cleaning 21181 clauses out of 82051 with flag 315000/315000
221.79/219.89	c cleaning 21893 clauses out of 86868 with flag 341000/341000
240.82/238.82	c cleaning 22639 clauses out of 91976 with flag 368001/368001
259.67/257.62	c cleaning 23510 clauses out of 97336 with flag 396000/396000
277.82/275.70	c cleaning 24722 clauses out of 102826 with flag 425000/425000
299.07/296.96	c cleaning 25559 clauses out of 108104 with flag 455000/455000
321.58/319.44	c cleaning 28824 clauses out of 113545 with flag 486000/486000
344.17/341.90	c cleaning 27500 clauses out of 116718 with flag 518000/518000
366.09/363.85	c cleaning 28401 clauses out of 122219 with flag 551001/551001
389.73/387.49	c cleaning 28320 clauses out of 127815 with flag 585000/585000
413.65/411.36	c cleaning 29914 clauses out of 134494 with flag 620000/620000
440.18/437.87	c cleaning 32221 clauses out of 140581 with flag 656001/656001
462.30/459.97	c cleaning 34111 clauses out of 145359 with flag 693000/693000
484.84/482.41	c cleaning 34703 clauses out of 149248 with flag 731000/731000
509.08/506.62	c cleaning 34178 clauses out of 153545 with flag 770000/770000
538.72/536.26	c cleaning 35409 clauses out of 159367 with flag 810000/810000
566.66/564.15	c cleaning 36368 clauses out of 164958 with flag 851000/851000
595.22/592.64	c cleaning 36842 clauses out of 170590 with flag 893000/893000
624.75/622.16	c cleaning 38481 clauses out of 176746 with flag 936000/936000
655.77/653.13	c cleaning 39176 clauses out of 182265 with flag 980000/980000
687.59/684.90	c cleaning 41240 clauses out of 188089 with flag 1025000/1025000
719.25/716.56	c cleaning 41627 clauses out of 192849 with flag 1071000/1071000
753.46/750.74	c cleaning 41243 clauses out of 198222 with flag 1118000/1118000
784.02/781.28	c cleaning 41832 clauses out of 204979 with flag 1166000/1166000
819.75/816.96	c cleaning 44662 clauses out of 212147 with flag 1215000/1215000
855.12/852.24	c cleaning 45062 clauses out of 217485 with flag 1265000/1265000
889.57/886.63	c cleaning 46579 clauses out of 223423 with flag 1316000/1316000
926.23/923.26	c cleaning 48308 clauses out of 228844 with flag 1368000/1368000
967.02/963.92	c cleaning 47963 clauses out of 233536 with flag 1421000/1421000
1012.21/1009.07	c cleaning 48926 clauses out of 239573 with flag 1475000/1475000
1050.80/1047.58	c cleaning 49485 clauses out of 245645 with flag 1530000/1530000
1088.32/1085.06	c cleaning 50902 clauses out of 252160 with flag 1586000/1586000
1127.35/1124.03	c cleaning 52420 clauses out of 258258 with flag 1643000/1643000
1170.99/1167.67	c cleaning 52129 clauses out of 263838 with flag 1701000/1701000
1219.15/1215.75	c cleaning 54828 clauses out of 270705 with flag 1760000/1760000
1265.16/1261.68	c cleaning 54984 clauses out of 275877 with flag 1820000/1820000
1308.92/1305.39	c cleaning 55200 clauses out of 281893 with flag 1881000/1881000
1347.66/1344.01	c cleaning 56918 clauses out of 288694 with flag 1943001/1943001
1391.63/1387.94	c cleaning 58893 clauses out of 294776 with flag 2006001/2006001
1440.64/1437.00	c cleaning 59080 clauses out of 299886 with flag 2070004/2070004
1489.91/1486.13	c cleaning 59869 clauses out of 305805 with flag 2135003/2135003
1540.26/1536.48	c cleaning 60481 clauses out of 311933 with flag 2201000/2201000
1596.26/1592.38	c cleaning 62311 clauses out of 318452 with flag 2268000/2268000
1646.36/1642.32	c cleaning 62787 clauses out of 324141 with flag 2336000/2336000
1698.22/1694.18	c cleaning 63080 clauses out of 330354 with flag 2405000/2405000
1753.69/1749.54	c cleaning 64483 clauses out of 337274 with flag 2475000/2475000
1800.03/1795.81	c starts		: 228
1800.03/1795.81	c conflicts		: 2539118
1800.03/1795.81	c decisions		: 23818396
1800.03/1795.81	c propagations		: 3695713614
1800.03/1795.81	c inspects		: 6614143860
1800.03/1795.81	c shortcuts		: 0
1800.03/1795.81	c learnt literals	: 38
1800.03/1795.81	c learnt binary clauses	: 243022
1800.03/1795.81	c learnt ternary clauses	: 258382
1800.03/1795.81	c learnt constraints	: 2539080
1800.03/1795.81	c ignored constraints	: 0
1800.03/1795.81	c root simplifications	: 266
1800.03/1795.81	c removed literals (reason simplification)	: 22906876
1800.03/1795.81	c reason swapping (by a shorter reason)	: 0
1800.03/1795.81	c Calls to reduceDB	: 66
1800.03/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.81	c number of learned constraints concerned by reduction	: 0
1800.03/1795.81	c number of learning phase by resolution	: 0
1800.03/1795.81	c number of learning phase by cutting planes	: 0
1800.03/1795.81	c speed (assignments/second)	: 2058701.8444523546
1800.03/1795.81	c non guided choices	4673
1800.03/1795.86	c learnt constraints type 
1800.03/1795.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 243007
1800.03/1795.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93951
1800.03/1795.86	c constraints type 
1800.03/1795.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1800.03/1795.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1800.03/1795.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1795.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1800.03/1795.86	c 24202 constraints processed.
1800.03/1795.86	s UNKNOWN
1800.03/1795.86	c Total wall clock time (in seconds): 1795.747

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-3710032-1338215295/watcher-3710032-1338215295 -o /tmp/evaluation-result-3710032-1338215295/solver-3710032-1338215295 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710032-1338215295.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: 2.00 2.02 2.00 4/194 5945
/proc/meminfo: memFree=27455328/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/5945/stat : 5945 (java) R 5943 5945 32675 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 287654991 8192 1 33554432000 0 0 0 140734056596488 214537235895 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2 1 0 0 0 2 0

[startup+0.0187199 s]
/proc/loadavg: 2.00 2.02 2.00 4/194 5945
/proc/meminfo: memFree=27455328/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 287654991 105127936 1109 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 25666 1109 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100172 s]
/proc/loadavg: 2.00 2.02 2.00 4/194 5945
/proc/meminfo: memFree=27455328/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 4339 0 1 0 7 1 0 0 20 0 18 0 287654991 9787842560 5546 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2389610 5546 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300157 s]
/proc/loadavg: 2.00 2.02 2.00 4/194 5945
/proc/meminfo: memFree=27455328/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 7437 0 1 0 52 2 0 0 20 0 18 0 287654991 9787842560 11061 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2389610 11061 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700161 s]
/proc/loadavg: 2.00 2.02 2.00 4/194 5945
/proc/meminfo: memFree=27455328/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 9516 0 1 0 132 4 0 0 20 0 19 0 287654991 9856004096 42597 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 42597 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.00 2.02 2.00 4/213 5964
/proc/meminfo: memFree=27293828/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=2.43 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 10027 0 1 0 239 4 0 0 20 0 19 0 287654991 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 42684 2274 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2633 0 1 0 143 3 0 0 20 0 19 0 287654992 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426973049400 140426913558590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287654994 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 2589 0 0 0 45 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3513 0 0 0 46 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5964
/proc/meminfo: memFree=27292960/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=4.05 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 10029 0 1 0 401 4 0 0 20 0 19 0 287654991 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 42684 2274 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2635 0 1 0 303 3 0 0 20 0 19 0 287654992 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426973049304 140426913558187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287654994 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 2589 0 0 0 48 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3513 0 0 0 46 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 42684 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5964
/proc/meminfo: memFree=27254620/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=7.71 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 15920 0 1 0 764 7 0 0 20 0 19 0 287654991 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 52056 2286 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2637 0 1 0 618 3 0 0 20 0 19 0 287654992 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426973047232 140426913454569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654993 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 19 0 287654994 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 8424 0 0 0 88 2 0 0 20 0 19 0 287654997 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3518 0 0 0 47 0 0 0 20 0 19 0 287654997 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 52056 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 107 0 0 0 42 2 0 0 20 0 19 0 287654993 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 150 0 0 0 30 1 0 0 20 0 19 0 287654993 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 78 0 0 0 39 2 0 0 20 0 19 0 287654993 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 210 0 0 0 390 2 0 0 20 0 19 0 287654994 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 8426 0 0 0 90 2 0 0 20 0 19 0 287654997 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3862 0 0 0 67 0 0 0 20 0 19 0 287654997 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 96 0 0 0 23 20 0 0 20 0 19 0 287654997 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 87233 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.41
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6038
/proc/meminfo: memFree=27220072/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=1726.48 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 17427 0 1 0 172605 43 0 0 20 0 19 0 287654991 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 87243 2287 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=1717.19 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2699 0 1 0 171689 30 0 0 20 0 19 0 287654992 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426973049120 140426913558060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 158 0 0 0 42 1 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 64 0 0 0 45 2 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 159 0 0 0 45 4 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 90 0 0 0 37 3 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 143 0 0 0 37 3 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 107 0 0 0 43 2 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 150 0 0 0 31 1 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 78 0 0 0 40 2 0 0 20 0 19 0 287654993 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 212 0 0 0 399 2 0 0 20 0 19 0 287654994 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 8426 0 0 0 90 2 0 0 20 0 19 0 287654997 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3862 0 0 0 67 0 0 0 20 0 19 0 287654997 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 98 0 0 0 24 21 0 0 20 0 19 0 287654997 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 87243 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.48
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6038
/proc/meminfo: memFree=27219828/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=1786.53 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 17438 0 1 0 178608 45 0 0 20 0 19 0 287654991 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 87247 2287 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=1777.08 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2700 0 1 0 177677 31 0 0 20 0 19 0 287654992 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426973049120 140426913528384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 158 0 0 0 42 1 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 64 0 0 0 47 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 159 0 0 0 46 4 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 94 0 0 0 39 3 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 143 0 0 0 37 3 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 107 0 0 0 43 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 150 0 0 0 32 1 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 78 0 0 0 40 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 214 0 0 0 408 2 0 0 20 0 19 0 287654994 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 8426 0 0 0 90 2 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3862 0 0 0 67 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 102 0 0 0 25 22 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6038
/proc/meminfo: memFree=27219828/32873648 swapFree=7104/7104
[pid=5945] ppid=5943 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/5945/stat : 5945 (java) S 5943 5945 32675 0 -1 4202496 17438 0 1 0 179958 45 0 0 20 0 19 0 287654991 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140734608515280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5945/statm: 2406251 87247 2287 9 0 2396937 0
[pid=5945/tid=5947] ppid=5943 vsize=9625004 CPUtime=1790.58 cores=0,2,4,6
/proc/5945/task/5947/stat : 5947 (java) R 5943 5945 32675 0 -1 4202560 2700 0 1 0 179027 31 0 0 20 0 19 0 287654992 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426973049120 140426913530735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5948] ppid=5943 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/5945/task/5948/stat : 5948 (java) S 5943 5945 32675 0 -1 4202560 158 0 0 0 42 1 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426911779752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5949] ppid=5943 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/5945/task/5949/stat : 5949 (java) S 5943 5945 32675 0 -1 4202560 64 0 0 0 47 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426910727208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5950] ppid=5943 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/5945/task/5950/stat : 5950 (java) S 5943 5945 32675 0 -1 4202560 159 0 0 0 46 4 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426909674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5951] ppid=5943 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5945/task/5951/stat : 5951 (java) S 5943 5945 32675 0 -1 4202560 94 0 0 0 39 3 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426813848360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5952] ppid=5943 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/5945/task/5952/stat : 5952 (java) S 5943 5945 32675 0 -1 4202560 143 0 0 0 37 3 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426812795304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5953] ppid=5943 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/5945/task/5953/stat : 5953 (java) S 5943 5945 32675 0 -1 4202560 107 0 0 0 43 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426811742760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5954] ppid=5943 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5945/task/5954/stat : 5954 (java) S 5943 5945 32675 0 -1 4202560 150 0 0 0 32 1 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426810689704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5955] ppid=5943 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/5945/task/5955/stat : 5955 (java) S 5943 5945 32675 0 -1 4202560 78 0 0 0 40 2 0 0 20 0 19 0 287654993 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426809637160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5956] ppid=5943 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/5945/task/5956/stat : 5956 (java) S 5943 5945 32675 0 -1 4202560 214 0 0 0 408 2 0 0 20 0 19 0 287654994 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426797226856 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5957] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5957/stat : 5957 (java) S 5943 5945 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426796173176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5958] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5958/stat : 5958 (java) S 5943 5945 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287654995 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426795120008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5959] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5959/stat : 5959 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426794068752 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5960] ppid=5943 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/5945/task/5960/stat : 5960 (java) S 5943 5945 32675 0 -1 4202560 8426 0 0 0 90 2 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426793015608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5945/tid=5961] ppid=5943 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/5945/task/5961/stat : 5961 (java) S 5943 5945 32675 0 -1 4202560 3862 0 0 0 67 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426791963064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5945/tid=5962] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5962/stat : 5962 (java) S 5943 5945 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426790910200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5945/tid=5963] ppid=5943 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/5945/task/5963/stat : 5963 (java) S 5943 5945 32675 0 -1 4202560 102 0 0 0 25 22 0 0 20 0 19 0 287654997 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426789857864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5945/tid=5964] ppid=5943 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5945/task/5964/stat : 5964 (java) S 5943 5945 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655056 9856004096 87247 33554432000 1073741824 1073778376 140734608524144 140426788804136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1795.87
CPU time (s): 1800.61
CPU user time (s): 1799.72
CPU system time (s): 0.891864
CPU usage (%): 100.264
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.891864
maximum resident set size= 349132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17476
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39797
involuntary context switches= 16626

runsolver used 5.68114 second user time and 14.6328 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 16:28:15
IDJOB=3710032
IDBENCH=90143
IDSOLVER=2289
FILE ID=node127/3710032-1338215295
RUNJOBID= node127-1338206934-5254
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K200.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710032-1338215295/watcher-3710032-1338215295 -o /tmp/evaluation-result-3710032-1338215295/solver-3710032-1338215295 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710032-1338215295.opb

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=645987174

node127.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		: 2666.348
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	: 5332.69
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		: 2666.348
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.91
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		: 2666.348
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.94
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		: 2666.348
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		: 2666.348
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		: 2666.348
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		: 2666.348
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		: 2666.348
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27455328 kB
Buffers:          495940 kB
Cached:          3629164 kB
SwapCached:            0 kB
Active:          1637260 kB
Inactive:        2869696 kB
Active(anon):     383796 kB
Inactive(anon):        0 kB
Active(file):    1253464 kB
Inactive(file):  2869696 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2396 kB
Writeback:             4 kB
AnonPages:        414704 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             745696 kB
SReclaimable:     189828 kB
SUnreclaim:       555868 kB
KernelStack:        1608 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71164 MiB
End job on node127 at 2012-05-28 16:58:13