Trace number 4100229

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 Resolution PB16? (TO) 1800.66 1792.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-dano3_4.opb
MD5SUM8bcab2e61229633d937bbb81a9edbb1b
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 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 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
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 535830
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100229-1466211499.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
7.07/4.72	c ... done. Wall clock time 4.605s.
7.07/4.72	c declared #vars     404566
7.23/4.82	c #constraints  4910
7.23/4.82	c constraints type 
7.23/4.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
7.23/4.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
7.23/4.82	c 4910 constraints processed.
7.23/4.82	c objective function length is 30 literals
11.73/8.83	c cleaning 2496 clauses out of 5000 with flag 10016/5000
13.91/10.82	c cleaning 4252 clauses out of 8505 with flag 22018/11001
16.21/13.13	c cleaning 5626 clauses out of 11254 with flag 36020/18002
18.62/15.59	c cleaning 6808 clauses out of 13628 with flag 52020/26002
21.55/18.47	c cleaning 7905 clauses out of 15818 with flag 70016/35000
24.95/21.87	c cleaning 8958 clauses out of 17918 with flag 90026/45005
29.05/25.93	c cleaning 9972 clauses out of 19958 with flag 112022/56003
33.65/30.52	c cleaning 10993 clauses out of 21987 with flag 136024/68004
38.66/35.54	c cleaning 11993 clauses out of 23993 with flag 162022/81003
43.96/40.83	c cleaning 12996 clauses out of 25997 with flag 190016/95000
49.75/46.62	c cleaning 13999 clauses out of 28006 with flag 220026/110005
56.35/53.29	c cleaning 14996 clauses out of 30005 with flag 252022/126003
63.56/60.46	c cleaning 16001 clauses out of 32007 with flag 286018/143001
71.06/67.96	c cleaning 16996 clauses out of 34006 with flag 322018/161001
80.79/76.92	c cleaning 18000 clauses out of 36009 with flag 360016/180000
88.49/84.70	c cleaning 19004 clauses out of 38009 with flag 400016/200000
97.29/93.50	c cleaning 20002 clauses out of 40005 with flag 442016/221000
108.89/105.06	c cleaning 21002 clauses out of 42005 with flag 486020/243002
120.19/116.37	c cleaning 22000 clauses out of 44001 with flag 532016/266000
130.69/126.87	c cleaning 22992 clauses out of 46002 with flag 580018/290001
142.29/138.47	c cleaning 24002 clauses out of 48010 with flag 630018/315001
156.10/152.24	c cleaning 25009 clauses out of 50019 with flag 682040/341012
170.50/166.66	c cleaning 25998 clauses out of 52003 with flag 736026/368005
188.51/183.91	c cleaning 26999 clauses out of 54000 with flag 792016/396000
204.21/199.65	c cleaning 27998 clauses out of 56001 with flag 850016/425000
223.01/218.41	c cleaning 28997 clauses out of 58007 with flag 910024/455004
244.61/240.00	c cleaning 30002 clauses out of 60007 with flag 972018/486001
266.30/261.74	c cleaning 31000 clauses out of 62009 with flag 1036026/518005
287.41/282.87	c cleaning 31995 clauses out of 64004 with flag 1102016/551000
308.69/304.18	c cleaning 33000 clauses out of 66010 with flag 1170018/585001
329.00/324.42	c cleaning 34002 clauses out of 68009 with flag 1240016/620000
351.39/346.83	c cleaning 35002 clauses out of 70010 with flag 1312022/656003
374.19/369.65	c cleaning 35994 clauses out of 72006 with flag 1386018/693001
400.69/396.14	c cleaning 37002 clauses out of 74011 with flag 1462016/731000
426.08/421.51	c cleaning 38004 clauses out of 76012 with flag 1540022/770003
453.70/448.58	c cleaning 39000 clauses out of 78007 with flag 1620020/810002
484.41/479.27	c cleaning 40001 clauses out of 80006 with flag 1702018/851001
516.29/511.17	c cleaning 41002 clauses out of 82006 with flag 1786020/893002
551.79/546.62	c cleaning 41999 clauses out of 84004 with flag 1872020/936002
590.40/585.28	c cleaning 42994 clauses out of 86004 with flag 1960018/980001
627.08/621.97	c cleaning 43999 clauses out of 88012 with flag 2050022/1025003
664.87/659.73	c cleaning 45006 clauses out of 90015 with flag 2142026/1071005
703.07/697.90	c cleaning 45999 clauses out of 92006 with flag 2236020/1118002
744.09/738.93	c cleaning 46998 clauses out of 94006 with flag 2332018/1166001
797.31/791.48	c cleaning 47997 clauses out of 96007 with flag 2430016/1215000
851.41/845.59	c cleaning 49005 clauses out of 98016 with flag 2530028/1265006
900.92/895.08	c cleaning 50002 clauses out of 100006 with flag 2632018/1316001
947.72/941.89	c cleaning 51001 clauses out of 102003 with flag 2736016/1368000
994.83/988.97	c cleaning 51997 clauses out of 104004 with flag 2842020/1421002
1042.63/1036.79	c cleaning 53003 clauses out of 106007 with flag 2950020/1475002
1093.63/1087.79	c cleaning 54000 clauses out of 108004 with flag 3060020/1530002
1150.87/1144.19	c cleaning 54996 clauses out of 110004 with flag 3172020/1586002
1207.68/1200.99	c cleaning 55999 clauses out of 112008 with flag 3286020/1643002
1264.49/1257.75	c cleaning 57003 clauses out of 114008 with flag 3402018/1701001
1323.42/1316.62	c cleaning 57996 clauses out of 116004 with flag 3520016/1760000
1389.33/1382.52	c cleaning 58996 clauses out of 118008 with flag 3640016/1820000
1449.59/1442.40	c cleaning 59999 clauses out of 120014 with flag 3762020/1881002
1505.90/1498.80	c cleaning 61001 clauses out of 122014 with flag 3886018/1943001
1564.52/1557.32	c cleaning 62005 clauses out of 124014 with flag 4012020/2006002
1626.23/1619.06	c cleaning 63001 clauses out of 126009 with flag 4140020/2070002
1691.45/1684.22	c cleaning 63999 clauses out of 128010 with flag 4270024/2135004
1759.68/1752.42	c cleaning 65002 clauses out of 130010 with flag 4402022/2201003
1800.00/1792.20	c starts		: 4
1800.00/1792.20	c conflicts		: 2247261
1800.00/1792.20	c decisions		: 2259008
1800.00/1792.20	c propagations		: 12623278
1800.00/1792.20	c inspects		: 22216371631
1800.00/1792.20	c shortcuts		: 0
1800.00/1792.20	c learnt literals	: 0
1800.00/1792.20	c learnt binary clauses	: 0
1800.00/1792.20	c learnt ternary clauses	: 0
1800.00/1792.20	c learnt constraints	: 2247261
1800.00/1792.20	c ignored constraints	: 0
1800.00/1792.20	c root simplifications	: 0
1800.00/1792.20	c removed literals (reason simplification)	: 0
1800.00/1792.20	c reason swapping (by a shorter reason)	: 0
1800.00/1792.20	c Calls to reduceDB	: 62
1800.00/1792.20	c Number of update (reduction) of LBD	: 7
1800.00/1792.20	c Imported unit clauses	: 0
1800.00/1792.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.20	c number of learned constraints concerned by reduction	: 0
1800.00/1792.20	c number of learning phase by resolution	: 0
1800.00/1792.20	c number of learning phase by cutting planes	: 0
1800.00/1792.20	c speed (assignments/second)	: 7062.779752206685
1800.00/1792.20	c non guided choices	3823
1800.00/1792.23	c learnt constraints type 
1800.00/1792.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111266
1800.00/1792.23	s UNKNOWN
1800.00/1792.23	c Total wall clock time (in seconds): 1792.111

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-4100229-1466211499/watcher-4100229-1466211499 -o /tmp/evaluation-result-4100229-1466211499/solver-4100229-1466211499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100229-1466211499.opb 

