Trace number 4103996

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.04 1781.84

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
MD5SUMc68fa68a808b234260c8cfaf77f6d655
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.03184
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3763
Total number of constraints453
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 constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 3604480000000000
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 349617145499934465
Number of bits of the sum of numbers in the objective function 59
Biggest number in a constraint 1200000000000000000000
Number of bits of the biggest number in a constraint 71
Biggest sum of numbers in a constraint 4359960937500000284217
Number of bits of the biggest sum of numbers72
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103996-1466259138.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.52/0.34	c ... done. Wall clock time 0.219s.
0.52/0.34	c declared #vars     3763
0.52/0.34	c #constraints  624
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38
0.52/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
0.52/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.52/0.34	c 624 constraints processed.
0.52/0.34	c objective function length is 1925 literals
1.86/1.03	c cleaning 2495 clauses out of 5000 with flag 11442/5000
2.92/1.64	c cleaning 4253 clauses out of 8506 with flag 23672/11001
3.74/2.47	c cleaning 5626 clauses out of 11252 with flag 37670/18000
4.86/3.51	c cleaning 6813 clauses out of 13626 with flag 53670/26000
6.03/4.68	c cleaning 7908 clauses out of 15815 with flag 71674/35002
7.55/6.11	c cleaning 8953 clauses out of 17906 with flag 91672/45001
9.18/7.79	c cleaning 9973 clauses out of 19953 with flag 113672/56001
11.21/9.71	c cleaning 10985 clauses out of 21979 with flag 137670/68000
13.31/11.90	c cleaning 11997 clauses out of 23996 with flag 163823/81002
15.85/14.32	c cleaning 12998 clauses out of 25997 with flag 191849/95000
18.65/17.16	c cleaning 14000 clauses out of 28000 with flag 221906/110001
22.46/20.97	c cleaning 14999 clauses out of 30001 with flag 253939/126002
26.39/24.87	c cleaning 15999 clauses out of 32000 with flag 287938/143000
30.66/29.09	c cleaning 17000 clauses out of 34001 with flag 323942/161000
35.40/33.78	c cleaning 17997 clauses out of 36002 with flag 361944/180001
40.69/38.93	c cleaning 18999 clauses out of 38005 with flag 401944/200001
46.28/44.53	c cleaning 19998 clauses out of 40005 with flag 443942/221000
52.41/50.64	c cleaning 21003 clauses out of 42008 with flag 487944/243001
58.81/56.93	c cleaning 22001 clauses out of 44005 with flag 533944/266001
65.87/63.86	c cleaning 22997 clauses out of 46004 with flag 581944/290001
73.36/71.26	c cleaning 24002 clauses out of 48006 with flag 631942/315000
80.94/78.72	c cleaning 25002 clauses out of 50004 with flag 683946/341000
89.97/87.61	c cleaning 25995 clauses out of 52003 with flag 737965/368001
99.29/96.90	c cleaning 26997 clauses out of 54008 with flag 793991/396001
109.65/107.18	c cleaning 28002 clauses out of 56011 with flag 852030/425001
120.06/117.44	c cleaning 28999 clauses out of 58009 with flag 912135/455001
131.11/128.37	c cleaning 30002 clauses out of 60009 with flag 974133/486000
144.67/141.72	c cleaning 31001 clauses out of 62007 with flag 1038133/518000
160.22/157.17	c cleaning 32001 clauses out of 64007 with flag 1104135/551001
177.89/174.69	c cleaning 33000 clauses out of 66006 with flag 1172135/585001
195.42/191.94	c cleaning 34000 clauses out of 68006 with flag 1242135/620001
215.38/211.77	c cleaning 35000 clauses out of 70006 with flag 1314135/656001
235.75/231.92	c cleaning 35999 clauses out of 72005 with flag 1388133/693000
255.86/251.82	c cleaning 37004 clauses out of 74008 with flag 1464137/731002
275.03/270.72	c cleaning 37998 clauses out of 76002 with flag 1542137/770000
295.71/291.15	c cleaning 39000 clauses out of 78004 with flag 1622230/810000
317.41/312.59	c cleaning 39996 clauses out of 80004 with flag 1704232/851000
341.56/336.41	c cleaning 41001 clauses out of 82009 with flag 1788238/893001
366.31/360.92	c cleaning 42002 clauses out of 84008 with flag 1874242/936001
394.98/389.37	c cleaning 43004 clauses out of 86007 with flag 1962244/980002
426.97/420.90	c cleaning 43995 clauses out of 88003 with flag 2052247/1025002
459.23/452.84	c cleaning 45001 clauses out of 90006 with flag 2144244/1071000
493.62/486.84	c cleaning 46001 clauses out of 92007 with flag 2238249/1118002
529.48/522.23	c cleaning 47003 clauses out of 94005 with flag 2334250/1166001
564.43/556.78	c cleaning 47998 clauses out of 96001 with flag 2432252/1215000
605.29/597.17	c cleaning 49000 clauses out of 98004 with flag 2532255/1265001
647.20/638.69	c cleaning 50001 clauses out of 100004 with flag 2634275/1316001
697.91/689.00	c cleaning 50996 clauses out of 102004 with flag 2738277/1368002
751.39/742.13	c cleaning 51998 clauses out of 104006 with flag 2844289/1421000
805.75/796.09	c cleaning 53003 clauses out of 106009 with flag 2952297/1475001
862.89/852.68	c cleaning 54002 clauses out of 108005 with flag 3062303/1530000
924.16/913.36	c cleaning 55003 clauses out of 110005 with flag 3174330/1586002
987.28/976.00	c cleaning 55991 clauses out of 112000 with flag 3288330/1643000
1053.70/1042.09	c cleaning 57003 clauses out of 114011 with flag 3404348/1701002
1119.36/1107.22	c cleaning 58000 clauses out of 116008 with flag 3522376/1760002
1191.35/1178.58	c cleaning 59002 clauses out of 118009 with flag 3642382/1820003
1263.87/1250.34	c cleaning 59995 clauses out of 120004 with flag 3764388/1881000
1338.94/1324.71	c cleaning 61001 clauses out of 122009 with flag 3888391/1943000
1417.77/1402.85	c cleaning 62001 clauses out of 124008 with flag 4014393/2006000
1497.95/1482.38	c cleaning 62997 clauses out of 126007 with flag 4142401/2070000
1580.13/1563.84	c cleaning 64002 clauses out of 128011 with flag 4272436/2135001
1644.67/1627.88	c cleaning 65004 clauses out of 130010 with flag 4406470/2201002
1704.04/1686.70	c cleaning 66000 clauses out of 132004 with flag 4540532/2268000
1765.54/1747.90	c cleaning 67001 clauses out of 134004 with flag 4676577/2336000
1800.04/1781.80	c starts		: 418
1800.04/1781.80	c conflicts		: 2386500
1800.04/1781.80	c decisions		: 2410565
1800.04/1781.80	c propagations		: 24284647
1800.04/1781.80	c inspects		: 29687286611
1800.04/1781.80	c shortcuts		: 0
1800.04/1781.80	c learnt literals	: 0
1800.04/1781.80	c learnt binary clauses	: 2
1800.04/1781.80	c learnt ternary clauses	: 8
1800.04/1781.80	c learnt constraints	: 2386500
1800.04/1781.80	c ignored constraints	: 0
1800.04/1781.80	c timeout
1800.04/1781.80	c root simplifications	: 0
1800.04/1781.80	c removed literals (reason simplification)	: 0
1800.04/1781.80	c reason swapping (by a shorter reason)	: 0
1800.04/1781.80	c Calls to reduceDB	: 64
1800.04/1781.80	c Number of update (reduction) of LBD	: 1178
1800.04/1781.80	c Imported unit clauses	: 0
1800.04/1781.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.80	c number of learned constraints concerned by reduction	: 0
1800.04/1781.80	c number of learning phase by resolution	: 0
1800.04/1781.80	c number of learning phase by cutting planes	: 0
1800.04/1781.80	c speed (assignments/second)	: 13631.963081738517
1800.04/1781.80	c non guided choices	0
1800.04/1781.83	c learnt constraints type 
1800.04/1781.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.04/1781.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117501
1800.04/1781.83	s UNKNOWN
1800.04/1781.83	c Total wall clock time (in seconds): 1781.708

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-4103996-1466259138/watcher-4103996-1466259138 -o /tmp/evaluation-result-4103996-1466259138/solver-4103996-1466259138 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27361 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103996-1466259138.opb 

