Trace number 3741729

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.09 914.26

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-stp3d.opb
MD5SUM1cc8070e576e6483e1f532bdbbfa41dd
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3741729-1338759762.opb
0.08/0.12	c reading problem ... 
20.94/17.92	c ... done. Wall clock time 17.793s.
20.94/17.92	c #vars     204880
20.94/17.92	c #constraints  199681
20.94/17.92	c constraints type 
20.94/17.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
20.94/17.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
20.94/17.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
20.94/17.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
20.94/17.92	c constraints type 
20.94/17.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
20.94/17.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
20.94/17.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
20.94/17.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
32.97/23.36	c cleaning 2477 clauses out of 4982 with flag 5001/5001
41.06/27.47	c cleaning 4203 clauses out of 8504 with flag 11000/11000
50.38/32.23	c cleaning 5611 clauses out of 11302 with flag 18001/18001
61.78/38.01	c cleaning 6805 clauses out of 13691 with flag 26002/26002
75.67/45.12	c cleaning 7826 clauses out of 15883 with flag 35000/35000
89.40/52.15	c cleaning 8862 clauses out of 18056 with flag 45001/45001
112.98/64.08	c cleaning 9947 clauses out of 20196 with flag 56003/56003
132.12/73.75	c cleaning 10887 clauses out of 22246 with flag 68001/68001
154.30/85.06	c cleaning 12109 clauses out of 24356 with flag 81000/81000
176.42/96.27	c cleaning 12904 clauses out of 26245 with flag 95001/95001
198.78/107.58	c cleaning 14106 clauses out of 28339 with flag 110001/110001
220.64/118.66	c cleaning 15034 clauses out of 30234 with flag 126003/126003
253.23/135.13	c cleaning 15878 clauses out of 32194 with flag 143000/143000
282.08/149.74	c cleaning 17014 clauses out of 34316 with flag 161000/161000
315.40/166.58	c cleaning 17984 clauses out of 36306 with flag 180004/180004
352.88/185.46	c cleaning 19081 clauses out of 38318 with flag 200000/200000
387.19/202.89	c cleaning 20089 clauses out of 40239 with flag 221003/221003
419.23/219.01	c cleaning 21007 clauses out of 42146 with flag 243000/243000
468.86/244.06	c cleaning 21959 clauses out of 44139 with flag 266000/266000
506.83/263.21	c cleaning 23001 clauses out of 46180 with flag 290001/290001
551.55/285.98	c cleaning 24054 clauses out of 48177 with flag 315002/315002
595.53/308.15	c cleaning 24850 clauses out of 50119 with flag 341001/341001
643.52/332.38	c cleaning 25947 clauses out of 52270 with flag 368002/368002
696.69/359.16	c cleaning 26907 clauses out of 54324 with flag 396003/396003
745.76/384.01	c cleaning 28121 clauses out of 56414 with flag 425001/425001
795.33/409.01	c cleaning 28959 clauses out of 58292 with flag 455000/455000
860.02/441.55	c cleaning 29967 clauses out of 60332 with flag 486002/486002
932.26/477.88	c cleaning 31016 clauses out of 62363 with flag 518001/518001
989.22/506.64	c cleaning 31911 clauses out of 64343 with flag 551002/551002
1064.06/544.23	c cleaning 32770 clauses out of 66429 with flag 585001/585001
1121.46/573.16	c cleaning 33915 clauses out of 68658 with flag 620001/620001
1186.25/605.70	c cleaning 35161 clauses out of 70745 with flag 656003/656003
1256.14/641.00	c cleaning 36192 clauses out of 72581 with flag 693000/693000
1333.15/679.79	c cleaning 37100 clauses out of 74389 with flag 731001/731001
1410.55/718.64	c cleaning 37982 clauses out of 76284 with flag 770000/770000
1487.59/757.30	c cleaning 38990 clauses out of 78302 with flag 810001/810001
1597.96/812.82	c cleaning 39987 clauses out of 80311 with flag 851001/851001
1723.62/875.84	c cleaning 41008 clauses out of 82323 with flag 893001/893001
1800.09/914.21	c starts		: 170
1800.09/914.21	c conflicts		: 934106
1800.09/914.21	c decisions		: 9399353
1800.09/914.21	c propagations		: 2438511970
1800.09/914.21	c inspects		: 3217397676
1800.09/914.21	c shortcuts		: 0
1800.09/914.21	c learnt literals	: 65
1800.09/914.21	c learnt binary clauses	: 5146
1800.09/914.21	c learnt ternary clauses	: 12111
1800.09/914.21	c learnt constraints	: 934041
1800.09/914.21	c ignored constraints	: 0
1800.09/914.21	c root simplifications	: 0
1800.09/914.21	c removed literals (reason simplification)	: 18594254
1800.09/914.21	c reason swapping (by a shorter reason)	: 0
1800.09/914.21	c Calls to reduceDB	: 38
1800.09/914.21	c number of reductions to clauses (during analyze)	: 0
1800.09/914.21	c number of learned constraints concerned by reduction	: 0
1800.09/914.21	c number of learning phase by resolution	: 0
1800.09/914.21	c number of learning phase by cutting planes	: 0
1800.09/914.21	c speed (assignments/second)	: 2720670.847972366
1800.09/914.21	c non guided choices	1431377
1800.09/914.24	c learnt constraints type 
1800.09/914.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5146
1800.09/914.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77288
1800.09/914.24	c constraints type 
1800.09/914.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.09/914.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
1800.09/914.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.09/914.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
1800.09/914.24	c constraints type 
1800.09/914.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
1800.09/914.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.09/914.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.09/914.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
1800.09/914.24	s UNKNOWN
1800.09/914.24	c Total wall clock time (in seconds): 914.113

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-3741729-1338759762/watcher-3741729-1338759762 -o /tmp/evaluation-result-3741729-1338759762/solver-3741729-1338759762 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741729-1338759762.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: 3.77 3.95 3.89 4/195 4111
/proc/meminfo: memFree=24480160/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4111/stat : 4111 (java) D 4109 4111 1918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342101731 9515008 182 33554432000 1073741824 1073778376 140735591214384 140735591205416 252263087797 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4111/statm: 2323 182 140 9 0 71 0

