Trace number 4103736

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 1795.84

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-gfrd-pnc.opb
MD5SUM84033421910bbd4d66297a25db66c955
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 698469056512
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 44081965661371
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 698469056512
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 44081965661371
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		501472288
0.10/0.10	c Max memory 		7480803328
0.10/0.10	c Total memory 		504102912
0.10/0.10	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@37e893df
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@41ac1fe4
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103736-1466249043.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.03/0.56	c ... done. Wall clock time 0.451s.
1.03/0.56	c declared #vars     27888
1.03/0.56	c #constraints  1422
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.specs.Constr$1 => 16
1.03/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1406
1.03/0.56	c 1422 constraints processed.
1.03/0.56	c objective function length is 27836 literals
2.27/1.34	c cleaning 2488 clauses out of 5000 with flag 13447/5000
2.82/1.75	c cleaning 4247 clauses out of 8512 with flag 30723/11001
3.28/2.18	c cleaning 5617 clauses out of 11265 with flag 44968/18001
4.30/3.11	c cleaning 6812 clauses out of 13647 with flag 61799/26000
5.82/4.57	c cleaning 7900 clauses out of 15836 with flag 81449/35001
7.12/5.88	c cleaning 8957 clauses out of 17936 with flag 103010/45001
7.93/6.66	c cleaning 9988 clauses out of 19978 with flag 128488/56001
8.73/7.44	c cleaning 10986 clauses out of 21990 with flag 157786/68001
10.46/8.70	c cleaning 11997 clauses out of 24005 with flag 191227/81002
11.99/10.06	c cleaning 12998 clauses out of 26008 with flag 231140/95002
13.30/11.39	c cleaning 13995 clauses out of 28009 with flag 264936/110001
15.30/13.37	c cleaning 15000 clauses out of 30016 with flag 301323/126003
16.80/14.86	c cleaning 16000 clauses out of 32015 with flag 335487/143002
19.50/17.55	c cleaning 17007 clauses out of 34015 with flag 371487/161002
22.50/20.50	c cleaning 17999 clauses out of 36006 with flag 409600/180000
23.90/21.90	c cleaning 18998 clauses out of 38008 with flag 451270/200001
26.20/24.29	c cleaning 19999 clauses out of 40010 with flag 495656/221001
28.26/26.25	c cleaning 20997 clauses out of 42004 with flag 542252/243000
30.56/28.57	c cleaning 21996 clauses out of 44007 with flag 591691/266000
34.46/32.46	c cleaning 23006 clauses out of 46011 with flag 642204/290000
39.05/36.92	c cleaning 24004 clauses out of 48007 with flag 692502/315002
44.14/42.03	c cleaning 24998 clauses out of 50002 with flag 744687/341001
49.74/47.65	c cleaning 25998 clauses out of 52003 with flag 798844/368000
55.74/53.61	c cleaning 26998 clauses out of 54005 with flag 854990/396000
62.66/60.56	c cleaning 27999 clauses out of 56009 with flag 913046/425002
69.85/67.73	c cleaning 29002 clauses out of 58008 with flag 973128/455000
77.45/75.37	c cleaning 29998 clauses out of 60006 with flag 1035317/486000
85.76/83.61	c cleaning 31001 clauses out of 62008 with flag 1099418/518000
94.75/92.67	c cleaning 32004 clauses out of 64007 with flag 1165508/551000
104.45/102.37	c cleaning 32999 clauses out of 66005 with flag 1233884/585002
115.04/112.93	c cleaning 33995 clauses out of 68004 with flag 1304172/620000
126.34/124.29	c cleaning 35006 clauses out of 70011 with flag 1376321/656002
138.35/136.24	c cleaning 35999 clauses out of 72004 with flag 1450503/693001
151.55/149.32	c cleaning 37000 clauses out of 74004 with flag 1526768/731000
164.56/162.32	c cleaning 38000 clauses out of 76005 with flag 1604983/770001
178.36/176.17	c cleaning 39002 clauses out of 78004 with flag 1685304/810000
193.66/191.46	c cleaning 39997 clauses out of 80002 with flag 1767702/851000
210.85/208.65	c cleaning 41003 clauses out of 82006 with flag 1851901/893001
228.96/226.71	c cleaning 41997 clauses out of 84002 with flag 1938232/936000
250.86/248.69	c cleaning 42998 clauses out of 86005 with flag 2026431/980000
272.46/270.24	c cleaning 44004 clauses out of 88007 with flag 2116816/1025000
297.96/295.74	c cleaning 45002 clauses out of 90006 with flag 2209011/1071003
322.36/320.16	c cleaning 45996 clauses out of 92001 with flag 2303126/1118000
348.19/345.81	c cleaning 47001 clauses out of 94005 with flag 2399309/1166000
369.39/367.01	c cleaning 47999 clauses out of 96005 with flag 2498657/1215002
389.20/386.82	c cleaning 49000 clauses out of 98004 with flag 2599974/1265002
415.60/413.22	c cleaning 49996 clauses out of 100003 with flag 2702091/1316001
426.23/423.84	c cleaning 50998 clauses out of 102004 with flag 2812692/1368001
434.52/431.96	c cleaning 52004 clauses out of 104007 with flag 2924842/1421002
453.73/451.18	c cleaning 52996 clauses out of 106001 with flag 3040227/1475000
463.22/460.63	c cleaning 53985 clauses out of 108004 with flag 3161724/1530000
481.14/478.59	c cleaning 55004 clauses out of 110020 with flag 3274948/1586001
490.33/487.74	c cleaning 56000 clauses out of 112014 with flag 3395972/1643000
509.68/506.97	c cleaning 57003 clauses out of 114015 with flag 3515111/1701001
522.08/519.38	c cleaning 58000 clauses out of 116011 with flag 3642607/1760000
541.18/538.46	c cleaning 58998 clauses out of 118011 with flag 3770946/1820000
560.59/557.89	c cleaning 60001 clauses out of 120014 with flag 3898988/1881001
567.76/564.83	c cleaning 60999 clauses out of 122012 with flag 4032220/1943001
594.27/591.36	c cleaning 62003 clauses out of 124012 with flag 4166831/2006000
611.06/608.04	c cleaning 63002 clauses out of 126003 with flag 4303923/2070000
643.06/640.06	c cleaning 63998 clauses out of 128002 with flag 4434473/2135001
656.47/653.43	c cleaning 64968 clauses out of 129998 with flag 4588354/2201000
681.38/678.39	c cleaning 66009 clauses out of 132032 with flag 4747771/2268002
727.39/724.37	c cleaning 67009 clauses out of 134025 with flag 4909923/2336004
746.84/743.63	c cleaning 67999 clauses out of 136010 with flag 5065008/2405000
760.23/757.04	c cleaning 68996 clauses out of 138010 with flag 5214015/2475000
793.53/790.25	c cleaning 70004 clauses out of 140014 with flag 5365470/2546000
812.14/808.83	c cleaning 70989 clauses out of 142010 with flag 5526189/2618000
827.17/823.70	c cleaning 72009 clauses out of 144023 with flag 5853551/2691002
862.57/859.13	c cleaning 72997 clauses out of 146013 with flag 6006704/2765001
876.66/873.12	c cleaning 74000 clauses out of 148015 with flag 6162792/2840000
917.05/913.42	c cleaning 75003 clauses out of 150016 with flag 6323076/2916001
956.45/952.88	c cleaning 76002 clauses out of 152013 with flag 6487730/2993001
1011.17/1007.44	c cleaning 77002 clauses out of 154011 with flag 6650146/3071001
1065.79/1062.07	c cleaning 78004 clauses out of 156008 with flag 6814895/3150000
1124.20/1120.39	c cleaning 79000 clauses out of 158005 with flag 6981878/3230001
1184.12/1180.24	c cleaning 79999 clauses out of 160005 with flag 7151208/3311001
1254.47/1250.55	c cleaning 80999 clauses out of 162006 with flag 7322146/3393001
1322.58/1318.67	c cleaning 82001 clauses out of 164006 with flag 7495358/3476000
1392.52/1388.57	c cleaning 82999 clauses out of 166005 with flag 7670598/3560000
1463.69/1459.61	c cleaning 84003 clauses out of 168007 with flag 7848409/3645001
1539.60/1535.58	c cleaning 84999 clauses out of 170003 with flag 8028000/3731000
1624.46/1620.34	c cleaning 86002 clauses out of 172005 with flag 8209665/3818001
1708.05/1703.93	c cleaning 86999 clauses out of 174003 with flag 8393563/3906001
1797.30/1793.13	c cleaning 87998 clauses out of 176003 with flag 8579183/3995000
1800.00/1795.80	c starts		: 38580
1800.00/1795.80	c conflicts		: 4008581
1800.00/1795.80	c decisions		: 7501813
1800.00/1795.80	c propagations		: 38588946
1800.00/1795.80	c inspects		: 34707541241
1800.00/1795.80	c shortcuts		: 0
1800.00/1795.80	c learnt literals	: 31
1800.00/1795.80	c learnt binary clauses	: 24
1800.00/1795.80	c learnt ternary clauses	: 37
1800.00/1795.80	c learnt constraints	: 4008551
1800.00/1795.80	c ignored constraints	: 0
1800.00/1795.80	c root simplifications	: 0
1800.00/1795.80	c removed literals (reason simplification)	: 0
1800.00/1795.80	c reason swapping (by a shorter reason)	: 0
1800.00/1795.80	c Calls to reduceDB	: 85
1800.00/1795.80	c Number of update (reduction) of LBD	: 107365
1800.00/1795.80	c Imported unit clauses	: 0
1800.00/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.80	c number of learned constraints concerned by reduction	: 0
1800.00/1795.80	c number of learning phase by resolution	: 0
1800.00/1795.80	c number of learning phase by cutting planes	: 0
1800.00/1795.80	c speed (assignments/second)	: 21495.949972509614
1800.00/1795.80	c non guided choices	1031637
1800.00/1795.80	c timeout
1800.00/1795.83	c learnt constraints type 
1800.00/1795.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.00/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101563
1800.00/1795.83	s UNKNOWN
1800.00/1795.83	c Total wall clock time (in seconds): 1795.72

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103736-1466249043/watcher-4103736-1466249043 -o /tmp/evaluation-result-4103736-1466249043/solver-4103736-1466249043 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103736-1466249043.opb 

