Trace number 3710017

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.09 1795.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
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 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710017-1338217428.opb
0.07/0.14	c reading problem ... 
1.12/0.60	c ... done. Wall clock time 0.459s.
1.12/0.60	c declared #vars     18564
1.12/0.60	c #constraints  18878
1.12/0.60	c constraints type 
1.12/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1.12/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1.12/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.12/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1.12/0.60	c 18878 constraints processed.
4.53/3.62	c cleaning 2440 clauses out of 4981 with flag 5000/5000
7.92/6.94	c cleaning 4153 clauses out of 8522 with flag 11000/11000
11.73/10.72	c cleaning 5661 clauses out of 11361 with flag 18000/18000
15.74/14.77	c cleaning 6626 clauses out of 13691 with flag 26000/26000
20.20/19.18	c cleaning 7783 clauses out of 16052 with flag 35000/35000
25.50/24.49	c cleaning 8523 clauses out of 18262 with flag 45000/45000
30.82/29.71	c cleaning 9123 clauses out of 20730 with flag 56000/56000
36.93/35.80	c cleaning 9855 clauses out of 23594 with flag 68000/68000
43.14/42.00	c cleaning 11015 clauses out of 26736 with flag 81000/81000
50.05/48.97	c cleaning 11443 clauses out of 29720 with flag 95000/95000
57.41/56.27	c cleaning 13022 clauses out of 33279 with flag 110002/110002
65.74/64.53	c cleaning 12994 clauses out of 36249 with flag 126000/126000
73.87/72.62	c cleaning 14358 clauses out of 40257 with flag 143002/143002
83.68/82.44	c cleaning 15507 clauses out of 43898 with flag 161001/161001
93.25/91.93	c cleaning 16057 clauses out of 47383 with flag 180000/180000
102.58/101.21	c cleaning 17052 clauses out of 51326 with flag 200001/200001
112.78/111.49	c cleaning 18033 clauses out of 55263 with flag 221000/221000
124.51/123.16	c cleaning 18662 clauses out of 59224 with flag 243001/243001
135.82/134.50	c cleaning 20505 clauses out of 63561 with flag 266000/266000
148.13/146.74	c cleaning 21821 clauses out of 67053 with flag 290000/290000
162.34/160.99	c cleaning 21757 clauses out of 70217 with flag 315000/315000
176.75/175.31	c cleaning 23368 clauses out of 74458 with flag 341000/341000
189.87/188.45	c cleaning 23692 clauses out of 78086 with flag 368000/368000
203.29/201.88	c cleaning 24773 clauses out of 82394 with flag 396000/396000
222.63/221.19	c cleaning 26030 clauses out of 86622 with flag 425001/425001
238.49/236.91	c cleaning 26889 clauses out of 90585 with flag 455000/455000
255.35/253.72	c cleaning 27978 clauses out of 94697 with flag 486001/486001
272.00/270.37	c cleaning 28640 clauses out of 98716 with flag 518000/518000
289.56/287.89	c cleaning 29521 clauses out of 103076 with flag 551000/551000
309.47/307.70	c cleaning 30752 clauses out of 107551 with flag 585000/585000
329.91/328.10	c cleaning 31206 clauses out of 111799 with flag 620000/620000
352.56/350.71	c cleaning 32744 clauses out of 116588 with flag 656002/656002
375.10/373.22	c cleaning 33778 clauses out of 120839 with flag 693002/693002
394.33/392.47	c cleaning 34667 clauses out of 125059 with flag 731000/731000
425.37/423.50	c cleaning 36999 clauses out of 129393 with flag 770001/770001
447.75/445.77	c cleaning 35990 clauses out of 132393 with flag 810000/810000
472.57/470.50	c cleaning 38137 clauses out of 137403 with flag 851000/851000
496.82/494.75	c cleaning 38573 clauses out of 141269 with flag 893003/893003
525.85/523.77	c cleaning 40158 clauses out of 145693 with flag 936000/936000
556.70/554.52	c cleaning 40636 clauses out of 149535 with flag 980000/980000
588.27/586.01	c cleaning 41115 clauses out of 153899 with flag 1025000/1025000
637.32/635.06	c cleaning 42989 clauses out of 158784 with flag 1071000/1071000
667.55/665.17	c cleaning 42671 clauses out of 162792 with flag 1118000/1118000
698.78/696.32	c cleaning 44236 clauses out of 168122 with flag 1166001/1166001
729.68/727.17	c cleaning 44807 clauses out of 172886 with flag 1215001/1215001
760.70/758.14	c cleaning 46289 clauses out of 178076 with flag 1265000/1265000
802.79/800.14	c cleaning 47966 clauses out of 182787 with flag 1316000/1316000
832.37/829.68	c cleaning 48631 clauses out of 186821 with flag 1368000/1368000
862.69/859.93	c cleaning 49138 clauses out of 191189 with flag 1421000/1421000
892.54/889.76	c cleaning 49932 clauses out of 196052 with flag 1475001/1475001
926.68/923.84	c cleaning 51895 clauses out of 201121 with flag 1530002/1530002
960.25/957.37	c cleaning 53232 clauses out of 205224 with flag 1586000/1586000
992.30/989.33	c cleaning 54228 clauses out of 208992 with flag 1643000/1643000
1028.05/1025.00	c cleaning 53964 clauses out of 212764 with flag 1701000/1701000
1064.52/1061.47	c cleaning 55143 clauses out of 217799 with flag 1760001/1760001
1101.65/1098.55	c cleaning 56806 clauses out of 222654 with flag 1820002/1820002
1142.82/1139.68	c cleaning 57780 clauses out of 226846 with flag 1881000/1881000
1186.58/1183.30	c cleaning 59449 clauses out of 231066 with flag 1943004/1943004
1226.76/1223.47	c cleaning 60560 clauses out of 234613 with flag 2006000/2006000
1265.81/1262.45	c cleaning 60423 clauses out of 238049 with flag 2070003/2070003
1312.10/1308.62	c cleaning 59895 clauses out of 242623 with flag 2135000/2135000
1353.61/1350.09	c cleaning 61529 clauses out of 248729 with flag 2201001/2201001
1395.10/1391.41	c cleaning 62761 clauses out of 254197 with flag 2268000/2268000
1441.97/1438.23	c cleaning 64492 clauses out of 259432 with flag 2336000/2336000
1492.42/1488.64	c cleaning 65611 clauses out of 263940 with flag 2405000/2405000
1554.83/1550.92	c cleaning 66186 clauses out of 268329 with flag 2475000/2475000
1605.23/1601.26	c cleaning 65440 clauses out of 273143 with flag 2546000/2546000
1669.36/1665.19	c cleaning 68242 clauses out of 279703 with flag 2618000/2618000
1715.94/1711.61	c cleaning 68770 clauses out of 284461 with flag 2691000/2691000
1761.51/1757.12	c cleaning 70197 clauses out of 289691 with flag 2765000/2765000
1800.09/1795.61	c starts		: 227
1800.09/1795.61	c conflicts		: 2830698
1800.09/1795.61	c decisions		: 15216790
1800.09/1795.61	c propagations		: 2500534298
1800.09/1795.61	c inspects		: 5574748274
1800.09/1795.61	c shortcuts		: 0
1800.09/1795.61	c learnt literals	: 98
1800.09/1795.61	c learnt binary clauses	: 185824
1800.09/1795.61	c learnt ternary clauses	: 211439
1800.09/1795.61	c learnt constraints	: 2830600
1800.09/1795.61	c ignored constraints	: 0
1800.09/1795.61	c root simplifications	: 325
1800.09/1795.61	c removed literals (reason simplification)	: 51217003
1800.09/1795.61	c reason swapping (by a shorter reason)	: 0
1800.09/1795.61	c Calls to reduceDB	: 70
1800.09/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.61	c number of learned constraints concerned by reduction	: 0
1800.09/1795.61	c number of learning phase by resolution	: 0
1800.09/1795.61	c number of learning phase by cutting planes	: 0
1800.09/1795.61	c speed (assignments/second)	: 1393062.6755231642
1800.09/1795.61	c non guided choices	5196
1800.09/1795.66	c learnt constraints type 
1800.09/1795.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 185779
1800.09/1795.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99483
1800.09/1795.66	c constraints type 
1800.09/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1800.09/1795.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1800.09/1795.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1800.09/1795.66	c 18878 constraints processed.
1800.09/1795.66	s UNKNOWN
1800.09/1795.66	c Total wall clock time (in seconds): 1795.525

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-3710017-1338217428/watcher-3710017-1338217428 -o /tmp/evaluation-result-3710017-1338217428/solver-3710017-1338217428 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710017-1338217428.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 3/194 12230
/proc/meminfo: memFree=30903488/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/12230/stat : 12230 (java) R 12228 12230 9972 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287871293 9547776 183 33554432000 1073741824 1073778376 140735233594928 140735233577656 270118241664 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12230/statm: 2323 182 140 9 0 71 0