pid=17458
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 17461
/proc/meminfo: memFree=29950572/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17461/stat : 17461 (java) D 17458 17461 15548 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 23196522 9515008 185 33554432000 1073741824 1073778376 140733736056960 140733736046024 229346733351 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 17461
/proc/meminfo: memFree=29950572/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 4431 0 1 0 8 1 0 0 20 0 18 0 23196522 9787879424 6054 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 6054 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200248 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 17461
/proc/meminfo: memFree=29950572/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 5107 0 1 0 25 1 0 0 20 0 18 0 23196522 9787879424 9066 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 9066 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 17461
/proc/meminfo: memFree=29950572/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 8240 0 1 0 50 2 0 0 20 0 18 0 23196522 9787879424 12814 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 12814 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700336 s]
/proc/loadavg: 2.20 2.20 2.18 3/194 17461
/proc/meminfo: memFree=29950572/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 11289 0 1 0 128 8 0 0 20 0 18 0 23196522 9787879424 51015 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 51015 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 2.20 2.20 2.18 3/212 17479
/proc/meminfo: memFree=29702464/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=2.67 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 12204 0 1 0 242 25 0 0 20 0 18 0 23196522 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 110521 2269 9 0 2380296 0
[pid=17461/tid=17463] ppid=17458 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) S 17458 17461 15548 0 -1 4202560 2552 0 1 0 120 5 0 0 20 0 18 0 23196523 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241356609784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) R 17458 17461 15548 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241200204376 229355850887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) R 17458 17461 15548 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241199151832 140241363507623 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) R 17458 17461 15548 0 -1 4202560 46 0 0 0 5 3 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241198098776 140241363508140 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) R 17458 17461 15548 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241197046232 140241363508140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) R 17458 17461 15548 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241195994200 229355850887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) R 17458 17461 15548 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241194941608 229355850887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) R 17458 17461 15548 0 -1 4202560 389 0 0 0 8 3 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241193888552 229355850887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) R 17458 17461 15548 0 -1 4202560 118 0 0 0 5 1 0 0 20 0 18 0 23196524 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241192835904 229355850887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23196525 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241180636424 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23196526 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23196526 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4586 0 0 0 28 0 0 0 20 0 18 0 23196528 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 2783 0 0 0 26 0 0 0 20 0 18 0 23196528 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 110521 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 2.26 2.21 2.18 4/212 17479
/proc/meminfo: memFree=29433496/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9558476 CPUtime=4.65 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 12824 0 1 0 429 36 0 0 20 0 18 0 23196522 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2389619 181554 2269 9 0 2380296 0
[pid=17461/tid=17463] ppid=17458 vsize=9558476 CPUtime=2.72 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) R 17458 17461 15548 0 -1 4202560 2835 0 1 0 264 8 0 0 20 0 18 0 23196523 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241356603344 140241229121895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) S 17458 17461 15548 0 -1 4202560 98 0 0 0 16 4 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241200204200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) S 17458 17461 15548 0 -1 4202560 63 0 0 0 12 3 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241199151656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) S 17458 17461 15548 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241198098600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) S 17458 17461 15548 0 -1 4202560 164 0 0 0 13 4 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241197046056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) S 17458 17461 15548 0 -1 4202560 60 0 0 0 10 3 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241195994024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) S 17458 17461 15548 0 -1 4202560 187 0 0 0 15 4 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241194941480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) S 17458 17461 15548 0 -1 4202560 397 0 0 0 10 4 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241193888424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) S 17458 17461 15548 0 -1 4202560 143 0 0 0 10 2 0 0 20 0 18 0 23196524 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241192835880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23196525 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241180637544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23196526 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23196526 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4586 0 0 0 29 0 0 0 20 0 18 0 23196528 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 2783 0 0 0 27 0 0 0 20 0 18 0 23196528 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23196528 9787879424 181554 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 2.26 2.21 2.18 4/213 17480
/proc/meminfo: memFree=29043440/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9625040 CPUtime=9.11 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 13681 0 1 0 857 54 0 0 20 0 19 0 23196522 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2406260 228576 2280 9 0 2396937 0
[pid=17461/tid=17463] ppid=17458 vsize=9625040 CPUtime=5.63 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) R 17458 17461 15548 0 -1 4202560 2863 0 1 0 555 8 0 0 20 0 19 0 23196523 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241356610488 140241229308002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) S 17458 17461 15548 0 -1 4202560 176 0 0 0 27 7 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241200204200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) S 17458 17461 15548 0 -1 4202560 121 0 0 0 27 7 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241199151656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) S 17458 17461 15548 0 -1 4202560 96 0 0 0 18 5 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241198098600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) S 17458 17461 15548 0 -1 4202560 201 0 0 0 24 6 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241197046056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) S 17458 17461 15548 0 -1 4202560 164 0 0 0 26 6 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241195994024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) S 17458 17461 15548 0 -1 4202560 221 0 0 0 24 6 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241194941480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) S 17458 17461 15548 0 -1 4202560 429 0 0 0 21 5 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241193888424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) S 17458 17461 15548 0 -1 4202560 213 0 0 0 21 4 0 0 20 0 19 0 23196524 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241192835880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 19 0 23196525 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241180637544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) R 17458 17461 15548 0 -1 4202560 4605 0 0 0 53 0 0 0 20 0 19 0 23196528 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241176427320 140241358918547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) R 17458 17461 15548 0 -1 4202560 2795 0 0 0 47 0 0 0 20 0 19 0 23196528 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241175374656 140241363068192 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17480] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17480/stat : 17480 (java) S 17458 17461 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197013 9856040960 228576 33554432000 1073741824 1073778376 140733736056960 140241172214824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.29 2.22 2.19 3/213 17480
/proc/meminfo: memFree=29042724/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9625040 CPUtime=15.81 cores=1,3,5,7

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

