Trace number 4099776

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.04 1797.84

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-p6000.opb
MD5SUM0c3c379676a8ddac6d8ad36181bfd2e9
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1245798
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -950703
Optimality of the best value was proved NO
Number of variables6000
Total number of constraints2171
Number of constraints which are clauses222
Number of constraints which are cardinality constraints (but not clauses)1914
Number of constraints which are nor clauses,nor cardinality constraints35
Minimum length of a constraint2
Maximum length of a constraint5998
Number of terms in the objective function 5995
Biggest coefficient in the objective function 91110
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 12969603
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 800000
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 28761906
Number of bits of the biggest sum of numbers25
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-4099776-1466206372.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.51/0.38	c ... done. Wall clock time 0.269s.
0.51/0.38	c declared #vars     6000
0.51/0.38	c #constraints  2294
0.51/0.38	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
0.51/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1871
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 374
0.51/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.51/0.39	c 2294 constraints processed.
0.51/0.39	c objective function length is 5995 literals
2.01/1.42	c cleaning 2498 clauses out of 5000 with flag 10007/5000
3.15/2.47	c cleaning 4252 clauses out of 8503 with flag 22039/11001
4.46/3.72	c cleaning 5623 clauses out of 11251 with flag 36077/18001
5.86/5.15	c cleaning 6814 clauses out of 13627 with flag 52086/26000
7.69/6.93	c cleaning 7905 clauses out of 15814 with flag 70105/35001
9.71/8.91	c cleaning 8949 clauses out of 17908 with flag 90122/45000
11.91/11.12	c cleaning 9980 clauses out of 19959 with flag 112146/56000
14.30/13.52	c cleaning 10989 clauses out of 21980 with flag 136158/68001
16.91/16.16	c cleaning 11994 clauses out of 23991 with flag 162159/81001
19.91/19.12	c cleaning 12995 clauses out of 25996 with flag 190168/95000
23.21/22.41	c cleaning 14001 clauses out of 28001 with flag 220245/110000
26.61/25.88	c cleaning 15000 clauses out of 30000 with flag 252260/126000
30.41/29.69	c cleaning 15998 clauses out of 32000 with flag 286308/143000
34.51/33.78	c cleaning 17001 clauses out of 34003 with flag 322361/161001
39.11/38.32	c cleaning 17997 clauses out of 36001 with flag 360415/180000
44.01/43.25	c cleaning 18997 clauses out of 38004 with flag 400434/200000
49.11/48.37	c cleaning 20004 clauses out of 40008 with flag 442459/221001
54.31/53.55	c cleaning 21000 clauses out of 42003 with flag 486457/243000
59.61/58.89	c cleaning 22000 clauses out of 44004 with flag 532494/266001
65.61/64.81	c cleaning 22999 clauses out of 46003 with flag 580501/290000
71.71/70.95	c cleaning 23997 clauses out of 48004 with flag 630517/315000
78.45/77.68	c cleaning 24997 clauses out of 50007 with flag 682557/341000
85.15/84.33	c cleaning 26006 clauses out of 52011 with flag 736574/368001
92.05/91.23	c cleaning 27000 clauses out of 54005 with flag 792616/396001
99.55/98.76	c cleaning 28003 clauses out of 56005 with flag 850669/425001
107.85/107.09	c cleaning 28997 clauses out of 58001 with flag 910694/455000
116.85/116.10	c cleaning 29999 clauses out of 60004 with flag 972714/486000
126.45/125.61	c cleaning 31001 clauses out of 62005 with flag 1036750/518000
135.55/134.78	c cleaning 31998 clauses out of 64004 with flag 1102812/551000
144.55/143.72	c cleaning 33004 clauses out of 66007 with flag 1170833/585001
154.96/154.17	c cleaning 33995 clauses out of 68002 with flag 1240878/620000
166.61/165.77	c cleaning 35000 clauses out of 70008 with flag 1312944/656001
179.30/178.48	c cleaning 35997 clauses out of 72007 with flag 1387027/693000
190.80/189.99	c cleaning 37001 clauses out of 74010 with flag 1463098/731000
203.50/202.68	c cleaning 38004 clauses out of 76010 with flag 1541232/770001
217.80/216.93	c cleaning 38998 clauses out of 78006 with flag 1621376/810001
233.12/232.30	c cleaning 40001 clauses out of 80008 with flag 1703506/851001
248.21/247.37	c cleaning 41001 clauses out of 82007 with flag 1787533/893001
264.05/263.18	c cleaning 42000 clauses out of 84005 with flag 1873590/936000
278.45/277.54	c cleaning 42999 clauses out of 86006 with flag 1961629/980001
293.45/292.54	c cleaning 44003 clauses out of 88007 with flag 2051686/1025001
310.25/309.38	c cleaning 45001 clauses out of 90003 with flag 2143731/1071000
328.75/327.86	c cleaning 45998 clauses out of 92003 with flag 2237776/1118001
344.36/343.41	c cleaning 47001 clauses out of 94005 with flag 2333803/1166001
364.25/363.22	c cleaning 47997 clauses out of 96004 with flag 2431866/1215001
382.26/381.25	c cleaning 49001 clauses out of 98006 with flag 2531895/1265000
398.66/397.63	c cleaning 50001 clauses out of 100006 with flag 2633917/1316001
417.15/416.13	c cleaning 50998 clauses out of 102004 with flag 2737986/1368000
437.95/436.93	c cleaning 52003 clauses out of 104006 with flag 2844059/1421000
461.85/460.80	c cleaning 53002 clauses out of 106003 with flag 2952129/1475000
481.42/480.29	c cleaning 54001 clauses out of 108001 with flag 3062162/1530000
503.92/502.75	c cleaning 54995 clauses out of 110001 with flag 3174259/1586001
527.13/525.93	c cleaning 56000 clauses out of 112006 with flag 3288430/1643001
553.43/552.30	c cleaning 56999 clauses out of 114005 with flag 3404532/1701000
578.63/577.36	c cleaning 57996 clauses out of 116006 with flag 3522723/1760000
605.35/604.07	c cleaning 59004 clauses out of 118010 with flag 3642935/1820000
633.44/632.10	c cleaning 60001 clauses out of 120007 with flag 3765156/1881001
658.64/657.37	c cleaning 61001 clauses out of 122005 with flag 3889266/1943000
689.29/687.81	c cleaning 61997 clauses out of 124005 with flag 4015301/2006001
719.50/718.09	c cleaning 63001 clauses out of 126007 with flag 4143323/2070000
748.40/746.93	c cleaning 63998 clauses out of 128006 with flag 4273325/2135000
783.13/781.51	c cleaning 65002 clauses out of 130008 with flag 4405369/2201000
817.05/815.43	c cleaning 66000 clauses out of 132006 with flag 4539507/2268000
852.06/850.46	c cleaning 66998 clauses out of 134007 with flag 4675622/2336001
881.97/880.29	c cleaning 68003 clauses out of 136009 with flag 4813677/2405001
916.99/915.27	c cleaning 69001 clauses out of 138005 with flag 4953728/2475000
955.18/953.47	c cleaning 70002 clauses out of 140005 with flag 5095803/2546001
994.17/992.38	c cleaning 71000 clauses out of 142003 with flag 5239899/2618001
1026.77/1024.93	c cleaning 72002 clauses out of 144003 with flag 5385932/2691001
1066.97/1065.11	c cleaning 72999 clauses out of 146000 with flag 5534055/2765000
1111.42/1109.56	c cleaning 73998 clauses out of 148001 with flag 5684196/2840000
1146.22/1144.32	c cleaning 75002 clauses out of 150003 with flag 5836255/2916000
1186.62/1184.61	c cleaning 76001 clauses out of 152003 with flag 5990357/2993002
1233.33/1231.35	c cleaning 76996 clauses out of 154001 with flag 6146518/3071001
1284.35/1282.34	c cleaning 77997 clauses out of 156004 with flag 6304624/3150000
1323.88/1321.85	c cleaning 79000 clauses out of 158008 with flag 6464677/3230001
1370.68/1368.65	c cleaning 80001 clauses out of 160008 with flag 6626794/3311001
1417.37/1415.21	c cleaning 81000 clauses out of 162008 with flag 6790924/3393002
1469.06/1466.98	c cleaning 81995 clauses out of 164006 with flag 6957083/3476000
1511.23/1509.07	c cleaning 83006 clauses out of 166011 with flag 7125143/3560000
1557.73/1555.55	c cleaning 83998 clauses out of 168005 with flag 7295333/3645000
1610.61/1608.41	c cleaning 85002 clauses out of 170008 with flag 7467474/3731001
1664.94/1662.74	c cleaning 85997 clauses out of 172005 with flag 7641637/3818000
1716.33/1714.11	c cleaning 86998 clauses out of 174008 with flag 7817942/3906000
1778.24/1776.07	c cleaning 88002 clauses out of 176010 with flag 7996019/3995000
1800.04/1797.80	c starts		: 1
1800.04/1797.80	c conflicts		: 4039692
1800.04/1797.80	c decisions		: 4049211
1800.04/1797.80	c propagations		: 1326761417
1800.04/1797.80	c inspects		: 27525070080
1800.04/1797.80	c shortcuts		: 0
1800.04/1797.80	c learnt literals	: 0
1800.04/1797.80	c learnt binary clauses	: 0
1800.04/1797.80	c learnt ternary clauses	: 0
1800.04/1797.80	c learnt constraints	: 4039692
1800.04/1797.80	c ignored constraints	: 0
1800.04/1797.80	c root simplifications	: 0
1800.04/1797.80	c removed literals (reason simplification)	: 0
1800.04/1797.80	c reason swapping (by a shorter reason)	: 0
1800.04/1797.80	c Calls to reduceDB	: 85
1800.04/1797.80	c Number of update (reduction) of LBD	: 3816
1800.04/1797.80	c Imported unit clauses	: 0
1800.04/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.80	c number of learned constraints concerned by reduction	: 0
1800.04/1797.80	c number of learning phase by resolution	: 0
1800.04/1797.80	c number of learning phase by cutting planes	: 0
1800.04/1797.80	c speed (assignments/second)	: 738158.8895695043
1800.04/1797.80	c non guided choices	0
1800.04/1797.80	c timeout
1800.04/1797.83	c learnt constraints type 
1800.04/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132701
1800.04/1797.83	s UNKNOWN
1800.04/1797.83	c Total wall clock time (in seconds): 1797.713

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-4099776-1466206372/watcher-4099776-1466206372 -o /tmp/evaluation-result-4099776-1466206372/solver-4099776-1466206372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099776-1466206372.opb 

