Trace number 4100693

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.01 1797.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-shell.opb
MD5SUM78fcc08f79c3a8f3db518f692b6ae82d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 4408
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 557557
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 557557
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100693-1466216841.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.11/0.63	c ... done. Wall clock time 0.523s.
1.11/0.63	c declared #vars     45231
1.11/0.63	c #constraints  1187
1.11/0.63	c constraints type 
1.11/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.11/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1186
1.11/0.63	c 1187 constraints processed.
1.11/0.63	c objective function length is 39844 literals
2.73/1.77	c cleaning 2488 clauses out of 5000 with flag 13047/5000
3.49/2.46	c cleaning 4240 clauses out of 8512 with flag 35166/11000
4.40/3.40	c cleaning 5618 clauses out of 11272 with flag 62354/18000
5.61/4.54	c cleaning 6807 clauses out of 13654 with flag 94629/26000
7.12/6.01	c cleaning 7903 clauses out of 15847 with flag 133284/35000
8.83/7.78	c cleaning 8950 clauses out of 17944 with flag 177703/45000
10.20/9.01	c cleaning 9990 clauses out of 19994 with flag 210651/56000
11.30/10.13	c cleaning 10992 clauses out of 22004 with flag 240019/68000
12.80/11.64	c cleaning 11994 clauses out of 24014 with flag 270708/81002
14.60/13.41	c cleaning 12997 clauses out of 26019 with flag 305587/95001
16.61/15.41	c cleaning 13997 clauses out of 28021 with flag 343254/110000
18.81/17.63	c cleaning 14997 clauses out of 30024 with flag 383120/126000
21.40/20.24	c cleaning 15998 clauses out of 32030 with flag 426456/143003
25.00/23.83	c cleaning 16995 clauses out of 34029 with flag 466699/161000
28.50/27.37	c cleaning 18000 clauses out of 36034 with flag 512149/180000
32.80/31.68	c cleaning 18997 clauses out of 38035 with flag 556629/200001
34.70/33.59	c cleaning 20013 clauses out of 40038 with flag 601162/221001
37.27/36.00	c cleaning 21008 clauses out of 42027 with flag 645739/243003
40.88/39.67	c cleaning 22000 clauses out of 44016 with flag 692446/266000
45.17/43.92	c cleaning 23004 clauses out of 46017 with flag 741230/290001
49.17/47.95	c cleaning 23998 clauses out of 48014 with flag 791603/315002
54.08/52.81	c cleaning 25002 clauses out of 50017 with flag 843785/341003
59.58/58.33	c cleaning 25996 clauses out of 52012 with flag 899261/368000
65.68/64.40	c cleaning 26998 clauses out of 54016 with flag 956193/396000
72.18/70.94	c cleaning 28005 clauses out of 56018 with flag 1014698/425000
79.68/78.40	c cleaning 28999 clauses out of 58013 with flag 1075421/455000
88.68/87.40	c cleaning 29999 clauses out of 60014 with flag 1138710/486000
97.78/96.56	c cleaning 30998 clauses out of 62015 with flag 1203745/518000
106.99/105.79	c cleaning 32006 clauses out of 64018 with flag 1270164/551001
118.18/116.98	c cleaning 33001 clauses out of 66013 with flag 1339503/585002
129.68/128.49	c cleaning 33996 clauses out of 68010 with flag 1410681/620000
141.88/140.61	c cleaning 35000 clauses out of 70014 with flag 1483668/656000
153.08/151.84	c cleaning 36000 clauses out of 72015 with flag 1558817/693001
165.47/164.28	c cleaning 36999 clauses out of 74015 with flag 1636848/731001
178.57/177.31	c cleaning 37998 clauses out of 76015 with flag 1716147/770000
191.87/190.62	c cleaning 39002 clauses out of 78017 with flag 1797848/810000
206.46/205.14	c cleaning 39999 clauses out of 80016 with flag 1881719/851001
220.86/219.58	c cleaning 41001 clauses out of 82018 with flag 1968167/893002
237.67/236.33	c cleaning 42000 clauses out of 84017 with flag 2057414/936002
258.97/257.63	c cleaning 43002 clauses out of 86015 with flag 2148112/980000
277.28/275.94	c cleaning 44006 clauses out of 88013 with flag 2241122/1025000
296.48/295.17	c cleaning 44999 clauses out of 90007 with flag 2335834/1071000
317.69/316.34	c cleaning 45998 clauses out of 92008 with flag 2431610/1118000
339.29/337.93	c cleaning 47000 clauses out of 94013 with flag 2529866/1166003
359.79/358.41	c cleaning 47999 clauses out of 96011 with flag 2629648/1215001
382.50/381.12	c cleaning 48999 clauses out of 98012 with flag 2731647/1265001
407.41/406.08	c cleaning 50003 clauses out of 100014 with flag 2835413/1316002
434.92/433.59	c cleaning 50999 clauses out of 102010 with flag 2941686/1368001
462.02/460.65	c cleaning 51998 clauses out of 104011 with flag 3050013/1421001
490.23/488.87	c cleaning 52996 clauses out of 106012 with flag 3160650/1475000
516.69/515.14	c cleaning 54001 clauses out of 108016 with flag 3271965/1530000
548.00/546.47	c cleaning 54997 clauses out of 110015 with flag 3386376/1586000
579.60/578.05	c cleaning 55998 clauses out of 112019 with flag 3502269/1643001
610.62/609.07	c cleaning 57005 clauses out of 114022 with flag 3619985/1701002
647.23/645.66	c cleaning 57998 clauses out of 116015 with flag 3740195/1760000
686.04/684.42	c cleaning 59000 clauses out of 118017 with flag 3864014/1820000
722.94/721.34	c cleaning 60003 clauses out of 120020 with flag 3988691/1881003
765.86/764.26	c cleaning 61002 clauses out of 122015 with flag 4115806/1943001
808.08/806.42	c cleaning 61998 clauses out of 124013 with flag 4244189/2006001
855.07/853.48	c cleaning 62998 clauses out of 126015 with flag 4375300/2070001
891.18/889.31	c cleaning 64002 clauses out of 128016 with flag 4507263/2135000
932.39/930.51	c cleaning 65001 clauses out of 130017 with flag 4641788/2201003
982.30/980.49	c cleaning 66002 clauses out of 132013 with flag 4778303/2268000
1030.73/1028.85	c cleaning 66992 clauses out of 134011 with flag 4917419/2336000
1081.84/1079.94	c cleaning 68004 clauses out of 136021 with flag 5059191/2405002
1135.55/1133.69	c cleaning 68996 clauses out of 138016 with flag 5202399/2475001
1192.77/1190.90	c cleaning 70000 clauses out of 140019 with flag 5348294/2546000
1248.28/1246.33	c cleaning 70998 clauses out of 142019 with flag 5495515/2618000
1311.59/1309.68	c cleaning 72003 clauses out of 144021 with flag 5645825/2691000
1386.88/1384.77	c cleaning 73004 clauses out of 146021 with flag 5799433/2765003
1466.39/1464.24	c cleaning 74000 clauses out of 148014 with flag 5953243/2840000
1538.59/1536.42	c cleaning 74999 clauses out of 150014 with flag 6109010/2916000
1614.09/1611.99	c cleaning 76001 clauses out of 152015 with flag 6266744/2993000
1692.79/1690.62	c cleaning 76999 clauses out of 154014 with flag 6426926/3071000
1776.01/1773.87	c cleaning 78000 clauses out of 156015 with flag 6588897/3150000
1800.01/1797.80	c starts		: 59
1800.01/1797.80	c conflicts		: 3186113
1800.01/1797.80	c decisions		: 3408379
1800.01/1797.80	c propagations		: 43550177
1800.01/1797.80	c inspects		: 31553170428
1800.01/1797.80	c shortcuts		: 0
1800.01/1797.80	c learnt literals	: 0
1800.01/1797.80	c learnt binary clauses	: 0
1800.01/1797.80	c learnt ternary clauses	: 1
1800.01/1797.80	c learnt constraints	: 3186113
1800.01/1797.80	c ignored constraints	: 0
1800.01/1797.80	c root simplifications	: 0
1800.01/1797.80	c removed literals (reason simplification)	: 0
1800.01/1797.80	c reason swapping (by a shorter reason)	: 0
1800.01/1797.80	c Calls to reduceDB	: 75
1800.01/1797.80	c Number of update (reduction) of LBD	: 81426
1800.01/1797.80	c Imported unit clauses	: 0
1800.01/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.80	c number of learned constraints concerned by reduction	: 0
1800.01/1797.80	c number of learning phase by resolution	: 0
1800.01/1797.80	c number of learning phase by cutting planes	: 0
1800.01/1797.80	c speed (assignments/second)	: 24233.950429392684
1800.01/1797.80	c non guided choices	26835
1800.01/1797.81	c timeout
1800.01/1797.83	c learnt constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114129
1800.01/1797.83	s UNKNOWN
1800.01/1797.83	c Total wall clock time (in seconds): 1797.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-4100693-1466216841/watcher-4100693-1466216841 -o /tmp/evaluation-result-4100693-1466216841/solver-4100693-1466216841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100693-1466216841.opb 