[pid=17461/tid=17473] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4606 0 0 0 58 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 7700 0 0 0 74 2 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 95 0 0 0 26 35 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17480] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17480/stat : 17480 (java) S 17458 17461 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197013 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241172214824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1669.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.25 2.22 4/213 17814
/proc/meminfo: memFree=26402400/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9625040 CPUtime=1729.55 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 53007 0 1 0 172688 267 0 0 20 0 19 0 23196522 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2406260 946703 2293 9 0 2396937 0
[pid=17461/tid=17463] ppid=17458 vsize=9625040 CPUtime=1715.34 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) R 17458 17461 15548 0 -1 4202560 3903 0 1 0 171478 56 0 0 20 0 19 0 23196523 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241356603072 140241229374970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) S 17458 17461 15548 0 -1 4202560 3772 0 0 0 86 32 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241200204200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) S 17458 17461 15548 0 -1 4202560 2931 0 0 0 69 22 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241199151656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) S 17458 17461 15548 0 -1 4202560 5062 0 0 0 72 34 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241198098600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) S 17458 17461 15548 0 -1 4202560 3029 0 0 0 63 21 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241197046056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) S 17458 17461 15548 0 -1 4202560 2155 0 0 0 59 22 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241195994024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) S 17458 17461 15548 0 -1 4202560 3844 0 0 0 76 24 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241194941480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) S 17458 17461 15548 0 -1 4202560 3609 0 0 0 60 19 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241193888424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) S 17458 17461 15548 0 -1 4202560 3865 0 0 0 82 26 0 0 20 0 19 0 23196524 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241192835880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 7172 0 0 0 475 8 0 0 20 0 19 0 23196525 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241180637544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4606 0 0 0 58 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 7700 0 0 0 74 2 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 99 0 0 0 27 37 0 0 20 0 19 0 23196528 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17480] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17480/stat : 17480 (java) S 17458 17461 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197013 9856040960 946703 33554432000 1073741824 1073778376 140733736056960 140241172214824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.50 2.32 2.24 3/213 17815
/proc/meminfo: memFree=26377508/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9625040 CPUtime=1790.09 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 53393 0 1 0 178740 269 0 0 20 0 19 0 23196522 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2406260 947082 2293 9 0 2396937 0
[pid=17461/tid=17463] ppid=17458 vsize=9625040 CPUtime=1774.28 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) R 17458 17461 15548 0 -1 4202560 3904 0 1 0 177372 56 0 0 20 0 19 0 23196523 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241356610784 140241229371872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) S 17458 17461 15548 0 -1 4202560 3772 0 0 0 92 32 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241200204200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) S 17458 17461 15548 0 -1 4202560 2936 0 0 0 75 22 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241199151656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) S 17458 17461 15548 0 -1 4202560 5074 0 0 0 90 34 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241198098600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) S 17458 17461 15548 0 -1 4202560 3060 0 0 0 68 21 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241197046056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) S 17458 17461 15548 0 -1 4202560 2234 0 0 0 65 22 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241195994024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) S 17458 17461 15548 0 -1 4202560 3844 0 0 0 82 24 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241194941480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) S 17458 17461 15548 0 -1 4202560 3609 0 0 0 66 19 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241193888424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) S 17458 17461 15548 0 -1 4202560 3865 0 0 0 99 26 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241192835880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9625040 CPUtime=5.73 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 7426 0 0 0 565 8 0 0 20 0 19 0 23196525 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241180637544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4606 0 0 0 58 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 7700 0 0 0 74 2 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17480] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17480/stat : 17480 (java) S 17458 17461 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197013 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241172214824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.42 2.31 2.24 3/213 17815
/proc/meminfo: memFree=26377636/32872528 swapFree=1370848/1518016
[pid=17461] ppid=17458 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/17461/stat : 17461 (java) S 17458 17461 15548 0 -1 4202496 53393 0 1 0 179730 270 0 0 20 0 19 0 23196522 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140733736048096 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17461/statm: 2406260 947082 2293 9 0 2396937 0
[pid=17461/tid=17463] ppid=17458 vsize=9625040 CPUtime=1784.18 cores=1,3,5,7
/proc/17461/task/17463/stat : 17463 (java) R 17458 17461 15548 0 -1 4202560 3904 0 1 0 178361 57 0 0 20 0 19 0 23196523 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241356610784 140241229057488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17464] ppid=17458 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/17461/task/17464/stat : 17464 (java) S 17458 17461 15548 0 -1 4202560 3772 0 0 0 92 32 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241200204200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17465] ppid=17458 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/17461/task/17465/stat : 17465 (java) S 17458 17461 15548 0 -1 4202560 2936 0 0 0 75 22 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241199151656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17466] ppid=17458 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/17461/task/17466/stat : 17466 (java) S 17458 17461 15548 0 -1 4202560 5074 0 0 0 90 34 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241198098600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17467] ppid=17458 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17461/task/17467/stat : 17467 (java) S 17458 17461 15548 0 -1 4202560 3060 0 0 0 68 21 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241197046056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17461/tid=17468] ppid=17458 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/17461/task/17468/stat : 17468 (java) S 17458 17461 15548 0 -1 4202560 2234 0 0 0 65 22 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241195994024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17469] ppid=17458 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/17461/task/17469/stat : 17469 (java) S 17458 17461 15548 0 -1 4202560 3844 0 0 0 82 24 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241194941480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17470] ppid=17458 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/17461/task/17470/stat : 17470 (java) S 17458 17461 15548 0 -1 4202560 3609 0 0 0 66 19 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241193888424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17471] ppid=17458 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/17461/task/17471/stat : 17471 (java) S 17458 17461 15548 0 -1 4202560 3865 0 0 0 99 26 0 0 20 0 19 0 23196524 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241192835880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17472] ppid=17458 vsize=9625040 CPUtime=5.73 cores=1,3,5,7
/proc/17461/task/17472/stat : 17472 (java) S 17458 17461 15548 0 -1 4202560 7426 0 0 0 565 8 0 0 20 0 19 0 23196525 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241180637544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17473] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17473/stat : 17473 (java) S 17458 17461 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241179583864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17474] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17474/stat : 17474 (java) S 17458 17461 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23196526 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241178530696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17475] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17475/stat : 17475 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241177479440 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17476] ppid=17458 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17461/task/17476/stat : 17476 (java) S 17458 17461 15548 0 -1 4202560 4606 0 0 0 58 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241176427320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17461/tid=17477] ppid=17458 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17461/task/17477/stat : 17477 (java) S 17458 17461 15548 0 -1 4202560 7700 0 0 0 74 2 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241175374776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17478] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17478/stat : 17478 (java) S 17458 17461 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241174321912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17461/tid=17479] ppid=17458 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/17461/task/17479/stat : 17479 (java) S 17458 17461 15548 0 -1 4202560 103 0 0 0 28 39 0 0 20 0 19 0 23196528 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241173269576 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17461/tid=17480] ppid=17458 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17461/task/17480/stat : 17480 (java) S 17458 17461 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197013 9856040960 947082 33554432000 1073741824 1073778376 140733736056960 140241172214824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 17461 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.25
CPU time (s): 1800.66
CPU user time (s): 1797.45
CPU system time (s): 3.21151
CPU usage (%): 100.469
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.45
system time used= 3.21151
maximum resident set size= 3820804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53429
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39016
involuntary context switches= 14764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7024 second user time and 13.9129 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 02:58:20
IDJOB=4100229
IDBENCH=1589
IDSOLVER=2546
FILE ID=node129/4100229-1466211499
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-dano3_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100229-1466211499/watcher-4100229-1466211499 -o /tmp/evaluation-result-4100229-1466211499/solver-4100229-1466211499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100229-1466211499.opb

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

MD5SUM BENCH= 8bcab2e61229633d937bbb81a9edbb1b
RANDOM SEED=1270273614

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29951216 kB
Buffers:           41472 kB
Cached:           118560 kB
SwapCached:         1980 kB
Active:           607144 kB
Inactive:          91112 kB
Active(anon):     539732 kB
Inactive(anon):     1040 kB
Active(file):      67412 kB
Inactive(file):    90072 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:             25764 kB
Writeback:             0 kB
AnonPages:       2057708 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             570340 kB
SReclaimable:      14096 kB
SUnreclaim:       556244 kB
KernelStack:        1584 kB
PageTables:         8452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2196448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 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= 71712 MiB
End job on node129 at 2016-06-18 03:28:13