Trace number 4103350

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.11 889.257

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
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 variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103350-1466222301.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
14.58/9.96	c ... done. Wall clock time 9.832s.
14.58/9.96	c declared #vars     404566
14.58/9.96	c #constraints  4910
14.58/9.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
14.58/9.96	c constraints type 
14.58/9.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
14.58/9.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
14.58/9.96	c 4910 constraints processed.
14.58/9.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
14.58/9.96	c constraints type 
14.58/9.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
14.58/9.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
14.58/9.96	c 4910 constraints processed.
14.58/9.96	c objective function length is 30 literals
43.64/23.17	c cleaning 2499 clauses out of 5003 with flag 10054/5003
51.20/26.53	c cleaning 4249 clauses out of 8501 with flag 22048/11000
58.18/30.05	c cleaning 5623 clauses out of 11253 with flag 36050/18001
66.60/34.29	c cleaning 6810 clauses out of 13629 with flag 52048/26000
78.61/40.00	c cleaning 7905 clauses out of 15819 with flag 70048/35000
92.52/46.53	c cleaning 8955 clauses out of 17914 with flag 90048/45000
106.52/53.52	c cleaning 9979 clauses out of 19961 with flag 112052/56002
124.36/62.12	c cleaning 10990 clauses out of 21983 with flag 136054/68003
143.59/71.36	c cleaning 11991 clauses out of 23990 with flag 162048/81000
163.66/81.10	c cleaning 12995 clauses out of 26000 with flag 190050/95001
186.88/92.25	c cleaning 14002 clauses out of 28007 with flag 220054/110003
209.31/103.03	c cleaning 14998 clauses out of 30002 with flag 252048/126000
235.38/115.63	c cleaning 15998 clauses out of 32005 with flag 286050/143001
257.97/126.99	c cleaning 16998 clauses out of 34013 with flag 322062/161007
286.56/140.87	c cleaning 17997 clauses out of 36011 with flag 360054/180003
318.23/156.29	c cleaning 19003 clauses out of 38012 with flag 400050/200001
353.66/173.14	c cleaning 20001 clauses out of 40008 with flag 442048/221000
389.06/190.82	c cleaning 20994 clauses out of 42007 with flag 486048/243000
436.12/215.13	c cleaning 22005 clauses out of 44014 with flag 532050/266001
476.09/234.64	c cleaning 23000 clauses out of 46008 with flag 580048/290000
519.79/256.21	c cleaning 23993 clauses out of 48008 with flag 630048/315000
566.88/279.20	c cleaning 25002 clauses out of 50015 with flag 682048/341000
618.23/304.33	c cleaning 26009 clauses out of 52021 with flag 736064/368008
671.96/330.89	c cleaning 27000 clauses out of 54004 with flag 792048/396000
741.51/364.53	c cleaning 28001 clauses out of 56008 with flag 850056/425004
817.40/403.53	c cleaning 28991 clauses out of 58003 with flag 910048/455000
874.27/431.62	c cleaning 30003 clauses out of 60012 with flag 972048/486000
927.87/458.46	c cleaning 31003 clauses out of 62010 with flag 1036050/518001
991.09/489.96	c cleaning 31997 clauses out of 64006 with flag 1102048/551000
1048.27/518.59	c cleaning 32999 clauses out of 66010 with flag 1170050/585001
1118.12/553.35	c cleaning 34001 clauses out of 68010 with flag 1240048/620000
1201.67/594.80	c cleaning 34991 clauses out of 70009 with flag 1312048/656000
1295.48/641.29	c cleaning 36001 clauses out of 72018 with flag 1386048/693000
1396.90/691.15	c cleaning 37002 clauses out of 74017 with flag 1462048/731000
1514.01/748.68	c cleaning 37997 clauses out of 76016 with flag 1540050/770001
1636.68/808.89	c cleaning 39005 clauses out of 78019 with flag 1620050/810001
1739.21/859.30	c cleaning 40007 clauses out of 80017 with flag 1702056/851004
1800.11/889.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/889.20	c starts		: 3
1800.11/889.20	c conflicts		: 878221
1800.11/889.20	c decisions		: 891877
1800.11/889.20	c propagations		: 7772014
1800.11/889.20	c inspects		: 5731998657
1800.11/889.20	c shortcuts		: 0
1800.11/889.20	c learnt literals	: 0
1800.11/889.20	c learnt binary clauses	: 7
1800.11/889.20	c learnt ternary clauses	: 3
1800.11/889.20	c learnt constraints	: 878221
1800.11/889.20	c ignored constraints	: 0
1800.11/889.20	c root simplifications	: 0
1800.11/889.20	c removed literals (reason simplification)	: 10882458
1800.11/889.20	c reason swapping (by a shorter reason)	: 0
1800.11/889.20	c Calls to reduceDB	: 37
1800.11/889.20	c Number of update (reduction) of LBD	: 5
1800.11/889.20	c Imported unit clauses	: 0
1800.11/889.20	c number of reductions to clauses (during analyze)	: 0
1800.11/889.20	c number of learned constraints concerned by reduction	: 0
1800.11/889.20	c number of learning phase by resolution	: 0
1800.11/889.20	c number of learning phase by cutting planes	: 0
1800.11/889.20	c speed (assignments/second)	: 8841.47934109938
1800.11/889.20	c non guided choices	3329
1800.11/889.23	c learnt constraints type 
1800.11/889.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.11/889.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67221
1800.11/889.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/889.23	c starts		: 21
1800.11/889.23	c conflicts		: 4990
1800.11/889.23	c decisions		: 77162
1800.11/889.23	c propagations		: 884163
1800.11/889.23	c inspects		: 75437378
1800.11/889.23	c shortcuts		: 0
1800.11/889.23	c learnt literals	: 0
1800.11/889.23	c learnt binary clauses	: 0
1800.11/889.23	c learnt ternary clauses	: 0
1800.11/889.23	c learnt constraints	: 4990
1800.11/889.23	c ignored constraints	: 0
1800.11/889.23	c root simplifications	: 0
1800.11/889.23	c removed literals (reason simplification)	: 0
1800.11/889.23	c reason swapping (by a shorter reason)	: 0
1800.11/889.23	c Calls to reduceDB	: 0
1800.11/889.23	c Number of update (reduction) of LBD	: 0
1800.11/889.23	c Imported unit clauses	: 0
1800.11/889.23	c number of reductions to clauses (during analyze)	: 0
1800.11/889.23	c number of learned constraints concerned by reduction	: 0
1800.11/889.23	c number of learning phase by resolution	: 0
1800.11/889.23	c number of learning phase by cutting planes	: 0
1800.11/889.23	c speed (assignments/second)	: 1005.8851636537389
1800.11/889.23	c non guided choices	3407
1800.11/889.23	c learnt constraints type 
1800.11/889.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4990
1800.11/889.23	s UNKNOWN
1800.11/889.23	c Total wall clock time (in seconds): 889.108

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-4103350-1466222301/watcher-4103350-1466222301 -o /tmp/evaluation-result-4103350-1466222301/solver-4103350-1466222301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103350-1466222301.opb 