[startup+0.011142 s]
/proc/loadavg: 3.77 3.95 3.89 4/195 4111
/proc/meminfo: memFree=24480160/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 342101731 94019584 918 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 22954 918 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100317 s]
/proc/loadavg: 3.77 3.95 3.89 4/195 4111
/proc/meminfo: memFree=24480160/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 4741 0 1 0 7 1 0 0 20 0 18 0 342101731 11864465408 13105 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 13117 1959 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300305 s]
/proc/loadavg: 3.77 3.95 3.89 4/195 4111
/proc/meminfo: memFree=24480160/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=0.44 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 6357 0 1 0 42 2 0 0 20 0 18 0 342101731 11864465408 21868 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 21868 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700324 s]
/proc/loadavg: 3.77 3.95 3.89 4/195 4111
/proc/meminfo: memFree=24480160/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=0.96 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 6851 0 1 0 80 16 0 0 20 0 18 0 342101731 11864465408 215504 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 215504 2228 9 0 2887285 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 11586392

[startup+1.5009 s]
/proc/loadavg: 3.77 3.95 3.89 4/213 4129
/proc/meminfo: memFree=22681756/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=1.89 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 7830 0 1 0 140 49 0 0 20 0 18 0 342101731 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 665582 2244 9 0 2887285 0
[pid=4111/tid=4113] ppid=4109 vsize=11586392 CPUtime=1.42 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) R 4109 4111 1918 0 -1 4202560 4626 0 1 0 99 43 0 0 20 0 18 0 342101733 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740594851808 139740602625111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) S 4109 4111 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740432115880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) S 4109 4111 1918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740431063336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) S 4109 4111 1918 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740430010792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) S 4109 4111 1918 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740428958248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) S 4109 4111 1918 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740427905704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) S 4109 4111 1918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740426853160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) S 4109 4111 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740425800616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) S 4109 4111 1918 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 342101735 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740424748072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342101736 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740412336232 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11586392 CPUtime=0.13 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 801 0 0 0 13 0 0 0 20 0 18 0 342101739 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11586392 CPUtime=0.14 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 1099 0 0 0 14 0 0 0 20 0 18 0 342101739 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 665582 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 11586392

