Trace number 4103330

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.07 891.253

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@75786e64
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103330-1466222008.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
14.28/9.41	c ... done. Wall clock time 9.289s.
14.28/9.41	c declared #vars     404796
14.28/9.41	c #constraints  4933
14.28/9.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
14.28/9.41	c constraints type 
14.28/9.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
14.28/9.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
14.28/9.41	c 4933 constraints processed.
14.28/9.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
14.28/9.41	c constraints type 
14.28/9.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
14.28/9.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
14.28/9.41	c 4933 constraints processed.
14.28/9.41	c objective function length is 30 literals
30.15/16.51	c cleaning 2503 clauses out of 5006 with flag 10111/5006
37.43/19.45	c cleaning 4249 clauses out of 8499 with flag 22103/11002
44.42/22.90	c cleaning 5623 clauses out of 11250 with flag 36103/18002
52.63/27.02	c cleaning 6813 clauses out of 13625 with flag 52099/26000
63.97/32.30	c cleaning 7906 clauses out of 15814 with flag 70103/35002
74.40/37.56	c cleaning 8953 clauses out of 17906 with flag 90099/45000
88.54/44.39	c cleaning 9978 clauses out of 19955 with flag 112103/56002
104.30/51.82	c cleaning 10988 clauses out of 21975 with flag 136099/68000
119.08/59.21	c cleaning 11992 clauses out of 23989 with flag 162103/81002
136.91/67.86	c cleaning 12997 clauses out of 25995 with flag 190099/95000
154.51/76.62	c cleaning 13999 clauses out of 27998 with flag 220099/110000
176.43/87.30	c cleaning 14999 clauses out of 29999 with flag 252099/126000
201.92/99.64	c cleaning 15999 clauses out of 32000 with flag 286099/143000
225.91/111.62	c cleaning 17002 clauses out of 34003 with flag 322103/161002
254.58/125.59	c cleaning 18000 clauses out of 36003 with flag 360107/180004
285.98/140.83	c cleaning 18999 clauses out of 38000 with flag 400101/200001
325.60/160.24	c cleaning 19999 clauses out of 40004 with flag 442107/221004
363.19/178.69	c cleaning 21000 clauses out of 42002 with flag 486101/243001
402.80/198.05	c cleaning 22000 clauses out of 44001 with flag 532099/266000
450.42/221.47	c cleaning 23000 clauses out of 46001 with flag 580099/290000
496.18/245.12	c cleaning 23996 clauses out of 48002 with flag 630101/315001
543.84/268.34	c cleaning 25003 clauses out of 50007 with flag 682103/341002
592.50/292.40	c cleaning 25987 clauses out of 52002 with flag 736099/368000
648.66/320.25	c cleaning 27006 clauses out of 54016 with flag 792101/396001
707.89/349.34	c cleaning 28006 clauses out of 56013 with flag 850107/425004
772.52/381.07	c cleaning 29001 clauses out of 58003 with flag 910099/455000
836.53/412.76	c cleaning 29999 clauses out of 60002 with flag 972099/486000
903.03/445.34	c cleaning 31002 clauses out of 62006 with flag 1036105/518003
980.16/483.24	c cleaning 31997 clauses out of 64001 with flag 1102099/551000
1055.10/522.39	c cleaning 33004 clauses out of 66010 with flag 1170111/585006
1131.00/560.14	c cleaning 34000 clauses out of 68003 with flag 1240105/620003
1197.72/593.15	c cleaning 34996 clauses out of 70001 with flag 1312101/656001
1275.78/631.91	c cleaning 36005 clauses out of 72010 with flag 1386111/693006
1368.27/677.87	c cleaning 36990 clauses out of 73999 with flag 1462099/731000
1472.25/729.23	c cleaning 38001 clauses out of 76010 with flag 1540101/770001
1567.84/776.52	c cleaning 39001 clauses out of 78015 with flag 1620113/810007
1690.81/837.23	c cleaning 39992 clauses out of 80011 with flag 1702107/851004
1800.07/891.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/891.20	c starts		: 4
1800.07/891.20	c conflicts		: 885277
1800.07/891.20	c decisions		: 896968
1800.07/891.20	c propagations		: 6827240
1800.07/891.20	c inspects		: 6300887484
1800.07/891.20	c shortcuts		: 0
1800.07/891.20	c learnt literals	: 0
1800.07/891.20	c learnt binary clauses	: 5
1800.07/891.20	c learnt ternary clauses	: 3
1800.07/891.20	c learnt constraints	: 885277
1800.07/891.20	c ignored constraints	: 0
1800.07/891.20	c root simplifications	: 0
1800.07/891.20	c removed literals (reason simplification)	: 11793609
1800.07/891.20	c reason swapping (by a shorter reason)	: 0
1800.07/891.20	c Calls to reduceDB	: 37
1800.07/891.20	c Number of update (reduction) of LBD	: 24
1800.07/891.20	c Imported unit clauses	: 0
1800.07/891.20	c number of reductions to clauses (during analyze)	: 0
1800.07/891.20	c number of learned constraints concerned by reduction	: 0
1800.07/891.20	c number of learning phase by resolution	: 0
1800.07/891.20	c number of learning phase by cutting planes	: 0
1800.07/891.20	c speed (assignments/second)	: 7744.262335991797
1800.07/891.20	c non guided choices	3357
1800.07/891.23	c learnt constraints type 
1800.07/891.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.07/891.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74288
1800.07/891.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/891.23	c starts		: 20
1800.07/891.23	c conflicts		: 4071
1800.07/891.23	c decisions		: 113851
1800.07/891.23	c propagations		: 919284
1800.07/891.23	c inspects		: 85397938
1800.07/891.23	c shortcuts		: 0
1800.07/891.23	c learnt literals	: 0
1800.07/891.23	c learnt binary clauses	: 0
1800.07/891.23	c learnt ternary clauses	: 0
1800.07/891.23	c learnt constraints	: 4071
1800.07/891.23	c ignored constraints	: 0
1800.07/891.23	c root simplifications	: 0
1800.07/891.23	c removed literals (reason simplification)	: 0
1800.07/891.23	c reason swapping (by a shorter reason)	: 0
1800.07/891.23	c Calls to reduceDB	: 0
1800.07/891.23	c Number of update (reduction) of LBD	: 0
1800.07/891.23	c Imported unit clauses	: 0
1800.07/891.23	c number of reductions to clauses (during analyze)	: 0
1800.07/891.23	c number of learned constraints concerned by reduction	: 0
1800.07/891.23	c number of learning phase by resolution	: 0
1800.07/891.23	c number of learning phase by cutting planes	: 0
1800.07/891.23	c speed (assignments/second)	: 1042.810066417483
1800.07/891.23	c non guided choices	3448
1800.07/891.23	c learnt constraints type 
1800.07/891.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4071
1800.07/891.23	s UNKNOWN
1800.07/891.23	c Total wall clock time (in seconds): 891.11

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103330-1466222008/watcher-4103330-1466222008 -o /tmp/evaluation-result-4103330-1466222008/solver-4103330-1466222008 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103330-1466222008.opb 

