Trace number 4100909

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 1795.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scsd8.opb
MD5SUM652c15620b8183c9f7790ff4b2dde8e4
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 variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 195
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 593086
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 48312
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 593086
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100909-1466218644.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
1.54/0.98	c ... done. Wall clock time 0.87s.
1.54/0.98	c declared #vars     82500
1.54/0.98	c #constraints  794
1.54/0.98	c constraints type 
1.54/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
1.54/0.98	c 794 constraints processed.
1.54/0.98	c objective function length is 82500 literals
5.65/4.65	c cleaning 2500 clauses out of 5002 with flag 10005/5002
9.64/8.42	c cleaning 4248 clauses out of 8500 with flag 22009/11000
13.96/12.70	c cleaning 5621 clauses out of 11255 with flag 36053/18003
19.62/18.10	c cleaning 6815 clauses out of 13632 with flag 52300/26001
21.33/19.83	c cleaning 7901 clauses out of 15817 with flag 71656/35001
24.42/22.93	c cleaning 8944 clauses out of 17916 with flag 92972/45001
28.22/26.79	c cleaning 9968 clauses out of 19972 with flag 116548/56001
32.82/31.30	c cleaning 10988 clauses out of 22003 with flag 142070/68000
38.12/36.61	c cleaning 11993 clauses out of 24015 with flag 169659/81000
44.81/43.14	c cleaning 12990 clauses out of 26022 with flag 199211/95000
54.61/52.94	c cleaning 13994 clauses out of 28032 with flag 232412/110000
65.95/64.12	c cleaning 15001 clauses out of 30038 with flag 267370/126000
79.29/77.31	c cleaning 16001 clauses out of 32038 with flag 304421/143001
93.92/91.74	c cleaning 16990 clauses out of 34036 with flag 343765/161000
109.92/107.80	c cleaning 17991 clauses out of 36046 with flag 385038/180000
130.02/127.68	c cleaning 18995 clauses out of 38055 with flag 428652/200000
151.12/148.74	c cleaning 20002 clauses out of 40061 with flag 474039/221001
174.00/171.38	c cleaning 20994 clauses out of 42058 with flag 521630/243000
191.40/188.73	c cleaning 22002 clauses out of 44065 with flag 571601/266001
211.20/208.51	c cleaning 23000 clauses out of 46063 with flag 623360/290001
233.14/230.37	c cleaning 23995 clauses out of 48062 with flag 677296/315000
258.64/255.81	c cleaning 24998 clauses out of 50068 with flag 733331/341001
286.34/283.53	c cleaning 26007 clauses out of 52070 with flag 792315/368001
316.24/313.40	c cleaning 27000 clauses out of 54063 with flag 854527/396001
349.23/346.12	c cleaning 27997 clauses out of 56063 with flag 919102/425001
374.54/371.40	c cleaning 29019 clauses out of 58066 with flag 994282/455001
385.04/381.92	c cleaning 30007 clauses out of 60048 with flag 1056302/486002
396.24/393.12	c cleaning 30998 clauses out of 62040 with flag 1120300/518001
408.34/405.24	c cleaning 32003 clauses out of 64044 with flag 1186304/551003
422.34/419.21	c cleaning 33002 clauses out of 66041 with flag 1254304/585003
435.84/432.72	c cleaning 34002 clauses out of 68040 with flag 1324306/620004
450.53/447.42	c cleaning 35003 clauses out of 70037 with flag 1396304/656003
464.93/461.82	c cleaning 35999 clauses out of 72032 with flag 1470300/693001
480.23/477.15	c cleaning 37000 clauses out of 74032 with flag 1546298/731000
495.43/492.34	c cleaning 37997 clauses out of 76032 with flag 1624298/770000
512.83/509.70	c cleaning 39007 clauses out of 78040 with flag 1704308/810005
531.53/528.45	c cleaning 39999 clauses out of 80034 with flag 1786310/851006
548.73/545.67	c cleaning 40997 clauses out of 82030 with flag 1870300/893001
570.12/567.07	c cleaning 42001 clauses out of 84033 with flag 1956300/936001
592.53/589.42	c cleaning 42991 clauses out of 86032 with flag 2044300/980001
605.37/601.96	c cleaning 44008 clauses out of 88040 with flag 2142275/1025000
624.07/620.67	c cleaning 45005 clauses out of 90033 with flag 2234277/1071001
646.37/642.92	c cleaning 46002 clauses out of 92030 with flag 2328281/1118003
656.18/652.75	c cleaning 47001 clauses out of 94026 with flag 2429675/1166001
674.88/671.43	c cleaning 47998 clauses out of 96024 with flag 2527673/1215000
690.58/687.14	c cleaning 48997 clauses out of 98026 with flag 2627673/1265000
710.90/707.45	c cleaning 50004 clauses out of 100029 with flag 2729673/1316000
730.79/727.36	c cleaning 51003 clauses out of 102027 with flag 2834471/1368002
749.59/746.16	c cleaning 52004 clauses out of 104028 with flag 2959027/1421006
766.50/763.09	c cleaning 53001 clauses out of 106019 with flag 3072855/1475001
796.80/793.39	c cleaning 53994 clauses out of 108018 with flag 3182905/1530001
833.41/829.91	c cleaning 54995 clauses out of 110024 with flag 3294970/1586001
871.71/868.26	c cleaning 55994 clauses out of 112029 with flag 3409017/1643001
911.07/907.36	c cleaning 56997 clauses out of 114035 with flag 3525048/1701001
951.77/948.07	c cleaning 57993 clauses out of 116037 with flag 3643091/1760000
993.68/989.99	c cleaning 59000 clauses out of 118047 with flag 3763111/1820003
1036.18/1032.41	c cleaning 59995 clauses out of 120045 with flag 3885141/1881001
1082.39/1078.65	c cleaning 61000 clauses out of 122050 with flag 4009169/1943001
1128.90/1125.19	c cleaning 62001 clauses out of 124050 with flag 4135190/2006001
1175.92/1172.17	c cleaning 62996 clauses out of 126048 with flag 4263210/2070000
1220.72/1216.94	c cleaning 64007 clauses out of 128053 with flag 4393244/2135001
1270.23/1266.46	c cleaning 65001 clauses out of 130046 with flag 4525248/2201001
1321.24/1317.47	c cleaning 65999 clauses out of 132045 with flag 4659278/2268001
1371.75/1367.98	c cleaning 67002 clauses out of 134045 with flag 4795316/2336000
1424.77/1420.69	c cleaning 67998 clauses out of 136043 with flag 4933324/2405000
1472.79/1468.64	c cleaning 68999 clauses out of 138045 with flag 5073335/2475000
1523.79/1519.68	c cleaning 70003 clauses out of 140047 with flag 5215384/2546001
1576.29/1572.17	c cleaning 70997 clauses out of 142044 with flag 5359405/2618001
1633.99/1629.81	c cleaning 72001 clauses out of 144046 with flag 5505431/2691000
1696.31/1692.18	c cleaning 73001 clauses out of 146048 with flag 5653450/2765003
1753.91/1749.70	c cleaning 73994 clauses out of 148044 with flag 5803484/2840000
1800.02/1795.80	c starts		: 16
1800.02/1795.80	c conflicts		: 2900124
1800.02/1795.80	c decisions		: 3996620
1800.02/1795.80	c propagations		: 44090644
1800.02/1795.80	c inspects		: 21872316976
1800.02/1795.80	c shortcuts		: 0
1800.02/1795.80	c learnt literals	: 0
1800.02/1795.80	c learnt binary clauses	: 0
1800.02/1795.80	c learnt ternary clauses	: 0
1800.02/1795.80	c learnt constraints	: 2900124
1800.02/1795.80	c ignored constraints	: 0
1800.02/1795.80	c root simplifications	: 0
1800.02/1795.80	c removed literals (reason simplification)	: 0
1800.02/1795.80	c reason swapping (by a shorter reason)	: 0
1800.02/1795.80	c Calls to reduceDB	: 71
1800.02/1795.80	c Number of update (reduction) of LBD	: 17883
1800.02/1795.80	c Imported unit clauses	: 0
1800.02/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.80	c number of learned constraints concerned by reduction	: 0
1800.02/1795.80	c number of learning phase by resolution	: 0
1800.02/1795.80	c number of learning phase by cutting planes	: 0
1800.02/1795.80	c speed (assignments/second)	: 24566.496559125044
1800.02/1795.80	c non guided choices	995341
1800.02/1795.82	c timeout
1800.02/1795.83	c learnt constraints type 
1800.02/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134175
1800.02/1795.83	s UNKNOWN
1800.02/1795.83	c Total wall clock time (in seconds): 1795.715

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-4100909-1466218644/watcher-4100909-1466218644 -o /tmp/evaluation-result-4100909-1466218644/solver-4100909-1466218644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100909-1466218644.opb 

