Trace number 4100754

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-tuff.opb
MD5SUMe0d3bc77812df02cd6843b358116eb3f
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables17153
Total number of constraints320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint11
Maximum length of a constraint3360
Number of terms in the objective function 90
Biggest coefficient in the objective function 87382
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524349
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527072
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4100754-1466211009.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.58/0.82	c ... done. Wall clock time 0.694s.
1.58/0.82	c declared #vars     17153
1.58/0.82	c #constraints  581
1.58/0.83	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.58/0.83	c constraints type 
1.58/0.83	c org.sat4j.specs.Constr$1 => 14
1.58/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 567
1.58/0.83	c 581 constraints processed.
1.58/0.83	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.58/0.83	c constraints type 
1.58/0.83	c org.sat4j.specs.Constr$1 => 14
1.58/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1.58/0.83	c 581 constraints processed.
1.58/0.83	c objective function length is 90 literals
5.45/2.22	c cleaning 2497 clauses out of 5000 with flag 10021/5000
8.43/3.69	c cleaning 4255 clauses out of 8509 with flag 22088/11006
12.08/5.50	c cleaning 5625 clauses out of 11251 with flag 36114/18003
16.98/7.89	c cleaning 6813 clauses out of 13625 with flag 52183/26002
36.79/17.66	c cleaning 7902 clauses out of 15809 with flag 70401/35000
37.98/18.26	c cleaning 8945 clauses out of 17907 with flag 91131/45000
40.38/19.49	c cleaning 9968 clauses out of 19963 with flag 114053/56001
43.82/21.15	c cleaning 10991 clauses out of 21996 with flag 139554/68003
48.20/23.17	c cleaning 11997 clauses out of 24002 with flag 167802/81000
52.67/25.29	c cleaning 12993 clauses out of 26005 with flag 198749/95000
56.87/27.34	c cleaning 13998 clauses out of 28013 with flag 232566/110001
61.54/29.65	c cleaning 14990 clauses out of 30014 with flag 270749/126000
66.95/32.31	c cleaning 15998 clauses out of 32026 with flag 308397/143002
73.20/35.43	c cleaning 17000 clauses out of 34026 with flag 347945/161000
80.65/39.17	c cleaning 18002 clauses out of 36027 with flag 389649/180001
87.92/42.72	c cleaning 19000 clauses out of 38024 with flag 433882/200000
95.13/46.32	c cleaning 19996 clauses out of 40025 with flag 480029/221001
104.15/50.81	c cleaning 21001 clauses out of 42030 with flag 528084/243002
114.35/55.80	c cleaning 22004 clauses out of 44027 with flag 581701/266000
125.75/61.52	c cleaning 22999 clauses out of 46023 with flag 637776/290000
138.08/67.69	c cleaning 23998 clauses out of 48028 with flag 694325/315004
150.88/74.06	c cleaning 25001 clauses out of 50026 with flag 752744/341000
165.08/81.12	c cleaning 25994 clauses out of 52025 with flag 815757/368000
178.83/87.99	c cleaning 27006 clauses out of 54031 with flag 877131/396000
189.03/93.02	c cleaning 28010 clauses out of 56027 with flag 938878/425002
206.33/101.62	c cleaning 29006 clauses out of 58023 with flag 1006577/455008
218.26/107.51	c cleaning 30001 clauses out of 60009 with flag 1077446/486000
228.65/112.59	c cleaning 31004 clauses out of 62011 with flag 1141455/518003
237.31/116.76	c cleaning 31997 clauses out of 64005 with flag 1207687/551001
245.70/120.96	c cleaning 32995 clauses out of 66010 with flag 1275837/585003
254.50/125.33	c cleaning 34005 clauses out of 68012 with flag 1345905/620000
265.30/130.74	c cleaning 35002 clauses out of 70007 with flag 1418049/656000
275.89/136.01	c cleaning 36002 clauses out of 72007 with flag 1492218/693002
286.48/141.39	c cleaning 37001 clauses out of 74003 with flag 1568524/731000
297.48/146.81	c cleaning 37994 clauses out of 76003 with flag 1653475/770001
313.45/154.79	c cleaning 38992 clauses out of 78006 with flag 1743910/810000
337.45/166.79	c cleaning 39995 clauses out of 80014 with flag 1831054/851000
358.64/177.35	c cleaning 41002 clauses out of 82020 with flag 1919587/893001
388.83/192.45	c cleaning 42004 clauses out of 84019 with flag 2010960/936002
410.60/203.28	c cleaning 43002 clauses out of 86017 with flag 2104096/980004
422.00/208.94	c cleaning 44001 clauses out of 88010 with flag 2200712/1025000
442.39/219.15	c cleaning 44995 clauses out of 90009 with flag 2302668/1071000
462.59/229.23	c cleaning 46001 clauses out of 92014 with flag 2402586/1118000
484.78/240.31	c cleaning 47005 clauses out of 94014 with flag 2504869/1166001
507.59/251.79	c cleaning 47992 clauses out of 96008 with flag 2607422/1215000
537.71/266.74	c cleaning 48994 clauses out of 98016 with flag 2759792/1265000
568.52/282.12	c cleaning 50004 clauses out of 100025 with flag 2910662/1316003
606.11/300.94	c cleaning 51002 clauses out of 102018 with flag 3043499/1368000
642.48/319.08	c cleaning 52002 clauses out of 104018 with flag 3200185/1421002
676.25/335.97	c cleaning 52999 clauses out of 106014 with flag 3327848/1475000
714.84/355.28	c cleaning 54003 clauses out of 108016 with flag 3467179/1530001
749.03/372.36	c cleaning 54993 clauses out of 110013 with flag 3592868/1586001
790.87/393.10	c cleaning 56003 clauses out of 112023 with flag 3723458/1643004
827.86/411.62	c cleaning 57002 clauses out of 114016 with flag 3844795/1701000
873.86/434.67	c cleaning 58004 clauses out of 116019 with flag 3967129/1760005
926.02/461.01	c cleaning 58997 clauses out of 118011 with flag 4107381/1820001
982.20/489.10	c cleaning 60000 clauses out of 120013 with flag 4236006/1881000
1032.89/514.40	c cleaning 61004 clauses out of 122013 with flag 4400864/1943001
1069.50/532.76	c cleaning 61995 clauses out of 124008 with flag 4561277/2006000
1112.81/554.38	c cleaning 63003 clauses out of 126013 with flag 4732996/2070000
1156.41/576.19	c cleaning 63999 clauses out of 128013 with flag 4927283/2135003
1206.99/601.47	c cleaning 64998 clauses out of 130011 with flag 5088647/2201000
1268.70/632.26	c cleaning 66002 clauses out of 132016 with flag 5256087/2268003
1332.29/664.08	c cleaning 66995 clauses out of 134011 with flag 5421787/2336000
1401.43/698.54	c cleaning 67993 clauses out of 136016 with flag 5585559/2405000
1475.60/735.63	c cleaning 69000 clauses out of 138023 with flag 5748548/2475000
1562.10/778.85	c cleaning 70005 clauses out of 140025 with flag 5910349/2546002
1661.45/828.57	c cleaning 70994 clauses out of 142020 with flag 6071764/2618002
1755.33/875.47	c cleaning 72009 clauses out of 144025 with flag 6237619/2691001
1800.18/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.80	c starts		: 484
1800.18/897.80	c conflicts		: 2739475
1800.18/897.80	c decisions		: 3355086
1800.18/897.80	c propagations		: 53934054
1800.18/897.80	c inspects		: 16309247958
1800.18/897.80	c shortcuts		: 0
1800.18/897.80	c learnt literals	: 6
1800.18/897.80	c learnt binary clauses	: 14
1800.18/897.80	c learnt ternary clauses	: 22
1800.18/897.80	c learnt constraints	: 2739469
1800.18/897.80	c ignored constraints	: 0
1800.18/897.80	c root simplifications	: 0
1800.18/897.80	c removed literals (reason simplification)	: 9996452
1800.18/897.80	c reason swapping (by a shorter reason)	: 0
1800.18/897.80	c Calls to reduceDB	: 69
1800.18/897.80	c Number of update (reduction) of LBD	: 179751
1800.18/897.80	c Imported unit clauses	: 0
1800.18/897.80	c number of reductions to clauses (during analyze)	: 0
1800.18/897.80	c number of learned constraints concerned by reduction	: 0
1800.18/897.80	c number of learning phase by resolution	: 0
1800.18/897.80	c number of learning phase by cutting planes	: 0
1800.18/897.80	c speed (assignments/second)	: 60133.92143374003
1800.18/897.80	c non guided choices	73455
1800.18/897.83	c learnt constraints type 
1800.18/897.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.18/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120476
1800.18/897.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.83	c starts		: 1
1800.18/897.83	c conflicts		: 618
1800.18/897.83	c decisions		: 169535
1800.18/897.83	c propagations		: 654161
1800.18/897.83	c inspects		: 12418912
1800.18/897.83	c shortcuts		: 0
1800.18/897.83	c learnt literals	: 0
1800.18/897.83	c learnt binary clauses	: 0
1800.18/897.83	c learnt ternary clauses	: 0
1800.18/897.83	c learnt constraints	: 617
1800.18/897.83	c ignored constraints	: 0
1800.18/897.83	c root simplifications	: 0
1800.18/897.83	c removed literals (reason simplification)	: 0
1800.18/897.83	c reason swapping (by a shorter reason)	: 0
1800.18/897.83	c Calls to reduceDB	: 0
1800.18/897.83	c Number of update (reduction) of LBD	: 0
1800.18/897.83	c Imported unit clauses	: 0
1800.18/897.83	c number of reductions to clauses (during analyze)	: 0
1800.18/897.83	c number of learned constraints concerned by reduction	: 0
1800.18/897.83	c number of learning phase by resolution	: 0
1800.18/897.83	c number of learning phase by cutting planes	: 0
1800.18/897.83	c speed (assignments/second)	: 729.3642935827279
1800.18/897.83	c non guided choices	0
1800.18/897.83	c learnt constraints type 
1800.18/897.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 617
1800.18/897.83	s UNKNOWN
1800.18/897.83	c Total wall clock time (in seconds): 897.699

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

