Trace number 3710021

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.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
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 variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 168
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710021-1338214749.opb
0.09/0.12	c reading problem ... 
0.91/0.58	c ... done. Wall clock time 0.459s.
0.91/0.58	c declared #vars     19873
0.91/0.58	c #constraints  20209
0.91/0.58	c constraints type 
0.91/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
0.91/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
0.91/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
0.91/0.58	c 20209 constraints processed.
4.68/3.71	c cleaning 2428 clauses out of 4991 with flag 5000/5000
7.99/6.94	c cleaning 4158 clauses out of 8536 with flag 11000/11000
11.80/10.71	c cleaning 5543 clauses out of 11364 with flag 18000/18000
16.02/14.96	c cleaning 6699 clauses out of 13812 with flag 26000/26000
20.78/19.64	c cleaning 7777 clauses out of 16106 with flag 35000/35000
25.69/24.50	c cleaning 8083 clauses out of 18322 with flag 45001/45001
31.10/29.96	c cleaning 8858 clauses out of 21226 with flag 56000/56000
36.80/35.63	c cleaning 10121 clauses out of 24366 with flag 68000/68000
43.83/42.67	c cleaning 10455 clauses out of 27241 with flag 81000/81000
50.19/48.99	c cleaning 11879 clauses out of 30784 with flag 95004/95004
57.51/56.21	c cleaning 12483 clauses out of 33899 with flag 110000/110000
65.31/64.02	c cleaning 13081 clauses out of 37411 with flag 126000/126000
74.03/72.71	c cleaning 14295 clauses out of 41329 with flag 143000/143000
83.60/82.23	c cleaning 15352 clauses out of 45030 with flag 161000/161000
93.71/92.40	c cleaning 16090 clauses out of 48671 with flag 180000/180000
104.02/102.66	c cleaning 17316 clauses out of 52581 with flag 200003/200003
114.53/113.14	c cleaning 18151 clauses out of 56259 with flag 221000/221000
125.44/124.09	c cleaning 19331 clauses out of 60106 with flag 243000/243000
137.37/135.95	c cleaning 19985 clauses out of 63771 with flag 266000/266000
147.21/145.71	c cleaning 21462 clauses out of 67786 with flag 290000/290000
159.56/158.05	c cleaning 21335 clauses out of 71318 with flag 315002/315002
173.10/171.58	c cleaning 22961 clauses out of 75977 with flag 341000/341000
187.66/186.08	c cleaning 23392 clauses out of 80017 with flag 368001/368001
203.18/201.51	c cleaning 23895 clauses out of 84624 with flag 396000/396000
219.62/217.99	c cleaning 25854 clauses out of 89729 with flag 425000/425000
234.09/232.34	c cleaning 26022 clauses out of 93873 with flag 455000/455000
247.52/245.71	c cleaning 27363 clauses out of 98850 with flag 486002/486002
264.79/262.98	c cleaning 28264 clauses out of 103483 with flag 518000/518000
282.83/280.95	c cleaning 29058 clauses out of 108219 with flag 551000/551000
301.46/299.58	c cleaning 29867 clauses out of 113161 with flag 585000/585000
320.20/318.21	c cleaning 31014 clauses out of 118290 with flag 620000/620000
344.02/342.09	c cleaning 32080 clauses out of 123275 with flag 656000/656000
364.68/362.66	c cleaning 33052 clauses out of 128198 with flag 693003/693003
391.51/389.42	c cleaning 35508 clauses out of 133143 with flag 731002/731002
409.67/407.57	c cleaning 34998 clauses out of 136633 with flag 770000/770000
434.43/432.25	c cleaning 35241 clauses out of 141634 with flag 810000/810000
456.46/454.21	c cleaning 36374 clauses out of 147389 with flag 851000/851000
477.49/475.27	c cleaning 38381 clauses out of 153013 with flag 893000/893000
502.85/500.58	c cleaning 37666 clauses out of 157626 with flag 936000/936000
524.87/522.53	c cleaning 40501 clauses out of 163958 with flag 980000/980000
551.10/548.78	c cleaning 42198 clauses out of 168457 with flag 1025000/1025000
578.85/576.42	c cleaning 41962 clauses out of 172261 with flag 1071002/1071002
605.79/603.36	c cleaning 42106 clauses out of 177297 with flag 1118000/1118000
633.24/630.79	c cleaning 43294 clauses out of 183187 with flag 1166000/1166000
662.97/660.46	c cleaning 45516 clauses out of 188893 with flag 1215001/1215001
697.63/695.02	c cleaning 46475 clauses out of 193376 with flag 1265000/1265000
726.52/723.89	c cleaning 46828 clauses out of 197899 with flag 1316000/1316000
758.61/755.83	c cleaning 49602 clauses out of 203071 with flag 1368000/1368000
789.80/786.97	c cleaning 48769 clauses out of 206470 with flag 1421001/1421001
822.37/819.42	c cleaning 49956 clauses out of 211699 with flag 1475000/1475000
858.21/855.25	c cleaning 51882 clauses out of 216742 with flag 1530002/1530002
892.72/889.60	c cleaning 51511 clauses out of 220860 with flag 1586002/1586002
926.54/923.38	c cleaning 52911 clauses out of 226347 with flag 1643000/1643000
959.91/956.68	c cleaning 53937 clauses out of 231434 with flag 1701000/1701000
994.09/990.75	c cleaning 54452 clauses out of 236493 with flag 1760000/1760000
1037.49/1034.07	c cleaning 56137 clauses out of 242042 with flag 1820001/1820001
1083.36/1079.90	c cleaning 57130 clauses out of 246899 with flag 1881000/1881000
1122.34/1118.77	c cleaning 56820 clauses out of 251767 with flag 1943000/1943000
1162.31/1158.68	c cleaning 58509 clauses out of 257948 with flag 2006001/2006001
1202.96/1199.24	c cleaning 59787 clauses out of 263438 with flag 2070000/2070000
1243.61/1239.84	c cleaning 61078 clauses out of 268649 with flag 2135000/2135000
1286.76/1282.96	c cleaning 62283 clauses out of 273571 with flag 2201000/2201000
1328.23/1324.32	c cleaning 62691 clauses out of 278281 with flag 2268000/2268000
1375.25/1371.20	c cleaning 64619 clauses out of 283590 with flag 2336000/2336000
1442.82/1438.58	c cleaning 64905 clauses out of 287972 with flag 2405001/2405001
1488.59/1484.26	c cleaning 65693 clauses out of 293067 with flag 2475005/2475005
1536.17/1531.71	c cleaning 66875 clauses out of 298364 with flag 2546000/2546000
1589.63/1585.14	c cleaning 68521 clauses out of 303490 with flag 2618001/2618001
1646.43/1641.82	c cleaning 69710 clauses out of 307970 with flag 2691002/2691002
1698.63/1694.00	c cleaning 69887 clauses out of 312256 with flag 2765000/2765000
1750.86/1746.02	c cleaning 71414 clauses out of 317369 with flag 2840000/2840000
1800.09/1795.11	c starts		: 210
1800.09/1795.11	c conflicts		: 2914038
1800.09/1795.11	c decisions		: 18244997
1800.09/1795.11	c propagations		: 2978206455
1800.09/1795.11	c inspects		: 6210229738
1800.09/1795.11	c shortcuts		: 0
1800.09/1795.11	c learnt literals	: 98
1800.09/1795.11	c learnt binary clauses	: 212005
1800.09/1795.11	c learnt ternary clauses	: 237787
1800.09/1795.11	c learnt constraints	: 2913940
1800.09/1795.11	c ignored constraints	: 0
1800.09/1795.11	c root simplifications	: 308
1800.09/1795.11	c removed literals (reason simplification)	: 38777011
1800.09/1795.11	c reason swapping (by a shorter reason)	: 0
1800.09/1795.11	c Calls to reduceDB	: 71
1800.09/1795.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.11	c number of learned constraints concerned by reduction	: 0
1800.09/1795.11	c number of learning phase by resolution	: 0
1800.09/1795.11	c number of learning phase by cutting planes	: 0
1800.09/1795.11	c speed (assignments/second)	: 1659624.016512613
1800.09/1795.11	c non guided choices	18432
1800.09/1795.17	c learnt constraints type 
1800.09/1795.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 211961
1800.09/1795.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108158
1800.09/1795.17	c constraints type 
1800.09/1795.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1800.09/1795.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1800.09/1795.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1800.09/1795.17	c 20209 constraints processed.
1800.09/1795.17	s UNKNOWN
1800.09/1795.17	c Total wall clock time (in seconds): 1795.049

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-3710021-1338214749/watcher-3710021-1338214749 -o /tmp/evaluation-result-3710021-1338214749/solver-3710021-1338214749 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710021-1338214749.opb 