pid=14242
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: 4.22 4.32 4.27 4/199 14245
/proc/meminfo: memFree=25051712/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14245/stat : 14245 (java) D 14242 14245 7329 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 24246892 9515008 183 33554432000 1073741824 1073778376 140733378913456 140733378904488 215124623029 0 0 4096 0 18446744072100756772 0 0 17 3 0 0 0 0 0
/proc/14245/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.32 4.27 4/199 14245
/proc/meminfo: memFree=25051712/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 4479 0 1 0 8 0 0 0 20 0 18 0 24246892 9787879424 5587 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 5587 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 4.22 4.32 4.27 4/199 14245
/proc/meminfo: memFree=25051712/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 5062 0 1 0 24 1 0 0 20 0 18 0 24246892 9787879424 11138 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 11138 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300357 s]
/proc/loadavg: 4.22 4.32 4.27 4/199 14245
/proc/meminfo: memFree=25051712/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 6661 0 1 0 53 1 0 0 20 0 18 0 24246892 9787879424 13926 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 13926 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 4.22 4.32 4.27 4/199 14245
/proc/meminfo: memFree=25051712/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=1.63 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 20200 0 1 0 158 5 0 0 20 0 18 0 24246892 9787879424 42275 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 42275 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.22 4.32 4.27 11/217 14263
/proc/meminfo: memFree=24764244/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=2.9 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 20978 0 1 0 272 18 0 0 20 0 18 0 24246892 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 87669 2276 9 0 2380296 0
[pid=14245/tid=14247] ppid=14242 vsize=9558476 CPUtime=1.31 cores=1,3,5,7
/proc/14245/task/14247/stat : 14247 (java) R 14242 14245 7329 0 -1 4202560 2548 0 1 0 127 4 0 0 20 0 18 0 24246893 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831928684496 139831801200181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14248] ppid=14242 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14245/task/14248/stat : 14248 (java) S 14242 14245 7329 0 -1 4202560 298 0 0 0 2 0 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831772268968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14249] ppid=14242 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14245/task/14249/stat : 14249 (java) S 14242 14245 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831771216424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14250] ppid=14242 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/14245/task/14250/stat : 14250 (java) S 14242 14245 7329 0 -1 4202560 100 0 0 0 3 1 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831770163368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) S 14242 14245 7329 0 -1 4202560 65 0 0 0 10 3 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831769110824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) S 14242 14245 7329 0 -1 4202560 80 0 0 0 6 2 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831768058792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) S 14242 14245 7329 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831767006248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) S 14242 14245 7329 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831765953192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) S 14242 14245 7329 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 18 0 24246894 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831764900648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 24246895 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831752702312 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5492 0 0 0 42 0 0 0 20 0 18 0 24246898 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 10964 0 0 0 55 2 0 0 20 0 18 0 24246898 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 87669 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 4.22 4.32 4.27 4/217 14263
/proc/meminfo: memFree=24537600/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=5.36 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 22231 0 1 0 491 45 0 0 20 0 18 0 24246892 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 164254 2284 9 0 2380296 0
[pid=14245/tid=14247] ppid=14242 vsize=9558476 CPUtime=2.04 cores=1,3,5,7
/proc/14245/task/14247/stat : 14247 (java) R 14242 14245 7329 0 -1 4202560 2580 0 1 0 199 5 0 0 20 0 18 0 24246893 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831928691064 139831801060826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14248] ppid=14242 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/14245/task/14248/stat : 14248 (java) S 14242 14245 7329 0 -1 4202560 485 0 0 0 10 2 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831772268968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14249] ppid=14242 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/14245/task/14249/stat : 14249 (java) S 14242 14245 7329 0 -1 4202560 75 0 0 0 11 4 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831771216424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14250] ppid=14242 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/14245/task/14250/stat : 14250 (java) S 14242 14245 7329 0 -1 4202560 221 0 0 0 12 4 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831770163368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) S 14242 14245 7329 0 -1 4202560 112 0 0 0 19 6 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831769110824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) S 14242 14245 7329 0 -1 4202560 321 0 0 0 25 7 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831768058792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) S 14242 14245 7329 0 -1 4202560 69 0 0 0 13 4 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831767006248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) S 14242 14245 7329 0 -1 4202560 55 0 0 0 10 3 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831765953192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) S 14242 14245 7329 0 -1 4202560 144 0 0 0 22 6 0 0 20 0 18 0 24246894 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831764900648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 458 0 0 0 56 0 0 0 20 0 18 0 24246895 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831752702312 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5492 0 0 0 42 0 0 0 20 0 18 0 24246898 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 10964 0 0 0 55 2 0 0 20 0 18 0 24246898 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 164254 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.12 4.30 4.26 6/217 14263
/proc/meminfo: memFree=23990856/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9558476 CPUtime=9.69 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 24732 0 1 0 894 75 0 0 20 0 18 0 24246892 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2389619 278448 2284 9 0 2380296 0
[pid=14245/tid=14247] ppid=14242 vsize=9558476 CPUtime=3.88 cores=1,3,5,7
/proc/14245/task/14247/stat : 14247 (java) S 14242 14245 7329 0 -1 4202560 2861 0 1 0 380 8 0 0 20 0 18 0 24246893 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831928691176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14248] ppid=14242 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/14245/task/14248/stat : 14248 (java) R 14242 14245 7329 0 -1 4202560 901 0 0 0 19 3 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831772269144 139831931971424 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14249] ppid=14242 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/14245/task/14249/stat : 14249 (java) R 14242 14245 7329 0 -1 4202560 155 0 0 0 23 6 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831771216600 139831931164403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14250] ppid=14242 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/14245/task/14250/stat : 14250 (java) R 14242 14245 7329 0 -1 4202560 290 0 0 0 25 7 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831770163544 139831935589467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) R 14242 14245 7329 0 -1 4202560 202 0 0 0 34 10 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831769111000 139831931164403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) R 14242 14245 7329 0 -1 4202560 399 0 0 0 42 10 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831768058968 139831932449932 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) R 14242 14245 7329 0 -1 4202560 143 0 0 0 26 7 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831767006128 139831931164312 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) R 14242 14245 7329 0 -1 4202560 450 0 0 0 35 8 0 0 20 0 18 0 24246894 9787879424 278448 33554432000 1073741824 1073778376 140737404463264 139831765953368 139831935589236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) R 14242 14245 7329 0 -1 4202560 527 0 0 0 42 11 0 0 20 0 18 0 24246894 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831764900672 139831931164361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9558476 CPUtime=1.51 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 1092 0 0 0 150 1 0 0 20 0 18 0 24246895 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831752701192 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 24246896 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5494 0 0 0 45 0 0 0 20 0 18 0 24246898 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 10964 0 0 0 57 2 0 0 20 0 18 0 24246898 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24246898 9787879424 278960 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.11 4.29 4.26 6/221 14267
/proc/meminfo: memFree=23082544/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9824732 CPUtime=22.27 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 27614 0 1 0 2062 165 0 0 20 0 22 0 24246892 10060525568 493459 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2456183 493459 2291 9 0 2446860 0

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