[startup+3.10071 s]
/proc/loadavg: 3.71 3.93 3.89 4/213 4129
/proc/meminfo: memFree=21806152/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=4.21 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 11123 0 1 0 358 63 0 0 20 0 18 0 342101731 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 697884 2255 9 0 2887285 0
[pid=4111/tid=4113] ppid=4109 vsize=11586392 CPUtime=2.85 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) S 4109 4111 1918 0 -1 4202560 4627 0 1 0 242 43 0 0 20 0 18 0 342101733 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740594859096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) R 4109 4111 1918 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740432116056 139740598617192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) R 4109 4111 1918 0 -1 4202560 47 0 0 0 5 3 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740431063512 139740597331641 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) R 4109 4111 1918 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740430010672 139740601756414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) R 4109 4111 1918 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740428958424 139740599036186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) R 4109 4111 1918 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740427905880 139740597331657 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) R 4109 4111 1918 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740426853336 139740601756982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) R 4109 4111 1918 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740425800616 139740597331641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) R 4109 4111 1918 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 18 0 342101735 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740424748072 139740597331657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342101736 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740412335112 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 697884 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11586392 CPUtime=0.23 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 1941 0 0 0 23 0 0 0 20 0 18 0 342101739 11864465408 698396 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 2977 0 0 0 25 0 0 0 20 0 18 0 342101739 11864465408 698396 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 698396 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 698396 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 11586392

[startup+6.3007 s]
/proc/loadavg: 3.71 3.93 3.89 3/213 4129
/proc/meminfo: memFree=21519184/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=8.77 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 11961 0 1 0 778 99 0 0 20 0 18 0 342101731 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 854038 2255 9 0 2887285 0
[pid=4111/tid=4113] ppid=4109 vsize=11586392 CPUtime=5.57 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) R 4109 4111 1918 0 -1 4202560 4812 0 1 0 510 47 0 0 20 0 18 0 342101733 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740594859120 139740602625114 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11586392 CPUtime=0.36 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) S 4109 4111 1918 0 -1 4202560 158 0 0 0 29 7 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740432115880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) S 4109 4111 1918 0 -1 4202560 137 0 0 0 26 7 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740431063336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) S 4109 4111 1918 0 -1 4202560 104 0 0 0 20 5 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740430010792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) S 4109 4111 1918 0 -1 4202560 137 0 0 0 25 6 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740428958248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11586392 CPUtime=0.39 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) S 4109 4111 1918 0 -1 4202560 160 0 0 0 31 8 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740427905704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11586392 CPUtime=0.23 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) S 4109 4111 1918 0 -1 4202560 118 0 0 0 18 5 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740426853160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) S 4109 4111 1918 0 -1 4202560 107 0 0 0 23 5 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740425800616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) S 4109 4111 1918 0 -1 4202560 128 0 0 0 26 7 0 0 20 0 18 0 342101735 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740424748072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342101736 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740412336232 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342101737 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 1941 0 0 0 25 0 0 0 20 0 18 0 342101739 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 2977 0 0 0 28 0 0 0 20 0 18 0 342101739 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342101739 11864465408 854038 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.60 3.90 3.88 4/213 4129
/proc/meminfo: memFree=21030668/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11586392 CPUtime=15.35 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 12027 0 1 0 1436 99 0 0 20 0 18 0 342101731 11864465408 856642 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2896598 856642 2255 9 0 2887285 0
[pid=4111/tid=4113] ppid=4109 vsize=11586392 CPUtime=11.86 cores=1,3,5,7

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

