Trace number 4084770

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.07 1796.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMbc049badf8b0b6990d4dd6f2aa909c41
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17475927381996
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084770-1465237603.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.83/0.50	c ... done. Wall clock time 0.381s.
0.83/0.50	c declared #vars     16800
0.83/0.50	c #constraints  1185
0.83/0.50	c constraints type 
0.95/0.50	c org.sat4j.specs.Constr$1 => 4
0.95/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.95/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
0.95/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1171
0.95/0.50	c 1185 constraints processed.
0.95/0.50	c objective function length is 9600 literals
2.06/1.21	c cleaning 2492 clauses out of 5000 with flag 27284/5000
2.73/1.82	c cleaning 4238 clauses out of 8508 with flag 66165/11000
3.53/2.66	c cleaning 5614 clauses out of 11272 with flag 116413/18002
4.63/3.72	c cleaning 6810 clauses out of 13656 with flag 173856/26000
6.01/5.05	c cleaning 7903 clauses out of 15847 with flag 240111/35001
7.62/6.62	c cleaning 8955 clauses out of 17943 with flag 320873/45000
8.21/7.29	c cleaning 9982 clauses out of 19989 with flag 351045/56001
9.01/8.09	c cleaning 11003 clauses out of 22007 with flag 376519/68001
10.41/9.43	c cleaning 11999 clauses out of 24004 with flag 403446/81001
12.03/11.04	c cleaning 13001 clauses out of 26004 with flag 432020/95000
13.96/12.99	c cleaning 14001 clauses out of 28003 with flag 462020/110000
16.17/15.18	c cleaning 14997 clauses out of 30002 with flag 494020/126000
18.79/17.71	c cleaning 16002 clauses out of 32005 with flag 528020/143000
21.68/20.63	c cleaning 17000 clauses out of 34003 with flag 564020/161000
25.09/24.01	c cleaning 17998 clauses out of 36003 with flag 602020/180000
28.78/27.73	c cleaning 19002 clauses out of 38005 with flag 642020/200000
32.92/31.85	c cleaning 19999 clauses out of 40003 with flag 684020/221000
37.92/36.83	c cleaning 21001 clauses out of 42004 with flag 728020/243000
43.49/42.35	c cleaning 21999 clauses out of 44003 with flag 774020/266000
49.40/48.21	c cleaning 23000 clauses out of 46004 with flag 822020/290000
55.40/54.26	c cleaning 24001 clauses out of 48004 with flag 872020/315000
61.81/60.69	c cleaning 25001 clauses out of 50003 with flag 924020/341000
69.18/67.90	c cleaning 25995 clauses out of 52002 with flag 978020/368000
77.88/76.66	c cleaning 27001 clauses out of 54007 with flag 1034020/396000
87.08/85.77	c cleaning 27999 clauses out of 56006 with flag 1092020/425000
97.38/96.04	c cleaning 29002 clauses out of 58007 with flag 1152020/455000
109.16/107.72	c cleaning 30000 clauses out of 60005 with flag 1214020/486000
121.06/119.61	c cleaning 30999 clauses out of 62005 with flag 1278020/518000
132.66/131.30	c cleaning 32001 clauses out of 64006 with flag 1344020/551000
144.96/143.58	c cleaning 33000 clauses out of 66005 with flag 1412020/585000
158.10/156.62	c cleaning 33998 clauses out of 68005 with flag 1482020/620000
173.36/171.82	c cleaning 35002 clauses out of 70007 with flag 1554020/656000
188.76/187.29	c cleaning 36001 clauses out of 72005 with flag 1628020/693000
205.61/204.00	c cleaning 36999 clauses out of 74004 with flag 1704020/731000
223.62/222.10	c cleaning 38001 clauses out of 76005 with flag 1782020/770000
244.37/242.79	c cleaning 38998 clauses out of 78004 with flag 1862020/810000
266.22/264.57	c cleaning 39999 clauses out of 80006 with flag 1944020/851000
289.26/287.60	c cleaning 41001 clauses out of 82007 with flag 2028020/893000
317.95/316.11	c cleaning 42002 clauses out of 84006 with flag 2114020/936000
346.98/345.19	c cleaning 42998 clauses out of 86004 with flag 2202020/980000
375.98/374.19	c cleaning 44000 clauses out of 88006 with flag 2292020/1025000
407.79/405.92	c cleaning 45002 clauses out of 90006 with flag 2384020/1071000
436.78/434.96	c cleaning 46000 clauses out of 92004 with flag 2478020/1118000
466.09/464.26	c cleaning 47000 clauses out of 94004 with flag 2574020/1166000
501.93/500.09	c cleaning 48000 clauses out of 96004 with flag 2672020/1215000
536.72/534.85	c cleaning 49000 clauses out of 98004 with flag 2772020/1265000
572.02/570.17	c cleaning 49999 clauses out of 100004 with flag 2874020/1316000
609.98/608.05	c cleaning 50997 clauses out of 102005 with flag 2978020/1368000
650.18/648.17	c cleaning 52003 clauses out of 104008 with flag 3084020/1421000
693.81/691.64	c cleaning 52998 clauses out of 106005 with flag 3192020/1475000
737.55/735.37	c cleaning 54003 clauses out of 108007 with flag 3302020/1530000
784.81/782.54	c cleaning 55000 clauses out of 110004 with flag 3414020/1586000
835.88/833.51	c cleaning 56001 clauses out of 112004 with flag 3528020/1643000
889.50/887.01	c cleaning 56998 clauses out of 114003 with flag 3644020/1701000
951.78/949.21	c cleaning 57999 clauses out of 116005 with flag 3762020/1760000
1015.93/1013.30	c cleaning 59000 clauses out of 118006 with flag 3882020/1820000
1086.49/1083.79	c cleaning 60001 clauses out of 120006 with flag 4004020/1881000
1159.81/1156.98	c cleaning 60999 clauses out of 122005 with flag 4128020/1943000
1238.33/1235.36	c cleaning 61999 clauses out of 124006 with flag 4254020/2006000
1319.84/1316.81	c cleaning 63001 clauses out of 126007 with flag 4382020/2070000
1398.26/1395.21	c cleaning 64001 clauses out of 128006 with flag 4512020/2135000
1472.60/1469.51	c cleaning 64995 clauses out of 130005 with flag 4644020/2201000
1544.68/1541.54	c cleaning 66001 clauses out of 132010 with flag 4778020/2268000
1620.55/1617.35	c cleaning 67000 clauses out of 134009 with flag 4914020/2336000
1700.06/1696.87	c cleaning 68004 clauses out of 136009 with flag 5052020/2405000
1787.95/1784.78	c cleaning 68999 clauses out of 138005 with flag 5192020/2475000
1800.07/1796.80	c starts		: 491
1800.07/1796.80	c conflicts		: 2495562
1800.07/1796.80	c decisions		: 2674921
1800.07/1796.80	c propagations		: 14093807
1800.07/1796.80	c inspects		: 32452214334
1800.07/1796.80	c shortcuts		: 0
1800.07/1796.80	c learnt literals	: 0
1800.07/1796.80	c learnt binary clauses	: 0
1800.07/1796.80	c learnt ternary clauses	: 0
1800.07/1796.80	c learnt constraints	: 2495562
1800.07/1796.80	c ignored constraints	: 0
1800.07/1796.80	c root simplifications	: 0
1800.07/1796.80	c removed literals (reason simplification)	: 0
1800.07/1796.80	c reason swapping (by a shorter reason)	: 0
1800.07/1796.80	c Calls to reduceDB	: 66
1800.07/1796.80	c Number of update (reduction) of LBD	: 17452
1800.07/1796.80	c Imported unit clauses	: 0
1800.07/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.80	c number of learned constraints concerned by reduction	: 0
1800.07/1796.80	c number of learning phase by resolution	: 0
1800.07/1796.80	c number of learning phase by cutting planes	: 0
1800.07/1796.80	c speed (assignments/second)	: 7846.243477379807
1800.07/1796.80	c non guided choices	80185
1800.07/1796.80	c timeout
1800.07/1796.83	c learnt constraints type 
1800.07/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89568
1800.07/1796.83	s UNKNOWN
1800.07/1796.83	c Total wall clock time (in seconds): 1796.712

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

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

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