/proc/14245/task/14250/stat : 14250 (java) S 14242 14245 7329 0 -1 4202560 1289 0 0 0 660 51 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831770163368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9824732 CPUtime=6.95 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) S 14242 14245 7329 0 -1 4202560 1180 0 0 0 645 50 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831769110824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9824732 CPUtime=7.31 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) S 14242 14245 7329 0 -1 4202560 1228 0 0 0 685 46 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831768058792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9824732 CPUtime=7.13 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) S 14242 14245 7329 0 -1 4202560 1092 0 0 0 668 45 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831767006248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) S 14242 14245 7329 0 -1 4202560 1508 0 0 0 727 51 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831765953192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9824732 CPUtime=7.03 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) S 14242 14245 7329 0 -1 4202560 1413 0 0 0 650 53 0 0 20 0 22 0 24246894 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831764900648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9824732 CPUtime=8.86 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 3674 0 0 0 879 7 0 0 20 0 22 0 24246895 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831752702312 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5567 0 0 0 112 0 0 0 20 0 22 0 24246898 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 15097 0 0 0 194 3 0 0 20 0 22 0 24246898 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 24246898 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14264] ppid=14242 vsize=9824732 CPUtime=789.49 cores=1,3,5,7
/proc/14245/task/14264/stat : 14264 (java) R 14242 14245 7329 0 -1 4202560 40 0 0 0 78936 13 0 0 20 0 22 0 24247834 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831744277936 139831801685634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14265] ppid=14242 vsize=9824732 CPUtime=789.53 cores=1,3,5,7
/proc/14245/task/14265/stat : 14265 (java) R 14242 14245 7329 0 -1 4202560 56 0 0 0 78939 14 0 0 20 0 22 0 24247834 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831743224048 139831801794259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14266] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14266/stat : 14266 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247854 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831742173992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14267] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14267/stat : 14267 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247861 10060525568 1054034 33554432000 1073741824 1073778376 140737404463264 139831741121448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1660.48
Current children cumulated vsize (KiB) 9824732

