Trace number 4101333

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.02 1796.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc04.opb
MD5SUMa740df3717a1394bed76c2a490fc20be
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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 528446
Number of bits of the biggest sum of numbers20
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4101333-1466222243.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  objective function found
1.76/1.11	c ... done. Wall clock time 1.01s.
1.76/1.11	c declared #vars     146276
1.76/1.11	c #constraints  2010
1.76/1.11	c constraints type 
1.76/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 96
1.76/1.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1.76/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1904
1.76/1.11	c 2010 constraints processed.
1.76/1.11	c objective function length is 31 literals
3.82/2.77	c cleaning 2499 clauses out of 5000 with flag 10340/5000
4.60/3.36	c cleaning 4248 clauses out of 8501 with flag 23475/11000
19.98/18.34	c cleaning 5633 clauses out of 11266 with flag 42219/18013
27.58/25.86	c cleaning 6807 clauses out of 13618 with flag 64057/26000
28.61/26.86	c cleaning 7895 clauses out of 15812 with flag 84988/35001
42.20/40.40	c cleaning 8942 clauses out of 17916 with flag 113211/45000
51.81/49.97	c cleaning 9969 clauses out of 19973 with flag 143829/56000
52.81/50.90	c cleaning 10993 clauses out of 22004 with flag 174976/68000
53.91/52.06	c cleaning 12001 clauses out of 24011 with flag 209144/81000
55.31/53.41	c cleaning 13001 clauses out of 26011 with flag 245729/95001
56.42/54.57	c cleaning 14002 clauses out of 28012 with flag 281324/110004
58.13/56.27	c cleaning 14987 clauses out of 30005 with flag 314880/126000
60.42/58.53	c cleaning 16008 clauses out of 32016 with flag 359528/143001
62.23/60.34	c cleaning 17004 clauses out of 34007 with flag 399414/161000
64.44/62.56	c cleaning 17988 clauses out of 36004 with flag 444791/180001
66.74/64.82	c cleaning 18998 clauses out of 38015 with flag 494229/200000
69.44/67.54	c cleaning 20009 clauses out of 40018 with flag 542974/221001
72.45/70.58	c cleaning 20993 clauses out of 42008 with flag 595701/243000
75.24/73.31	c cleaning 22005 clauses out of 44017 with flag 645313/266002
78.84/76.94	c cleaning 23005 clauses out of 46011 with flag 696397/290001
82.44/80.56	c cleaning 23999 clauses out of 48009 with flag 752095/315004
86.34/84.46	c cleaning 25002 clauses out of 50006 with flag 812079/341000
90.64/88.79	c cleaning 25998 clauses out of 52004 with flag 873846/368000
96.14/94.22	c cleaning 27000 clauses out of 54008 with flag 938256/396002
102.14/100.24	c cleaning 28003 clauses out of 56006 with flag 1005953/425000
106.91/104.82	c cleaning 29007 clauses out of 58031 with flag 1075328/455028
116.82/114.72	c cleaning 29994 clauses out of 59996 with flag 1152815/486001
126.53/124.50	c cleaning 31002 clauses out of 62003 with flag 1228710/518002
136.52/134.43	c cleaning 31997 clauses out of 63999 with flag 1305340/551000
147.82/145.79	c cleaning 33001 clauses out of 66002 with flag 1385299/585000
161.73/159.63	c cleaning 34000 clauses out of 68000 with flag 1466347/620000
180.22/178.10	c cleaning 35002 clauses out of 70003 with flag 1552315/656003
196.72/194.61	c cleaning 36001 clauses out of 72001 with flag 1643934/693003
213.91/211.89	c cleaning 36999 clauses out of 73998 with flag 1736184/731001
231.04/228.76	c cleaning 38002 clauses out of 76006 with flag 1823179/770008
257.43/255.12	c cleaning 39013 clauses out of 78028 with flag 1903276/810032
284.12/281.82	c cleaning 39996 clauses out of 80001 with flag 1985276/851018
315.73/313.49	c cleaning 40998 clauses out of 81998 with flag 2069287/893011
342.43/340.10	c cleaning 42002 clauses out of 84005 with flag 2155360/936016
379.24/376.92	c cleaning 43001 clauses out of 86004 with flag 2243428/980017
407.94/405.66	c cleaning 43992 clauses out of 87992 with flag 2333432/1025006
440.93/438.65	c cleaning 44988 clauses out of 90020 with flag 2425517/1071026
479.85/477.51	c cleaning 46017 clauses out of 92037 with flag 2519538/1118031
525.84/523.53	c cleaning 47019 clauses out of 94040 with flag 2615669/1166051
573.49/571.07	c cleaning 48000 clauses out of 96001 with flag 2713678/1215031
609.70/607.21	c cleaning 48965 clauses out of 97995 with flag 2813758/1265025
658.59/656.11	c cleaning 49951 clauses out of 100010 with flag 2915810/1316005
712.20/709.70	c cleaning 51008 clauses out of 102054 with flag 3019866/1368000
768.21/765.77	c cleaning 51998 clauses out of 104055 with flag 3125971/1421009
823.91/821.44	c cleaning 53032 clauses out of 106065 with flag 3234160/1475017
873.61/871.10	c cleaning 54022 clauses out of 108045 with flag 3344303/1530029
925.82/923.32	c cleaning 54992 clauses out of 110006 with flag 3456507/1586012
984.53/982.02	c cleaning 56003 clauses out of 112007 with flag 3570876/1643005
1046.64/1044.14	c cleaning 56978 clauses out of 114011 with flag 3689024/1701012
1114.15/1111.63	c cleaning 57997 clauses out of 116029 with flag 3807118/1760008
1179.44/1176.71	c cleaning 59019 clauses out of 118040 with flag 3927386/1820016
1239.65/1236.95	c cleaning 59986 clauses out of 120011 with flag 4049941/1881006
1315.25/1312.53	c cleaning 61000 clauses out of 122022 with flag 4174331/1943003
1390.56/1387.87	c cleaning 61998 clauses out of 124022 with flag 4300775/2006003
1472.67/1469.98	c cleaning 63027 clauses out of 126056 with flag 4429488/2070035
1557.38/1554.67	c cleaning 63997 clauses out of 127999 with flag 4560801/2135005
1633.10/1630.37	c cleaning 64984 clauses out of 130003 with flag 4695869/2201006
1713.82/1711.05	c cleaning 66017 clauses out of 132042 with flag 4831315/2268029
1751.22/1748.44	c cleaning 66987 clauses out of 133997 with flag 4978560/2336001
1787.62/1784.49	c cleaning 67992 clauses out of 136011 with flag 5133755/2405002
1800.02/1796.80	c starts		: 6504
1800.02/1796.80	c conflicts		: 2433745
1800.02/1796.80	c decisions		: 8421247
1800.02/1796.80	c propagations		: 144715717
1800.02/1796.80	c inspects		: 26468667160
1800.02/1796.80	c shortcuts		: 0
1800.02/1796.80	c learnt literals	: 10
1800.02/1796.80	c learnt binary clauses	: 57
1800.02/1796.80	c learnt ternary clauses	: 57
1800.02/1796.80	c learnt constraints	: 2433734
1800.02/1796.80	c ignored constraints	: 0
1800.02/1796.80	c root simplifications	: 0
1800.02/1796.80	c removed literals (reason simplification)	: 0
1800.02/1796.80	c reason swapping (by a shorter reason)	: 0
1800.02/1796.80	c Calls to reduceDB	: 65
1800.02/1796.80	c Number of update (reduction) of LBD	: 148453
1800.02/1796.80	c Imported unit clauses	: 0
1800.02/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.80	c number of learned constraints concerned by reduction	: 0
1800.02/1796.80	c number of learning phase by resolution	: 0
1800.02/1796.80	c number of learning phase by cutting planes	: 0
1800.02/1796.80	c speed (assignments/second)	: 80594.98872795155
1800.02/1796.80	c non guided choices	224104
1800.02/1796.81	c timeout
1800.02/1796.83	c learnt constraints type 
1800.02/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
1800.02/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96705
1800.02/1796.83	s UNKNOWN
1800.02/1796.83	c Total wall clock time (in seconds): 1796.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-4101333-1466222243/watcher-4101333-1466222243 -o /tmp/evaluation-result-4101333-1466222243/solver-4101333-1466222243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101333-1466222243.opb 