pid=22036
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.11 4.18 4.22 4/197 22039
/proc/meminfo: memFree=25711436/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22039/stat : 22039 (java) D 22036 22039 15709 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 24278663 9515008 175 33554432000 1073741824 1073778376 140735971033664 140735971016392 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/22039/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.11 4.18 4.22 4/197 22039
/proc/meminfo: memFree=25711436/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 4334 0 1 0 6 1 0 0 20 0 18 0 24278663 9787879424 5455 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 5455 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 4.11 4.18 4.22 4/197 22039
/proc/meminfo: memFree=25711436/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 4777 0 1 0 22 2 0 0 20 0 18 0 24278663 9787879424 11439 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 11439 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 4.11 4.18 4.22 4/197 22039
/proc/meminfo: memFree=25711436/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 6474 0 1 0 51 3 0 0 20 0 18 0 24278663 9787879424 14353 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 14353 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 4.11 4.18 4.22 4/197 22039
/proc/meminfo: memFree=25711436/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 19113 0 1 0 156 6 0 0 20 0 18 0 24278663 9787879424 41514 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 41527 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.11 4.18 4.22 11/215 22057
/proc/meminfo: memFree=25432260/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=2.9 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 20041 0 1 0 267 23 0 0 20 0 18 0 24278663 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 85753 2276 9 0 2380296 0
[pid=22039/tid=22041] ppid=22036 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/22039/task/22041/stat : 22041 (java) R 22036 22039 15709 0 -1 4202560 2496 0 1 0 126 5 0 0 20 0 18 0 24278664 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131530895312 140131378285145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/22039/task/22042/stat : 22042 (java) S 22036 22039 15709 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131503356072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22043] ppid=22036 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22039/task/22043/stat : 22043 (java) S 22036 22039 15709 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131502303528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22044] ppid=22036 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 195 0 0 0 3 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 113 0 0 0 2 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 24278665 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10097 0 0 0 57 2 0 0 20 0 18 0 24278670 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5470 0 0 0 41 0 0 0 20 0 18 0 24278670 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 85753 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 4.02 4.16 4.21 4/215 22057
/proc/meminfo: memFree=25192484/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=5.38 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 21462 0 1 0 487 51 0 0 20 0 18 0 24278663 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 165059 2284 9 0 2380296 0
[pid=22039/tid=22041] ppid=22036 vsize=9558476 CPUtime=2 cores=0,2,4,6
/proc/22039/task/22041/stat : 22041 (java) R 22036 22039 15709 0 -1 4202560 2533 0 1 0 194 6 0 0 20 0 18 0 24278664 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131530895312 140131378603443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/22039/task/22042/stat : 22042 (java) S 22036 22039 15709 0 -1 4202560 311 0 0 0 9 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131503356072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22043] ppid=22036 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/22039/task/22043/stat : 22043 (java) S 22036 22039 15709 0 -1 4202560 346 0 0 0 23 9 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131502303528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22044] ppid=22036 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 313 0 0 0 15 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 88 0 0 0 16 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 86 0 0 0 12 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 293 0 0 0 9 4 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 141 0 0 0 22 8 0 0 20 0 18 0 24278665 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 460 0 0 0 59 0 0 0 20 0 18 0 24278667 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10097 0 0 0 57 2 0 0 20 0 18 0 24278670 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5470 0 0 0 41 0 0 0 20 0 18 0 24278670 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 165059 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.02 4.16 4.21 4/215 22057
/proc/meminfo: memFree=24504860/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9558476 CPUtime=9.44 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 24043 0 1 0 869 75 0 0 20 0 18 0 24278663 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2389619 309024 2284 9 0 2380296 0
[pid=22039/tid=22041] ppid=22036 vsize=9558476 CPUtime=3.59 cores=0,2,4,6
/proc/22039/task/22041/stat : 22041 (java) R 22036 22039 15709 0 -1 4202560 2821 0 1 0 350 9 0 0 20 0 18 0 24278664 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131530895312 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/22039/task/22042/stat : 22042 (java) S 22036 22039 15709 0 -1 4202560 386 0 0 0 20 7 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131503356072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22043] ppid=22036 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/22039/task/22043/stat : 22043 (java) S 22036 22039 15709 0 -1 4202560 424 0 0 0 40 11 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131502303528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22044] ppid=22036 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 770 0 0 0 19 6 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 143 0 0 0 24 7 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 468 0 0 0 22 6 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 158 0 0 0 23 6 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 370 0 0 0 26 7 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 503 0 0 0 35 10 0 0 20 0 18 0 24278665 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9558476 CPUtime=1.9 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 1180 0 0 0 186 4 0 0 20 0 18 0 24278667 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24278667 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10097 0 0 0 60 2 0 0 20 0 18 0 24278670 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5470 0 0 0 45 0 0 0 20 0 18 0 24278670 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24278670 9787879424 309024 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.02 4.15 4.21 6/219 22061
/proc/meminfo: memFree=23792868/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9824732 CPUtime=21.54 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 26622 0 1 0 2004 150 0 0 20 0 22 0 24278663 10060525568 490533 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2456183 490533 2291 9 0 2446860 0

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

