Trace number 4100029

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.79 1787.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
MD5SUM35541d810f352e1e9979b25003c9f904
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654474
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654474
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100029-1466209712.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.01/1.38	c ... done. Wall clock time 1.271s.
2.01/1.38	c declared #vars     155000
2.01/1.38	c #constraints  5300
2.01/1.38	c constraints type 
2.01/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
2.01/1.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5280
2.01/1.38	c 5300 constraints processed.
2.01/1.38	c objective function length is 155000 literals
5.12/3.85	c cleaning 2501 clauses out of 5001 with flag 10168/5001
8.06/6.62	c cleaning 4250 clauses out of 8500 with flag 22230/11001
11.63/10.04	c cleaning 5625 clauses out of 11250 with flag 36294/18001
15.52/13.98	c cleaning 6813 clauses out of 13626 with flag 52369/26002
20.73/18.88	c cleaning 7906 clauses out of 15812 with flag 70457/35001
26.02/24.20	c cleaning 8951 clauses out of 17905 with flag 90599/45000
32.34/30.26	c cleaning 9974 clauses out of 19954 with flag 112768/56000
38.66/36.55	c cleaning 10990 clauses out of 21982 with flag 136880/68002
45.86/43.78	c cleaning 11994 clauses out of 23991 with flag 163109/81001
54.49/51.90	c cleaning 12995 clauses out of 26003 with flag 191273/95007
62.50/59.96	c cleaning 13999 clauses out of 28002 with flag 221350/110001
71.40/68.85	c cleaning 15001 clauses out of 30002 with flag 253452/126000
82.55/79.39	c cleaning 16001 clauses out of 32002 with flag 287679/143001
93.14/89.90	c cleaning 16996 clauses out of 34001 with flag 323771/161001
104.44/101.24	c cleaning 18000 clauses out of 36006 with flag 361900/180002
116.44/113.29	c cleaning 18995 clauses out of 38006 with flag 402004/200002
128.71/124.97	c cleaning 20003 clauses out of 40011 with flag 444042/221002
137.61/133.86	c cleaning 21003 clauses out of 42009 with flag 488109/243003
149.51/145.72	c cleaning 21996 clauses out of 44005 with flag 534155/266002
159.02/155.25	c cleaning 22994 clauses out of 46007 with flag 582179/290000
172.95/168.15	c cleaning 23996 clauses out of 48015 with flag 632315/315002
189.66/184.86	c cleaning 24995 clauses out of 50018 with flag 684505/341001
201.97/197.10	c cleaning 25995 clauses out of 52023 with flag 739890/368001
225.37/220.54	c cleaning 27000 clauses out of 54034 with flag 796855/396007
242.27/237.45	c cleaning 27994 clauses out of 56027 with flag 856589/425000
259.67/254.86	c cleaning 28992 clauses out of 58034 with flag 918915/455001
279.21/273.99	c cleaning 30002 clauses out of 60042 with flag 982185/486001
313.50/308.23	c cleaning 31004 clauses out of 62042 with flag 1046823/518003
338.99/333.70	c cleaning 31997 clauses out of 64036 with flag 1113502/551001
363.67/358.48	c cleaning 32998 clauses out of 66038 with flag 1183610/585000
389.46/384.24	c cleaning 34001 clauses out of 68040 with flag 1254736/620000
416.73/410.80	c cleaning 35001 clauses out of 70046 with flag 1328886/656007
439.92/434.08	c cleaning 35989 clauses out of 72038 with flag 1403898/693000
464.93/459.06	c cleaning 37004 clauses out of 74054 with flag 1481193/731005
490.83/484.99	c cleaning 37997 clauses out of 76046 with flag 1559984/770001
522.31/516.16	c cleaning 39003 clauses out of 78052 with flag 1643434/810004
557.11/550.97	c cleaning 40004 clauses out of 80046 with flag 1728164/851001
591.62/585.43	c cleaning 41003 clauses out of 82041 with flag 1814936/893000
624.24/617.39	c cleaning 42004 clauses out of 84042 with flag 1903059/936004
659.14/652.28	c cleaning 43000 clauses out of 86037 with flag 1992379/980003
696.25/689.33	c cleaning 43992 clauses out of 88034 with flag 2084184/1025000
737.74/730.70	c cleaning 45006 clauses out of 90046 with flag 2179729/1071004
779.35/772.36	c cleaning 45997 clauses out of 92036 with flag 2277906/1118000
826.88/819.61	c cleaning 46997 clauses out of 94039 with flag 2375781/1166000
869.98/862.71	c cleaning 48004 clauses out of 96044 with flag 2476009/1215002
920.65/912.80	c cleaning 49002 clauses out of 98038 with flag 2577878/1265000
969.52/960.90	c cleaning 49995 clauses out of 100036 with flag 2683040/1316000
1015.83/1007.22	c cleaning 51001 clauses out of 102044 with flag 2789071/1368003
1084.67/1075.85	c cleaning 51995 clauses out of 104041 with flag 2898217/1421001
1144.67/1135.90	c cleaning 53005 clauses out of 106045 with flag 3009129/1475000
1196.71/1187.26	c cleaning 54003 clauses out of 108044 with flag 3122725/1530004
1250.75/1241.03	c cleaning 55000 clauses out of 110043 with flag 3237649/1586006
1304.48/1294.78	c cleaning 55999 clauses out of 112037 with flag 3353162/1643000
1358.70/1348.61	c cleaning 57002 clauses out of 114038 with flag 3472360/1701000
1434.01/1423.77	c cleaning 58001 clauses out of 116038 with flag 3593123/1760002
1498.29/1487.56	c cleaning 58997 clauses out of 118035 with flag 3717862/1820000
1555.82/1544.52	c cleaning 59996 clauses out of 120038 with flag 3845090/1881000
1614.43/1602.82	c cleaning 61001 clauses out of 122043 with flag 3977531/1943001
1675.27/1663.33	c cleaning 61995 clauses out of 124042 with flag 4109473/2006001
1735.41/1723.06	c cleaning 63004 clauses out of 126050 with flag 4242385/2070004
1800.09/1787.20	c starts		: 1
1800.09/1787.20	c conflicts		: 2135000
1800.09/1787.20	c decisions		: 2254271
1800.09/1787.20	c propagations		: 131377405
1800.09/1787.20	c inspects		: 19181635204
1800.09/1787.20	c shortcuts		: 0
1800.09/1787.20	c learnt literals	: 0
1800.09/1787.21	c learnt binary clauses	: 0
1800.09/1787.21	c learnt ternary clauses	: 0
1800.09/1787.21	c learnt constraints	: 2135000
1800.09/1787.21	c ignored constraints	: 0
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 0
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 61
1800.09/1787.21	c Number of update (reduction) of LBD	: 33882
1800.09/1787.21	c Imported unit clauses	: 0
1800.09/1787.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.21	c number of learned constraints concerned by reduction	: 0
1800.09/1787.21	c number of learning phase by resolution	: 0
1800.09/1787.21	c number of learning phase by cutting planes	: 0
1800.09/1787.21	c speed (assignments/second)	: 73572.1413791269
1800.09/1787.21	c non guided choices	50949
1800.09/1787.23	c learnt constraints type 
1800.09/1787.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128042
1800.09/1787.23	s UNKNOWN
1800.09/1787.23	c Total wall clock time (in seconds): 1787.123

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-4100029-1466209712/watcher-4100029-1466209712 -o /tmp/evaluation-result-4100029-1466209712/solver-4100029-1466209712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100029-1466209712.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.23 2.18 3/194 17156
/proc/meminfo: memFree=26908824/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17156/stat : 17156 (java) R 17153 17156 15548 0 -1 4202496 733 0 0 0 0 0 0 0 20 0 1 0 23017673 23793664 384 33554432000 1073741824 1073778376 140733790548400 140733790537464 229346687553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 5809 394 301 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 2.27 2.23 2.18 3/194 17156
/proc/meminfo: memFree=26908824/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 23017673 9787879424 6041 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.27 2.23 2.18 3/194 17156
/proc/meminfo: memFree=26908824/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 5002 0 1 0 27 2 0 0 20 0 18 0 23017673 9787879424 7888 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2389619 7888 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300301 s]
/proc/loadavg: 2.27 2.23 2.18 3/194 17156
/proc/meminfo: memFree=26908824/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 5546 0 1 0 43 2 0 0 20 0 18 0 23017673 9787879424 14267 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2389619 14779 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.27 2.23 2.18 3/194 17156
/proc/meminfo: memFree=26908824/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9558476 CPUtime=1.19 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 7962 0 1 0 112 7 0 0 20 0 18 0 23017673 9787879424 46636 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2389619 46636 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.27 2.23 2.18 3/212 17174
/proc/meminfo: memFree=26674004/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9558476 CPUtime=2.34 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 9019 0 1 0 219 15 0 0 20 0 18 0 23017673 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2389619 75717 2271 9 0 2380296 0
[pid=17156/tid=17158] ppid=17153 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 2510 0 1 0 132 4 0 0 20 0 18 0 23017673 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900783583352 139900655479186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 84 0 0 0 3 0 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 23017675 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23017676 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23017676 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23017676 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23017679 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 1607 0 0 0 23 0 0 0 20 0 18 0 23017679 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) R 17153 17156 15548 0 -1 4202560 3043 0 0 0 29 0 0 0 20 0 18 0 23017679 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900602251904 139900789966416 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23017679 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23017679 9787879424 75717 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.27 2.23 2.18 3/213 17175
/proc/meminfo: memFree=26586432/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 11424 0 1 0 418 23 0 0 20 0 19 0 23017673 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2406260 103970 2273 9 0 2396937 0
[pid=17156/tid=17158] ppid=17153 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 2539 0 1 0 284 5 0 0 20 0 19 0 23017673 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900783583288 139900656264504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 121 0 0 0 6 3 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 130 0 0 0 8 3 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 158 0 0 0 6 2 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 103 0 0 0 3 2 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 19 0 23017675 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3224 0 0 0 39 0 0 0 20 0 19 0 23017679 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 3552 0 0 0 44 0 0 0 20 0 19 0 23017679 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 103970 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 17175
/proc/meminfo: memFree=26499056/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 12526 0 1 0 751 24 0 0 20 0 19 0 23017673 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2406260 104257 2278 9 0 2396937 0
[pid=17156/tid=17158] ppid=17153 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 2540 0 1 0 604 5 0 0 20 0 19 0 23017673 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900783583544 139900656186144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 121 0 0 0 6 3 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 130 0 0 0 8 3 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 158 0 0 0 6 2 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 103 0 0 0 3 2 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 19 0 23017675 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3229 0 0 0 43 0 0 0 20 0 19 0 23017679 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 4648 0 0 0 53 0 0 0 20 0 19 0 23017679 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 104257 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 17175

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