pid=27413
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.31 2.23 2.20 3/194 27416
/proc/meminfo: memFree=29539060/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27416/stat : 27416 (java) D 27413 27416 24760 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 26952932 9515008 184 33554432000 1073741824 1073778376 140736725774448 140736725765672 270329867703 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2323 184 142 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 2.31 2.23 2.20 3/194 27416
/proc/meminfo: memFree=29539060/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 26952932 9787879424 6030 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.211831 s]
/proc/loadavg: 2.31 2.23 2.20 3/194 27416
/proc/meminfo: memFree=29539060/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 5213 0 1 0 31 1 0 0 20 0 18 0 26952932 9787879424 7655 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2389619 7655 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 2.31 2.23 2.20 3/194 27416
/proc/meminfo: memFree=29539060/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 6053 0 1 0 48 2 0 0 20 0 18 0 26952932 9787879424 11031 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2389619 11031 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700243 s]
/proc/loadavg: 2.31 2.23 2.20 3/194 27416
/proc/meminfo: memFree=29539060/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 11662 0 1 0 135 4 0 0 20 0 19 0 26952932 9856040960 29769 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 29769 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.31 2.23 2.20 4/213 27435
/proc/meminfo: memFree=29420004/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 14342 0 1 0 258 4 0 0 20 0 19 0 26952932 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 33403 2272 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2450 0 1 0 145 2 0 0 20 0 19 0 26952933 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975660039888 139975484702421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 24760 0 -1 4202560 5945 0 0 0 63 0 0 0 20 0 19 0 26952938 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975479765432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4673 0 0 0 46 1 0 0 20 0 19 0 26952938 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 33403 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.31 2.23 2.20 3/213 27435
/proc/meminfo: memFree=29405260/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=4.3 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 14356 0 1 0 425 5 0 0 20 0 19 0 26952932 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 39548 2272 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2463 0 1 0 303 3 0 0 20 0 19 0 26952933 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975660039888 139975484961368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) R 27413 27416 24760 0 -1 4202560 5946 0 0 0 68 0 0 0 20 0 19 0 26952938 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975479765432 139975664138908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4673 0 0 0 49 1 0 0 20 0 19 0 26952938 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 39548 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.28 2.23 2.20 3/213 27435
/proc/meminfo: memFree=29362072/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 14421 0 1 0 754 8 0 0 20 0 19 0 26952932 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 46632 2286 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2474 0 1 0 619 3 0 0 20 0 19 0 26952933 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975660046792 139975484712868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26952934 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 24760 0 -1 4202560 5946 0 0 0 70 0 0 0 20 0 19 0 26952938 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975479765432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4673 0 0 0 49 1 0 0 20 0 19 0 26952938 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 46632 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625040


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