/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 1515 0 0 0 800 43 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9824732 CPUtime=8.41 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 1615 0 0 0 793 48 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9824732 CPUtime=8.54 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 1452 0 0 0 812 42 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9824732 CPUtime=7.94 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 1192 0 0 0 752 42 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9824732 CPUtime=8.92 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 1411 0 0 0 841 51 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9824732 CPUtime=9.54 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 1419 0 0 0 888 66 0 0 20 0 22 0 24278665 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9824732 CPUtime=9.81 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 4149 0 0 0 971 10 0 0 20 0 22 0 24278667 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10112 0 0 0 148 2 0 0 20 0 22 0 24278670 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5489 0 0 0 112 0 0 0 20 0 22 0 24278670 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 47 0 0 0 12 13 0 0 20 0 22 0 24278670 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22058] ppid=22036 vsize=9824732 CPUtime=785.85 cores=0,2,4,6
/proc/22039/task/22058/stat : 22058 (java) R 22036 22039 15709 0 -1 4202560 35 0 0 0 78573 12 0 0 20 0 22 0 24279659 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130875534528 140131379019569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22059] ppid=22036 vsize=9824732 CPUtime=785.75 cores=0,2,4,6
/proc/22039/task/22059/stat : 22059 (java) R 22036 22039 15709 0 -1 4202560 68 0 0 0 78563 12 0 0 20 0 22 0 24279659 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130874480624 140131379036221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22060] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22060/stat : 22060 (java) S 22036 22039 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279679 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130873431080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22061] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22061/stat : 22061 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24279687 10060525568 1131364 33554432000 1073741824 1073778376 140735116233936 140130872378536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.18
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.65 4.45 4.30 5/218 22332
/proc/meminfo: memFree=21336884/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9824732 CPUtime=1785.79 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 35854 0 1 0 178135 444 0 0 20 0 22 0 24278663 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2456183 1139367 2298 9 0 2446860 0
[pid=22039/tid=22041] ppid=22036 vsize=9824732 CPUtime=6.76 cores=0,2,4,6
/proc/22039/task/22041/stat : 22041 (java) S 22036 22039 15709 0 -1 4202560 3375 0 1 0 663 13 0 0 20 0 22 0 24278664 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131530904440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=9824732 CPUtime=8.62 cores=0,2,4,6
/proc/22039/task/22042/stat : 22042 (java) S 22036 22039 15709 0 -1 4202560 1426 0 0 0 818 44 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131503356072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22043] ppid=22036 vsize=9824732 CPUtime=9.35 cores=0,2,4,6
/proc/22039/task/22043/stat : 22043 (java) S 22036 22039 15709 0 -1 4202560 1184 0 0 0 882 53 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131502303528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22044] ppid=22036 vsize=9824732 CPUtime=8.93 cores=0,2,4,6
/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 1532 0 0 0 849 44 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9824732 CPUtime=8.75 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 1634 0 0 0 826 49 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9824732 CPUtime=8.93 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 1465 0 0 0 851 42 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 1206 0 0 0 794 43 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9824732 CPUtime=9.37 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 1421 0 0 0 886 51 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9824732 CPUtime=9.89 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 1433 0 0 0 922 67 0 0 20 0 22 0 24278665 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9824732 CPUtime=9.81 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 4154 0 0 0 971 10 0 0 20 0 22 0 24278667 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10112 0 0 0 148 2 0 0 20 0 22 0 24278670 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5489 0 0 0 112 0 0 0 20 0 22 0 24278670 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 24278670 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22058] ppid=22036 vsize=9824732 CPUtime=844.83 cores=0,2,4,6
/proc/22039/task/22058/stat : 22058 (java) R 22036 22039 15709 0 -1 4202560 36 0 0 0 84469 14 0 0 20 0 22 0 24279659 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130875534512 140131378861382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22059] ppid=22036 vsize=9824732 CPUtime=844.73 cores=0,2,4,6
/proc/22039/task/22059/stat : 22059 (java) R 22036 22039 15709 0 -1 4202560 69 0 0 0 84459 14 0 0 20 0 22 0 24279659 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130874480624 140131378838638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22060] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22060/stat : 22060 (java) S 22036 22039 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279679 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130873431080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22061] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22061/stat : 22061 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24279687 10060525568 1139367 33554432000 1073741824 1073778376 140735116233936 140130872378536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+889.201 s]
/proc/loadavg: 4.60 4.45 4.30 5/219 22334
/proc/meminfo: memFree=21307328/32872528 swapFree=1534436/1655032
[pid=22039] ppid=22036 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/22039/stat : 22039 (java) S 22036 22039 15709 0 -1 4202496 35903 0 1 0 179564 447 0 0 20 0 22 0 24278663 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140735116225072 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22039/statm: 2456183 1146704 2298 9 0 2446860 0
[pid=22039/tid=22041] ppid=22036 vsize=9824732 CPUtime=6.76 cores=0,2,4,6
/proc/22039/task/22041/stat : 22041 (java) S 22036 22039 15709 0 -1 4202560 3375 0 1 0 663 13 0 0 20 0 22 0 24278664 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131530904440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=9824732 CPUtime=8.7 cores=0,2,4,6
/proc/22039/task/22042/stat : 22042 (java) S 22036 22039 15709 0 -1 4202560 1428 0 0 0 825 45 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131503356072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22043] ppid=22036 vsize=9824732 CPUtime=9.45 cores=0,2,4,6
/proc/22039/task/22043/stat : 22043 (java) S 22036 22039 15709 0 -1 4202560 1189 0 0 0 892 53 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131502303528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22044] ppid=22036 vsize=9824732 CPUtime=9.06 cores=0,2,4,6
/proc/22039/task/22044/stat : 22044 (java) S 22036 22039 15709 0 -1 4202560 1548 0 0 0 861 45 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131501250984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22045] ppid=22036 vsize=9824732 CPUtime=9 cores=0,2,4,6
/proc/22039/task/22045/stat : 22045 (java) S 22036 22039 15709 0 -1 4202560 1643 0 0 0 850 50 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131500198440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22046] ppid=22036 vsize=9824732 CPUtime=9.07 cores=0,2,4,6
/proc/22039/task/22046/stat : 22046 (java) S 22036 22039 15709 0 -1 4202560 1470 0 0 0 864 43 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131499145896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22047] ppid=22036 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/22039/task/22047/stat : 22047 (java) S 22036 22039 15709 0 -1 4202560 1206 0 0 0 807 43 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131498093352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22048] ppid=22036 vsize=9824732 CPUtime=9.52 cores=0,2,4,6
/proc/22039/task/22048/stat : 22048 (java) S 22036 22039 15709 0 -1 4202560 1427 0 0 0 900 52 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131497040808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22049] ppid=22036 vsize=9824732 CPUtime=9.99 cores=0,2,4,6
/proc/22039/task/22049/stat : 22049 (java) S 22036 22039 15709 0 -1 4202560 1436 0 0 0 932 67 0 0 20 0 22 0 24278665 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140131366906920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22050] ppid=22036 vsize=9824732 CPUtime=9.81 cores=0,2,4,6
/proc/22039/task/22050/stat : 22050 (java) S 22036 22039 15709 0 -1 4202560 4156 0 0 0 971 10 0 0 20 0 22 0 24278667 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130883958888 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22051] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22051/stat : 22051 (java) S 22036 22039 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130882905208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22052] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22052/stat : 22052 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24278667 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130881852552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22053] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22053/stat : 22053 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130880801296 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22054] ppid=22036 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/22039/task/22054/stat : 22054 (java) S 22036 22039 15709 0 -1 4202560 10112 0 0 0 148 2 0 0 20 0 22 0 24278670 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130879748664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22055] ppid=22036 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22039/task/22055/stat : 22055 (java) S 22036 22039 15709 0 -1 4202560 5489 0 0 0 112 0 0 0 20 0 22 0 24278670 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130878696120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22039/tid=22056] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22056/stat : 22056 (java) S 22036 22039 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24278670 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130877643768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22057] ppid=22036 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/22039/task/22057/stat : 22057 (java) S 22036 22039 15709 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 24278670 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130876591432 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22058] ppid=22036 vsize=9824732 CPUtime=851.44 cores=0,2,4,6
/proc/22039/task/22058/stat : 22058 (java) R 22036 22039 15709 0 -1 4202560 36 0 0 0 85130 14 0 0 20 0 22 0 24279659 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130875533648 140131378938051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22039/tid=22059] ppid=22036 vsize=9824732 CPUtime=851.33 cores=0,2,4,6
/proc/22039/task/22059/stat : 22059 (java) R 22036 22039 15709 0 -1 4202560 70 0 0 0 85119 14 0 0 20 0 22 0 24279659 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130874481744 140131378837992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22039/tid=22060] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22060/stat : 22060 (java) S 22036 22039 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24279679 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130873431080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22039/tid=22061] ppid=22036 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22039/task/22061/stat : 22061 (java) S 22036 22039 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24279687 10060525568 1146704 33554432000 1073741824 1073778376 140735116233936 140130872378536 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 22039 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 22039 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=129706
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=831265
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 889.257
CPU time (s): 1800.11
CPU user time (s): 1795.64
CPU system time (s): 4.47
CPU usage (%): 202.429
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.13
system time used= 4.83127
maximum resident set size= 4602524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35939
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23593
involuntary context switches= 31680

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.581 second user time and 6.35703 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 05:58:22
IDJOB=4103350
IDBENCH=2336
IDSOLVER=2543
FILE ID=node122/4103350-1466222301
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71708 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_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103350-1466222301/watcher-4103350-1466222301 -o /tmp/evaluation-result-4103350-1466222301/solver-4103350-1466222301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103350-1466222301.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=135094436

node122.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.769
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.53
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.769
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		: 2666.769
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.55
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.769
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		: 2666.769
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.53
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.769
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		: 2666.769
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		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25712196 kB
Buffers:          139796 kB
Cached:          1679904 kB
SwapCached:            0 kB
Active:          3035300 kB
Inactive:        1699484 kB
Active(anon):    2917652 kB
Inactive(anon):        0 kB
Active(file):     117648 kB
Inactive(file):  1699484 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33176 kB
Writeback:             0 kB
AnonPages:       4588312 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             611168 kB
SReclaimable:      54656 kB
SUnreclaim:       556512 kB
KernelStack:        1608 kB
PageTables:        13304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4814472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2985984 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= 71708 MiB
End job on node122 at 2016-06-18 06:13:12