pid=9785
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.72 2.38 2.24 3/194 9788
/proc/meminfo: memFree=29581172/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 24272636 98570240 977 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 24065 977 743 9 0 16771 0
[pid=9788/tid=9789] ppid=9785 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24272637 98570240 977 33554432000 1073741824 1073778376 140734977001216 140067870674472 226084341120 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.72 2.38 2.24 3/194 9788
/proc/meminfo: memFree=29581172/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 4551 0 1 0 9 1 0 0 20 0 18 0 24272636 9787879424 5663 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2389619 5663 2157 9 0 2380296 0
[pid=9788/tid=9789] ppid=9785 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 24272637 9787879424 5663 33554432000 1073741824 1073778376 140734977001216 140067870677920 226087724301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.72 2.38 2.24 3/194 9788
/proc/meminfo: memFree=29581172/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 6692 0 1 0 31 2 0 0 20 0 18 0 24272636 9787879424 8594 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2389619 8594 2220 9 0 2380296 0
[pid=9788/tid=9789] ppid=9785 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2459 0 1 0 16 1 0 0 20 0 18 0 24272637 9787879424 8594 33554432000 1073741824 1073778376 140734977001216 140067870677240 140067810444463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 2.72 2.38 2.24 3/194 9788
/proc/meminfo: memFree=29581172/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 8059 0 1 0 58 3 0 0 20 0 18 0 24272636 9787879424 10987 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2389619 10987 2233 9 0 2380296 0
[pid=9788/tid=9789] ppid=9785 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2470 0 1 0 26 1 0 0 20 0 18 0 24272637 9787879424 10987 33554432000 1073741824 1073778376 140734977001216 140067870677240 140067810449238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 2.72 2.38 2.24 3/194 9788
/proc/meminfo: memFree=29581172/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9558476 CPUtime=1.19 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 8316 0 1 0 111 8 0 0 20 0 18 0 24272636 9787879424 46951 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2389619 46951 2262 9 0 2380296 0
[pid=9788/tid=9789] ppid=9785 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2529 0 1 0 60 4 0 0 20 0 18 0 24272637 9787879424 46951 33554432000 1073741824 1073778376 140734977001216 140067870677432 140067810780650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.72 2.38 2.24 3/212 9806
/proc/meminfo: memFree=29359936/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 12206 0 1 0 238 15 0 0 20 0 19 0 24272636 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 59264 2272 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2541 0 1 0 135 4 0 0 20 0 19 0 24272637 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067870679128 140067811143064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 73 0 0 0 4 2 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4128 0 0 0 39 1 0 0 20 0 19 0 24272641 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 3673 0 0 0 33 1 0 0 20 0 19 0 24272641 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9805/stat : 9805 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067688434552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9806] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9806/stat : 9806 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 59264 33554432000 1073741824 1073778376 140734977001216 140067687381960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.74 2.39 2.24 3/213 9807
/proc/meminfo: memFree=29318788/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 13227 0 1 0 419 16 0 0 20 0 19 0 24272636 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 77749 2278 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2579 0 1 0 293 5 0 0 20 0 19 0 24272637 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067870679480 140067811064085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 73 0 0 0 4 2 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 24272638 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4166 0 0 0 51 2 0 0 20 0 19 0 24272641 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 4617 0 0 0 44 2 0 0 20 0 19 0 24272641 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9805/stat : 9805 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067688434552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9806] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9806/stat : 9806 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067687381960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9807] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9807/stat : 9807 (java) S 9785 9788 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24272758 9856040960 77749 33554432000 1073741824 1073778376 140734977001216 140067686327464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.74 2.39 2.24 3/213 9807
/proc/meminfo: memFree=29203680/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=7.77 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 13490 0 1 0 756 21 0 0 20 0 19 0 24272636 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 96221 2278 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=6.13 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 2597 0 1 0 607 6 0 0 20 0 19 0 24272637 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067870677344 140067811143064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 133 0 0 0 3 1 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 130 0 0 0 5 0 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 84 0 0 0 6 2 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 19 0 24272638 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4167 0 0 0 53 2 0 0 20 0 19 0 24272641 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 4621 0 0 0 48 2 0 0 20 0 19 0 24272641 9856040960 96221 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=9788/tid=9807] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9807/stat : 9807 (java) S 9785 9788 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24272758 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067686327464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.11
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.36 2.34 2.28 3/213 9872
/proc/meminfo: memFree=25127364/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=1725.12 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 18010 0 1 0 172391 121 0 0 20 0 19 0 24272636 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 714587 2279 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=1717.28 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 4277 0 1 0 171664 64 0 0 20 0 19 0 24272637 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067870670528 140067811386678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 140 0 0 0 14 8 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 207 0 0 0 13 6 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 224 0 0 0 22 10 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 213 0 0 0 15 7 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 217 0 0 0 13 6 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 205 0 0 0 20 9 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 115 0 0 0 12 6 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 386 0 0 0 20 8 0 0 20 0 19 0 24272638 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 1272 0 0 0 1 1 0 0 20 0 19 0 24272639 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4292 0 0 0 63 2 0 0 20 0 19 0 24272641 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 5105 0 0 0 55 2 0 0 20 0 19 0 24272641 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9805/stat : 9805 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067688434552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9806] ppid=9785 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9788/task/9806/stat : 9806 (java) S 9785 9788 5878 0 -1 4202560 99 0 0 0 26 24 0 0 20 0 19 0 24272641 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067687381960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9807] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9807/stat : 9807 (java) S 9785 9788 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24272758 9856040960 714587 33554432000 1073741824 1073778376 140734977001216 140067686327464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.30 2.27 3/213 9939
/proc/meminfo: memFree=26556668/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=1785.52 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 50390 0 1 0 178407 145 0 0 20 0 19 0 24272636 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 784414 2287 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=1776.65 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 4278 0 1 0 177601 64 0 0 20 0 19 0 24272637 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067870678144 140067811092314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 3950 0 0 0 21 13 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 4031 0 0 0 16 9 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 5325 0 0 0 27 14 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 3482 0 0 0 18 9 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 4187 0 0 0 17 8 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 4166 0 0 0 24 11 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 4022 0 0 0 15 8 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 4877 0 0 0 27 12 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 1314 0 0 0 29 2 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4292 0 0 0 63 2 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 5105 0 0 0 55 2 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9805/stat : 9805 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067688434552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9806] ppid=9785 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9788/task/9806/stat : 9806 (java) S 9785 9788 5878 0 -1 4202560 103 0 0 0 28 24 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067687381960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9807] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9807/stat : 9807 (java) S 9785 9788 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24272758 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067686327464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.22 2.30 2.27 4/213 9939
/proc/meminfo: memFree=26318128/32872528 swapFree=1590032/1720848
[pid=9788] ppid=9785 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/9788/stat : 9788 (java) S 9785 9788 5878 0 -1 4202496 50390 0 1 0 179857 145 0 0 20 0 19 0 24272636 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140734976992352 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9788/statm: 2406260 784414 2287 9 0 2396937 0
[pid=9788/tid=9789] ppid=9785 vsize=9625040 CPUtime=1791.11 cores=0,2,4,6
/proc/9788/task/9789/stat : 9789 (java) R 9785 9788 5878 0 -1 4202560 4278 0 1 0 179046 65 0 0 20 0 19 0 24272637 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067870670528 140067811097980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9791] ppid=9785 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9788/task/9791/stat : 9791 (java) S 9785 9788 5878 0 -1 4202560 3950 0 0 0 21 13 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067714316840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9792] ppid=9785 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9788/task/9792/stat : 9792 (java) S 9785 9788 5878 0 -1 4202560 4031 0 0 0 16 9 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067713264040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9793] ppid=9785 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9788/task/9793/stat : 9793 (java) S 9785 9788 5878 0 -1 4202560 5325 0 0 0 27 14 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067712211240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9794] ppid=9785 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9788/task/9794/stat : 9794 (java) S 9785 9788 5878 0 -1 4202560 3482 0 0 0 18 9 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067711158440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9795] ppid=9785 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9788/task/9795/stat : 9795 (java) S 9785 9788 5878 0 -1 4202560 4187 0 0 0 17 8 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067710106664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9796] ppid=9785 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9788/task/9796/stat : 9796 (java) S 9785 9788 5878 0 -1 4202560 4166 0 0 0 24 11 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067709053864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9797] ppid=9785 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9788/task/9797/stat : 9797 (java) S 9785 9788 5878 0 -1 4202560 4022 0 0 0 15 8 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067708001064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9798] ppid=9785 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9788/task/9798/stat : 9798 (java) S 9785 9788 5878 0 -1 4202560 4877 0 0 0 27 12 0 0 20 0 19 0 24272638 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067706948264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9799] ppid=9785 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9788/task/9799/stat : 9799 (java) S 9785 9788 5878 0 -1 4202560 1314 0 0 0 29 2 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067694750184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9800] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9800/stat : 9800 (java) S 9785 9788 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067693696248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9801] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9801/stat : 9801 (java) S 9785 9788 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24272639 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067692643336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9802] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9802/stat : 9802 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067691591824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9788/tid=9803] ppid=9785 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9788/task/9803/stat : 9803 (java) S 9785 9788 5878 0 -1 4202560 4292 0 0 0 63 2 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067690539960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9788/tid=9804] ppid=9785 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9788/task/9804/stat : 9804 (java) S 9785 9788 5878 0 -1 4202560 5105 0 0 0 55 2 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067689487160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9805] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9805/stat : 9805 (java) S 9785 9788 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067688434552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9788/tid=9806] ppid=9785 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9788/task/9806/stat : 9806 (java) S 9785 9788 5878 0 -1 4202560 103 0 0 0 28 24 0 0 20 0 19 0 24272641 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067687381960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9788/tid=9807] ppid=9785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9788/task/9807/stat : 9807 (java) S 9785 9788 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24272758 9856040960 784414 33554432000 1073741824 1073778376 140734977001216 140067686327464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 9788 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 9788 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=58261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=942704
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.85
CPU time (s): 1800.02
CPU user time (s): 1798.57
CPU system time (s): 1.45
CPU usage (%): 100.176
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.9427
maximum resident set size= 3148696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50431
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= 39774
involuntary context switches= 3877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8022 second user time and 11.7142 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 05:57:23
IDJOB=4101333
IDBENCH=1731
IDSOLVER=2546
FILE ID=node120/4101333-1466222243
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc04.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101333-1466222243/watcher-4101333-1466222243 -o /tmp/evaluation-result-4101333-1466222243/solver-4101333-1466222243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101333-1466222243.opb

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

MD5SUM BENCH= a740df3717a1394bed76c2a490fc20be
RANDOM SEED=1578588847

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29581436 kB
Buffers:          105312 kB
Cached:           233788 kB
SwapCached:         1812 kB
Active:           557060 kB
Inactive:         258652 kB
Active(anon):     477796 kB
Inactive(anon):     1244 kB
Active(file):      79264 kB
Inactive(file):   257408 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:             15584 kB
Writeback:             0 kB
AnonPages:       2188324 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             613728 kB
SReclaimable:      57580 kB
SUnreclaim:       556148 kB
KernelStack:        1760 kB
PageTables:         8676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2797428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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 node120 at 2016-06-18 06:27:20