Trace number 4085442

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 1799.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085442-1465243968.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.03s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c objective function length is 1 literals
0.73/0.52	c cleaning 2497 clauses out of 5000 with flag 10518/5000
1.25/0.92	c cleaning 4252 clauses out of 8503 with flag 22843/11000
1.75/1.45	c cleaning 5624 clauses out of 11251 with flag 37116/18000
2.46/2.16	c cleaning 6814 clauses out of 13627 with flag 53466/26000
3.44/3.08	c cleaning 7905 clauses out of 15815 with flag 71942/35002
4.54/4.11	c cleaning 8953 clauses out of 17908 with flag 92675/45000
5.63/5.26	c cleaning 9978 clauses out of 19956 with flag 115739/56001
7.04/6.62	c cleaning 10989 clauses out of 21978 with flag 140960/68001
8.63/8.30	c cleaning 11995 clauses out of 23990 with flag 168182/81002
10.73/10.36	c cleaning 12998 clauses out of 25995 with flag 197048/95002
13.04/12.62	c cleaning 13997 clauses out of 27995 with flag 228050/110000
15.43/15.02	c cleaning 15003 clauses out of 30006 with flag 261527/126008
18.04/17.63	c cleaning 15991 clauses out of 31996 with flag 296891/143001
20.93/20.57	c cleaning 16998 clauses out of 34006 with flag 334652/161002
24.23/23.80	c cleaning 18002 clauses out of 36006 with flag 374691/180000
27.63/27.25	c cleaning 18999 clauses out of 38005 with flag 415915/200001
31.63/31.20	c cleaning 20003 clauses out of 40007 with flag 459646/221002
35.83/35.48	c cleaning 20999 clauses out of 42002 with flag 505428/243000
41.03/40.64	c cleaning 21998 clauses out of 44006 with flag 552935/266003
46.23/45.89	c cleaning 23006 clauses out of 46011 with flag 602864/290006
51.54/51.15	c cleaning 23995 clauses out of 48000 with flag 654942/315001
56.93/56.55	c cleaning 24998 clauses out of 50004 with flag 708833/341000
63.03/62.67	c cleaning 26004 clauses out of 52008 with flag 764895/368002
69.33/68.97	c cleaning 27001 clauses out of 54002 with flag 823156/396000
76.43/76.01	c cleaning 27995 clauses out of 56001 with flag 883638/425000
84.33/83.93	c cleaning 29003 clauses out of 58006 with flag 945726/455000
91.43/91.08	c cleaning 29998 clauses out of 60003 with flag 1010288/486000
99.12/98.79	c cleaning 30996 clauses out of 62005 with flag 1076754/518000
107.13/106.80	c cleaning 32007 clauses out of 64018 with flag 1144814/551009
115.52/115.18	c cleaning 33000 clauses out of 66003 with flag 1215060/585001
124.22/123.80	c cleaning 33997 clauses out of 68002 with flag 1287051/620000
134.76/134.31	c cleaning 35001 clauses out of 70006 with flag 1361481/656001
146.35/145.94	c cleaning 36003 clauses out of 72005 with flag 1439010/693001
158.35/157.96	c cleaning 37001 clauses out of 74001 with flag 1517526/731000
171.75/171.32	c cleaning 37996 clauses out of 76003 with flag 1599336/770003
185.65/185.23	c cleaning 39001 clauses out of 78004 with flag 1684608/810000
199.94/199.59	c cleaning 39993 clauses out of 80003 with flag 1770619/851000
214.95/214.53	c cleaning 41004 clauses out of 82015 with flag 1858602/893005
231.74/231.38	c cleaning 41998 clauses out of 84007 with flag 1948763/936001
249.83/249.50	c cleaning 43005 clauses out of 86009 with flag 2038434/980001
268.95/268.56	c cleaning 44001 clauses out of 88005 with flag 2131161/1025002
288.83/288.41	c cleaning 45000 clauses out of 90003 with flag 2227562/1071001
309.63/309.26	c cleaning 45997 clauses out of 92002 with flag 2326731/1118000
332.43/332.08	c cleaning 46995 clauses out of 94008 with flag 2428470/1166003
357.52/357.19	c cleaning 48000 clauses out of 96011 with flag 2533152/1215001
378.93/378.51	c cleaning 49005 clauses out of 98011 with flag 2639507/1265001
401.07/400.62	c cleaning 49995 clauses out of 100007 with flag 2749161/1316002
422.47/422.07	c cleaning 51007 clauses out of 102015 with flag 2861267/1368005
444.76/444.36	c cleaning 52003 clauses out of 104006 with flag 2975148/1421003
472.06/471.64	c cleaning 52999 clauses out of 106004 with flag 3090580/1475004
500.16/499.76	c cleaning 53999 clauses out of 108003 with flag 3204780/1530002
530.26/529.84	c cleaning 54994 clauses out of 110002 with flag 3323783/1586000
563.05/562.64	c cleaning 56003 clauses out of 112008 with flag 3442635/1643000
599.65/599.27	c cleaning 57004 clauses out of 114013 with flag 3563827/1701008
630.34/629.91	c cleaning 57989 clauses out of 116001 with flag 3687004/1760000
667.64/667.20	c cleaning 59006 clauses out of 118016 with flag 3812953/1820004
705.33/704.98	c cleaning 60001 clauses out of 120007 with flag 3939921/1881001
742.23/741.80	c cleaning 60998 clauses out of 122006 with flag 4069760/1943001
778.15/777.76	c cleaning 62000 clauses out of 124007 with flag 4200094/2006000
819.65/819.28	c cleaning 62995 clauses out of 126011 with flag 4334795/2070004
866.54/866.10	c cleaning 63998 clauses out of 128012 with flag 4469238/2135000
914.93/914.52	c cleaning 65006 clauses out of 130014 with flag 4605456/2201000
963.83/963.49	c cleaning 66001 clauses out of 132008 with flag 4744831/2268000
1011.62/1011.25	c cleaning 67001 clauses out of 134007 with flag 4887800/2336000
1059.43/1059.03	c cleaning 67996 clauses out of 136009 with flag 5033123/2405003
1109.13/1108.77	c cleaning 69004 clauses out of 138012 with flag 5178918/2475002
1159.72/1159.30	c cleaning 69996 clauses out of 140006 with flag 5326969/2546000
1212.72/1212.36	c cleaning 71004 clauses out of 142010 with flag 5479054/2618000
1264.96/1264.58	c cleaning 72002 clauses out of 144006 with flag 5632072/2691000
1319.56/1319.20	c cleaning 73001 clauses out of 146008 with flag 5786751/2765004
1372.75/1372.32	c cleaning 73999 clauses out of 148005 with flag 5941561/2840002
1435.34/1434.98	c cleaning 74999 clauses out of 150009 with flag 6099559/2916005
1512.33/1511.97	c cleaning 76004 clauses out of 152010 with flag 6260204/2993005
1589.12/1588.72	c cleaning 76996 clauses out of 154006 with flag 6425977/3071005
1671.21/1670.83	c cleaning 78000 clauses out of 156007 with flag 6592170/3150002
1747.70/1747.38	c cleaning 78994 clauses out of 158005 with flag 6760875/3230000
1800.00/1799.64	c starts		: 617
1800.00/1799.64	c conflicts		: 3294149
1800.00/1799.64	c timeout
1800.00/1799.64	c decisions		: 3436971
1800.00/1799.64	c propagations		: 29285639
1800.00/1799.64	c inspects		: 36838907233
1800.00/1799.64	c shortcuts		: 0
1800.00/1799.64	c learnt literals	: 0
1800.00/1799.64	c learnt binary clauses	: 0
1800.00/1799.64	c learnt ternary clauses	: 0
1800.00/1799.64	c learnt constraints	: 3294149
1800.00/1799.64	c ignored constraints	: 0
1800.00/1799.64	c root simplifications	: 0
1800.00/1799.64	c removed literals (reason simplification)	: 0
1800.00/1799.64	c reason swapping (by a shorter reason)	: 0
1800.00/1799.64	c Calls to reduceDB	: 76
1800.00/1799.64	c Number of update (reduction) of LBD	: 249606
1800.00/1799.64	c Imported unit clauses	: 0
1800.00/1799.64	c number of reductions to clauses (during analyze)	: 0
1800.00/1799.64	c number of learned constraints concerned by reduction	: 0
1800.00/1799.64	c number of learning phase by resolution	: 0
1800.00/1799.64	c number of learning phase by cutting planes	: 0
1800.00/1799.64	c speed (assignments/second)	: 16274.40148353062
1800.00/1799.64	c non guided choices	22
1800.00/1799.67	c learnt constraints type 
1800.00/1799.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143160
1800.00/1799.67	s UNKNOWN
1800.00/1799.67	c Total wall clock time (in seconds): 1799.552

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