pid=4306
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.01 2.02 2.00 3/193 4309
/proc/meminfo: memFree=31401108/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23734618 98570240 978 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 24065 978 744 9 0 16771 0
[pid=4309/tid=4310] ppid=4306 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23734619 98570240 978 33554432000 1073741824 1073778376 140735638971504 140387100335656 249650038144 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 4309
/proc/meminfo: memFree=31401108/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 23734618 9787879424 6068 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2389619 6068 2140 9 0 2380296 0
[pid=4309/tid=4310] ppid=4306 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 23734619 9787879424 6068 33554432000 1073741824 1073778376 140735638971504 140387100339104 140387090402816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200366 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 4309
/proc/meminfo: memFree=31401108/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 4996 0 1 0 28 1 0 0 20 0 18 0 23734618 9787879424 7480 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2389619 7480 2220 9 0 2380296 0
[pid=4309/tid=4310] ppid=4306 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 23734619 9787879424 7480 33554432000 1073741824 1073778376 140735638971504 140387100339104 140387106692712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300366 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 4309
/proc/meminfo: memFree=31401108/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 5427 0 1 0 46 1 0 0 20 0 18 0 23734618 9787879424 12258 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2389619 12258 2231 9 0 2380296 0
[pid=4309/tid=4310] ppid=4306 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 23734619 9787879424 12258 33554432000 1073741824 1073778376 140735638971504 140387100339104 140386928542122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700286 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 4309
/proc/meminfo: memFree=31401108/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9558476 CPUtime=1.27 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 11786 0 1 0 123 4 0 0 20 0 18 0 23734618 9787879424 39135 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2389619 39135 2256 9 0 2380296 0
[pid=4309/tid=4310] ppid=4306 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2464 0 1 0 65 2 0 0 20 0 18 0 23734619 9787879424 39135 33554432000 1073741824 1073778376 140735638971504 140387100331952 140386928507379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 4328
/proc/meminfo: memFree=31242460/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 12939 0 1 0 246 6 0 0 20 0 19 0 23734618 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 49083 2275 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2477 0 1 0 141 3 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387100339512 140386929206992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4751 0 0 0 48 1 0 0 20 0 19 0 23734623 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/4309/task/4325/stat : 4325 (java) S 4306 4309 2916 0 -1 4202560 4304 0 0 0 43 0 0 0 20 0 19 0 23734623 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386918947768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4326] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4326/stat : 4326 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386917894904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4327] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4327/stat : 4327 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386916842568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 49083 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 4328
/proc/meminfo: memFree=31212920/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 12944 0 1 0 413 7 0 0 20 0 19 0 23734618 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 49087 2279 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2478 0 1 0 301 3 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387100331712 140386929201254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4751 0 0 0 51 2 0 0 20 0 19 0 23734623 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/4309/task/4325/stat : 4325 (java) S 4306 4309 2916 0 -1 4202560 4308 0 0 0 46 0 0 0 20 0 19 0 23734623 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386918947768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4326] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4326/stat : 4326 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386917894904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4327] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4327/stat : 4327 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386916842568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 49087 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 4328
/proc/meminfo: memFree=31213184/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 12946 0 1 0 735 7 0 0 20 0 19 0 23734618 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 48824 2279 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2480 0 1 0 620 3 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387100340488 140386929183735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734619 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4751 0 0 0 52 2 0 0 20 0 19 0 23734623 9856040960 48824 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.48 cores=0,2,4,6

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