pid=18391
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.12 4.16 4.17 4/198 18394
/proc/meminfo: memFree=27064488/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/18394/stat : 18394 (java) D 18391 18394 15709 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 23149390 2560000 46 33554432000 1073741824 1073778376 140734937953376 140734937950504 217401355559 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/18394/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 4.12 4.16 4.17 4/198 18394
/proc/meminfo: memFree=27064488/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 4358 0 1 0 7 1 0 0 20 0 18 0 23149390 9787879424 4956 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2389619 4958 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.12 4.16 4.17 4/198 18394
/proc/meminfo: memFree=27064488/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 4901 0 1 0 23 1 0 0 20 0 18 0 23149390 9787879424 6433 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2389619 6433 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300312 s]
/proc/loadavg: 4.12 4.16 4.17 4/198 18394
/proc/meminfo: memFree=27064488/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 12771 0 1 0 51 3 0 0 20 0 18 0 23149390 9787879424 14835 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2389619 14835 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.712795 s]
/proc/loadavg: 4.12 4.16 4.17 4/198 18394
/proc/meminfo: memFree=27064488/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 15763 0 1 0 136 8 0 0 20 0 18 0 23149390 9787879424 49107 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2389619 49619 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 4.12 4.16 4.17 7/220 18416
/proc/meminfo: memFree=26862568/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 17303 0 1 0 365 12 0 0 20 0 22 0 23149390 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2456183 57652 2277 9 0 2446860 0
[pid=18394/tid=18396] ppid=18391 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18394/task/18396/stat : 18396 (java) S 18391 18394 15709 0 -1 4202560 2541 0 1 0 70 3 0 0 20 0 22 0 23149392 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139849104200568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18397] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18397/stat : 18397 (java) R 18391 18394 15709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848948271912 217413891132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18398] ppid=18391 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18394/task/18398/stat : 18398 (java) R 18391 18394 15709 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848947219288 139849107478431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18399] ppid=18391 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18394/task/18399/stat : 18399 (java) R 18391 18394 15709 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848946166824 139849111096144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) R 18391 18394 15709 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848945114024 139849111098435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) R 18391 18394 15709 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848944060888 139849106671313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) R 18391 18394 15709 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848943008088 139849107956876 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) R 18391 18394 15709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848941955800 139849106671289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) R 18391 18394 15709 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 23149393 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848940903000 139849106671347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23149394 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848928491144 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18394/task/18409/stat : 18409 (java) R 18391 18394 15709 0 -1 4202560 5658 0 0 0 69 0 0 0 20 0 22 0 23149397 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848924268416 139849108287471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18410] ppid=18391 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/18394/task/18410/stat : 18410 (java) R 18391 18394 15709 0 -1 4202560 7578 0 0 0 73 1 0 0 20 0 22 0 23149397 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848923215504 139849111174004 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18411] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18411/stat : 18411 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848922176120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18412] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18412/stat : 18412 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848921123528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18413] ppid=18391 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/18394/task/18413/stat : 18413 (java) S 18391 18394 15709 0 -1 4202560 18 0 0 0 63 0 0 0 20 0 22 0 23149473 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848919968808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18414] ppid=18391 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/18394/task/18414/stat : 18414 (java) S 18391 18394 15709 0 -1 4202560 25 0 0 0 63 0 0 0 20 0 22 0 23149473 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848918916344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18415] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18415/stat : 18415 (java) S 18391 18394 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23149481 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848917866152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18416] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18416/stat : 18416 (java) S 18391 18394 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23149484 10060525568 57652 33554432000 1073741824 1073778376 140735788251504 139848916813352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.12 4.16 4.17 5/220 18416
/proc/meminfo: memFree=26822880/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9824732 CPUtime=7.41 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 19161 0 1 0 727 14 0 0 20 0 22 0 23149390 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2456183 65232 2283 9 0 2446860 0
[pid=18394/tid=18396] ppid=18391 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18394/task/18396/stat : 18396 (java) S 18391 18394 15709 0 -1 4202560 2541 0 1 0 70 3 0 0 20 0 22 0 23149392 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139849104200568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18397] ppid=18391 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18394/task/18397/stat : 18397 (java) S 18391 18394 15709 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848948271912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18398] ppid=18391 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18394/task/18398/stat : 18398 (java) S 18391 18394 15709 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848947219112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18399] ppid=18391 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18394/task/18399/stat : 18399 (java) S 18391 18394 15709 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848946166824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) S 18391 18394 15709 0 -1 4202560 67 0 0 0 4 1 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848945114024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) S 18391 18394 15709 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848944060712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) S 18391 18394 15709 0 -1 4202560 136 0 0 0 4 1 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848943007912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) S 18391 18394 15709 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848941955624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) S 18391 18394 15709 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 23149393 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848940902824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23149394 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848928492264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18394/task/18409/stat : 18409 (java) S 18391 18394 15709 0 -1 4202560 7102 0 0 0 98 0 0 0 20 0 22 0 23149397 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848924281016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18410] ppid=18391 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/18394/task/18410/stat : 18410 (java) S 18391 18394 15709 0 -1 4202560 7590 0 0 0 83 2 0 0 20 0 22 0 23149397 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848923228216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18411] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18411/stat : 18411 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848922176120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18412] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18412/stat : 18412 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848921123528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18413] ppid=18391 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18394/task/18413/stat : 18413 (java) R 18391 18394 15709 0 -1 4202560 25 0 0 0 220 0 0 0 20 0 22 0 23149473 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848919970504 139848976757612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18414] ppid=18391 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/18394/task/18414/stat : 18414 (java) R 18391 18394 15709 0 -1 4202560 25 0 0 0 219 0 0 0 20 0 22 0 23149473 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848918917528 139848977190577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18415] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18415/stat : 18415 (java) S 18391 18394 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23149481 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848917866152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18416] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18416/stat : 18416 (java) S 18391 18394 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23149484 10060525568 65232 33554432000 1073741824 1073778376 140735788251504 139848916813352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.11 4.15 4.17 5/220 18416
/proc/meminfo: memFree=26693060/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9824732 CPUtime=13.9 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 19381 0 1 0 1373 17 0 0 20 0 22 0 23149390 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2456183 94391 2283 9 0 2446860 0
[pid=18394/tid=18396] ppid=18391 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18394/task/18396/stat : 18396 (java) S 18391 18394 15709 0 -1 4202560 2542 0 1 0 70 3 0 0 20 0 22 0 23149392 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139849104200568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18397] ppid=18391 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18394/task/18397/stat : 18397 (java) S 18391 18394 15709 0 -1 4202560 64 0 0 0 4 0 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848948271912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18398] ppid=18391 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18394/task/18398/stat : 18398 (java) S 18391 18394 15709 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848947219112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18399] ppid=18391 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18394/task/18399/stat : 18399 (java) S 18391 18394 15709 0 -1 4202560 112 0 0 0 4 0 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848946166824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) S 18391 18394 15709 0 -1 4202560 73 0 0 0 5 2 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848945114024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) S 18391 18394 15709 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848944060712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) S 18391 18394 15709 0 -1 4202560 140 0 0 0 6 1 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848943007912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) S 18391 18394 15709 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848941955624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) S 18391 18394 15709 0 -1 4202560 31 0 0 0 1 2 0 0 20 0 22 0 23149393 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848940902824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23149394 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848928492264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 94391 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=0.99 cores=1,3,5,7

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

