Trace number 4103212

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.06 1793.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4574600208
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29764190431236
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29764190431236
Number of bits of the biggest sum of numbers45
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103212-1466234730.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.21/1.57	c ... done. Wall clock time 1.471s.
2.21/1.57	c declared #vars     155000
2.21/1.57	c #constraints  5300
2.21/1.57	c constraints type 
2.21/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.21/1.57	c 5300 constraints processed.
2.21/1.57	c objective function length is 155000 literals
12.03/10.74	c cleaning 2492 clauses out of 5000 with flag 13129/5000
13.14/11.73	c cleaning 4243 clauses out of 8508 with flag 25526/11000
14.24/12.87	c cleaning 5624 clauses out of 11267 with flag 40041/18002
16.90/15.39	c cleaning 6815 clauses out of 13645 with flag 56669/26004
18.62/17.04	c cleaning 7904 clauses out of 15826 with flag 75038/35000
20.21/18.64	c cleaning 8951 clauses out of 17922 with flag 98186/45000
22.31/20.78	c cleaning 9971 clauses out of 19972 with flag 124188/56001
25.01/23.47	c cleaning 10985 clauses out of 22000 with flag 149418/68000
27.71/26.10	c cleaning 11994 clauses out of 24017 with flag 175422/81002
31.01/29.49	c cleaning 13000 clauses out of 26023 with flag 203422/95002
35.11/33.59	c cleaning 13994 clauses out of 28022 with flag 233420/110001
41.81/40.21	c cleaning 14994 clauses out of 30028 with flag 265820/126001
46.51/44.95	c cleaning 16002 clauses out of 32033 with flag 299960/143000
52.19/50.42	c cleaning 17002 clauses out of 34034 with flag 335992/161003
57.90/56.16	c cleaning 17998 clauses out of 36029 with flag 373992/180000
64.09/62.36	c cleaning 19012 clauses out of 38031 with flag 414571/200000
71.79/70.10	c cleaning 20006 clauses out of 40020 with flag 456625/221001
79.29/77.58	c cleaning 21003 clauses out of 42014 with flag 501377/243001
89.90/88.18	c cleaning 22002 clauses out of 44010 with flag 548174/266000
103.25/101.27	c cleaning 23002 clauses out of 46009 with flag 596176/290001
123.75/121.74	c cleaning 23996 clauses out of 48007 with flag 646256/315001
133.25/131.25	c cleaning 25005 clauses out of 50011 with flag 698256/341001
143.35/141.33	c cleaning 26003 clauses out of 52007 with flag 752258/368002
154.45/152.48	c cleaning 26999 clauses out of 54002 with flag 808254/396000
166.55/164.58	c cleaning 28002 clauses out of 56003 with flag 866254/425000
179.85/177.86	c cleaning 29004 clauses out of 58007 with flag 926266/455006
193.86/191.89	c cleaning 29998 clauses out of 59998 with flag 988256/486001
210.89/208.48	c cleaning 31003 clauses out of 62007 with flag 1052270/518008
230.19/227.77	c cleaning 32007 clauses out of 64013 with flag 1118288/551017
249.89/247.46	c cleaning 32995 clauses out of 65991 with flag 1186258/585002
270.38/267.92	c cleaning 33997 clauses out of 67994 with flag 1256254/620000
292.58/290.19	c cleaning 34999 clauses out of 69998 with flag 1328256/656001
316.28/313.84	c cleaning 36000 clauses out of 71999 with flag 1402256/693001
343.79/341.02	c cleaning 37001 clauses out of 74004 with flag 1478266/731006
371.90/369.15	c cleaning 37998 clauses out of 75997 with flag 1556254/770000
401.79/399.03	c cleaning 38999 clauses out of 78001 with flag 1636258/810002
435.11/432.33	c cleaning 40000 clauses out of 80002 with flag 1718258/851002
465.62/462.81	c cleaning 41000 clauses out of 82002 with flag 1802258/893002
497.61/494.06	c cleaning 41997 clauses out of 84001 with flag 1888256/936001
529.29/525.79	c cleaning 42999 clauses out of 86007 with flag 1976262/980004
567.79/564.29	c cleaning 44008 clauses out of 88018 with flag 2066282/1025014
605.39/601.88	c cleaning 45000 clauses out of 90007 with flag 2158276/1071011
645.28/641.76	c cleaning 45998 clauses out of 92000 with flag 2252262/1118004
684.17/680.61	c cleaning 46995 clauses out of 93998 with flag 2348254/1166000
726.17/722.64	c cleaning 47998 clauses out of 96004 with flag 2446256/1215001
773.43/769.05	c cleaning 49007 clauses out of 98018 with flag 2546280/1265013
816.53/812.19	c cleaning 50000 clauses out of 100003 with flag 2648264/1316005
863.73/859.31	c cleaning 50999 clauses out of 102000 with flag 2752258/1368002
908.85/904.49	c cleaning 52000 clauses out of 104003 with flag 2858262/1421004
955.65/951.21	c cleaning 52998 clauses out of 106000 with flag 2966256/1475001
1008.87/1004.45	c cleaning 53999 clauses out of 108001 with flag 3076254/1530000
1074.64/1069.53	c cleaning 54998 clauses out of 110004 with flag 3188258/1586002
1136.05/1130.97	c cleaning 55997 clauses out of 112006 with flag 3302258/1643002
1200.06/1194.91	c cleaning 57012 clauses out of 114027 with flag 3418294/1701020
1259.86/1254.71	c cleaning 57998 clauses out of 116002 with flag 3536268/1760007
1316.87/1311.79	c cleaning 58998 clauses out of 117998 with flag 3656256/1820001
1379.03/1373.24	c cleaning 59996 clauses out of 120004 with flag 3778264/1881005
1438.24/1432.49	c cleaning 61000 clauses out of 122003 with flag 3902254/1943000
1499.84/1494.07	c cleaning 61999 clauses out of 124006 with flag 4028260/2006003
1560.35/1554.56	c cleaning 63001 clauses out of 126005 with flag 4156256/2070001
1627.06/1620.89	c cleaning 64001 clauses out of 128003 with flag 4286254/2135000
1690.35/1684.13	c cleaning 65003 clauses out of 130009 with flag 4418268/2201007
1754.85/1748.61	c cleaning 65989 clauses out of 132000 with flag 4552256/2268001
1800.06/1793.80	c starts		: 63
1800.06/1793.80	c conflicts		: 2321484
1800.06/1793.80	c decisions		: 4427281
1800.06/1793.80	c propagations		: 27589396
1800.06/1793.80	c inspects		: 21207260323
1800.06/1793.80	c shortcuts		: 0
1800.06/1793.80	c learnt literals	: 0
1800.06/1793.80	c learnt binary clauses	: 0
1800.06/1793.80	c learnt ternary clauses	: 0
1800.06/1793.80	c learnt constraints	: 2321484
1800.06/1793.80	c ignored constraints	: 0
1800.06/1793.80	c root simplifications	: 0
1800.06/1793.80	c removed literals (reason simplification)	: 0
1800.06/1793.80	c reason swapping (by a shorter reason)	: 0
1800.06/1793.80	c Calls to reduceDB	: 63
1800.06/1793.80	c Number of update (reduction) of LBD	: 4653
1800.06/1793.80	c Imported unit clauses	: 0
1800.06/1793.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.80	c number of learned constraints concerned by reduction	: 0
1800.06/1793.80	c number of learning phase by resolution	: 0
1800.06/1793.80	c number of learning phase by cutting planes	: 0
1800.06/1793.80	c speed (assignments/second)	: 15395.044127100335
1800.06/1793.80	c non guided choices	977273
1800.06/1793.82	c timeout
1800.06/1793.83	c learnt constraints type 
1800.06/1793.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119494
1800.06/1793.83	s UNKNOWN
1800.06/1793.83	c Total wall clock time (in seconds): 1793.727

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-4103212-1466234730/watcher-4103212-1466234730 -o /tmp/evaluation-result-4103212-1466234730/solver-4103212-1466234730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103212-1466234730.opb 