pid=8033
running on 4 cores: 1,3,5,7

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.26 2.22 2.18 4/196 8036
/proc/meminfo: memFree=30061504/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8036/stat : 8036 (java) D 8033 8036 4518 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 23910827 9515008 183 33554432000 1073741824 1073778376 140733910024384 140733910015416 273905696437 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2323 183 140 9 0 71 0

[startup+0.100186 s]
/proc/loadavg: 2.26 2.22 2.18 4/196 8036
/proc/meminfo: memFree=30061504/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 4395 0 1 0 8 2 0 0 20 0 18 0 23910827 9787879424 6033 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.26 2.22 2.18 4/196 8036
/proc/meminfo: memFree=30061504/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 4991 0 1 0 26 2 0 0 20 0 18 0 23910827 9787879424 7434 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2389619 7434 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 2.26 2.22 2.18 4/196 8036
/proc/meminfo: memFree=30061504/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 5409 0 1 0 43 2 0 0 20 0 18 0 23910827 9787879424 13761 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2389619 13761 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 2.26 2.22 2.18 4/196 8036
/proc/meminfo: memFree=30061504/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9558476 CPUtime=1.16 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 8657 0 1 0 109 7 0 0 20 0 18 0 23910827 9787879424 47367 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2389619 47367 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.26 2.22 2.18 5/215 8055
/proc/meminfo: memFree=29833628/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 10395 0 1 0 235 13 0 0 20 0 19 0 23910827 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 59572 2273 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 2473 0 1 0 133 3 0 0 20 0 19 0 23910828 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540180189608 140540003859053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23910829 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23910830 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2726 0 0 0 32 0 0 0 20 0 19 0 23910833 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) R 8033 8036 4518 0 -1 4202560 3350 0 0 0 38 0 0 0 20 0 19 0 23910833 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140539998477112 140540181999280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 59572 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.26 2.22 2.18 4/215 8055
/proc/meminfo: memFree=29830828/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 10467 0 1 0 401 13 0 0 20 0 19 0 23910827 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 59573 2273 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 2474 0 1 0 292 3 0 0 20 0 19 0 23910828 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540180189312 140540004559776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23910829 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23910830 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2796 0 0 0 34 0 0 0 20 0 19 0 23910833 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) S 8033 8036 4518 0 -1 4202560 3350 0 0 0 43 0 0 0 20 0 19 0 23910833 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140539998477112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 59573 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.32 2.23 2.19 3/215 8055
/proc/meminfo: memFree=29823692/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 13076 0 1 0 736 14 0 0 20 0 19 0 23910827 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 61067 2278 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 2475 0 1 0 612 3 0 0 20 0 19 0 23910828 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540180180704 140540004407968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23910829 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23910830 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2797 0 0 0 37 0 0 0 20 0 19 0 23910833 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) S 8033 8036 4518 0 -1 4202560 5957 0 0 0 54 1 0 0 20 0 19 0 23910833 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140539998477112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 61067 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.5
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/215 8187
/proc/meminfo: memFree=26606280/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=1726.51 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 29021 0 1 0 172468 183 0 0 20 0 19 0 23910827 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 808203 2287 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=1715.99 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 4033 0 1 0 171543 56 0 0 20 0 19 0 23910828 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540180180688 140540004407979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 2358 0 0 0 31 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 1153 0 0 0 32 17 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 1372 0 0 0 36 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 622 0 0 0 28 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 1490 0 0 0 39 19 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 2628 0 0 0 29 15 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 2275 0 0 0 37 18 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 1300 0 0 0 32 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 1553 0 0 0 81 2 0 0 20 0 19 0 23910830 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2918 0 0 0 44 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) S 8033 8036 4518 0 -1 4202560 5961 0 0 0 60 2 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539998477112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 99 0 0 0 22 28 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/215 8188
/proc/meminfo: memFree=26607036/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=1786.52 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 29025 0 1 0 178467 185 0 0 20 0 19 0 23910827 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 808203 2287 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=1775.84 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 4033 0 1 0 177528 56 0 0 20 0 19 0 23910828 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540180180688 140540004696401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 2358 0 0 0 31 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 1153 0 0 0 32 17 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 1372 0 0 0 36 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 622 0 0 0 28 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 1490 0 0 0 39 19 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 2628 0 0 0 29 15 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 2275 0 0 0 37 18 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 1300 0 0 0 32 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 1553 0 0 0 81 2 0 0 20 0 19 0 23910830 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2918 0 0 0 44 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) S 8033 8036 4518 0 -1 4202560 5961 0 0 0 60 2 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539998477112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 103 0 0 0 23 29 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.21 2.19 2.18 3/215 8189
/proc/meminfo: memFree=26607036/32872528 swapFree=1482636/1662508
[pid=8036] ppid=8033 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/8036/stat : 8036 (java) S 8033 8036 4518 0 -1 4202496 29025 0 1 0 179817 185 0 0 20 0 19 0 23910827 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140733898310176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8036/statm: 2406260 808203 2287 9 0 2396937 0
[pid=8036/tid=8038] ppid=8033 vsize=9625040 CPUtime=1789.31 cores=1,3,5,7
/proc/8036/task/8038/stat : 8038 (java) R 8033 8036 4518 0 -1 4202560 4033 0 1 0 178874 57 0 0 20 0 19 0 23910828 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540180180688 140540004696401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8039] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8039/stat : 8039 (java) S 8033 8036 4518 0 -1 4202560 2358 0 0 0 31 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540141681192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8040] ppid=8033 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8036/task/8040/stat : 8040 (java) S 8033 8036 4518 0 -1 4202560 1153 0 0 0 32 17 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540140628392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8041] ppid=8033 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8036/task/8041/stat : 8041 (java) S 8033 8036 4518 0 -1 4202560 1372 0 0 0 36 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540139575592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8042] ppid=8033 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8036/task/8042/stat : 8042 (java) S 8033 8036 4518 0 -1 4202560 622 0 0 0 28 13 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540138522792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8043] ppid=8033 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8036/task/8043/stat : 8043 (java) S 8033 8036 4518 0 -1 4202560 1490 0 0 0 39 19 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540137471016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8044] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8044/stat : 8044 (java) S 8033 8036 4518 0 -1 4202560 2628 0 0 0 29 15 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540136418216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8045] ppid=8033 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8036/task/8045/stat : 8045 (java) S 8033 8036 4518 0 -1 4202560 2275 0 0 0 37 18 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540135365416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8046] ppid=8033 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8036/task/8046/stat : 8046 (java) S 8033 8036 4518 0 -1 4202560 1300 0 0 0 32 16 0 0 20 0 19 0 23910829 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540134312616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8047] ppid=8033 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/8036/task/8047/stat : 8047 (java) S 8033 8036 4518 0 -1 4202560 1553 0 0 0 81 2 0 0 20 0 19 0 23910830 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540003740136 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8048] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8048/stat : 8048 (java) S 8033 8036 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540002686200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8049] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8049/stat : 8049 (java) S 8033 8036 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23910831 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540001633288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8050] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8050/stat : 8050 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140540000581776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8036/tid=8051] ppid=8033 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8036/task/8051/stat : 8051 (java) S 8033 8036 4518 0 -1 4202560 2918 0 0 0 44 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539999529912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8052] ppid=8033 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8036/task/8052/stat : 8052 (java) S 8033 8036 4518 0 -1 4202560 5961 0 0 0 60 2 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539998477112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8036/tid=8053] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8053/stat : 8053 (java) S 8033 8036 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539997424504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8036/tid=8054] ppid=8033 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8036/task/8054/stat : 8054 (java) S 8033 8036 4518 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 23910833 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539996371912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8036/tid=8055] ppid=8033 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8036/task/8055/stat : 8055 (java) S 8033 8036 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23910933 9856040960 808203 33554432000 1073741824 1073778376 140733898319040 140539995317416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 8036 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 8036 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=659322
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=321647
# CPU time returned by wait4() is 1795.98
# 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): 1795.85
CPU time (s): 1800.02
CPU user time (s): 1798.17
CPU system time (s): 1.85
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 2.32165
maximum resident set size= 3320396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29066
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38634
involuntary context switches= 3567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5414 second user time and 13.363 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 04:57:24
IDJOB=4100909
IDBENCH=1676
IDSOLVER=2546
FILE ID=node134/4100909-1466218644
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
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/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scsd8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100909-1466218644/watcher-4100909-1466218644 -o /tmp/evaluation-result-4100909-1466218644/solver-4100909-1466218644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100909-1466218644.opb

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

MD5SUM BENCH= 652c15620b8183c9f7790ff4b2dde8e4
RANDOM SEED=1395679432

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30061768 kB
Buffers:          102892 kB
Cached:            95056 kB
SwapCached:         1008 kB
Active:           279304 kB
Inactive:         136344 kB
Active(anon):     218544 kB
Inactive(anon):     1616 kB
Active(file):      60760 kB
Inactive(file):   134728 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              4352 kB
Writeback:             0 kB
AnonPages:       1879424 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             599000 kB
SReclaimable:      42788 kB
SUnreclaim:       556212 kB
KernelStack:        1632 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2010912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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= 71716 MiB
End job on node134 at 2016-06-18 05:27:20