running on 4 cores: 1,3,5,7

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.02 2.04 2.01 3/194 23697
/proc/meminfo: memFree=30933488/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23697/stat : 23697 (java) D 23695 23697 20249 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287599492 9515008 182 33554432000 1073741824 1073778376 140733728869344 140733728860376 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23697/statm: 2323 182 140 9 0 71 0

[startup+0.103766 s]
/proc/loadavg: 2.02 2.04 2.01 3/194 23697
/proc/meminfo: memFree=30933488/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 4290 0 1 0 8 1 0 0 20 0 18 0 287599492 9787842560 6009 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2389610 6009 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.20033 s]
/proc/loadavg: 2.02 2.04 2.01 3/194 23697
/proc/meminfo: memFree=30933488/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 4865 0 1 0 25 2 0 0 20 0 18 0 287599492 9787842560 7043 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2389610 7043 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558440

[startup+0.300353 s]
/proc/loadavg: 2.02 2.04 2.01 3/194 23697
/proc/meminfo: memFree=30933488/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 7053 0 1 0 51 3 0 0 20 0 18 0 287599492 9787842560 10956 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2389610 10956 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700309 s]
/proc/loadavg: 2.02 2.04 2.01 3/194 23697
/proc/meminfo: memFree=30933488/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 9433 0 1 0 137 6 0 0 20 0 19 0 287599492 9856004096 36796 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 36796 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.50078 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 23716
/proc/meminfo: memFree=30794788/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=2.45 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 9438 0 1 0 239 6 0 0 20 0 19 0 287599492 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 37281 2259 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2568 0 1 0 142 4 0 0 20 0 19 0 287599493 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733260603960 139733087615156 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3074 0 0 0 46 2 0 0 20 0 19 0 287599498 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2602 0 0 0 48 0 0 0 20 0 19 0 287599498 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 37281 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.09 2.06 2.01 4/213 23716
/proc/meminfo: memFree=30792244/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=4.08 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 9444 0 1 0 402 6 0 0 20 0 19 0 287599492 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 37285 2262 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2570 0 1 0 302 4 0 0 20 0 19 0 287599493 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733260604040 139733087526942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3077 0 0 0 46 2 0 0 20 0 19 0 287599498 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2602 0 0 0 50 0 0 0 20 0 19 0 287599498 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 37285 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 2.09 2.06 2.01 4/213 23716
/proc/meminfo: memFree=30773316/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=7.37 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 9645 0 1 0 729 8 0 0 20 0 19 0 287599492 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 41915 2289 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2574 0 1 0 618 4 0 0 20 0 19 0 287599493 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733260603904 139733087646108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287599494 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 287599495 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3209 0 0 0 51 2 0 0 20 0 19 0 287599498 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2607 0 0 0 51 0 0 0 20 0 19 0 287599498 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 41915 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3215 0 0 0 52 2 0 0 20 0 19 0 287599498 9856004096 96411 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2665 0 0 0 70 0 0 0 20 0 19 0 287599498 9856004096 96411 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96411 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 95 0 0 0 22 22 0 0 20 0 19 0 287599498 9856004096 96411 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 96411 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.03
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 23791
/proc/meminfo: memFree=30485228/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=1727.15 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 11126 0 1 0 172649 66 0 0 20 0 19 0 287599492 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 96413 2290 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=1711.17 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2647 0 1 0 171084 33 0 0 20 0 19 0 287599493 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733260603696 139733087497103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 260 0 0 0 58 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 189 0 0 0 57 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 156 0 0 0 57 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 240 0 0 0 65 5 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 69 0 0 0 58 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 86 0 0 0 58 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 89 0 0 0 51 3 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 73 0 0 0 61 4 0 0 20 0 19 0 287599494 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=4.96 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 158 0 0 0 494 2 0 0 20 0 19 0 287599495 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3215 0 0 0 52 2 0 0 20 0 19 0 287599498 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2665 0 0 0 70 0 0 0 20 0 19 0 287599498 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 287599498 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 96413 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.15
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 23791
/proc/meminfo: memFree=30472568/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=1787.28 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 11136 0 1 0 178660 68 0 0 20 0 19 0 287599492 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 96416 2290 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=1770.85 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2648 0 1 0 177052 33 0 0 20 0 19 0 287599493 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733260603696 139733087518145 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 263 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 189 0 0 0 60 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 156 0 0 0 60 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 240 0 0 0 67 5 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 69 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 86 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 89 0 0 0 52 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 73 0 0 0 65 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=5.08 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 160 0 0 0 506 2 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3215 0 0 0 52 2 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2665 0 0 0 70 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 103 0 0 0 23 25 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 23791
/proc/meminfo: memFree=30472568/32873844 swapFree=6080/6080
[pid=23697] ppid=23695 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/23697/stat : 23697 (java) S 23695 23697 20249 0 -1 4202496 11136 0 1 0 179941 68 0 0 20 0 19 0 287599492 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 140736311504720 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23697/statm: 2406251 96416 2290 9 0 2396937 0
[pid=23697/tid=23699] ppid=23695 vsize=9625004 CPUtime=1783.62 cores=1,3,5,7
/proc/23697/task/23699/stat : 23699 (java) R 23695 23697 20249 0 -1 4202560 2648 0 1 0 178327 35 0 0 20 0 19 0 287599493 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733260603696 139733087497223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23700] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23700/stat : 23700 (java) S 23695 23697 20249 0 -1 4202560 263 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733222095784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23701] ppid=23695 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/23697/task/23701/stat : 23701 (java) S 23695 23697 20249 0 -1 4202560 189 0 0 0 60 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733221043240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23702] ppid=23695 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/23697/task/23702/stat : 23702 (java) S 23695 23697 20249 0 -1 4202560 156 0 0 0 60 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733219990184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23703] ppid=23695 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/23697/task/23703/stat : 23703 (java) S 23695 23697 20249 0 -1 4202560 240 0 0 0 67 5 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733218937640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23704] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23704/stat : 23704 (java) S 23695 23697 20249 0 -1 4202560 69 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733217884584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23705] ppid=23695 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/23697/task/23705/stat : 23705 (java) S 23695 23697 20249 0 -1 4202560 86 0 0 0 59 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733216832040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23706] ppid=23695 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/23697/task/23706/stat : 23706 (java) S 23695 23697 20249 0 -1 4202560 89 0 0 0 52 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733215778984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23707] ppid=23695 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/23697/task/23707/stat : 23707 (java) S 23695 23697 20249 0 -1 4202560 73 0 0 0 65 4 0 0 20 0 19 0 287599494 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733214726440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23708] ppid=23695 vsize=9625004 CPUtime=5.08 cores=1,3,5,7
/proc/23697/task/23708/stat : 23708 (java) S 23695 23697 20249 0 -1 4202560 160 0 0 0 506 2 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733084654440 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23709] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23709/stat : 23709 (java) S 23695 23697 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733083600760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23710] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23710/stat : 23710 (java) S 23695 23697 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287599495 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733082547592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23711] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23711/stat : 23711 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733081496336 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23697/tid=23712] ppid=23695 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23697/task/23712/stat : 23712 (java) S 23695 23697 20249 0 -1 4202560 3215 0 0 0 52 2 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733080443192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23697/tid=23713] ppid=23695 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/23697/task/23713/stat : 23713 (java) S 23695 23697 20249 0 -1 4202560 2665 0 0 0 70 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733079390648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23714] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23714/stat : 23714 (java) S 23695 23697 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733078337784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23697/tid=23715] ppid=23695 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23697/task/23715/stat : 23715 (java) S 23695 23697 20249 0 -1 4202560 103 0 0 0 23 25 0 0 20 0 19 0 287599498 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733077285448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23697/tid=23716] ppid=23695 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23697/task/23716/stat : 23716 (java) S 23695 23697 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287599552 9856004096 96416 33554432000 1073741824 1073778376 140736311513584 139733076231720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 23697 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=888135
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=113830
# CPU time returned by wait4() is 1796
# 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.18
CPU time (s): 1800.09
CPU user time (s): 1799.41
CPU system time (s): 0.68
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.11383
maximum resident set size= 385788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11171
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= 39856
involuntary context switches= 36189

runsolver used 6.06108 second user time and 15.7626 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 16:19:09
IDJOB=3710021
IDBENCH=90141
IDSOLVER=2289
FILE ID=node139/3710021-1338214749
RUNJOBID= node139-1338207428-23071
PBS_JOBID= 14624580
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=1811147186

node139.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.750
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	: 5333.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.750
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:        30934024 kB
Buffers:          434548 kB
Cached:           510396 kB
SwapCached:          828 kB
Active:           816728 kB
Inactive:         264400 kB
Active(anon):     129792 kB
Inactive(anon):     7968 kB
Active(file):     686936 kB
Inactive(file):   256432 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              2068 kB
Writeback:             8 kB
AnonPages:        144652 kB
Mapped:            20228 kB
Shmem:                 8 kB
Slab:             717552 kB
SReclaimable:     159752 kB
SUnreclaim:       557800 kB
KernelStack:        1600 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71648 MiB
End job on node139 at 2012-05-28 16:49:07