pid=14636
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: 1.98 1.20 0.50 3/197 14639
/proc/meminfo: memFree=31502540/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14639/stat : 14639 (java) D 14636 14639 11773 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 22683135 9515008 183 33554432000 1073741824 1073778376 140737438565664 140737438556696 206408859317 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2323 183 140 9 0 71 0

[startup+0.100187 s]
/proc/loadavg: 1.98 1.20 0.50 3/197 14639
/proc/meminfo: memFree=31502540/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 22683135 9787879424 6025 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 1.98 1.20 0.50 3/197 14639
/proc/meminfo: memFree=31502540/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 5161 0 1 0 28 1 0 0 20 0 18 0 22683135 9787879424 7064 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2389619 7064 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 1.98 1.20 0.50 3/197 14639
/proc/meminfo: memFree=31502540/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 6067 0 1 0 49 2 0 0 20 0 18 0 22683135 9787879424 12064 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2389619 12064 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 1.98 1.20 0.50 3/197 14639
/proc/meminfo: memFree=31502540/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 9126 0 1 0 125 3 0 0 20 0 19 0 22683135 9856040960 35507 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 35507 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.98 1.20 0.50 3/216 14658
/proc/meminfo: memFree=31368584/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 9141 0 1 0 211 3 0 0 20 0 19 0 22683135 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 36030 2270 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2467 0 1 0 143 3 0 0 20 0 19 0 22683136 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583448330728 140583289560901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 31 0 0 0 20 0 19 0 22683142 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 2571 0 0 0 33 0 0 0 20 0 19 0 22683142 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 36030 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 1.98 1.20 0.50 3/216 14658
/proc/meminfo: memFree=31363248/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 10498 0 1 0 381 4 0 0 20 0 19 0 22683135 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 37084 2270 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2469 0 1 0 303 3 0 0 20 0 19 0 22683136 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583448330712 140583289672847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 33 0 0 0 20 0 19 0 22683142 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 3926 0 0 0 41 1 0 0 20 0 19 0 22683142 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 37084 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.98 1.21 0.51 3/216 14658
/proc/meminfo: memFree=31357156/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=7.09 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 10503 0 1 0 705 4 0 0 20 0 19 0 22683135 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 38152 2271 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2473 0 1 0 622 3 0 0 20 0 19 0 22683136 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583448330648 140583289610753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22683138 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 34 0 0 0 20 0 19 0 22683142 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 3926 0 0 0 44 2 0 0 20 0 19 0 22683142 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 38152 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 115552 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.06 1.77 3/216 14789
/proc/meminfo: memFree=31258004/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=1724.56 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 13198 0 1 0 172392 64 0 0 20 0 19 0 22683135 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 116542 2285 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=1717.15 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2496 0 1 0 171685 30 0 0 20 0 19 0 22683136 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583448329408 140583289691662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 361 0 0 0 23 6 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 151 0 0 0 15 3 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 97 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 344 0 0 0 22 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 301 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 275 0 0 0 16 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 277 0 0 0 21 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 345 0 0 0 13 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 101 0 0 0 1 1 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 34 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 4261 0 0 0 46 2 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 100 0 0 0 27 38 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.09 1.80 3/215 14790
/proc/meminfo: memFree=31270312/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=1784.54 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 13202 0 1 0 178389 65 0 0 20 0 19 0 22683135 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 116542 2285 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=1776.98 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2496 0 1 0 177666 32 0 0 20 0 19 0 22683136 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583448321712 140583289691667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 361 0 0 0 23 6 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 151 0 0 0 15 3 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 97 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 344 0 0 0 22 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 301 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 275 0 0 0 16 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 277 0 0 0 21 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 345 0 0 0 13 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 101 0 0 0 1 1 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 34 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 4261 0 0 0 46 2 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.23 2.10 1.80 3/215 14790
/proc/meminfo: memFree=31276016/32872528 swapFree=7780/7780
[pid=14639] ppid=14636 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 11773 0 -1 4202496 13202 0 1 0 179938 66 0 0 20 0 19 0 22683135 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140734644484192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14639/statm: 2406260 116542 2285 9 0 2396937 0
[pid=14639/tid=14641] ppid=14636 vsize=9625040 CPUtime=1792.43 cores=1,3,5,7
/proc/14639/task/14641/stat : 14641 (java) R 14636 14639 11773 0 -1 4202560 2496 0 1 0 179211 32 0 0 20 0 19 0 22683136 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583448321712 140583289691662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 11773 0 -1 4202560 361 0 0 0 23 6 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583409821864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 11773 0 -1 4202560 151 0 0 0 15 3 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583408769320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 11773 0 -1 4202560 97 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583407716776 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 11773 0 -1 4202560 344 0 0 0 22 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583288957480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 11773 0 -1 4202560 301 0 0 0 18 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583287904936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 11773 0 -1 4202560 275 0 0 0 16 5 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583286852392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 11773 0 -1 4202560 277 0 0 0 21 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583285799848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 11773 0 -1 4202560 345 0 0 0 13 4 0 0 20 0 19 0 22683138 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140583284747304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 11773 0 -1 4202560 101 0 0 0 1 1 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582802417768 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582801364088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22683139 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582800311432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582799260176 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 11773 0 -1 4202560 2825 0 0 0 34 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582798207544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 11773 0 -1 4202560 4261 0 0 0 46 2 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582797155000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582796102648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 11773 0 -1 4202560 104 0 0 0 28 39 0 0 20 0 19 0 22683142 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582795050312 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22683177 9856040960 116542 33554432000 1073741824 1073778376 140734644493056 140582793995048 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 14639 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 14639 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=831144
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=230812
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.66
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.23081
maximum resident set size= 470400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13237
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38554
involuntary context switches= 15247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5014 second user time and 13.8429 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 01:32:52
IDJOB=4099776
IDBENCH=1517
IDSOLVER=2546
FILE ID=node133/4099776-1466206372
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p6000.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099776-1466206372/watcher-4099776-1466206372 -o /tmp/evaluation-result-4099776-1466206372/solver-4099776-1466206372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099776-1466206372.opb

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

MD5SUM BENCH= 0c3c379676a8ddac6d8ad36181bfd2e9
RANDOM SEED=1994546307

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31502432 kB
Buffers:           37140 kB
Cached:            90364 kB
SwapCached:          876 kB
Active:           595408 kB
Inactive:          64400 kB
Active(anon):     533224 kB
Inactive(anon):     1316 kB
Active(file):      62184 kB
Inactive(file):    63084 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:        477892 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             572048 kB
SReclaimable:      15340 kB
SUnreclaim:       556708 kB
KernelStack:        1784 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1082540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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 node133 at 2016-06-18 02:02:50