Trace number 4084750

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084750-1465238551.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.75/1.10	c ... done. Wall clock time 0.996s.
1.75/1.10	c declared #vars     107520
1.75/1.10	c #constraints  4560
1.75/1.10	c constraints type 
1.75/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1.75/1.10	c 4560 constraints processed.
1.75/1.10	c objective function length is 41280 literals
4.34/3.30	c cleaning 2498 clauses out of 4995 with flag 16670/5000
5.44/4.25	c cleaning 4243 clauses out of 8497 with flag 51064/11000
6.64/5.45	c cleaning 5628 clauses out of 11255 with flag 101178/18001
8.15/6.90	c cleaning 6809 clauses out of 13625 with flag 152749/26000
9.76/8.56	c cleaning 7900 clauses out of 15817 with flag 214956/35001
10.95/9.71	c cleaning 8955 clauses out of 17917 with flag 238050/45001
12.05/10.89	c cleaning 9980 clauses out of 19961 with flag 260869/56000
13.55/12.32	c cleaning 10991 clauses out of 21981 with flag 285860/68000
15.25/14.03	c cleaning 11996 clauses out of 23991 with flag 312921/81001
17.26/16.05	c cleaning 12996 clauses out of 25995 with flag 341470/95001
19.56/18.37	c cleaning 13998 clauses out of 27998 with flag 371570/110000
22.45/21.20	c cleaning 14998 clauses out of 30000 with flag 403587/126000
25.66/24.36	c cleaning 16001 clauses out of 32002 with flag 437601/143000
29.06/27.79	c cleaning 17001 clauses out of 34001 with flag 473605/161000
33.16/31.84	c cleaning 17999 clauses out of 36000 with flag 511608/180000
37.46/36.15	c cleaning 19000 clauses out of 38001 with flag 551612/200000
42.06/40.80	c cleaning 20000 clauses out of 40002 with flag 593632/221001
47.46/46.18	c cleaning 21001 clauses out of 42002 with flag 637632/243001
53.95/52.60	c cleaning 22000 clauses out of 44001 with flag 683632/266001
60.59/59.19	c cleaning 23000 clauses out of 46001 with flag 731632/290001
67.28/65.88	c cleaning 23998 clauses out of 48001 with flag 781632/315001
74.48/73.04	c cleaning 24997 clauses out of 50003 with flag 833641/341001
82.78/81.37	c cleaning 26002 clauses out of 52006 with flag 887644/368001
91.78/90.33	c cleaning 27001 clauses out of 54004 with flag 943644/396001
101.28/99.81	c cleaning 28000 clauses out of 56003 with flag 1001644/425001
111.88/110.48	c cleaning 29002 clauses out of 58003 with flag 1061644/455001
124.07/122.68	c cleaning 29997 clauses out of 60001 with flag 1123658/486001
137.82/136.23	c cleaning 31000 clauses out of 62004 with flag 1187658/518001
151.82/150.22	c cleaning 31997 clauses out of 64004 with flag 1253660/551001
165.71/164.13	c cleaning 33004 clauses out of 66007 with flag 1321667/585001
180.31/178.75	c cleaning 34000 clauses out of 68003 with flag 1391677/620001
196.91/195.35	c cleaning 35001 clauses out of 70003 with flag 1463677/656001
213.31/211.79	c cleaning 35997 clauses out of 72002 with flag 1537677/693001
230.91/229.31	c cleaning 37002 clauses out of 74005 with flag 1613677/731001
249.62/248.07	c cleaning 37999 clauses out of 76003 with flag 1691677/770001
268.93/267.35	c cleaning 38998 clauses out of 78004 with flag 1771677/810001
290.06/288.33	c cleaning 40000 clauses out of 80006 with flag 1853677/851001
313.65/311.94	c cleaning 40999 clauses out of 82006 with flag 1937677/893001
339.96/338.20	c cleaning 42001 clauses out of 84007 with flag 2023677/936001
368.57/366.89	c cleaning 43002 clauses out of 86006 with flag 2111677/980001
398.88/397.11	c cleaning 43999 clauses out of 88004 with flag 2201677/1025001
429.48/427.73	c cleaning 44998 clauses out of 90005 with flag 2293678/1071001
458.98/457.27	c cleaning 46001 clauses out of 92007 with flag 2387678/1118001
485.39/483.67	c cleaning 46998 clauses out of 94006 with flag 2483678/1166001
514.69/512.92	c cleaning 47997 clauses out of 96008 with flag 2581678/1215001
544.40/542.68	c cleaning 49001 clauses out of 98011 with flag 2681678/1265001
575.10/573.39	c cleaning 50002 clauses out of 100010 with flag 2783678/1316001
607.19/605.43	c cleaning 51002 clauses out of 102008 with flag 2887678/1368001
642.91/640.96	c cleaning 52000 clauses out of 104006 with flag 2993678/1421001
679.19/677.26	c cleaning 53000 clauses out of 106006 with flag 3101678/1475001
718.30/716.35	c cleaning 53998 clauses out of 108006 with flag 3211678/1530001
760.59/758.66	c cleaning 55001 clauses out of 110008 with flag 3323678/1586001
808.31/806.36	c cleaning 55997 clauses out of 112007 with flag 3437678/1643001
863.70/861.73	c cleaning 57003 clauses out of 114010 with flag 3553678/1701001
918.82/916.81	c cleaning 58003 clauses out of 116007 with flag 3671678/1760001
975.62/973.56	c cleaning 59001 clauses out of 118004 with flag 3791678/1820001
1034.82/1032.76	c cleaning 60000 clauses out of 120003 with flag 3913678/1881001
1100.13/1098.09	c cleaning 60998 clauses out of 122003 with flag 4037678/1943001
1174.53/1172.49	c cleaning 61999 clauses out of 124005 with flag 4163678/2006001
1250.46/1248.32	c cleaning 63001 clauses out of 126006 with flag 4291678/2070001
1317.97/1315.80	c cleaning 63999 clauses out of 128005 with flag 4421678/2135001
1377.98/1375.87	c cleaning 64997 clauses out of 130006 with flag 4553678/2201001
1438.49/1436.35	c cleaning 66003 clauses out of 132009 with flag 4687678/2268001
1501.41/1499.29	c cleaning 67002 clauses out of 134006 with flag 4823678/2336001
1566.33/1564.10	c cleaning 67999 clauses out of 136004 with flag 4961678/2405001
1634.25/1632.04	c cleaning 68998 clauses out of 138005 with flag 5101678/2475001
1705.26/1703.02	c cleaning 70001 clauses out of 140007 with flag 5243678/2546001
1778.89/1776.69	c cleaning 71002 clauses out of 142006 with flag 5387678/2618001
1800.09/1797.80	c starts		: 1027
1800.09/1797.80	c conflicts		: 2656254
1800.09/1797.80	c decisions		: 2957302
1800.09/1797.80	c propagations		: 31370378
1800.09/1797.80	c inspects		: 34517303439
1800.09/1797.80	c shortcuts		: 0
1800.09/1797.80	c learnt literals	: 6
1800.09/1797.80	c learnt binary clauses	: 14
1800.09/1797.80	c learnt ternary clauses	: 18
1800.09/1797.80	c learnt constraints	: 2656248
1800.09/1797.80	c ignored constraints	: 0
1800.09/1797.80	c root simplifications	: 0
1800.09/1797.80	c removed literals (reason simplification)	: 0
1800.09/1797.80	c reason swapping (by a shorter reason)	: 0
1800.09/1797.80	c Calls to reduceDB	: 68
1800.09/1797.80	c Number of update (reduction) of LBD	: 16411
1800.09/1797.80	c Imported unit clauses	: 0
1800.09/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.80	c number of learned constraints concerned by reduction	: 0
1800.09/1797.80	c number of learning phase by resolution	: 0
1800.09/1797.80	c number of learning phase by cutting planes	: 0
1800.09/1797.80	c speed (assignments/second)	: 17461.261181028294
1800.09/1797.80	c non guided choices	28813
1800.09/1797.81	c timeout
1800.09/1797.83	c learnt constraints type 
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109243
1800.09/1797.83	s UNKNOWN
1800.09/1797.83	c Total wall clock time (in seconds): 1797.72

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-4084750-1465238551/watcher-4084750-1465238551 -o /tmp/evaluation-result-4084750-1465238551/solver-4084750-1465238551 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084750-1465238551.opb 