[startup+0.0367121 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 12230
/proc/meminfo: memFree=30903488/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 2887 0 1 0 1 0 0 0 20 0 11 0 287871293 9310650368 3586 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2273108 3587 1619 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100261 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 12230
/proc/meminfo: memFree=30903488/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 3673 0 1 0 6 1 0 0 20 0 18 0 287871293 9787842560 4881 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2389610 4881 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300224 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 12230
/proc/meminfo: memFree=30903488/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 7262 0 1 0 47 2 0 0 20 0 18 0 287871293 9787842560 9857 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2389610 9857 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700227 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 12230
/proc/meminfo: memFree=30903488/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 9383 0 1 0 135 4 0 0 20 0 19 0 287871293 9856004096 34453 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 34453 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12249
/proc/meminfo: memFree=30774012/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=2.39 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 9958 0 1 0 235 4 0 0 20 0 19 0 287871293 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 34422 2262 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2559 0 1 0 143 3 0 0 20 0 19 0 287871294 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245869793848 140245732166976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3259 0 0 0 49 0 0 0 20 0 19 0 287871300 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2940 0 0 0 40 0 0 0 20 0 19 0 287871300 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 34422 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12249
/proc/meminfo: memFree=30773640/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=4.02 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 9962 0 1 0 398 4 0 0 20 0 19 0 287871293 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 34935 2262 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2562 0 1 0 303 3 0 0 20 0 19 0 287871294 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245869792688 140245732220906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3259 0 0 0 49 0 0 0 20 0 19 0 287871300 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2940 0 0 0 43 0 0 0 20 0 19 0 287871300 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 34935 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12249
/proc/meminfo: memFree=30719772/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=7.3 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 10161 0 1 0 725 5 0 0 20 0 19 0 287871293 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 39563 2287 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2565 0 1 0 619 3 0 0 20 0 19 0 287871294 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245869791360 140245732109878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287871295 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287871297 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3390 0 0 0 52 0 0 0 20 0 19 0 287871300 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2944 0 0 0 45 0 0 0 20 0 19 0 287871300 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 39563 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3430 0 0 0 70 0 0 0 20 0 19 0 287871300 9856004096 101817 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2944 0 0 0 47 0 0 0 20 0 19 0 287871300 9856004096 101817 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 101817 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 95 0 0 0 22 21 0 0 20 0 19 0 287871300 9856004096 101817 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 101817 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 12323
/proc/meminfo: memFree=30496764/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=1726.71 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 11616 0 1 0 172614 57 0 0 20 0 19 0 287871293 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 104889 2288 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=1712.56 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2641 0 1 0 171225 31 0 0 20 0 19 0 287871294 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245869793568 140245732220361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 100 0 0 0 45 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 278 0 0 0 58 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 62 0 0 0 59 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 169 0 0 0 52 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 178 0 0 0 45 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 192 0 0 0 46 5 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 87 0 0 0 43 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 85 0 0 0 54 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=3.87 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 167 0 0 0 385 2 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3430 0 0 0 70 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2944 0 0 0 47 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 97 0 0 0 23 22 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.71
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 12323
/proc/meminfo: memFree=30467596/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=1786.78 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 11623 0 1 0 178620 58 0 0 20 0 19 0 287871293 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 104889 2288 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=1772.3 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2642 0 1 0 177199 31 0 0 20 0 19 0 287871294 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245869793568 140245732220646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 100 0 0 0 46 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 278 0 0 0 59 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 62 0 0 0 60 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 169 0 0 0 52 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 178 0 0 0 46 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 192 0 0 0 47 5 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 87 0 0 0 45 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 85 0 0 0 57 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=3.95 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 169 0 0 0 393 2 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3430 0 0 0 70 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2944 0 0 0 47 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 101 0 0 0 24 23 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 12323
/proc/meminfo: memFree=30461688/32873844 swapFree=6872/6872
[pid=12230] ppid=12228 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/12230/stat : 12230 (java) S 12228 12230 9972 0 -1 4202496 11623 0 1 0 179951 58 0 0 20 0 19 0 287871293 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140737478801328 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12230/statm: 2406251 104889 2288 9 0 2396937 0
[pid=12230/tid=12232] ppid=12228 vsize=9625004 CPUtime=1785.57 cores=0,2,4,6
/proc/12230/task/12232/stat : 12232 (java) R 12228 12230 9972 0 -1 4202560 2642 0 1 0 178525 32 0 0 20 0 19 0 287871294 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245869793568 140245731808308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12233] ppid=12228 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12230/task/12233/stat : 12233 (java) S 12228 12230 9972 0 -1 4202560 100 0 0 0 46 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245858855208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12234] ppid=12228 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/12230/task/12234/stat : 12234 (java) S 12228 12230 9972 0 -1 4202560 278 0 0 0 59 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245857802408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12235] ppid=12228 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/12230/task/12235/stat : 12235 (java) S 12228 12230 9972 0 -1 4202560 62 0 0 0 60 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245856750120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12236] ppid=12228 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/12230/task/12236/stat : 12236 (java) S 12228 12230 9972 0 -1 4202560 169 0 0 0 52 3 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245855697320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12237] ppid=12228 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12230/task/12237/stat : 12237 (java) S 12228 12230 9972 0 -1 4202560 178 0 0 0 46 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245854645032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12238] ppid=12228 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12230/task/12238/stat : 12238 (java) S 12228 12230 9972 0 -1 4202560 192 0 0 0 47 5 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245853592232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12239] ppid=12228 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/12230/task/12239/stat : 12239 (java) S 12228 12230 9972 0 -1 4202560 87 0 0 0 45 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245852539944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12240] ppid=12228 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/12230/task/12240/stat : 12240 (java) S 12228 12230 9972 0 -1 4202560 85 0 0 0 57 4 0 0 20 0 19 0 287871295 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245851487144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12241] ppid=12228 vsize=9625004 CPUtime=3.95 cores=0,2,4,6
/proc/12230/task/12241/stat : 12241 (java) S 12228 12230 9972 0 -1 4202560 169 0 0 0 393 2 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245693708520 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12242] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12242/stat : 12242 (java) S 12228 12230 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245692654584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12243] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12243/stat : 12243 (java) S 12228 12230 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287871297 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245691602184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12244] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12244/stat : 12244 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245690550672 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12230/tid=12245] ppid=12228 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/12230/task/12245/stat : 12245 (java) S 12228 12230 9972 0 -1 4202560 3430 0 0 0 70 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245689498296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12230/tid=12246] ppid=12228 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12230/task/12246/stat : 12246 (java) S 12228 12230 9972 0 -1 4202560 2944 0 0 0 47 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245688445496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12247] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12247/stat : 12247 (java) S 12228 12230 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245687393400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12230/tid=12248] ppid=12228 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/12230/task/12248/stat : 12248 (java) S 12228 12230 9972 0 -1 4202560 101 0 0 0 24 24 0 0 20 0 19 0 287871300 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245686340808 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12230/tid=12249] ppid=12228 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12230/task/12249/stat : 12249 (java) S 12228 12230 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287871355 9856004096 104889 33554432000 1073741824 1073778376 140737478810192 140245685285800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

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

Real time (s): 1795.67
CPU time (s): 1800.09
CPU user time (s): 1799.51
CPU system time (s): 0.58
CPU usage (%): 100.246
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.03284
maximum resident set size= 419680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11657
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39983
involuntary context switches= 18659

runsolver used 5.81212 second user time and 14.6928 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 17:03:48
IDJOB=3710017
IDBENCH=90181
IDSOLVER=2289
FILE ID=node106/3710017-1338217428
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K156.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-3710017-1338217428/watcher-3710017-1338217428 -o /tmp/evaluation-result-3710017-1338217428/solver-3710017-1338217428 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710017-1338217428.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=1773180523

node106.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.065
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.13
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.065
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		: 2667.065
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.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        30903380 kB
Buffers:          309964 kB
Cached:           571656 kB
SwapCached:            0 kB
Active:           901676 kB
Inactive:         201004 kB
Active(anon):     212212 kB
Inactive(anon):    11256 kB
Active(file):     689464 kB
Inactive(file):   189748 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:        237436 kB
Mapped:            18732 kB
Shmem:               200 kB
Slab:             716560 kB
SReclaimable:     158732 kB
SUnreclaim:       557828 kB
KernelStack:        1624 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71328 MiB
End job on node106 at 2012-05-28 17:33:46