[startup+0 s]
/proc/loadavg: 2.35 2.25 2.21 3/196 11667
/proc/meminfo: memFree=30080828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/11667/stat : 11667 (java) R 11664 11667 9891 0 -1 4202496 385 0 0 0 0 0 0 0 20 0 1 0 105692416 5767168 55 33554432000 1073741824 1073778376 140735887251632 140735887248760 215115459879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2303 60 47 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.35 2.25 2.21 3/196 11667
/proc/meminfo: memFree=30080828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 4467 0 1 0 8 1 0 0 20 0 18 0 105692416 9787879424 5579 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.35 2.25 2.21 3/196 11667
/proc/meminfo: memFree=30080828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 5153 0 1 0 28 1 0 0 20 0 18 0 105692416 9787879424 6590 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2389619 6590 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.35 2.25 2.21 3/196 11667
/proc/meminfo: memFree=30080828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 8873 0 1 0 51 1 0 0 20 0 18 0 105692416 9787879424 11160 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2389619 11160 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.35 2.25 2.21 3/196 11667
/proc/meminfo: memFree=30080828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 10719 0 1 0 137 3 0 0 20 0 19 0 105692416 9856040960 26071 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 26071 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.35 2.25 2.21 3/215 11686
/proc/meminfo: memFree=29961192/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 11113 0 1 0 235 3 0 0 20 0 19 0 105692416 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 30204 2265 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2532 0 1 0 143 3 0 0 20 0 19 0 105692417 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140633000840912 140632941233947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2968 0 0 0 43 0 0 0 20 0 19 0 105692423 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4335 0 0 0 45 0 0 0 20 0 19 0 105692423 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 30204 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.32 2.25 2.21 3/215 11686
/proc/meminfo: memFree=29935436/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 11133 0 1 0 400 3 0 0 20 0 19 0 105692416 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 35845 2265 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2543 0 1 0 303 3 0 0 20 0 19 0 105692417 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140633000840912 140632941302238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2974 0 0 0 47 0 0 0 20 0 19 0 105692423 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4338 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 35845 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.32 2.25 2.21 4/215 11686
/proc/meminfo: memFree=29882280/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=7.31 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 11201 0 1 0 726 5 0 0 20 0 19 0 105692416 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 44659 2279 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2557 0 1 0 620 3 0 0 20 0 19 0 105692417 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140633000840896 140632941058400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105692419 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2976 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4339 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 44659 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9625040


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