/proc/18394/task/18399/stat : 18399 (java) S 18391 18394 15709 0 -1 4202560 653 0 0 0 55 12 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848946166824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) S 18391 18394 15709 0 -1 4202560 703 0 0 0 65 15 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848945114024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) S 18391 18394 15709 0 -1 4202560 457 0 0 0 36 8 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848944060712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) S 18391 18394 15709 0 -1 4202560 494 0 0 0 44 10 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848943007912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) S 18391 18394 15709 0 -1 4202560 399 0 0 0 38 10 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848941955624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) S 18391 18394 15709 0 -1 4202560 536 0 0 0 63 15 0 0 20 0 22 0 23149393 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848940902824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 1477 0 0 0 83 4 0 0 20 0 22 0 23149394 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848928492264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18394/task/18409/stat : 18409 (java) S 18391 18394 15709 0 -1 4202560 17352 0 0 0 230 2 0 0 20 0 22 0 23149397 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848924281016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18410] ppid=18391 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/18394/task/18410/stat : 18410 (java) S 18391 18394 15709 0 -1 4202560 18070 0 0 0 171 3 0 0 20 0 22 0 23149397 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848923228216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18411] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18411/stat : 18411 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848922176120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18412] ppid=18391 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18394/task/18412/stat : 18412 (java) S 18391 18394 15709 0 -1 4202560 47 0 0 0 9 15 0 0 20 0 22 0 23149397 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848921123528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18413] ppid=18391 vsize=9824732 CPUtime=816.89 cores=1,3,5,7
/proc/18394/task/18413/stat : 18413 (java) R 18391 18394 15709 0 -1 4202560 660 0 0 0 81661 28 0 0 20 0 22 0 23149473 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848919961856 139848976934435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18414] ppid=18391 vsize=9824732 CPUtime=817.1 cores=1,3,5,7
/proc/18394/task/18414/stat : 18414 (java) R 18391 18394 15709 0 -1 4202560 910 0 0 0 81687 23 0 0 20 0 22 0 23149473 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848918916576 139848977195408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18415] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18415/stat : 18415 (java) S 18391 18394 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23149481 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848917866152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18416] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18416/stat : 18416 (java) S 18391 18394 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23149484 10060525568 669464 33554432000 1073741824 1073778376 140735788251504 139848916813352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1649.05
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.10 4.16 4.17 6/219 18526
/proc/meminfo: memFree=23731968/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9824732 CPUtime=1769.14 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 46621 0 1 0 176761 153 0 0 20 0 22 0 23149390 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2456183 668007 2293 9 0 2446860 0
[pid=18394/tid=18396] ppid=18391 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/18394/task/18396/stat : 18396 (java) S 18391 18394 15709 0 -1 4202560 2549 0 1 0 72 5 0 0 20 0 22 0 23149392 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139849104200568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18397] ppid=18391 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/18394/task/18397/stat : 18397 (java) S 18391 18394 15709 0 -1 4202560 513 0 0 0 52 12 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848948271912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18398] ppid=18391 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18394/task/18398/stat : 18398 (java) S 18391 18394 15709 0 -1 4202560 452 0 0 0 55 12 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848947219112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18399] ppid=18391 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/18394/task/18399/stat : 18399 (java) S 18391 18394 15709 0 -1 4202560 696 0 0 0 59 13 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848946166824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) S 18391 18394 15709 0 -1 4202560 707 0 0 0 66 15 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848945114024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) S 18391 18394 15709 0 -1 4202560 460 0 0 0 37 9 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848944060712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) S 18391 18394 15709 0 -1 4202560 498 0 0 0 45 10 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848943007912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) S 18391 18394 15709 0 -1 4202560 412 0 0 0 40 11 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848941955624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) S 18391 18394 15709 0 -1 4202560 541 0 0 0 65 15 0 0 20 0 22 0 23149393 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848940902824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 1479 0 0 0 83 4 0 0 20 0 22 0 23149394 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848928492264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18394/task/18409/stat : 18409 (java) S 18391 18394 15709 0 -1 4202560 17352 0 0 0 230 2 0 0 20 0 22 0 23149397 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848924281016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18410] ppid=18391 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/18394/task/18410/stat : 18410 (java) S 18391 18394 15709 0 -1 4202560 18070 0 0 0 171 3 0 0 20 0 22 0 23149397 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848923228216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18411] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18411/stat : 18411 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848922176120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18412] ppid=18391 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18394/task/18412/stat : 18412 (java) S 18391 18394 15709 0 -1 4202560 51 0 0 0 10 16 0 0 20 0 22 0 23149397 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848921123528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18413] ppid=18391 vsize=9824732 CPUtime=876.65 cores=1,3,5,7
/proc/18394/task/18413/stat : 18413 (java) R 18391 18394 15709 0 -1 4202560 660 0 0 0 87636 29 0 0 20 0 22 0 23149473 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848919961856 139848976934400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18414] ppid=18391 vsize=9824732 CPUtime=876.9 cores=1,3,5,7
/proc/18394/task/18414/stat : 18414 (java) R 18391 18394 15709 0 -1 4202560 911 0 0 0 87666 24 0 0 20 0 22 0 23149473 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848918916416 139848977190478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18415] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18415/stat : 18415 (java) S 18391 18394 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23149481 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848917866152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18416] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18416/stat : 18416 (java) S 18391 18394 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23149484 10060525568 668007 33554432000 1073741824 1073778376 140735788251504 139848916813352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1769.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.00 4.14 4.16 5/220 18528
/proc/meminfo: memFree=23775524/32872528 swapFree=1534436/1655032
[pid=18394] ppid=18391 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/18394/stat : 18394 (java) S 18391 18394 15709 0 -1 4202496 47072 0 1 0 179864 154 0 0 20 0 22 0 23149390 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 140735788242640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18394/statm: 2456183 665944 2293 9 0 2446860 0
[pid=18394/tid=18396] ppid=18391 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/18394/task/18396/stat : 18396 (java) S 18391 18394 15709 0 -1 4202560 2549 0 1 0 72 5 0 0 20 0 22 0 23149392 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139849104200568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18397] ppid=18391 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18394/task/18397/stat : 18397 (java) S 18391 18394 15709 0 -1 4202560 621 0 0 0 55 12 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848948271912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18398] ppid=18391 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/18394/task/18398/stat : 18398 (java) S 18391 18394 15709 0 -1 4202560 527 0 0 0 56 12 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848947219112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18394/tid=18399] ppid=18391 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/18394/task/18399/stat : 18399 (java) S 18391 18394 15709 0 -1 4202560 802 0 0 0 62 13 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848946166824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18400] ppid=18391 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18394/task/18400/stat : 18400 (java) S 18391 18394 15709 0 -1 4202560 837 0 0 0 69 15 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848945114024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18401] ppid=18391 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/18394/task/18401/stat : 18401 (java) S 18391 18394 15709 0 -1 4202560 489 0 0 0 38 9 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848944060712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18402] ppid=18391 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/18394/task/18402/stat : 18402 (java) S 18391 18394 15709 0 -1 4202560 498 0 0 0 46 10 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848943007912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18403] ppid=18391 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/18394/task/18403/stat : 18403 (java) S 18391 18394 15709 0 -1 4202560 412 0 0 0 41 11 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848941955624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18404] ppid=18391 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/18394/task/18404/stat : 18404 (java) S 18391 18394 15709 0 -1 4202560 541 0 0 0 66 15 0 0 20 0 22 0 23149393 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848940902824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18405] ppid=18391 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/18394/task/18405/stat : 18405 (java) S 18391 18394 15709 0 -1 4202560 1481 0 0 0 84 5 0 0 20 0 22 0 23149394 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848928492264 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18406] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18406/stat : 18406 (java) S 18391 18394 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848927438328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18407] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18407/stat : 18407 (java) S 18391 18394 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23149395 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848926385928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18408] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18408/stat : 18408 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848925334416 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18409] ppid=18391 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18394/task/18409/stat : 18409 (java) S 18391 18394 15709 0 -1 4202560 17352 0 0 0 230 2 0 0 20 0 22 0 23149397 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848924281016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18410] ppid=18391 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/18394/task/18410/stat : 18410 (java) S 18391 18394 15709 0 -1 4202560 18070 0 0 0 171 3 0 0 20 0 22 0 23149397 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848923228216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18411] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18411/stat : 18411 (java) S 18391 18394 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23149397 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848922176120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18394/tid=18412] ppid=18391 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18394/task/18412/stat : 18412 (java) S 18391 18394 15709 0 -1 4202560 51 0 0 0 10 17 0 0 20 0 22 0 23149397 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848921123528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18413] ppid=18391 vsize=9824732 CPUtime=892.06 cores=1,3,5,7
/proc/18394/task/18413/stat : 18413 (java) R 18391 18394 15709 0 -1 4202560 661 0 0 0 89177 29 0 0 20 0 22 0 23149473 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848919969536 139848976757642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18394/tid=18414] ppid=18391 vsize=9824732 CPUtime=892.31 cores=1,3,5,7
/proc/18394/task/18414/stat : 18414 (java) R 18391 18394 15709 0 -1 4202560 911 0 0 0 89207 24 0 0 20 0 22 0 23149473 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848918915520 139848977195420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18415] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18415/stat : 18415 (java) S 18391 18394 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23149481 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848917866152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18394/tid=18416] ppid=18391 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18394/task/18416/stat : 18416 (java) S 18391 18394 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23149484 10060525568 665944 33554432000 1073741824 1073778376 140735788251504 139848916813352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 18394 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 18394 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=59261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=990697
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.844
CPU time (s): 1800.18
CPU user time (s): 1798.64
CPU system time (s): 1.54
CPU usage (%): 200.5
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.9907
maximum resident set size= 2711200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21811
involuntary context switches= 22675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29204 second user time and 6.87595 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 02:50:10
IDJOB=4100754
IDBENCH=1657
IDSOLVER=2543
FILE ID=node122/4100754-1466211009
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-tuff.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100754-1466211009/watcher-4100754-1466211009 -o /tmp/evaluation-result-4100754-1466211009/solver-4100754-1466211009 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100754-1466211009.opb

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

MD5SUM BENCH= e0d3bc77812df02cd6843b358116eb3f
RANDOM SEED=1920414067

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:        27064868 kB
Buffers:          124892 kB
Cached:          1633380 kB
SwapCached:            0 kB
Active:          1747412 kB
Inactive:        1661156 kB
Active(anon):    1653040 kB
Inactive(anon):       60 kB
Active(file):      94372 kB
Inactive(file):  1661096 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2028 kB
Writeback:             0 kB
AnonPages:       3305460 kB
Mapped:            21060 kB
Shmem:               204 kB
Slab:             608424 kB
SReclaimable:      51992 kB
SUnreclaim:       556432 kB
KernelStack:        1600 kB
PageTables:        10704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3785452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 71740 MiB
End job on node122 at 2016-06-18 03:05:08