[startup+882.309 s]
/proc/loadavg: 4.87 4.49 4.38 5/221 14379
/proc/meminfo: memFree=22274464/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9824732 CPUtime=1782.29 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 39986 0 1 0 177795 434 0 0 20 0 22 0 24246892 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2456183 1080658 2298 9 0 2446860 0
[pid=14245/tid=14247] ppid=14242 vsize=9824732 CPUtime=6.54 cores=1,3,5,7
/proc/14245/task/14247/stat : 14247 (java) S 14242 14245 7329 0 -1 4202560 3422 0 1 0 642 12 0 0 20 0 22 0 24246893 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831928693624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14248] ppid=14242 vsize=9824732 CPUtime=7.71 cores=1,3,5,7
/proc/14245/task/14248/stat : 14248 (java) S 14242 14245 7329 0 -1 4202560 1622 0 0 0 733 38 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831772268968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14249] ppid=14242 vsize=9824732 CPUtime=8.5 cores=1,3,5,7
/proc/14245/task/14249/stat : 14249 (java) S 14242 14245 7329 0 -1 4202560 1337 0 0 0 802 48 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831771216424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14250] ppid=14242 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/14245/task/14250/stat : 14250 (java) S 14242 14245 7329 0 -1 4202560 1301 0 0 0 701 52 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831770163368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) S 14242 14245 7329 0 -1 4202560 1194 0 0 0 678 51 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831769110824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9824732 CPUtime=7.9 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) S 14242 14245 7329 0 -1 4202560 1241 0 0 0 743 47 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831768058792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) S 14242 14245 7329 0 -1 4202560 1134 0 0 0 717 48 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831767006248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9824732 CPUtime=8.33 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) S 14242 14245 7329 0 -1 4202560 1537 0 0 0 780 53 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831765953192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9824732 CPUtime=7.39 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) S 14242 14245 7329 0 -1 4202560 1424 0 0 0 686 53 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831764900648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9824732 CPUtime=8.86 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 3692 0 0 0 879 7 0 0 20 0 22 0 24246895 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831752702312 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5567 0 0 0 112 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 15097 0 0 0 194 3 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14264] ppid=14242 vsize=9824732 CPUtime=848.4 cores=1,3,5,7
/proc/14245/task/14264/stat : 14264 (java) R 14242 14245 7329 0 -1 4202560 41 0 0 0 84827 13 0 0 20 0 22 0 24247834 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831744277936 139831801341506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14265] ppid=14242 vsize=9824732 CPUtime=848.43 cores=1,3,5,7
/proc/14245/task/14265/stat : 14265 (java) R 14242 14245 7329 0 -1 4202560 58 0 0 0 84829 14 0 0 20 0 22 0 24247834 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831743224576 139831801581330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14266] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14266/stat : 14266 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247854 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831742173992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14267] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14267/stat : 14267 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247861 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831741121448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.201 s]
/proc/loadavg: 4.74 4.47 4.38 5/221 14379
/proc/meminfo: memFree=22274464/32872528 swapFree=1505436/1685308
[pid=14245] ppid=14242 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/14245/stat : 14245 (java) S 14242 14245 7329 0 -1 4202496 39986 0 1 0 179573 434 0 0 20 0 22 0 24246892 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 140737404454400 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14245/statm: 2456183 1080658 2298 9 0 2446860 0
[pid=14245/tid=14247] ppid=14242 vsize=9824732 CPUtime=6.54 cores=1,3,5,7
/proc/14245/task/14247/stat : 14247 (java) S 14242 14245 7329 0 -1 4202560 3422 0 1 0 642 12 0 0 20 0 22 0 24246893 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831928693624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14248] ppid=14242 vsize=9824732 CPUtime=7.71 cores=1,3,5,7
/proc/14245/task/14248/stat : 14248 (java) S 14242 14245 7329 0 -1 4202560 1622 0 0 0 733 38 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831772268968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14249] ppid=14242 vsize=9824732 CPUtime=8.5 cores=1,3,5,7
/proc/14245/task/14249/stat : 14249 (java) S 14242 14245 7329 0 -1 4202560 1337 0 0 0 802 48 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831771216424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14250] ppid=14242 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/14245/task/14250/stat : 14250 (java) S 14242 14245 7329 0 -1 4202560 1301 0 0 0 701 52 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831770163368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14251] ppid=14242 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/14245/task/14251/stat : 14251 (java) S 14242 14245 7329 0 -1 4202560 1194 0 0 0 678 51 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831769110824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14252] ppid=14242 vsize=9824732 CPUtime=7.9 cores=1,3,5,7
/proc/14245/task/14252/stat : 14252 (java) S 14242 14245 7329 0 -1 4202560 1241 0 0 0 743 47 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831768058792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14253] ppid=14242 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/14245/task/14253/stat : 14253 (java) S 14242 14245 7329 0 -1 4202560 1134 0 0 0 717 48 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831767006248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14254] ppid=14242 vsize=9824732 CPUtime=8.33 cores=1,3,5,7
/proc/14245/task/14254/stat : 14254 (java) S 14242 14245 7329 0 -1 4202560 1537 0 0 0 780 53 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831765953192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14255] ppid=14242 vsize=9824732 CPUtime=7.39 cores=1,3,5,7
/proc/14245/task/14255/stat : 14255 (java) S 14242 14245 7329 0 -1 4202560 1424 0 0 0 686 53 0 0 20 0 22 0 24246894 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831764900648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14256] ppid=14242 vsize=9824732 CPUtime=8.86 cores=1,3,5,7
/proc/14245/task/14256/stat : 14256 (java) S 14242 14245 7329 0 -1 4202560 3692 0 0 0 879 7 0 0 20 0 22 0 24246895 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831752702312 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14257] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14257/stat : 14257 (java) S 14242 14245 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831751648632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14258] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14258/stat : 14258 (java) S 14242 14245 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24246896 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831750595464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14259] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14259/stat : 14259 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831749544208 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14260] ppid=14242 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/14245/task/14260/stat : 14260 (java) S 14242 14245 7329 0 -1 4202560 5567 0 0 0 112 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831748492088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14261] ppid=14242 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/14245/task/14261/stat : 14261 (java) S 14242 14245 7329 0 -1 4202560 15097 0 0 0 194 3 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831747439544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14245/tid=14262] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14262/stat : 14262 (java) S 14242 14245 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831746386680 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14263] ppid=14242 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/14245/task/14263/stat : 14263 (java) S 14242 14245 7329 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 24246898 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831745334344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14264] ppid=14242 vsize=9824732 CPUtime=857.27 cores=1,3,5,7
/proc/14245/task/14264/stat : 14264 (java) R 14242 14245 7329 0 -1 4202560 41 0 0 0 85713 14 0 0 20 0 22 0 24247834 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831744277936 139831801341495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14245/tid=14265] ppid=14242 vsize=9824732 CPUtime=857.29 cores=1,3,5,7
/proc/14245/task/14265/stat : 14265 (java) R 14242 14245 7329 0 -1 4202560 58 0 0 0 85714 15 0 0 20 0 22 0 24247834 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831743224576 139831801581062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14245/tid=14266] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14266/stat : 14266 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247854 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831742173992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14245/tid=14267] ppid=14242 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14245/task/14267/stat : 14267 (java) S 14242 14245 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24247861 10060525568 1080658 33554432000 1073741824 1073778376 140737404463264 139831741121448 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14245 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14245 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=338675
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=791271
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 891.253
CPU time (s): 1800.07
CPU user time (s): 1795.73
CPU system time (s): 4.34
CPU usage (%): 201.971
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.34
system time used= 4.79127
maximum resident set size= 4322748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23181
involuntary context switches= 29198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92325 second user time and 8.70568 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 05:53:30
IDJOB=4103330
IDBENCH=2329
IDSOLVER=2543
FILE ID=node135/4103330-1466222008
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103330-1466222008/watcher-4103330-1466222008 -o /tmp/evaluation-result-4103330-1466222008/solver-4103330-1466222008 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103330-1466222008.opb

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=605668179

node135.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.004
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.00
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.004
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	: 5332.55
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.004
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	: 5332.57
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.004
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	: 5332.55
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.004
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	: 5332.55
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.004
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	: 5332.55
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.004
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	: 5332.55
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.004
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25052248 kB
Buffers:          106424 kB
Cached:           186560 kB
SwapCached:          712 kB
Active:          5183436 kB
Inactive:         198108 kB
Active(anon):    5090044 kB
Inactive(anon):     1300 kB
Active(file):      93392 kB
Inactive(file):   196808 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:             33200 kB
Writeback:             0 kB
AnonPages:       6784080 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             602144 kB
SReclaimable:      45580 kB
SUnreclaim:       556564 kB
KernelStack:        1624 kB
PageTables:        17600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7626880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5210112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node135 at 2016-06-18 06:08:21