Trace number 3689801

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1796.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null0mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMbf80427a5518f65f2c0be5c955ae4146
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78535
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 712416
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 712416
Number of bits of the biggest sum of numbers20
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization by upper bound
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c No reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3689801-1337893424.opb
0.01/0.09	c reading problem ... 
7.29/5.28	c ... done. Wall clock time 5.185s.
7.29/5.28	c declared #vars     400896
7.29/5.28	c #constraints  402763
7.29/5.28	c constraints type 
7.29/5.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.29/5.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.29/5.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.29/5.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.29/5.28	c 402763 constraints processed.
7.29/5.28	c objective function length is 1427 literals
40.92/38.28	c cleaning 2494 clauses out of 4999 with flag 5000/5000
74.45/71.58	c cleaning 4250 clauses out of 8506 with flag 11001/11001
112.50/109.56	c cleaning 5622 clauses out of 11255 with flag 18000/18000
152.04/149.05	c cleaning 6807 clauses out of 13634 with flag 26001/26001
197.47/194.38	c cleaning 7913 clauses out of 15827 with flag 35001/35001
245.31/242.12	c cleaning 8949 clauses out of 17913 with flag 45000/45000
300.16/296.93	c cleaning 9888 clauses out of 19964 with flag 56000/56000
357.53/354.26	c cleaning 11033 clauses out of 22077 with flag 68001/68001
428.90/425.57	c cleaning 12019 clauses out of 24046 with flag 81003/81003
502.45/499.08	c cleaning 12909 clauses out of 26025 with flag 95001/95001
570.90/567.40	c cleaning 14011 clauses out of 28116 with flag 110001/110001
655.77/652.22	c cleaning 15051 clauses out of 30104 with flag 126000/126000
726.62/723.09	c cleaning 15666 clauses out of 32053 with flag 143000/143000
808.77/805.13	c cleaning 17173 clauses out of 34387 with flag 161000/161000
894.52/890.81	c cleaning 18104 clauses out of 36214 with flag 180000/180000
982.84/979.11	c cleaning 18992 clauses out of 38110 with flag 200000/200000
1069.67/1065.99	c cleaning 19871 clauses out of 40119 with flag 221001/221001
1159.07/1155.35	c cleaning 20539 clauses out of 42247 with flag 243000/243000
1253.00/1249.21	c cleaning 22199 clauses out of 44708 with flag 266000/266000
1348.72/1344.90	c cleaning 23244 clauses out of 46509 with flag 290000/290000
1445.15/1441.37	c cleaning 24103 clauses out of 48265 with flag 315000/315000
1549.65/1545.88	c cleaning 25076 clauses out of 50164 with flag 341002/341002
1666.23/1662.39	c cleaning 26035 clauses out of 52086 with flag 368000/368000
1787.19/1783.22	c cleaning 27024 clauses out of 54051 with flag 396000/396000
1800.02/1796.01	c starts		: 146
1800.02/1796.01	c conflicts		: 398877
1800.02/1796.01	c decisions		: 18209485
1800.02/1796.01	c propagations		: 5790863569
1800.02/1796.01	c inspects		: 2525241948
1800.02/1796.01	c shortcuts		: 0
1800.02/1796.01	c learnt literals	: 1
1800.02/1796.01	c learnt binary clauses	: 2498
1800.02/1796.01	c learnt ternary clauses	: 1353
1800.02/1796.01	c learnt constraints	: 398876
1800.02/1796.01	c ignored constraints	: 0
1800.02/1796.01	c root simplifications	: 0
1800.02/1796.01	c removed literals (reason simplification)	: 0
1800.02/1796.01	c reason swapping (by a shorter reason)	: 0
1800.02/1796.01	c Calls to reduceDB	: 24
1800.02/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.01	c number of learned constraints concerned by reduction	: 0
1800.02/1796.01	c number of learning phase by resolution	: 0
1800.02/1796.01	c number of learning phase by cutting planes	: 0
1800.02/1796.01	c speed (assignments/second)	: 3233932.33265779
1800.02/1796.01	c non guided choices	0
1800.02/1796.02	c learnt constraints type 
1800.02/1796.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2498
1800.02/1796.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27407
1800.02/1796.02	c constraints type 
1800.02/1796.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/1796.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/1796.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1796.02	c 402763 constraints processed.
1800.02/1796.02	s UNKNOWN
1800.02/1796.02	c Total wall clock time (in seconds): 1795.925

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-3689801-1337893424/watcher-3689801-1337893424 -o /tmp/evaluation-result-3689801-1337893424/solver-3689801-1337893424 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689801-1337893424.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.00 2.00 2.00 3/194 27146
/proc/meminfo: memFree=29305016/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 255468216 95129600 927 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 23225 927 703 9 0 16769 0
[pid=27146/tid=27147] ppid=27144 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 255468217 96370688 927 33554432000 1073741824 1073778376 140733952579984 140434469658152 270320893512 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0266779 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 27146
/proc/meminfo: memFree=29305016/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 2976 0 1 0 1 0 0 0 20 0 13 0 255468216 9446973440 3674 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2306390 3675 1668 9 0 2297091 0
[pid=27146/tid=27147] ppid=27144 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 1802 0 1 0 0 0 0 0 20 0 13 0 255468217 9446973440 3681 33554432000 1073741824 1073778376 140733952579984 140434469658864 140434474138768 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100289 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 27146
/proc/meminfo: memFree=29305016/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 4470 0 1 0 10 1 0 0 20 0 18 0 255468216 9787813888 6112 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2389603 6112 2149 9 0 2380296 0
[pid=27146/tid=27147] ppid=27144 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 2436 0 1 0 8 0 0 0 20 0 18 0 255468217 9787813888 6112 33554432000 1073741824 1073778376 140733952579984 140434469663480 270330370062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 27146
/proc/meminfo: memFree=29305016/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 6338 0 1 0 54 2 0 0 20 0 18 0 255468216 9787813888 14235 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2389603 14235 2222 9 0 2380296 0
[pid=27146/tid=27147] ppid=27144 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 2457 0 1 0 26 2 0 0 20 0 18 0 255468217 9787813888 14235 33554432000 1073741824 1073778376 140733952579984 140434469663480 140434307552873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700271 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 27146
/proc/meminfo: memFree=29305016/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 9346 0 1 0 125 6 0 0 20 0 18 0 255468216 9787813888 44957 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2389603 44957 2245 9 0 2380296 0
[pid=27146/tid=27147] ppid=27144 vsize=9558412 CPUtime=0.64 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 2509 0 1 0 61 3 0 0 20 0 18 0 255468217 9787813888 44957 33554432000 1073741824 1073778376 140733952579984 140434469662072 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 27164
/proc/meminfo: memFree=28978040/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9558412 CPUtime=2.37 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 10050 0 1 0 223 14 0 0 20 0 18 0 255468216 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2389603 89533 2247 9 0 2380296 0
[pid=27146/tid=27147] ppid=27144 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 2564 0 1 0 130 5 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434469661592 140434307812897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 135 0 0 0 2 2 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 140 0 0 0 5 3 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 255468217 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255468218 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468219 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468219 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 2808 0 0 0 29 0 0 0 20 0 18 0 255468221 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2731 0 0 0 24 0 0 0 20 0 18 0 255468221 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 89533 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558412

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 27164
/proc/meminfo: memFree=28673764/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9558412 CPUtime=4.48 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 11106 0 1 0 415 33 0 0 20 0 18 0 255468216 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2389603 176771 2247 9 0 2380296 0
[pid=27146/tid=27147] ppid=27144 vsize=9558412 CPUtime=2.78 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 2851 0 1 0 269 9 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434469661592 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 187 0 0 0 11 3 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 92 0 0 0 14 4 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 137 0 0 0 9 2 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 180 0 0 0 11 4 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 173 0 0 0 10 3 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 95 0 0 0 7 2 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 93 0 0 0 8 2 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 91 0 0 0 8 2 0 0 20 0 18 0 255468217 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 255468218 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468219 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468219 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 2808 0 0 0 29 0 0 0 20 0 18 0 255468221 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2731 0 0 0 24 0 0 0 20 0 18 0 255468221 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468221 9787813888 176771 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 27165
/proc/meminfo: memFree=27049844/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9624976 CPUtime=8.84 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 14972 0 1 0 818 66 0 0 20 0 19 0 255468216 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2406244 556206 2263 9 0 2396937 0
[pid=27146/tid=27147] ppid=27144 vsize=9624976 CPUtime=5.71 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 4374 0 1 0 542 29 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434469661960 140434308078865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 479 0 0 0 19 5 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 124 0 0 0 24 5 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 498 0 0 0 23 5 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 219 0 0 0 22 6 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 207 0 0 0 18 4 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 118 0 0 0 13 3 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 370 0 0 0 22 4 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 371 0 0 0 21 4 0 0 20 0 19 0 255468217 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255468218 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) R 27144 27146 21381 0 -1 4202560 2995 0 0 0 47 0 0 0 20 0 19 0 255468221 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140433551251640 140434475620470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) R 27144 27146 21381 0 -1 4202560 2771 0 0 0 51 0 0 0 20 0 19 0 255468221 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140433550198840 140434476452987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 556206 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=27146/tid=27161] ppid=27144 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 5555 0 0 0 67 1 0 0 20 0 19 0 255468221 9855975424 597362 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2818 0 0 0 65 0 0 0 20 0 19 0 255468221 9855975424 597362 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597362 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 95 0 0 0 28 37 0 0 20 0 19 0 255468221 9855975424 597362 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27165] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27165/stat : 27165 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468752 9855975424 597362 33554432000 1073741824 1073778376 140733952579984 140433547040168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.23
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 27182
/proc/meminfo: memFree=26813144/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9624976 CPUtime=1726.27 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 18040 0 1 0 172505 122 0 0 20 0 19 0 255468216 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2406244 597875 2281 9 0 2396937 0
[pid=27146/tid=27147] ppid=27144 vsize=9624976 CPUtime=1707.3 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 4402 0 1 0 170672 58 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434469663008 140434308129260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 36 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 188 0 0 0 40 6 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 38 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 247 0 0 0 36 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 227 0 0 0 30 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 154 0 0 0 29 4 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 385 0 0 0 36 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 380 0 0 0 35 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9624976 CPUtime=9.4 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 1392 0 0 0 936 4 0 0 20 0 19 0 255468218 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 5555 0 0 0 67 1 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2818 0 0 0 65 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 99 0 0 0 29 39 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27165] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27165/stat : 27165 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468752 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433547040168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.27
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27182
/proc/meminfo: memFree=26789876/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9624976 CPUtime=1786.29 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 18044 0 1 0 178506 123 0 0 20 0 19 0 255468216 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2406244 597875 2281 9 0 2396937 0
[pid=27146/tid=27147] ppid=27144 vsize=9624976 CPUtime=1767.15 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 4402 0 1 0 176656 59 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434469663008 140434308129231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 36 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 188 0 0 0 40 6 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 38 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 247 0 0 0 36 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 227 0 0 0 30 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 154 0 0 0 29 4 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 385 0 0 0 36 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 380 0 0 0 35 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9624976 CPUtime=9.4 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 1392 0 0 0 936 4 0 0 20 0 19 0 255468218 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 5555 0 0 0 67 1 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2818 0 0 0 65 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 103 0 0 0 30 41 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27165] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27165/stat : 27165 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468752 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433547040168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.29
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.92 1.98 1.99 2/189 27209
/proc/meminfo: memFree=27099528/32873660 swapFree=7108/7108
[pid=27146] ppid=27144 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/27146/stat : 27146 (java) S 27144 27146 21381 0 -1 4202496 18047 0 1 0 179879 123 0 0 20 0 19 0 255468216 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140733952571120 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27146/statm: 2406244 597875 2281 9 0 2396937 0
[pid=27146/tid=27147] ppid=27144 vsize=9624976 CPUtime=1780.29 cores=1,3,5,7
/proc/27146/task/27147/stat : 27147 (java) R 27144 27146 21381 0 -1 4202560 4403 0 1 0 177969 60 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434469663008 140434308195289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27146/tid=27149] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27149/stat : 27149 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 36 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434431154984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27150] ppid=27144 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/27146/task/27150/stat : 27150 (java) S 27144 27146 21381 0 -1 4202560 188 0 0 0 41 6 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434430102184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27151] ppid=27144 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/27146/task/27151/stat : 27151 (java) S 27144 27146 21381 0 -1 4202560 506 0 0 0 38 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434429049896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27152] ppid=27144 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/27146/task/27152/stat : 27152 (java) S 27144 27146 21381 0 -1 4202560 247 0 0 0 37 7 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434427997096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27153] ppid=27144 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/27146/task/27153/stat : 27153 (java) S 27144 27146 21381 0 -1 4202560 227 0 0 0 31 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434426943784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27154] ppid=27144 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/27146/task/27154/stat : 27154 (java) S 27144 27146 21381 0 -1 4202560 154 0 0 0 29 4 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434425890984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27155] ppid=27144 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27146/task/27155/stat : 27155 (java) S 27144 27146 21381 0 -1 4202560 385 0 0 0 36 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434307279400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27156] ppid=27144 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27146/task/27156/stat : 27156 (java) S 27144 27146 21381 0 -1 4202560 380 0 0 0 35 5 0 0 20 0 19 0 255468217 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434306226600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27157] ppid=27144 vsize=9624976 CPUtime=9.92 cores=1,3,5,7
/proc/27146/task/27157/stat : 27157 (java) S 27144 27146 21381 0 -1 4202560 1394 0 0 0 987 5 0 0 20 0 19 0 255468218 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434293816040 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27158] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27158/stat : 27158 (java) S 27144 27146 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434292762104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27159] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27159/stat : 27159 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468219 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140434291709704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27160] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27160/stat : 27160 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433552305040 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27146/tid=27161] ppid=27144 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27146/task/27161/stat : 27161 (java) S 27144 27146 21381 0 -1 4202560 5555 0 0 0 67 1 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433551251640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27162] ppid=27144 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27146/task/27162/stat : 27162 (java) S 27144 27146 21381 0 -1 4202560 2818 0 0 0 65 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433550198840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27163] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27163/stat : 27163 (java) S 27144 27146 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433549146744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27146/tid=27164] ppid=27144 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/27146/task/27164/stat : 27164 (java) S 27144 27146 21381 0 -1 4202560 103 0 0 0 30 41 0 0 20 0 19 0 255468221 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433548094152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27146/tid=27165] ppid=27144 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27146/task/27165/stat : 27165 (java) S 27144 27146 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468752 9855975424 597875 33554432000 1073741824 1073778376 140733952579984 140433547040168 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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 27146 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=168244
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=662747
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.04
CPU time (s): 1800.02
CPU user time (s): 1798.79
CPU system time (s): 1.23
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.66275
maximum resident set size= 2391624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38984
involuntary context switches= 18156

runsolver used 6.18106 second user time and 15.0127 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 23:03:45
IDJOB=3689801
IDBENCH=90862
IDSOLVER=2269
FILE ID=node117/3689801-1337893424
RUNJOBID= node117-1337889819-26358
PBS_JOBID= 14620087
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null0mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689801-1337893424/watcher-3689801-1337893424 -o /tmp/evaluation-result-3689801-1337893424/solver-3689801-1337893424 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689801-1337893424.opb

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

MD5SUM BENCH= bf80427a5518f65f2c0be5c955ae4146
RANDOM SEED=2118074937

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        29305388 kB
Buffers:          236404 kB
Cached:          2360744 kB
SwapCached:            0 kB
Active:           608484 kB
Inactive:        2174360 kB
Active(anon):     188516 kB
Inactive(anon):        0 kB
Active(file):     419968 kB
Inactive(file):  2174360 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30944 kB
Writeback:             0 kB
AnonPages:        199244 kB
Mapped:            22500 kB
Shmem:               200 kB
Slab:             640396 kB
SReclaimable:      84092 kB
SUnreclaim:       556304 kB
KernelStack:        1600 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     825164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71596 MiB
End job on node117 at 2012-05-24 23:33:43