pid=27375
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.35 2.38 2.92 2/170 27378
/proc/meminfo: memFree=30324868/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/27378/stat : 27378 (java) R 27375 27378 22091 0 -1 4202496 181 0 0 0 0 0 0 0 20 0 1 0 27959305 5767168 55 33554432000 1073741824 1073778376 140736696057408 140736696054536 239863950631 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27378/statm: 2303 59 47 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.35 2.38 2.92 2/170 27378
/proc/meminfo: memFree=30324868/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 4347 0 1 0 7 1 0 0 20 0 18 0 27959305 9787879424 5460 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2389619 5460 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.35 2.38 2.92 2/170 27378
/proc/meminfo: memFree=30324868/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 5059 0 1 0 26 1 0 0 20 0 18 0 27959305 9787879424 6952 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2389619 6952 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 2.35 2.38 2.92 2/170 27378
/proc/meminfo: memFree=30324868/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 10181 0 1 0 50 2 0 0 20 0 18 0 27959305 9787879424 11844 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2389619 11844 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 2.35 2.38 2.92 2/170 27378
/proc/meminfo: memFree=30324868/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 13366 0 1 0 153 3 0 0 20 0 19 0 27959305 9856040960 17783 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 17783 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.35 2.38 2.92 4/213 27428
/proc/meminfo: memFree=30074584/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 18845 0 1 0 273 5 0 0 20 0 19 0 27959305 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 46117 2280 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 2477 0 1 0 141 4 0 0 20 0 19 0 27959307 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808849255656 139808719241804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27959309 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10175 0 0 0 83 1 0 0 20 0 19 0 27959312 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 45 0 0 0 20 0 19 0 27959312 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 46117 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.35 2.38 2.92 3/213 27428
/proc/meminfo: memFree=30036860/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 18868 0 1 0 439 6 0 0 20 0 19 0 27959305 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 48681 2281 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 2480 0 1 0 299 4 0 0 20 0 19 0 27959307 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808849255568 139808719119980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27959309 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10176 0 0 0 85 2 0 0 20 0 19 0 27959312 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 47 0 0 0 20 0 19 0 27959312 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 48681 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.33 2.37 2.91 3/213 27428
/proc/meminfo: memFree=29961516/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=7.77 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 18935 0 1 0 768 9 0 0 20 0 19 0 27959305 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 48086 2281 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 2485 0 1 0 616 4 0 0 20 0 19 0 27959307 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808849255576 139808719119980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27959308 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27959309 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10182 0 0 0 88 2 0 0 20 0 19 0 27959312 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 47 0 0 0 20 0 19 0 27959312 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 48086 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9625040


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