pid=11286
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.16 2.16 2.16 3/194 11289
/proc/meminfo: memFree=29776408/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 1268 0 0 0 0 0 0 0 20 0 2 0 105787110 94085120 901 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 22954 909 689 9 0 16769 0
[pid=11289/tid=11290] ppid=11286 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) D 11286 11289 9017 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 105787111 94019584 917 33554432000 1073741824 1073778376 140737293831264 140712068369960 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.16 2.16 2.16 3/194 11289
/proc/meminfo: memFree=29776408/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 105787110 9787879424 6044 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2389619 6044 2125 9 0 2380296 0
[pid=11289/tid=11290] ppid=11286 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 105787111 9787879424 6044 33554432000 1073741824 1073778376 140737293831264 140712068373408 248793578552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.16 2.16 2.16 3/194 11289
/proc/meminfo: memFree=29776408/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 5057 0 1 0 29 1 0 0 20 0 18 0 105787110 9787879424 7401 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2389619 7401 2220 9 0 2380296 0
[pid=11289/tid=11290] ppid=11286 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 105787111 9787879424 7401 33554432000 1073741824 1073778376 140737293831264 140712068373408 140711936779251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.16 2.16 2.16 3/194 11289
/proc/meminfo: memFree=29776408/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 5770 0 1 0 46 2 0 0 20 0 18 0 105787110 9787879424 12316 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2389619 12316 2231 9 0 2380296 0
[pid=11289/tid=11290] ppid=11286 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 105787111 9787879424 12316 33554432000 1073741824 1073778376 140737293831264 140712068373408 140711937068088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 2.16 2.16 2.16 3/194 11289
/proc/meminfo: memFree=29776408/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9558476 CPUtime=1.21 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 9265 0 1 0 114 7 0 0 20 0 18 0 105787110 9787879424 47222 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2389619 47222 2262 9 0 2380296 0
[pid=11289/tid=11290] ppid=11286 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2463 0 1 0 61 3 0 0 20 0 18 0 105787111 9787879424 47222 33554432000 1073741824 1073778376 140737293831264 140712068373960 140711937135747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.22 2.17 2.16 3/212 11307
/proc/meminfo: memFree=29562116/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 10317 0 1 0 242 11 0 0 20 0 19 0 105787110 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 56332 2273 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2474 0 1 0 135 3 0 0 20 0 19 0 105787111 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140712068375064 140711937379176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 71 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2884 0 0 0 44 0 0 0 20 0 19 0 105787116 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3124 0 0 0 36 0 0 0 20 0 19 0 105787116 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11306/stat : 11306 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711886141688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11307] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11307/stat : 11307 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56332 33554432000 1073741824 1073778376 140737293831264 140711885089352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.22 2.17 2.16 3/213 11308
/proc/meminfo: memFree=29558820/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 10320 0 1 0 409 11 0 0 20 0 19 0 105787110 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 56334 2274 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2475 0 1 0 295 3 0 0 20 0 19 0 105787111 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140712068374584 140711937404695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 71 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2885 0 0 0 49 0 0 0 20 0 19 0 105787116 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3124 0 0 0 38 0 0 0 20 0 19 0 105787116 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11306/stat : 11306 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711886141688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11307] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11307/stat : 11307 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711885089352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11308] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11308/stat : 11308 (java) S 11286 11289 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105787234 9856040960 56334 33554432000 1073741824 1073778376 140737293831264 140711884035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.29 2.19 2.17 4/213 11308
/proc/meminfo: memFree=29488128/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 10328 0 1 0 744 11 0 0 20 0 19 0 105787110 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 56338 2278 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 2478 0 1 0 614 3 0 0 20 0 19 0 105787111 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140712068366032 140711937402244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 71 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 105787112 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2889 0 0 0 57 0 0 0 20 0 19 0 105787116 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3125 0 0 0 45 0 0 0 20 0 19 0 105787116 9856040960 56338 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=11289/tid=11308] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11308/stat : 11308 (java) S 11286 11289 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105787234 9856040960 384001 33554432000 1073741824 1073778376 140737293831264 140711884035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.15 2.17 3/213 11374
/proc/meminfo: memFree=27261332/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=1724.57 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 13480 0 1 0 172379 78 0 0 20 0 19 0 105787110 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 397825 2279 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=1717.32 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 3661 0 1 0 171684 48 0 0 20 0 19 0 105787111 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140712068366016 140711937451866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 319 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 176 0 0 0 12 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 112 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 153 0 0 0 9 3 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 200 0 0 0 16 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 108 0 0 0 12 3 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 207 0 0 0 14 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 136 0 0 0 11 4 0 0 20 0 19 0 105787112 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 1002 0 0 0 2 0 0 0 20 0 19 0 105787113 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2918 0 0 0 59 0 0 0 20 0 19 0 105787116 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3125 0 0 0 46 0 0 0 20 0 19 0 105787116 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11306/stat : 11306 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711886141688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11307] ppid=11286 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11289/task/11307/stat : 11307 (java) S 11286 11289 9017 0 -1 4202560 99 0 0 0 34 29 0 0 20 0 19 0 105787116 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711885089352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11308] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11308/stat : 11308 (java) S 11286 11289 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105787234 9856040960 397825 33554432000 1073741824 1073778376 140737293831264 140711884035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.17 2.17 3/213 11440
/proc/meminfo: memFree=28734496/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=1784.58 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 13507 0 1 0 178379 79 0 0 20 0 19 0 105787110 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 409601 2279 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=1777.17 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 3684 0 1 0 177667 50 0 0 20 0 19 0 105787111 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140712068366016 140711937497704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 319 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 176 0 0 0 12 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 112 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 153 0 0 0 9 3 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 200 0 0 0 16 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 108 0 0 0 12 3 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 207 0 0 0 14 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 136 0 0 0 11 4 0 0 20 0 19 0 105787112 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 1002 0 0 0 2 0 0 0 20 0 19 0 105787113 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2918 0 0 0 59 0 0 0 20 0 19 0 105787116 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3125 0 0 0 46 0 0 0 20 0 19 0 105787116 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11306/stat : 11306 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711886141688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11307] ppid=11286 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11289/task/11307/stat : 11307 (java) S 11286 11289 9017 0 -1 4202560 103 0 0 0 36 30 0 0 20 0 19 0 105787116 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711885089352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11308] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11308/stat : 11308 (java) S 11286 11289 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105787234 9856040960 409601 33554432000 1073741824 1073778376 140737293831264 140711884035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.18 2.16 2.17 3/213 11441
/proc/meminfo: memFree=28697640/32872528 swapFree=17452/1581112
[pid=11289] ppid=11286 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/11289/stat : 11289 (java) S 11286 11289 9017 0 -1 4202496 13518 0 1 0 179929 80 0 0 20 0 19 0 105787110 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140737293822400 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11289/statm: 2406260 415233 2279 9 0 2396937 0
[pid=11289/tid=11290] ppid=11286 vsize=9625040 CPUtime=1792.63 cores=0,2,4,6
/proc/11289/task/11290/stat : 11290 (java) R 11286 11289 9017 0 -1 4202560 3695 0 1 0 179213 50 0 0 20 0 19 0 105787111 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140712068366016 140711937452196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11292] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11292/stat : 11292 (java) S 11286 11289 9017 0 -1 4202560 319 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140712057437096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11293] ppid=11286 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11289/task/11293/stat : 11293 (java) S 11286 11289 9017 0 -1 4202560 176 0 0 0 12 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140712056384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11294] ppid=11286 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11289/task/11294/stat : 11294 (java) S 11286 11289 9017 0 -1 4202560 112 0 0 0 13 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140712055331496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11295] ppid=11286 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11289/task/11295/stat : 11295 (java) S 11286 11289 9017 0 -1 4202560 153 0 0 0 9 3 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711909079848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11296] ppid=11286 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11289/task/11296/stat : 11296 (java) S 11286 11289 9017 0 -1 4202560 200 0 0 0 16 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711908026792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11297] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11297/stat : 11297 (java) S 11286 11289 9017 0 -1 4202560 108 0 0 0 12 3 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711906974248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11298] ppid=11286 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11289/task/11298/stat : 11298 (java) S 11286 11289 9017 0 -1 4202560 207 0 0 0 14 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711905921192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11299] ppid=11286 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11289/task/11299/stat : 11299 (java) S 11286 11289 9017 0 -1 4202560 136 0 0 0 11 4 0 0 20 0 19 0 105787112 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711904868648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11289/tid=11300] ppid=11286 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11289/task/11300/stat : 11300 (java) S 11286 11289 9017 0 -1 4202560 1002 0 0 0 2 0 0 0 20 0 19 0 105787113 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711892458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11301] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11301/stat : 11301 (java) S 11286 11289 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711891404664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11302] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11302/stat : 11302 (java) S 11286 11289 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105787113 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711890351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11303] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11303/stat : 11303 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711889300240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11304] ppid=11286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11289/task/11304/stat : 11304 (java) S 11286 11289 9017 0 -1 4202560 2918 0 0 0 59 0 0 0 20 0 19 0 105787116 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711888247096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11289/tid=11305] ppid=11286 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11289/task/11305/stat : 11305 (java) S 11286 11289 9017 0 -1 4202560 3125 0 0 0 46 0 0 0 20 0 19 0 105787116 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711887194552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11306] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11306/stat : 11306 (java) S 11286 11289 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105787116 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711886141688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11289/tid=11307] ppid=11286 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11289/task/11307/stat : 11307 (java) S 11286 11289 9017 0 -1 4202560 103 0 0 0 36 30 0 0 20 0 19 0 105787116 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711885089352 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11289/tid=11308] ppid=11286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11289/task/11308/stat : 11308 (java) S 11286 11289 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105787234 9856040960 415233 33554432000 1073741824 1073778376 140737293831264 140711884035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 11289 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 11289 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=738158
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=243810
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1799.29
CPU system time (s): 0.8
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.24381
maximum resident set size= 1667216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13562
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38232
involuntary context switches= 9644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7264 second user time and 13.5899 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 20:42:32
IDJOB=4084750
IDBENCH=2504
IDSOLVER=2546
FILE ID=node139/4084750-1465238551
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084750-1465238551/watcher-4084750-1465238551 -o /tmp/evaluation-result-4084750-1465238551/solver-4084750-1465238551 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084750-1465238551.opb

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=890345635

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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:        29776680 kB
Buffers:           30720 kB
Cached:           100488 kB
SwapCached:         1464 kB
Active:           733152 kB
Inactive:          69924 kB
Active(anon):     672400 kB
Inactive(anon):     2172 kB
Active(file):      60752 kB
Inactive(file):    67752 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:              5540 kB
Writeback:             0 kB
AnonPages:       2260972 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             567456 kB
SReclaimable:      11376 kB
SUnreclaim:       556080 kB
KernelStack:        1568 kB
PageTables:         9040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3250928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2213888 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= 71728 MiB
End job on node139 at 2016-06-06 21:12:30