[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 99670 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.34 2.30 2.21 3/215 11794
/proc/meminfo: memFree=29895828/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=1725.56 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 13319 0 1 0 172487 69 0 0 20 0 19 0 105692416 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 99667 2288 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=1716.56 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2603 0 1 0 171626 30 0 0 20 0 19 0 105692417 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140633000848512 140632941302201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 285 0 0 0 35 4 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 172 0 0 0 32 4 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 222 0 0 0 30 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 317 0 0 0 29 6 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 224 0 0 0 34 6 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 255 0 0 0 32 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 174 0 0 0 38 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 260 0 0 0 34 3 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 123 0 0 0 14 2 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2981 0 0 0 50 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4339 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 100 0 0 0 32 32 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.48 2.33 2.23 3/215 11925
/proc/meminfo: memFree=29884700/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=1785.55 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 13323 0 1 0 178483 72 0 0 20 0 19 0 105692416 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 99667 2288 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=1776.37 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2603 0 1 0 177606 31 0 0 20 0 19 0 105692417 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140633000848512 140632941307622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 285 0 0 0 35 4 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 172 0 0 0 32 4 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 222 0 0 0 30 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 317 0 0 0 29 6 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 224 0 0 0 34 6 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 255 0 0 0 32 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 174 0 0 0 38 5 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 260 0 0 0 34 3 0 0 20 0 19 0 105692419 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 123 0 0 0 14 2 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2981 0 0 0 50 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4339 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 104 0 0 0 33 33 0 0 20 0 19 0 105692423 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 99667 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.44 2.33 2.23 3/215 11925
/proc/meminfo: memFree=29862672/32872528 swapFree=20720/1686580
[pid=11667] ppid=11664 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/11667/stat : 11667 (java) S 11664 11667 9891 0 -1 4202496 13326 0 1 0 179935 72 0 0 20 0 19 0 105692416 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140735887242768 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11667/statm: 2406260 99458 2288 9 0 2396937 0
[pid=11667/tid=11669] ppid=11664 vsize=9625040 CPUtime=1790.8 cores=0,2,4,6
/proc/11667/task/11669/stat : 11669 (java) R 11664 11667 9891 0 -1 4202560 2604 0 1 0 179049 31 0 0 20 0 19 0 105692417 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140633000848608 140632941302201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11670] ppid=11664 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11667/task/11670/stat : 11670 (java) S 11664 11667 9891 0 -1 4202560 285 0 0 0 35 4 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632939580072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11671] ppid=11664 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11667/task/11671/stat : 11671 (java) S 11664 11667 9891 0 -1 4202560 172 0 0 0 33 4 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632938527528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11672] ppid=11664 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11667/task/11672/stat : 11672 (java) S 11664 11667 9891 0 -1 4202560 222 0 0 0 31 5 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632937474984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11673] ppid=11664 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11667/task/11673/stat : 11673 (java) S 11664 11667 9891 0 -1 4202560 317 0 0 0 29 6 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632936422440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11674] ppid=11664 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11667/task/11674/stat : 11674 (java) S 11664 11667 9891 0 -1 4202560 224 0 0 0 34 6 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632935368872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11667/tid=11675] ppid=11664 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11667/task/11675/stat : 11675 (java) S 11664 11667 9891 0 -1 4202560 255 0 0 0 33 5 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632934316328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11676] ppid=11664 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11667/task/11676/stat : 11676 (java) S 11664 11667 9891 0 -1 4202560 174 0 0 0 39 5 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632838060456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11677] ppid=11664 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11667/task/11677/stat : 11677 (java) S 11664 11667 9891 0 -1 4202560 260 0 0 0 35 3 0 0 20 0 19 0 105692419 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632837007912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11667/tid=11678] ppid=11664 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11667/task/11678/stat : 11678 (java) S 11664 11667 9891 0 -1 4202560 125 0 0 0 14 2 0 0 20 0 19 0 105692420 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632824810088 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11679] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11679/stat : 11679 (java) S 11664 11667 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632823756408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11680] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11680/stat : 11680 (java) S 11664 11667 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105692420 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632822703752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11681] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11681/stat : 11681 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632821652496 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11682] ppid=11664 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11667/task/11682/stat : 11682 (java) S 11664 11667 9891 0 -1 4202560 2981 0 0 0 50 0 0 0 20 0 19 0 105692423 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632820598840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11683] ppid=11664 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11667/task/11683/stat : 11683 (java) S 11664 11667 9891 0 -1 4202560 4339 0 0 0 48 0 0 0 20 0 19 0 105692423 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632819546296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11684] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11684/stat : 11684 (java) S 11664 11667 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105692423 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632818493944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11667/tid=11685] ppid=11664 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11667/task/11685/stat : 11685 (java) S 11664 11667 9891 0 -1 4202560 104 0 0 0 34 33 0 0 20 0 19 0 105692423 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632817441608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11667/tid=11686] ppid=11664 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11667/task/11686/stat : 11686 (java) S 11664 11667 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105692472 9856040960 99458 33554432000 1073741824 1073778376 140735887251632 140632816387368 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 11667 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 11667 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=809147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=182820
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.83
CPU time (s): 1800.07
CPU user time (s): 1799.35
CPU system time (s): 0.72
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.18282
maximum resident set size= 506588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13367
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39523
involuntary context switches= 18412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.953 second user time and 16.4205 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 20:26:44
IDJOB=4084770
IDBENCH=2358
IDSOLVER=2546
FILE ID=node135/4084770-1465237603
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-bg512142.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084770-1465237603/watcher-4084770-1465237603 -o /tmp/evaluation-result-4084770-1465237603/solver-4084770-1465237603 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084770-1465237603.opb

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

MD5SUM BENCH= bc049badf8b0b6990d4dd6f2aa909c41
RANDOM SEED=620456447

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.05
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.026
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.026
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		: 2667.026
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.026
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.56
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.026
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.026
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.026
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:        30080836 kB
Buffers:           26880 kB
Cached:            87260 kB
SwapCached:         1828 kB
Active:           347036 kB
Inactive:          54800 kB
Active(anon):     288832 kB
Inactive(anon):     1352 kB
Active(file):      58204 kB
Inactive(file):    53448 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098248 kB
Dirty:              2056 kB
Writeback:             0 kB
AnonPages:       1973480 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             566676 kB
SReclaimable:      10348 kB
SUnreclaim:       556328 kB
KernelStack:        1624 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2306528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1933312 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= 71732 MiB
End job on node135 at 2016-06-06 20:56:40