[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 4372
/proc/meminfo: memFree=28596032/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=1724.51 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 14490 0 1 0 172383 68 0 0 20 0 19 0 23734618 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 126244 2280 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=1717.53 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2538 0 1 0 171722 31 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387100331696 140386929254261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 199 0 0 0 8 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 247 0 0 0 10 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 102 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 182 0 0 0 11 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 108 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 143 0 0 0 13 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 163 0 0 0 12 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 206 0 0 0 0 2 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4761 0 0 0 54 2 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4309/task/4325/stat : 4325 (java) S 4306 4309 2916 0 -1 4202560 4308 0 0 0 48 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386918947768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4326] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4326/stat : 4326 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386917894904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4327] ppid=4306 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/4309/task/4327/stat : 4327 (java) S 4306 4309 2916 0 -1 4202560 99 0 0 0 23 35 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386916842568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.06 2.01 4/213 4439
/proc/meminfo: memFree=31215648/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=1784.51 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 14494 0 1 0 178383 68 0 0 20 0 19 0 23734618 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 126244 2280 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=1777.37 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2538 0 1 0 177705 32 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387100331696 140386929179976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 199 0 0 0 8 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 247 0 0 0 10 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 102 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 182 0 0 0 11 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 108 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 143 0 0 0 13 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 163 0 0 0 12 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 206 0 0 0 0 2 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4761 0 0 0 54 2 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4309/task/4325/stat : 4325 (java) S 4306 4309 2916 0 -1 4202560 4308 0 0 0 48 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386918947768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4326] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4326/stat : 4326 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386917894904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4327] ppid=4306 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4309/task/4327/stat : 4327 (java) S 4306 4309 2916 0 -1 4202560 103 0 0 0 23 37 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386916842568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.14 2.06 2.01 3/213 4439
/proc/meminfo: memFree=31096060/32872528 swapFree=190484/190484
[pid=4309] ppid=4306 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/4309/stat : 4309 (java) S 4306 4309 2916 0 -1 4202496 14494 0 1 0 179933 68 0 0 20 0 19 0 23734618 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140735638962640 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4309/statm: 2406260 126244 2280 9 0 2396937 0
[pid=4309/tid=4310] ppid=4306 vsize=9625040 CPUtime=1792.83 cores=0,2,4,6
/proc/4309/task/4310/stat : 4310 (java) R 4306 4309 2916 0 -1 4202560 2538 0 1 0 179251 32 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387100331696 140386929179914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4312] ppid=4306 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4309/task/4312/stat : 4312 (java) S 4306 4309 2916 0 -1 4202560 199 0 0 0 8 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387061832104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4313] ppid=4306 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4309/task/4313/stat : 4313 (java) S 4306 4309 2916 0 -1 4202560 247 0 0 0 10 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387060779560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4314] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4314/stat : 4314 (java) S 4306 4309 2916 0 -1 4202560 102 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387059726504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4315] ppid=4306 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/4309/task/4315/stat : 4315 (java) S 4306 4309 2916 0 -1 4202560 182 0 0 0 11 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387058673960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4316] ppid=4306 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4309/task/4316/stat : 4316 (java) S 4306 4309 2916 0 -1 4202560 108 0 0 0 7 2 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387057621928 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4317] ppid=4306 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4309/task/4317/stat : 4317 (java) S 4306 4309 2916 0 -1 4202560 175 0 0 0 14 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387056569384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4318] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4318/stat : 4318 (java) S 4306 4309 2916 0 -1 4202560 143 0 0 0 13 3 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387055516328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4309/tid=4319] ppid=4306 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4309/task/4319/stat : 4319 (java) S 4306 4309 2916 0 -1 4202560 163 0 0 0 12 4 0 0 20 0 19 0 23734619 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140387054463784 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4309/tid=4320] ppid=4306 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4309/task/4320/stat : 4320 (java) S 4306 4309 2916 0 -1 4202560 206 0 0 0 0 2 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386924210536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4321] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4321/stat : 4321 (java) S 4306 4309 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386923156856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4322] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4322/stat : 4322 (java) S 4306 4309 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23734621 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386922103688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4323] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4323/stat : 4323 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386921052432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4324] ppid=4306 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4309/task/4324/stat : 4324 (java) S 4306 4309 2916 0 -1 4202560 4761 0 0 0 54 2 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386920000312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4325] ppid=4306 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4309/task/4325/stat : 4325 (java) S 4306 4309 2916 0 -1 4202560 4308 0 0 0 48 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386918947768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4326] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4326/stat : 4326 (java) S 4306 4309 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386917894904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4309/tid=4327] ppid=4306 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/4309/task/4327/stat : 4327 (java) S 4306 4309 2916 0 -1 4202560 103 0 0 0 24 37 0 0 20 0 19 0 23734623 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386916842568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4309/tid=4328] ppid=4306 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4309/task/4328/stat : 4328 (java) S 4306 4309 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23734692 9856040960 126244 33554432000 1073741824 1073778376 140735638971504 140386915787816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 4309 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 4309 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=768153
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=123829
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.01
CPU user time (s): 1799.33
CPU system time (s): 0.68
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.12383
maximum resident set size= 560572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14535
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38188
involuntary context switches= 3397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9713 second user time and 12.973 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 04:27:21
IDJOB=4100693
IDBENCH=1649
IDSOLVER=2546
FILE ID=node102/4100693-1466216841
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-shell.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100693-1466216841/watcher-4100693-1466216841 -o /tmp/evaluation-result-4100693-1466216841/solver-4100693-1466216841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100693-1466216841.opb

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

MD5SUM BENCH= 78fcc08f79c3a8f3db518f692b6ae82d
RANDOM SEED=352317295

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31402024 kB
Buffers:           91864 kB
Cached:            84316 kB
SwapCached:         1828 kB
Active:           426412 kB
Inactive:         115452 kB
Active(anon):     366288 kB
Inactive(anon):     1504 kB
Active(file):      60124 kB
Inactive(file):   113948 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:              6176 kB
Writeback:             0 kB
AnonPages:        608912 kB
Mapped:            14584 kB
Shmem:                 0 kB
Slab:             598828 kB
SReclaimable:      42544 kB
SUnreclaim:       556284 kB
KernelStack:        1760 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1266148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 71728 MiB
End job on node102 at 2016-06-18 04:57:19