pid=29385
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.27 2.25 2.24 3/193 29388
/proc/meminfo: memFree=30233944/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25518229 98570240 977 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 24065 977 743 9 0 16771 0
[pid=29388/tid=29389] ppid=29385 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 25518230 98570240 977 33554432000 1073741824 1073778376 140734178822816 140490857066024 213419640192 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.25 2.24 3/193 29388
/proc/meminfo: memFree=30233944/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 4550 0 1 0 10 1 0 0 20 0 18 0 25518229 9787879424 5676 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2389619 5676 2157 9 0 2380296 0
[pid=29388/tid=29389] ppid=29385 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 25518230 9787879424 5676 33554432000 1073741824 1073778376 140734178822816 140490857069472 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200256 s]
/proc/loadavg: 2.27 2.25 2.24 3/193 29388
/proc/meminfo: memFree=30233944/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 5400 0 1 0 31 1 0 0 20 0 18 0 25518229 9787879424 7878 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2389619 7878 2226 9 0 2380296 0
[pid=29388/tid=29389] ppid=29385 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2448 0 1 0 17 0 0 0 20 0 18 0 25518230 9787879424 7878 33554432000 1073741824 1073778376 140734178822816 140490857069472 140490796873237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300374 s]
/proc/loadavg: 2.27 2.25 2.24 3/193 29388
/proc/meminfo: memFree=30233944/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 6231 0 1 0 46 2 0 0 20 0 18 0 25518229 9787879424 14330 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2389619 14330 2231 9 0 2380296 0
[pid=29388/tid=29389] ppid=29385 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 18 0 25518230 9787879424 14330 33554432000 1073741824 1073778376 140734178822816 140490857062272 140490797202137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.27 2.25 2.24 3/193 29388
/proc/meminfo: memFree=30233944/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 6682 0 1 0 112 6 0 0 20 0 18 0 25518229 9787879424 45734 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2389619 45734 2262 9 0 2380296 0
[pid=29388/tid=29389] ppid=29385 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2515 0 1 0 59 3 0 0 20 0 18 0 25518230 9787879424 45734 33554432000 1073741824 1073778376 140734178822816 140490857068664 140490797214642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.27 2.25 2.24 3/211 29406
/proc/meminfo: memFree=29791416/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9558476 CPUtime=2.21 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 7162 0 1 0 205 16 0 0 20 0 18 0 25518229 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2389619 71678 2262 9 0 2380296 0
[pid=29388/tid=29389] ppid=29385 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2537 0 1 0 131 3 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490857062448 140490796868808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 126 0 0 0 6 2 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 44 0 0 0 2 1 0 0 20 0 18 0 25518230 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25518231 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25518232 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25518232 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25518234 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 1097 0 0 0 16 0 0 0 20 0 18 0 25518234 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 1664 0 0 0 18 0 0 0 20 0 18 0 25518234 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29405/stat : 29405 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25518234 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490674817912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29406] ppid=29385 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29406/stat : 29406 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25518234 9787879424 71678 33554432000 1073741824 1073778376 140734178822816 140490673765320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 2.27 2.25 2.24 3/213 29408
/proc/meminfo: memFree=29613788/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9625040 CPUtime=4.42 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 9693 0 1 0 420 22 0 0 20 0 19 0 25518229 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2406260 100544 2274 9 0 2396937 0
[pid=29388/tid=29389] ppid=29385 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2581 0 1 0 283 5 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490857069872 140490797498678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 127 0 0 0 7 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 101 0 0 0 5 1 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 94 0 0 0 3 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 64 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25518231 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 3235 0 0 0 46 0 0 0 20 0 19 0 25518234 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 1771 0 0 0 34 0 0 0 20 0 19 0 25518234 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29405/stat : 29405 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490674817912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29406] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29406/stat : 29406 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490673765320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29408] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29408/stat : 29408 (java) S 29385 29388 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25518401 9856040960 100544 33554432000 1073741824 1073778376 140734178822816 140490672710824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.25 2.25 2.24 5/213 29408
/proc/meminfo: memFree=29490724/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9625040 CPUtime=7.63 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 9694 0 1 0 740 23 0 0 20 0 19 0 25518229 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2406260 100536 2274 9 0 2396937 0
[pid=29388/tid=29389] ppid=29385 vsize=9625040 CPUtime=6.07 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 2582 0 1 0 602 5 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490857070984 140490797498519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 127 0 0 0 7 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 101 0 0 0 5 1 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 135 0 0 0 7 3 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 94 0 0 0 3 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 64 0 0 0 4 2 0 0 20 0 19 0 25518230 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25518231 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 3235 0 0 0 46 0 0 0 20 0 19 0 25518234 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 1771 0 0 0 34 0 0 0 20 0 19 0 25518234 9856040960 100536 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=29388/tid=29408] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29408/stat : 29408 (java) S 29385 29388 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25518401 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490672710824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1668.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.19 3/213 29451
/proc/meminfo: memFree=23843640/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9625040 CPUtime=1728.55 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 55282 0 1 0 172569 286 0 0 20 0 19 0 25518229 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2406260 894960 2286 9 0 2396937 0
[pid=29388/tid=29389] ppid=29385 vsize=9625040 CPUtime=1713.73 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 3849 0 1 0 171324 49 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490857062096 140490797498687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 3670 0 0 0 53 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 2969 0 0 0 59 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 6222 0 0 0 53 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 4189 0 0 0 65 31 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 4215 0 0 0 49 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 4753 0 0 0 57 32 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 3685 0 0 0 55 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 5386 0 0 0 69 40 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 9112 0 0 0 204 4 0 0 20 0 19 0 25518231 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 3270 0 0 0 52 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 2605 0 0 0 42 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29405/stat : 29405 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490674817912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29406] ppid=29385 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/29388/task/29406/stat : 29406 (java) S 29385 29388 22937 0 -1 4202560 99 0 0 0 30 25 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490673765320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29408] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29408/stat : 29408 (java) S 29385 29388 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25518401 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490672710824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.19 4/213 29452
/proc/meminfo: memFree=23843152/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9625040 CPUtime=1788.56 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 55286 0 1 0 178569 287 0 0 20 0 19 0 25518229 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2406260 894960 2286 9 0 2396937 0
[pid=29388/tid=29389] ppid=29385 vsize=9625040 CPUtime=1773.57 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 3849 0 1 0 177308 49 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490857062096 140490797498616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 3670 0 0 0 53 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 2969 0 0 0 59 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 6222 0 0 0 53 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 4189 0 0 0 65 31 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 4215 0 0 0 49 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 4753 0 0 0 57 32 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 3685 0 0 0 55 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 5386 0 0 0 69 40 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 9112 0 0 0 204 4 0 0 20 0 19 0 25518231 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 3270 0 0 0 52 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 2605 0 0 0 42 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29405/stat : 29405 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490674817912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29406] ppid=29385 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/29388/task/29406/stat : 29406 (java) S 29385 29388 22937 0 -1 4202560 103 0 0 0 31 26 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490673765320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29408] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29408/stat : 29408 (java) S 29385 29388 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25518401 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490672710824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.32 2.22 2.20 3/213 29452
/proc/meminfo: memFree=23843280/32872528 swapFree=1400172/1569824
[pid=29388] ppid=29385 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 22937 0 -1 4202496 55286 0 1 0 179719 287 0 0 20 0 19 0 25518229 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140734178813952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29388/statm: 2406260 894960 2286 9 0 2396937 0
[pid=29388/tid=29389] ppid=29385 vsize=9625040 CPUtime=1785.04 cores=0,2,4,6
/proc/29388/task/29389/stat : 29389 (java) R 29385 29388 22937 0 -1 4202560 3849 0 1 0 178454 50 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490857062096 140490797448664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29391] ppid=29385 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/29388/task/29391/stat : 29391 (java) S 29385 29388 22937 0 -1 4202560 3670 0 0 0 53 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490700700200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29392] ppid=29385 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/29388/task/29392/stat : 29392 (java) S 29385 29388 22937 0 -1 4202560 2969 0 0 0 59 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490699647400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29393] ppid=29385 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/29388/task/29393/stat : 29393 (java) S 29385 29388 22937 0 -1 4202560 6222 0 0 0 53 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490698594600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29394] ppid=29385 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/29388/task/29394/stat : 29394 (java) S 29385 29388 22937 0 -1 4202560 4189 0 0 0 65 31 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490697541800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29395] ppid=29385 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/29388/task/29395/stat : 29395 (java) S 29385 29388 22937 0 -1 4202560 4215 0 0 0 49 26 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490696490024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29396] ppid=29385 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/29388/task/29396/stat : 29396 (java) S 29385 29388 22937 0 -1 4202560 4753 0 0 0 57 32 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490695437224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29397] ppid=29385 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29388/task/29397/stat : 29397 (java) S 29385 29388 22937 0 -1 4202560 3685 0 0 0 55 28 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490694384424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29388/tid=29398] ppid=29385 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/29388/task/29398/stat : 29398 (java) S 29385 29388 22937 0 -1 4202560 5386 0 0 0 69 40 0 0 20 0 19 0 25518230 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490693331624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29399] ppid=29385 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/29388/task/29399/stat : 29399 (java) S 29385 29388 22937 0 -1 4202560 9112 0 0 0 204 4 0 0 20 0 19 0 25518231 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490681133544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29400] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29400/stat : 29400 (java) S 29385 29388 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490680079608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29401] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29401/stat : 29401 (java) S 29385 29388 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25518232 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490679026696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29402] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29402/stat : 29402 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490677975184 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29403] ppid=29385 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/29388/task/29403/stat : 29403 (java) S 29385 29388 22937 0 -1 4202560 3270 0 0 0 52 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490676923320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29388/tid=29404] ppid=29385 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29388/task/29404/stat : 29404 (java) S 29385 29388 22937 0 -1 4202560 2605 0 0 0 42 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490675870520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29405] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29405/stat : 29405 (java) S 29385 29388 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490674817912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29388/tid=29406] ppid=29385 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/29388/task/29406/stat : 29406 (java) S 29385 29388 22937 0 -1 4202560 103 0 0 0 32 26 0 0 20 0 19 0 25518234 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490673765320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29388/tid=29408] ppid=29385 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29388/task/29408/stat : 29408 (java) S 29385 29388 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25518401 9856040960 894960 33554432000 1073741824 1073778376 140734178822816 140490672710824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 29388 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 29388 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=658474
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=331493
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.85
CPU time (s): 1800.06
CPU user time (s): 1797.19
CPU system time (s): 2.87
CPU usage (%): 100.346
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.66
system time used= 3.33149
maximum resident set size= 3580032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55342
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39408
involuntary context switches= 14453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4704 second user time and 13.085 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 09:25:30
IDJOB=4103212
IDBENCH=2299
IDSOLVER=2546
FILE ID=node140/4103212-1466234730
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
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/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3707.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103212-1466234730/watcher-4103212-1466234730 -o /tmp/evaluation-result-4103212-1466234730/solver-4103212-1466234730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103212-1466234730.opb

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

MD5SUM BENCH= bd6dfc1cb1b60fa01a3db613e331e5b8
RANDOM SEED=645051254

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.714
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.54
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.714
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:        30240368 kB
Buffers:          109916 kB
Cached:           165900 kB
SwapCached:         2476 kB
Active:           121780 kB
Inactive:         198732 kB
Active(anon):      45016 kB
Inactive(anon):     2472 kB
Active(file):      76764 kB
Inactive(file):   196260 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:             18792 kB
Writeback:             0 kB
AnonPages:       1587320 kB
Mapped:            14052 kB
Shmem:                 0 kB
Slab:             604180 kB
SReclaimable:      47624 kB
SUnreclaim:       556556 kB
KernelStack:        1448 kB
PageTables:         7168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71724 MiB
End job on node140 at 2016-06-18 09:55:24