[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3229 0 0 0 43 0 0 0 20 0 19 0 23017679 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 4652 0 0 0 59 0 0 0 20 0 19 0 23017679 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 97 0 0 0 27 32 0 0 20 0 19 0 23017679 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 901887 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1674.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/213 17413
/proc/meminfo: memFree=26332428/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9625040 CPUtime=1734.71 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 23683 0 1 0 173087 384 0 0 20 0 19 0 23017673 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2406260 901983 2286 9 0 2396937 0
[pid=17156/tid=17158] ppid=17153 vsize=9625040 CPUtime=1715.16 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 3717 0 1 0 171470 46 0 0 20 0 19 0 23017673 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900783582416 139900656346337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 898 0 0 0 136 42 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 1014 0 0 0 126 41 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 915 0 0 0 150 42 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 1021 0 0 0 156 49 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 1150 0 0 0 153 46 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 753 0 0 0 142 33 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 1083 0 0 0 144 40 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 910 0 0 0 165 44 0 0 20 0 19 0 23017675 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 2979 0 0 0 311 4 0 0 20 0 19 0 23017676 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3229 0 0 0 43 0 0 0 20 0 19 0 23017679 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 4652 0 0 0 59 0 0 0 20 0 19 0 23017679 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 99 0 0 0 28 33 0 0 20 0 19 0 23017679 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 901983 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 17414
/proc/meminfo: memFree=26359576/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9625040 CPUtime=1795.19 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 23738 0 1 0 179134 385 0 0 20 0 19 0 23017673 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2406260 902001 2286 9 0 2396937 0
[pid=17156/tid=17158] ppid=17153 vsize=9625040 CPUtime=1775 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 3718 0 1 0 177454 46 0 0 20 0 19 0 23017673 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900783582400 139900656156503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 898 0 0 0 142 42 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 1014 0 0 0 133 41 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 915 0 0 0 157 42 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 1021 0 0 0 161 49 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 1160 0 0 0 161 46 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 753 0 0 0 150 33 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 1088 0 0 0 158 40 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 943 0 0 0 172 44 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 2981 0 0 0 311 4 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3229 0 0 0 43 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 4652 0 0 0 59 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 17414
/proc/meminfo: memFree=26359700/32872528 swapFree=1370848/1518016
[pid=17156] ppid=17153 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/17156/stat : 17156 (java) S 17153 17156 15548 0 -1 4202496 23738 0 1 0 179624 385 0 0 20 0 19 0 23017673 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 140733790539536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17156/statm: 2406260 902001 2286 9 0 2396937 0
[pid=17156/tid=17158] ppid=17153 vsize=9625040 CPUtime=1779.9 cores=1,3,5,7
/proc/17156/task/17158/stat : 17158 (java) R 17153 17156 15548 0 -1 4202560 3718 0 1 0 177943 47 0 0 20 0 19 0 23017673 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900783582400 139900656346358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17156/tid=17159] ppid=17153 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/17156/task/17159/stat : 17159 (java) S 17153 17156 15548 0 -1 4202560 898 0 0 0 142 42 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900627094056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17160] ppid=17153 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/17156/task/17160/stat : 17160 (java) S 17153 17156 15548 0 -1 4202560 1014 0 0 0 133 41 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900626041256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17161] ppid=17153 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/17156/task/17161/stat : 17161 (java) S 17153 17156 15548 0 -1 4202560 915 0 0 0 157 42 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900624988456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17162] ppid=17153 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/17156/task/17162/stat : 17162 (java) S 17153 17156 15548 0 -1 4202560 1021 0 0 0 161 49 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900623935656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17163] ppid=17153 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/17156/task/17163/stat : 17163 (java) S 17153 17156 15548 0 -1 4202560 1160 0 0 0 161 46 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900622883880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17164] ppid=17153 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/17156/task/17164/stat : 17164 (java) S 17153 17156 15548 0 -1 4202560 753 0 0 0 150 33 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900621831080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17165] ppid=17153 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/17156/task/17165/stat : 17165 (java) S 17153 17156 15548 0 -1 4202560 1088 0 0 0 158 40 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900620778280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17166] ppid=17153 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/17156/task/17166/stat : 17166 (java) S 17153 17156 15548 0 -1 4202560 943 0 0 0 172 44 0 0 20 0 19 0 23017675 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900619725480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17167] ppid=17153 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/17156/task/17167/stat : 17167 (java) S 17153 17156 15548 0 -1 4202560 2981 0 0 0 311 4 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900607527400 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17168] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17168/stat : 17168 (java) S 17153 17156 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900606473464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17169] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17169/stat : 17169 (java) S 17153 17156 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23017676 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900605420552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17170] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17170/stat : 17170 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900604369040 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17171] ppid=17153 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/17156/task/17171/stat : 17171 (java) S 17153 17156 15548 0 -1 4202560 3229 0 0 0 43 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900603317176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17156/tid=17172] ppid=17153 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/17156/task/17172/stat : 17172 (java) S 17153 17156 15548 0 -1 4202560 4652 0 0 0 59 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900602264376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17173] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17173/stat : 17173 (java) S 17153 17156 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900601211768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17156/tid=17174] ppid=17153 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17156/task/17174/stat : 17174 (java) S 17153 17156 15548 0 -1 4202560 103 0 0 0 29 34 0 0 20 0 19 0 23017679 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900600159176 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17156/tid=17175] ppid=17153 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17156/task/17175/stat : 17175 (java) S 17153 17156 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23017824 9856040960 902001 33554432000 1073741824 1073778376 140733790548400 139900599104680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 17156 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.25
CPU time (s): 1800.79
CPU user time (s): 1796.42
CPU system time (s): 4.37333
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.42
system time used= 4.37333
maximum resident set size= 3879868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23781
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38577
involuntary context switches= 8571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1105 second user time and 14.3058 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 02:28:32
IDJOB=4100029
IDBENCH=1564
IDSOLVER=2546
FILE ID=node129/4100029-1466209712
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
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/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100029-1466209712/watcher-4100029-1466209712 -o /tmp/evaluation-result-4100029-1466209712/solver-4100029-1466209712 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100029-1466209712.opb

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

MD5SUM BENCH= 35541d810f352e1e9979b25003c9f904
RANDOM SEED=1993871057

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26909228 kB
Buffers:           39472 kB
Cached:            98196 kB
SwapCached:         1980 kB
Active:          3653324 kB
Inactive:          82664 kB
Active(anon):    3598752 kB
Inactive(anon):     1932 kB
Active(file):      54572 kB
Inactive(file):    80732 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:              7300 kB
Writeback:            36 kB
AnonPages:       5314304 kB
Mapped:            15564 kB
Shmem:                 0 kB
Slab:             569228 kB
SReclaimable:      13072 kB
SUnreclaim:       556156 kB
KernelStack:        1608 kB
PageTables:        14192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5562648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3901440 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 node129 at 2016-06-18 02:58:19