/proc/4111/statm: 2963162 978330 2290 9 0 2953849 0
[pid=4111/tid=4113] ppid=4109 vsize=11852648 CPUtime=17.02 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) S 4109 4111 1918 0 -1 4202560 4911 0 1 0 1651 51 0 0 20 0 22 0 342101733 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740594861208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11852648 CPUtime=2.1 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) S 4109 4111 1918 0 -1 4202560 309 0 0 0 198 12 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740432115880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11852648 CPUtime=2.02 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) S 4109 4111 1918 0 -1 4202560 296 0 0 0 191 11 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740431063336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11852648 CPUtime=1.79 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) S 4109 4111 1918 0 -1 4202560 222 0 0 0 170 9 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740430010792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11852648 CPUtime=2.07 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) S 4109 4111 1918 0 -1 4202560 272 0 0 0 197 10 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740428958248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) S 4109 4111 1918 0 -1 4202560 311 0 0 0 186 12 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740427905704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) S 4109 4111 1918 0 -1 4202560 245 0 0 0 174 10 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740426853160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) S 4109 4111 1918 0 -1 4202560 250 0 0 0 188 8 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740425800616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) S 4109 4111 1918 0 -1 4202560 311 0 0 0 185 11 0 0 20 0 22 0 342101735 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740424748072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11852648 CPUtime=20.46 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 104489 0 0 0 2013 33 0 0 20 0 22 0 342101736 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740412336232 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 7429 0 0 0 105 2 0 0 20 0 22 0 342101739 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 5374 0 0 0 128 2 0 0 20 0 22 0 342101739 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 46 0 0 0 16 20 0 0 20 0 22 0 342101739 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4130] ppid=4109 vsize=11852648 CPUtime=778.11 cores=1,3,5,7
/proc/4111/task/4130/stat : 4130 (java) R 4109 4111 1918 0 -1 4202560 122 0 0 0 77799 12 0 0 20 0 22 0 342103524 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740403911872 139740467452941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4131] ppid=4109 vsize=11852648 CPUtime=778.1 cores=1,3,5,7
/proc/4111/task/4131/stat : 4131 (java) R 4109 4111 1918 0 -1 4202560 156 0 0 0 77797 13 0 0 20 0 22 0 342103524 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740402858032 139740467796207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4132] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4132/stat : 4132 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740401808424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4133] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4133/stat : 4133 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 978330 33554432000 1073741824 1073778376 140735971273920 139740400755880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1616.34
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.59 3.67 3.78 5/216 4241
/proc/meminfo: memFree=23899948/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11852648 CPUtime=1735.99 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 129977 0 1 0 173396 203 0 0 20 0 22 0 342101731 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2963162 985516 2290 9 0 2953849 0
[pid=4111/tid=4113] ppid=4109 vsize=11852648 CPUtime=17.03 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) S 4109 4111 1918 0 -1 4202560 4911 0 1 0 1652 51 0 0 20 0 22 0 342101733 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740594861208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11852648 CPUtime=2.22 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) S 4109 4111 1918 0 -1 4202560 316 0 0 0 209 13 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740432115880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11852648 CPUtime=2.17 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) S 4109 4111 1918 0 -1 4202560 310 0 0 0 205 12 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740431063336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11852648 CPUtime=1.88 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) S 4109 4111 1918 0 -1 4202560 229 0 0 0 179 9 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740430010792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11852648 CPUtime=2.17 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) S 4109 4111 1918 0 -1 4202560 275 0 0 0 207 10 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740428958248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11852648 CPUtime=2.12 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) S 4109 4111 1918 0 -1 4202560 321 0 0 0 200 12 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740427905704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) S 4109 4111 1918 0 -1 4202560 251 0 0 0 184 11 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740426853160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) S 4109 4111 1918 0 -1 4202560 251 0 0 0 195 9 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740425800616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11852648 CPUtime=2.07 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) S 4109 4111 1918 0 -1 4202560 318 0 0 0 195 12 0 0 20 0 22 0 342101735 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740424748072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11852648 CPUtime=21.17 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 108462 0 0 0 2082 35 0 0 20 0 22 0 342101736 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740412336232 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 7429 0 0 0 105 2 0 0 20 0 22 0 342101739 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 5374 0 0 0 128 2 0 0 20 0 22 0 342101739 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 50 0 0 0 17 22 0 0 20 0 22 0 342101739 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4130] ppid=4109 vsize=11852648 CPUtime=836.97 cores=1,3,5,7
/proc/4111/task/4130/stat : 4130 (java) R 4109 4111 1918 0 -1 4202560 131 0 0 0 83684 13 0 0 20 0 22 0 342103524 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740403910896 139740467764652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4131] ppid=4109 vsize=11852648 CPUtime=836.97 cores=1,3,5,7
/proc/4111/task/4131/stat : 4131 (java) R 4109 4111 1918 0 -1 4202560 160 0 0 0 83683 14 0 0 20 0 22 0 342103524 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740402858864 139740467803748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4132] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4132/stat : 4132 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740401808424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4133] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4133/stat : 4133 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 985516 33554432000 1073741824 1073778376 140735971273920 139740400755880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.99
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.201 s]
/proc/loadavg: 3.57 3.65 3.77 5/217 4242
/proc/meminfo: memFree=23860904/32873852 swapFree=7624/7624
[pid=4111] ppid=4109 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/4111/stat : 4111 (java) S 4109 4111 1918 0 -1 4202496 130067 0 1 0 179802 207 0 0 20 0 22 0 342101731 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 140735971265056 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4111/statm: 2963162 994250 2290 9 0 2953849 0
[pid=4111/tid=4113] ppid=4109 vsize=11852648 CPUtime=17.03 cores=1,3,5,7
/proc/4111/task/4113/stat : 4113 (java) S 4109 4111 1918 0 -1 4202560 4911 0 1 0 1652 51 0 0 20 0 22 0 342101733 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740594861208 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4114] ppid=4109 vsize=11852648 CPUtime=2.29 cores=1,3,5,7
/proc/4111/task/4114/stat : 4114 (java) S 4109 4111 1918 0 -1 4202560 319 0 0 0 216 13 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740432115880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4115] ppid=4109 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/4111/task/4115/stat : 4115 (java) S 4109 4111 1918 0 -1 4202560 317 0 0 0 213 12 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740431063336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4116] ppid=4109 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/4111/task/4116/stat : 4116 (java) S 4109 4111 1918 0 -1 4202560 243 0 0 0 192 9 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740430010792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4117] ppid=4109 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/4111/task/4117/stat : 4117 (java) S 4109 4111 1918 0 -1 4202560 292 0 0 0 215 10 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740428958248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4118] ppid=4109 vsize=11852648 CPUtime=2.21 cores=1,3,5,7
/proc/4111/task/4118/stat : 4118 (java) S 4109 4111 1918 0 -1 4202560 341 0 0 0 208 13 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740427905704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4119] ppid=4109 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/4111/task/4119/stat : 4119 (java) S 4109 4111 1918 0 -1 4202560 262 0 0 0 190 11 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740426853160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4120] ppid=4109 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/4111/task/4120/stat : 4120 (java) S 4109 4111 1918 0 -1 4202560 254 0 0 0 200 9 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740425800616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4121] ppid=4109 vsize=11852648 CPUtime=2.14 cores=1,3,5,7
/proc/4111/task/4121/stat : 4121 (java) S 4109 4111 1918 0 -1 4202560 323 0 0 0 202 12 0 0 20 0 22 0 342101735 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740424748072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4122] ppid=4109 vsize=11852648 CPUtime=21.17 cores=1,3,5,7
/proc/4111/task/4122/stat : 4122 (java) S 4109 4111 1918 0 -1 4202560 108464 0 0 0 2082 35 0 0 20 0 22 0 342101736 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740412336232 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4123] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4123/stat : 4123 (java) S 4109 4111 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740411282552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4124] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4124/stat : 4124 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342101737 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740410229896 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4125] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4125/stat : 4125 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740409178640 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4126] ppid=4109 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/4111/task/4126/stat : 4126 (java) S 4109 4111 1918 0 -1 4202560 7429 0 0 0 105 2 0 0 20 0 22 0 342101739 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740408126008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4111/tid=4127] ppid=4109 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4111/task/4127/stat : 4127 (java) S 4109 4111 1918 0 -1 4202560 5374 0 0 0 128 2 0 0 20 0 22 0 342101739 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740407073464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4128] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4128/stat : 4128 (java) S 4109 4111 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342101739 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740406021112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4129] ppid=4109 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/4111/task/4129/stat : 4129 (java) S 4109 4111 1918 0 -1 4202560 52 0 0 0 17 23 0 0 20 0 22 0 342101739 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740404968776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4130] ppid=4109 vsize=11852648 CPUtime=868.61 cores=1,3,5,7
/proc/4111/task/4130/stat : 4130 (java) R 4109 4111 1918 0 -1 4202560 136 0 0 0 86847 14 0 0 20 0 22 0 342103524 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740403911976 139740467609350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4111/tid=4131] ppid=4109 vsize=11852648 CPUtime=868.61 cores=1,3,5,7
/proc/4111/task/4131/stat : 4131 (java) R 4109 4111 1918 0 -1 4202560 161 0 0 0 86846 15 0 0 20 0 22 0 342103524 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740402858048 139740467807167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4111/tid=4132] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4132/stat : 4132 (java) S 4109 4111 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740401808424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4111/tid=4133] ppid=4109 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4111/task/4133/stat : 4133 (java) S 4109 4111 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342103535 12137111552 994250 33554432000 1073741824 1073778376 140735971273920 139740400755880 252266461097 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) 11852648

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 4111 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=370366
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=480622
# CPU time returned by wait4() is 1795.85
# 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): 914.26
CPU time (s): 1800.09
CPU user time (s): 1798.02
CPU system time (s): 2.07
CPU usage (%): 196.89
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.37
system time used= 2.48062
maximum resident set size= 3977116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130097
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28715
involuntary context switches= 42346

runsolver used 4.30934 second user time and 8.23475 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 23:42:43
IDJOB=3741729
IDBENCH=89904
IDSOLVER=2328
FILE ID=node131/3741729-1338759762
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71392 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741729-1338759762/watcher-3741729-1338759762 -o /tmp/evaluation-result-3741729-1338759762/solver-3741729-1338759762 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741729-1338759762.opb

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

MD5SUM BENCH= 1cc8070e576e6483e1f532bdbbfa41dd
RANDOM SEED=634839611

node131.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.805
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.61
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.805
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.805
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		: 2666.805
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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24480440 kB
Buffers:          565572 kB
Cached:          3142880 kB
SwapCached:         2348 kB
Active:          5242772 kB
Inactive:        2263184 kB
Active(anon):    3793716 kB
Inactive(anon):     3664 kB
Active(file):    1449056 kB
Inactive(file):  2259520 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              9232 kB
Writeback:             0 kB
AnonPages:       3814400 kB
Mapped:            22480 kB
Shmem:                 0 kB
Slab:             729112 kB
SReclaimable:     171288 kB
SUnreclaim:       557824 kB
KernelStack:        1600 kB
PageTables:        11284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10460912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3776512 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= 71396 MiB
End job on node131 at 2012-06-03 23:57:59