pid=12250
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.22 2.29 2.27 4/194 12253
/proc/meminfo: memFree=30048752/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12253/stat : 12253 (java) D 12250 12253 9017 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 106328780 9515008 186 33554432000 1073741824 1073778376 140734195598336 140734195587400 248781040935 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2323 186 143 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.22 2.29 2.27 4/194 12253
/proc/meminfo: memFree=30048752/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 106328780 9787879424 6034 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.22 2.29 2.27 4/194 12253
/proc/meminfo: memFree=30048752/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 6295 0 1 0 26 2 0 0 20 0 19 0 106328780 9856040960 7410 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 7410 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300224 s]
/proc/loadavg: 2.22 2.29 2.27 4/194 12253
/proc/meminfo: memFree=30048752/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 7087 0 1 0 50 2 0 0 20 0 19 0 106328780 9856040960 7921 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 7921 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70021 s]
/proc/loadavg: 2.22 2.29 2.27 4/194 12253
/proc/meminfo: memFree=30048752/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 8286 0 1 0 101 2 0 0 20 0 19 0 106328780 9856040960 8493 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 8493 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.22 2.29 2.27 4/213 12272
/proc/meminfo: memFree=30019136/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 8292 0 1 0 183 3 0 0 20 0 19 0 106328780 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 9520 2255 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2410 0 1 0 145 2 0 0 20 0 19 0 106328780 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350171868880 140350019068787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 1834 0 0 0 15 0 0 0 20 0 19 0 106328786 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 9520 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.22 2.29 2.27 4/213 12272
/proc/meminfo: memFree=30016468/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 9178 0 1 0 351 3 0 0 20 0 19 0 106328780 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 10589 2256 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2412 0 1 0 304 2 0 0 20 0 19 0 106328780 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350171868880 140350019068782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 2718 0 0 0 23 0 0 0 20 0 19 0 106328786 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 10589 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.20 2.29 2.27 4/213 12272
/proc/meminfo: memFree=30009340/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 9183 0 1 0 670 3 0 0 20 0 19 0 106328780 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 12005 2257 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2416 0 1 0 623 2 0 0 20 0 19 0 106328780 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350171868864 140350019068792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 2718 0 0 0 23 0 0 0 20 0 19 0 106328786 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 12005 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 52811 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/213 12379
/proc/meminfo: memFree=30042464/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=1722.69 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 10007 0 1 0 172210 59 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 52923 2271 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=1717.3 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2478 0 1 0 171693 37 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350171868864 140350019068787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 148 0 0 0 2 2 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 2856 0 0 0 25 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 100 0 0 0 22 24 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 12381
/proc/meminfo: memFree=30042264/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=1782.7 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 10011 0 1 0 178207 63 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 52923 2271 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=1777.13 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2478 0 1 0 177675 38 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350171868864 140350019068787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 148 0 0 0 2 2 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 2856 0 0 0 25 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.6 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 12382
/proc/meminfo: memFree=30042164/32872528 swapFree=17452/1581112
[pid=12253] ppid=12250 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/12253/stat : 12253 (java) S 12250 12253 9017 0 -1 4202496 10011 0 1 0 179937 63 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140734195589472 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12253/statm: 2406260 52923 2271 9 0 2396937 0
[pid=12253/tid=12255] ppid=12250 vsize=9625040 CPUtime=1794.39 cores=0,2,4,6
/proc/12253/task/12255/stat : 12255 (java) R 12250 12253 9017 0 -1 4202560 2478 0 1 0 179401 38 0 0 20 0 19 0 106328780 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350171868864 140350019068787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12256] ppid=12250 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12253/task/12256/stat : 12256 (java) S 12250 12253 9017 0 -1 4202560 148 0 0 0 2 2 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350144330152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12257] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12257/stat : 12257 (java) S 12250 12253 9017 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350143277608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12258] ppid=12250 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12253/task/12258/stat : 12258 (java) S 12250 12253 9017 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350142224552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12259] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12259/stat : 12259 (java) S 12250 12253 9017 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350141172008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12260] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12260/stat : 12260 (java) S 12250 12253 9017 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350140119976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12261] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12261/stat : 12261 (java) S 12250 12253 9017 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350139067432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12262] ppid=12250 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12253/task/12262/stat : 12262 (java) S 12250 12253 9017 0 -1 4202560 139 0 0 0 1 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350138014376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12263] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12263/stat : 12263 (java) S 12250 12253 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106328782 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140350007585576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12264] ppid=12250 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12253/task/12264/stat : 12264 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349524638056 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12265] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12265/stat : 12265 (java) S 12250 12253 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349523584376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12266] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12266/stat : 12266 (java) S 12250 12253 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106328783 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349522531208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12267] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12267/stat : 12267 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349521479952 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12268] ppid=12250 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12253/task/12268/stat : 12268 (java) S 12250 12253 9017 0 -1 4202560 2775 0 0 0 21 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349520427832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12253/tid=12269] ppid=12250 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12253/task/12269/stat : 12269 (java) S 12250 12253 9017 0 -1 4202560 2856 0 0 0 25 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349519375288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12253/tid=12270] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12270/stat : 12270 (java) S 12250 12253 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349518322424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12253/tid=12271] ppid=12250 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12253/task/12271/stat : 12271 (java) S 12250 12253 9017 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 106328786 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349517270088 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12253/tid=12272] ppid=12250 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12253/task/12272/stat : 12272 (java) S 12250 12253 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106328795 9856040960 52923 33554432000 1073741824 1073778376 140734195598336 140349516215336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12253 sig 9
??? kill -12253 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 12253 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=108102
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=832873
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.67
CPU time (s): 1800
CPU user time (s): 1799.37
CPU system time (s): 0.63
CPU usage (%): 100.018
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.11
system time used= 0.832873
maximum resident set size= 224184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10096
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38228
involuntary context switches= 38997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2833 second user time and 12.863 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 22:12:48
IDJOB=4085442
IDBENCH=2911
IDSOLVER=2546
FILE ID=node139/4085442-1465243968
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085442-1465243968/watcher-4085442-1465243968 -o /tmp/evaluation-result-4085442-1465243968/solver-4085442-1465243968 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085442-1465243968.opb

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=1741592896

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:        30049296 kB
Buffers:           36684 kB
Cached:            94740 kB
SwapCached:         1464 kB
Active:           462776 kB
Inactive:          77100 kB
Active(anon):     408892 kB
Inactive(anon):     2172 kB
Active(file):      53884 kB
Inactive(file):    74928 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1988844 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             567756 kB
SReclaimable:      11508 kB
SUnreclaim:       556248 kB
KernelStack:        1584 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2125196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 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 node139 at 2016-06-06 22:42:48