[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 144162 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.45
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 27609
/proc/meminfo: memFree=28883356/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=1726.49 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 24733 0 1 0 172571 78 0 0 20 0 19 0 26952932 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 142005 2295 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=1716.84 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2497 0 1 0 171651 33 0 0 20 0 19 0 26952933 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975660047680 139975484707537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 218 0 0 0 27 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 201 0 0 0 32 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 222 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 32 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 326 0 0 0 29 7 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 27 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 224 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 145 0 0 0 16 1 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 24760 0 -1 4202560 14211 0 0 0 144 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975479765432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4679 0 0 0 54 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 99 0 0 0 31 26 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 27610
/proc/meminfo: memFree=28891604/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=1786.5 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 24737 0 1 0 178571 79 0 0 20 0 19 0 26952932 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 142005 2295 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=1776.68 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2497 0 1 0 177634 34 0 0 20 0 19 0 26952933 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975660047680 139975484796000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 218 0 0 0 27 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 201 0 0 0 32 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 222 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 32 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 326 0 0 0 29 7 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 27 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 224 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 145 0 0 0 16 1 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 24760 0 -1 4202560 14211 0 0 0 144 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975479765432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4679 0 0 0 54 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 103 0 0 0 32 27 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 27610
/proc/meminfo: memFree=28892188/32872528 swapFree=1556504/1720024
[pid=27416] ppid=27413 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/27416/stat : 27416 (java) S 27413 27416 24760 0 -1 4202496 24737 0 1 0 179921 79 0 0 20 0 19 0 26952932 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 140733245223664 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27416/statm: 2406260 142005 2295 9 0 2396937 0
[pid=27416/tid=27418] ppid=27413 vsize=9625040 CPUtime=1790.14 cores=0,2,4,6
/proc/27416/task/27418/stat : 27418 (java) R 27413 27416 24760 0 -1 4202560 2497 0 1 0 178980 34 0 0 20 0 19 0 26952933 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975660039968 139975484505760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27419] ppid=27413 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27416/task/27419/stat : 27419 (java) S 27413 27416 24760 0 -1 4202560 218 0 0 0 27 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975621540904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27420] ppid=27413 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27416/task/27420/stat : 27420 (java) S 27413 27416 24760 0 -1 4202560 201 0 0 0 32 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975620488104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27421] ppid=27413 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27416/task/27421/stat : 27421 (java) S 27413 27416 24760 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975619435304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27422] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27422/stat : 27422 (java) S 27413 27416 24760 0 -1 4202560 222 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975618382504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27423] ppid=27413 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27416/task/27423/stat : 27423 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 32 8 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975617329704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27424] ppid=27413 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27416/task/27424/stat : 27424 (java) S 27413 27416 24760 0 -1 4202560 326 0 0 0 29 7 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975616276904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27425] ppid=27413 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27416/task/27425/stat : 27425 (java) S 27413 27416 24760 0 -1 4202560 216 0 0 0 27 6 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975615224104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27426] ppid=27413 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/27416/task/27426/stat : 27426 (java) S 27413 27416 24760 0 -1 4202560 224 0 0 0 25 5 0 0 20 0 19 0 26952934 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975614171304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27427] ppid=27413 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27416/task/27427/stat : 27427 (java) S 27413 27416 24760 0 -1 4202560 145 0 0 0 16 1 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975483976680 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27428] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27428/stat : 27428 (java) S 27413 27416 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975482922744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27429] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27429/stat : 27429 (java) S 27413 27416 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26952935 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975481869832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27430] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27430/stat : 27430 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975480818320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27416/tid=27431] ppid=27413 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27416/task/27431/stat : 27431 (java) S 27413 27416 24760 0 -1 4202560 14211 0 0 0 144 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975479765432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27416/tid=27432] ppid=27413 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27416/task/27432/stat : 27432 (java) S 27413 27416 24760 0 -1 4202560 4679 0 0 0 54 1 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975478712632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27433] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27433/stat : 27433 (java) S 27413 27416 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975477660024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27416/tid=27434] ppid=27413 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27416/task/27434/stat : 27434 (java) S 27413 27416 24760 0 -1 4202560 103 0 0 0 33 27 0 0 20 0 19 0 26952938 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975476607432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27416/tid=27435] ppid=27413 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27416/task/27435/stat : 27435 (java) S 27413 27416 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26952996 9856040960 142005 33554432000 1073741824 1073778376 140733245232528 139975475553960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1795.84
CPU time (s): 1800
CPU user time (s): 1799.21
CPU system time (s): 0.79
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.2928
maximum resident set size= 647912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24772
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38617
involuntary context switches= 6398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7124 second user time and 12.933 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 13:24:03
IDJOB=4103736
IDBENCH=2447
IDSOLVER=2546
FILE ID=node117/4103736-1466249043
RUNJOBID= node117-1466230712-24776
PBS_JOBID= 19918181
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-gfrd-pnc.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103736-1466249043/watcher-4103736-1466249043 -o /tmp/evaluation-result-4103736-1466249043/solver-4103736-1466249043 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103736-1466249043.opb

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

MD5SUM BENCH= 84033421910bbd4d66297a25db66c955
RANDOM SEED=1443691871

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        29539440 kB
Buffers:          114972 kB
Cached:           247468 kB
SwapCached:            0 kB
Active:           589276 kB
Inactive:         268660 kB
Active(anon):     487580 kB
Inactive(anon):    10636 kB
Active(file):     101696 kB
Inactive(file):   258024 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       2219048 kB
Mapped:            21128 kB
Shmem:               204 kB
Slab:             620984 kB
SReclaimable:      64264 kB
SUnreclaim:       556720 kB
KernelStack:        1752 kB
PageTables:         8632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2385060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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= 71736 MiB
End job on node117 at 2016-06-18 13:53:59