[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 57517 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1619.05
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.27 2.27 2.38 3/213 27466
/proc/meminfo: memFree=29648488/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=1679.58 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 49259 0 1 0 167837 121 0 0 20 0 19 0 27959305 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 63342 2289 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=1648.24 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 21019 0 1 0 164785 39 0 0 20 0 19 0 27959307 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808849255360 139808719120557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 1309 0 0 0 308 8 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=3.11 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 1263 0 0 0 303 8 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=3.21 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 1635 0 0 0 312 9 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=3.13 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 1692 0 0 0 306 7 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 1641 0 0 0 306 9 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 1191 0 0 0 310 8 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 1065 0 0 0 310 8 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 1585 0 0 0 303 9 0 0 20 0 19 0 27959308 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 426 0 0 0 34 15 0 0 20 0 19 0 27959309 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10182 0 0 0 91 2 0 0 20 0 19 0 27959312 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 47 0 0 0 20 0 19 0 27959312 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 95 0 0 0 25 34 0 0 20 0 19 0 27959312 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 63342 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1679.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.30 2.37 3/214 27470
/proc/meminfo: memFree=29644052/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=1739.91 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 50466 0 1 0 173868 123 0 0 20 0 19 0 27959305 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 62609 2289 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=1707.88 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 21701 0 1 0 170749 39 0 0 20 0 19 0 27959307 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808849255520 139808719197882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 1358 0 0 0 314 8 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 1378 0 0 0 310 8 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 1635 0 0 0 319 9 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 1854 0 0 0 313 7 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 1677 0 0 0 312 10 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 1300 0 0 0 317 8 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 1095 0 0 0 316 8 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 1597 0 0 0 311 9 0 0 20 0 19 0 27959308 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 434 0 0 0 34 16 0 0 20 0 19 0 27959309 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10182 0 0 0 91 2 0 0 20 0 19 0 27959312 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 47 0 0 0 20 0 19 0 27959312 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 99 0 0 0 26 35 0 0 20 0 19 0 27959312 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 62609 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1739.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 2.65 2.38 2.39 5/214 27474
/proc/meminfo: memFree=29632220/32872528 swapFree=1459628/1655852
[pid=27378] ppid=27375 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/27378/stat : 27378 (java) S 27375 27378 22091 0 -1 4202496 51578 0 1 0 179878 126 0 0 20 0 19 0 27959305 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 140734479447680 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27378/statm: 2406260 60782 2289 9 0 2396937 0
[pid=27378/tid=27380] ppid=27375 vsize=9625040 CPUtime=1766.9 cores=0,2,4,6
/proc/27378/task/27380/stat : 27380 (java) R 27375 27378 22091 0 -1 4202560 22290 0 1 0 176649 41 0 0 20 0 19 0 27959307 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808849255376 139808719199374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27383] ppid=27375 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/27378/task/27383/stat : 27383 (java) S 27375 27378 22091 0 -1 4202560 1443 0 0 0 323 9 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808838318888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27384] ppid=27375 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/27378/task/27384/stat : 27384 (java) S 27375 27378 22091 0 -1 4202560 1421 0 0 0 321 8 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808837266088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27385] ppid=27375 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/27378/task/27385/stat : 27385 (java) S 27375 27378 22091 0 -1 4202560 1725 0 0 0 333 9 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808690879528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27386] ppid=27375 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/27378/task/27386/stat : 27386 (java) S 27375 27378 22091 0 -1 4202560 1966 0 0 0 325 7 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808689826728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27378/tid=27387] ppid=27375 vsize=9625040 CPUtime=3.33 cores=0,2,4,6
/proc/27378/task/27387/stat : 27387 (java) S 27375 27378 22091 0 -1 4202560 1727 0 0 0 323 10 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808688773416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27388] ppid=27375 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/27378/task/27388/stat : 27388 (java) S 27375 27378 22091 0 -1 4202560 1300 0 0 0 331 8 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808687720616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27389] ppid=27375 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/27378/task/27389/stat : 27389 (java) S 27375 27378 22091 0 -1 4202560 1104 0 0 0 327 8 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808686668328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27390] ppid=27375 vsize=9625040 CPUtime=3.33 cores=0,2,4,6
/proc/27378/task/27390/stat : 27390 (java) S 27375 27378 22091 0 -1 4202560 1718 0 0 0 324 9 0 0 20 0 19 0 27959308 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808685615528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27391] ppid=27375 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27378/task/27391/stat : 27391 (java) S 27375 27378 22091 0 -1 4202560 443 0 0 0 35 16 0 0 20 0 19 0 27959309 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808673417960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27392] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27392/stat : 27392 (java) S 27375 27378 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808672364024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27393] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27393/stat : 27393 (java) S 27375 27378 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27959310 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808671311624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27399] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27399/stat : 27399 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808670260112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27400] ppid=27375 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/27378/task/27400/stat : 27400 (java) S 27375 27378 22091 0 -1 4202560 10182 0 0 0 91 2 0 0 20 0 19 0 27959312 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808669206712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27378/tid=27401] ppid=27375 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27378/task/27401/stat : 27401 (java) S 27375 27378 22091 0 -1 4202560 4897 0 0 0 47 0 0 0 20 0 19 0 27959312 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808668153912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27402] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27402/stat : 27402 (java) S 27375 27378 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27959312 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808667101816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27378/tid=27403] ppid=27375 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27378/task/27403/stat : 27403 (java) S 27375 27378 22091 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 27959312 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808666049224 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27378/tid=27427] ppid=27375 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27378/task/27427/stat : 27427 (java) S 27375 27378 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27959341 9856040960 60782 33554432000 1073741824 1073778376 140734479456544 139808664995240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 27378 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 27378 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=739158
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=771730
# CPU time returned by wait4() is 1796.51
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.84
CPU time (s): 1800.04
CPU user time (s): 1798.78
CPU system time (s): 1.26
CPU usage (%): 101.022
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.77173
maximum resident set size= 433424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51613
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84815
involuntary context switches= 110250

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6444 second user time and 13.37 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 16:12:18
IDJOB=4103996
IDBENCH=2526
IDSOLVER=2546
FILE ID=node136/4103996-1466259138
RUNJOBID= node136-1466259138-27361
PBS_JOBID= 19918192
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103996-1466259138/watcher-4103996-1466259138 -o /tmp/evaluation-result-4103996-1466259138/solver-4103996-1466259138 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27361 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103996-1466259138.opb

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

MD5SUM BENCH= c68fa68a808b234260c8cfaf77f6d655
RANDOM SEED=1995016857

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.67
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.278
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:        30325652 kB
Buffers:           25188 kB
Cached:           112908 kB
SwapCached:        47324 kB
Active:            44208 kB
Inactive:         142900 kB
Active(anon):       4496 kB
Inactive(anon):    47248 kB
Active(file):      39712 kB
Inactive(file):    95652 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1657552 kB
Mapped:             8548 kB
Shmem:                 0 kB
Slab:             570020 kB
SReclaimable:      14228 kB
SUnreclaim:       555792 kB
KernelStack:        1376 kB
PageTables:         7636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1752736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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 node136 at 2016-06-18 16:42:00