Trace number 4103696

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.48 1797.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-cycle.opb
MD5SUMa4f456875ede4549ae03268180cd603c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
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 constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 53687091200000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 1737924154969464
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 48888431614361600
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 779202693141814557
Number of bits of the biggest sum of numbers60
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103696-1466248506.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.15/1.47	c ... done. Wall clock time 1.367s.
2.15/1.47	c declared #vars     84737
2.15/1.47	c #constraints  3176
2.15/1.47	c constraints type 
2.15/1.47	c org.sat4j.specs.Constr$1 => 294
2.15/1.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2882
2.15/1.47	c 3176 constraints processed.
2.15/1.47	c objective function length is 9240 literals
4.00/2.86	c cleaning 2488 clauses out of 4987 with flag 11390/5000
5.10/3.81	c cleaning 4242 clauses out of 8488 with flag 24132/11001
5.90/4.64	c cleaning 5620 clauses out of 11245 with flag 38374/18001
7.47/6.00	c cleaning 6801 clauses out of 13620 with flag 55362/26000
8.58/7.16	c cleaning 7901 clauses out of 15819 with flag 73385/35000
10.08/8.61	c cleaning 8953 clauses out of 17918 with flag 93481/45000
11.88/10.43	c cleaning 9978 clauses out of 19965 with flag 115521/56000
13.88/12.49	c cleaning 10985 clauses out of 21987 with flag 139893/68000
16.19/14.77	c cleaning 12001 clauses out of 24002 with flag 165988/81000
18.89/17.42	c cleaning 13001 clauses out of 26001 with flag 193989/95000
21.69/20.23	c cleaning 13994 clauses out of 27998 with flag 224363/110000
25.19/23.76	c cleaning 14999 clauses out of 30005 with flag 258989/126002
29.32/27.72	c cleaning 16003 clauses out of 32005 with flag 296380/143001
33.52/31.97	c cleaning 16998 clauses out of 34002 with flag 336408/161001
38.51/36.99	c cleaning 17994 clauses out of 36005 with flag 378553/180002
43.91/42.32	c cleaning 19002 clauses out of 38010 with flag 422868/200001
49.41/47.87	c cleaning 19996 clauses out of 40008 with flag 468041/221001
55.63/54.08	c cleaning 21006 clauses out of 42011 with flag 513459/243000
63.33/61.78	c cleaning 22001 clauses out of 44005 with flag 560797/266000
71.20/69.43	c cleaning 22999 clauses out of 46005 with flag 610578/290001
79.09/77.30	c cleaning 24001 clauses out of 48007 with flag 661148/315002
88.39/86.63	c cleaning 24998 clauses out of 50005 with flag 713781/341001
98.19/96.41	c cleaning 26001 clauses out of 52006 with flag 767942/368000
108.39/106.61	c cleaning 27003 clauses out of 54007 with flag 824404/396002
118.30/116.57	c cleaning 27995 clauses out of 56002 with flag 882751/425000
128.80/127.01	c cleaning 29004 clauses out of 58009 with flag 943606/455002
139.57/137.62	c cleaning 29998 clauses out of 60005 with flag 1005716/486002
151.96/150.00	c cleaning 30997 clauses out of 62008 with flag 1069718/518003
164.66/162.79	c cleaning 32000 clauses out of 64008 with flag 1136084/551000
180.27/178.37	c cleaning 33001 clauses out of 66008 with flag 1204305/585000
195.16/193.26	c cleaning 34000 clauses out of 68008 with flag 1274715/620001
210.47/208.53	c cleaning 35000 clauses out of 70009 with flag 1346717/656002
226.47/224.53	c cleaning 35999 clauses out of 72007 with flag 1420714/693000
243.26/241.33	c cleaning 36996 clauses out of 74008 with flag 1496716/731000
262.37/260.45	c cleaning 38004 clauses out of 76013 with flag 1574718/770001
281.67/279.77	c cleaning 39000 clauses out of 78009 with flag 1654718/810001
302.38/300.20	c cleaning 40004 clauses out of 80008 with flag 1737025/851000
321.88/319.79	c cleaning 40999 clauses out of 82006 with flag 1821558/893002
342.78/340.65	c cleaning 42001 clauses out of 84005 with flag 1908664/936000
371.28/369.13	c cleaning 43002 clauses out of 86005 with flag 2000281/980001
396.99/394.80	c cleaning 43999 clauses out of 88002 with flag 2090875/1025000
424.89/422.72	c cleaning 45001 clauses out of 90003 with flag 2183541/1071000
450.71/448.54	c cleaning 46001 clauses out of 92004 with flag 2279269/1118002
476.49/474.11	c cleaning 46994 clauses out of 94002 with flag 2375277/1166001
505.10/502.72	c cleaning 48001 clauses out of 96008 with flag 2473528/1215001
538.70/536.35	c cleaning 48996 clauses out of 98006 with flag 2573913/1265000
574.41/572.07	c cleaning 50006 clauses out of 100013 with flag 2675920/1316003
607.81/605.46	c cleaning 50998 clauses out of 102004 with flag 2780177/1368000
648.12/645.73	c cleaning 51995 clauses out of 104006 with flag 2886394/1421000
690.73/688.34	c cleaning 52999 clauses out of 106011 with flag 2994594/1475000
732.63/730.29	c cleaning 54002 clauses out of 108012 with flag 3104834/1530000
770.95/768.56	c cleaning 54998 clauses out of 110012 with flag 3216913/1586002
815.46/813.02	c cleaning 56004 clauses out of 112012 with flag 3330909/1643000
859.66/857.21	c cleaning 57000 clauses out of 114009 with flag 3446911/1701001
905.47/903.02	c cleaning 58001 clauses out of 116008 with flag 3564911/1760000
957.19/954.68	c cleaning 58999 clauses out of 118008 with flag 3684913/1820001
1011.00/1008.44	c cleaning 59999 clauses out of 120008 with flag 3806913/1881000
1067.81/1065.23	c cleaning 61000 clauses out of 122010 with flag 3930917/1943001
1120.01/1117.47	c cleaning 62005 clauses out of 124010 with flag 4056921/2006001
1175.93/1173.39	c cleaning 62995 clauses out of 126005 with flag 4184921/2070001
1237.14/1234.53	c cleaning 64004 clauses out of 128010 with flag 4314921/2135001
1299.38/1296.70	c cleaning 65000 clauses out of 130005 with flag 4446920/2201000
1361.98/1359.37	c cleaning 65992 clauses out of 132006 with flag 4580922/2268001
1429.53/1426.89	c cleaning 67003 clauses out of 134014 with flag 4716927/2336001
1505.46/1502.74	c cleaning 68004 clauses out of 136011 with flag 4854927/2405001
1580.67/1577.99	c cleaning 69001 clauses out of 138006 with flag 4994926/2475000
1658.26/1655.32	c cleaning 70001 clauses out of 140006 with flag 5136929/2546001
1736.78/1733.86	c cleaning 71000 clauses out of 142005 with flag 5280938/2618001
1800.00/1797.00	c starts		: 3947
1800.00/1797.00	c conflicts		: 2679944
1800.00/1797.00	c decisions		: 2900947
1800.00/1797.00	c propagations		: 21646937
1800.00/1797.00	c inspects		: 30969042874
1800.00/1797.00	c shortcuts		: 0
1800.00/1797.00	c learnt literals	: 33
1800.00/1797.00	c learnt binary clauses	: 15
1800.00/1797.00	c learnt ternary clauses	: 21
1800.00/1797.00	c learnt constraints	: 2679911
1800.00/1797.00	c ignored constraints	: 0
1800.00/1797.00	c root simplifications	: 0
1800.00/1797.00	c removed literals (reason simplification)	: 0
1800.00/1797.00	c reason swapping (by a shorter reason)	: 0
1800.00/1797.00	c Calls to reduceDB	: 68
1800.00/1797.00	c Number of update (reduction) of LBD	: 8470
1800.00/1797.00	c Imported unit clauses	: 0
1800.00/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.00	c number of learned constraints concerned by reduction	: 0
1800.00/1797.00	c number of learning phase by resolution	: 0
1800.00/1797.00	c number of learning phase by cutting planes	: 0
1800.00/1797.00	c speed (assignments/second)	: 12057.071149003577
1800.00/1797.00	c non guided choices	5358
1800.00/1797.02	c timeout
1800.00/1797.03	c learnt constraints type 
1800.00/1797.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.00/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132933
1800.00/1797.03	s UNKNOWN
1800.00/1797.03	c Total wall clock time (in seconds): 1796.927

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-4103696-1466248506/watcher-4103696-1466248506 -o /tmp/evaluation-result-4103696-1466248506/solver-4103696-1466248506 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103696-1466248506.opb 

pid=17398
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.01 2.02 2.00 3/194 17401
/proc/meminfo: memFree=31097580/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 26896302 98570240 977 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 24065 977 743 9 0 16771 0
[pid=17401/tid=17402] ppid=17398 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 26896303 98570240 977 33554432000 1073741824 1073778376 140735994615840 139682107751976 206629062016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 17401
/proc/meminfo: memFree=31097580/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 26896302 9787879424 6121 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2389619 6121 2157 9 0 2380296 0
[pid=17401/tid=17402] ppid=17398 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 26896303 9787879424 6121 33554432000 1073741824 1073778376 140735994615840 139682107755424 206632445197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 17401
/proc/meminfo: memFree=31097580/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 5202 0 1 0 30 1 0 0 20 0 18 0 26896302 9787879424 7532 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2389619 7532 2227 9 0 2380296 0
[pid=17401/tid=17402] ppid=17398 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 26896303 9787879424 7532 33554432000 1073741824 1073778376 140735994615840 139682107755424 139681949887777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300339 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 17401
/proc/meminfo: memFree=31097580/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 9711 0 1 0 55 3 0 0 20 0 18 0 26896302 9787879424 13197 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2389619 13197 2234 9 0 2380296 0
[pid=17401/tid=17402] ppid=17398 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 26896303 9787879424 13197 33554432000 1073741824 1073778376 140735994615840 139682107754296 139682115521363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 17401
/proc/meminfo: memFree=31097580/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 11216 0 1 0 121 7 0 0 20 0 18 0 26896302 9787879424 48874 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2389619 48874 2261 9 0 2380296 0
[pid=17401/tid=17402] ppid=17398 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2467 0 1 0 61 2 0 0 20 0 18 0 26896303 9787879424 48874 33554432000 1073741824 1073778376 140735994615840 139682107748320 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 17419
/proc/meminfo: memFree=30866724/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9558476 CPUtime=2.29 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 11682 0 1 0 217 12 0 0 20 0 18 0 26896302 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2389619 63581 2270 9 0 2380296 0
[pid=17401/tid=17402] ppid=17398 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2482 0 1 0 135 3 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139682107756656 139681949902624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 123 0 0 0 4 0 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 18 0 26896303 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26896304 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26896305 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26896305 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26896307 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) R 17398 17401 16325 0 -1 4202560 4747 0 0 0 27 0 0 0 20 0 18 0 26896307 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681456949400 139682114743808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2608 0 0 0 24 0 0 0 20 0 18 0 26896307 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26896307 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26896307 9787879424 63581 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 17420
/proc/meminfo: memFree=30835004/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 11776 0 1 0 421 13 0 0 20 0 19 0 26896302 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2406260 71848 2278 9 0 2396937 0
[pid=17401/tid=17402] ppid=17398 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2502 0 1 0 293 4 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139682107754880 139681950607341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 123 0 0 0 4 0 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 19 0 26896303 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26896304 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4792 0 0 0 46 0 0 0 20 0 19 0 26896307 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2629 0 0 0 51 0 0 0 20 0 19 0 26896307 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17420] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17420/stat : 17420 (java) S 17398 17401 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26896466 9856040960 71848 33554432000 1073741824 1073778376 140735994615840 139681452738088 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 17420
/proc/meminfo: memFree=30768912/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9625040 CPUtime=7.78 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 12074 0 1 0 759 19 0 0 20 0 19 0 26896302 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2406260 98589 2278 9 0 2396937 0
[pid=17401/tid=17402] ppid=17398 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 2534 0 1 0 605 5 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139682107756672 139681950607325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 42 0 0 0 4 1 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 108 0 0 0 4 3 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 19 0 26896303 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26896304 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4794 0 0 0 50 0 0 0 20 0 19 0 26896307 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2629 0 0 0 56 0 0 0 20 0 19 0 26896307 9856040960 98589 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4794 0 0 0 50 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2631 0 0 0 58 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 95 0 0 0 26 37 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17420] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17420/stat : 17420 (java) S 17398 17401 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26896466 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681452738088 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.26
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/213 17464
/proc/meminfo: memFree=28650752/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9625040 CPUtime=1725.28 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 16516 0 1 0 172406 122 0 0 20 0 19 0 26896302 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2406260 618484 2279 9 0 2396937 0
[pid=17401/tid=17402] ppid=17398 vsize=9625040 CPUtime=1721.69 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 4332 0 1 0 172115 54 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682107748048 139681950597314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 330 0 0 0 17 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 244 0 0 0 20 9 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 285 0 0 0 16 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 205 0 0 0 20 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 182 0 0 0 15 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 276 0 0 0 15 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 295 0 0 0 20 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 312 0 0 0 17 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 1274 0 0 0 0 2 0 0 20 0 19 0 26896304 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4794 0 0 0 50 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2631 0 0 0 58 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 99 0 0 0 27 39 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17420] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17420/stat : 17420 (java) S 17398 17401 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26896466 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681452738088 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 17531
/proc/meminfo: memFree=28647308/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9625040 CPUtime=1785.29 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 16520 0 1 0 178406 123 0 0 20 0 19 0 26896302 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2406260 618484 2279 9 0 2396937 0
[pid=17401/tid=17402] ppid=17398 vsize=9625040 CPUtime=1781.69 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 4332 0 1 0 178114 55 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682107748048 139681950597324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 330 0 0 0 17 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 244 0 0 0 20 9 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 285 0 0 0 16 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 205 0 0 0 20 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 182 0 0 0 15 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 276 0 0 0 15 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 295 0 0 0 20 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 312 0 0 0 17 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 1274 0 0 0 0 2 0 0 20 0 19 0 26896304 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4794 0 0 0 50 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2631 0 0 0 58 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17420] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17420/stat : 17420 (java) S 17398 17401 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26896466 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681452738088 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.02 2.04 2.00 4/213 17531
/proc/meminfo: memFree=28626584/32872528 swapFree=534252/566956
[pid=17401] ppid=17398 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/17401/stat : 17401 (java) S 17398 17401 16325 0 -1 4202496 16520 0 1 0 179876 124 0 0 20 0 19 0 26896302 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 140735994606976 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17401/statm: 2406260 618484 2279 9 0 2396937 0
[pid=17401/tid=17402] ppid=17398 vsize=9625040 CPUtime=1796.39 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (java) R 17398 17401 16325 0 -1 4202560 4332 0 1 0 179584 55 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682107748048 139681950597344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17404] ppid=17398 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (java) S 17398 17401 16325 0 -1 4202560 330 0 0 0 17 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139682069248936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17405] ppid=17398 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17405/stat : 17405 (java) S 17398 17401 16325 0 -1 4202560 244 0 0 0 20 9 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681949805608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17406] ppid=17398 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/17401/task/17406/stat : 17406 (java) S 17398 17401 16325 0 -1 4202560 285 0 0 0 16 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681948752552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17407] ppid=17398 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17401/task/17407/stat : 17407 (java) S 17398 17401 16325 0 -1 4202560 205 0 0 0 20 7 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681947700008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17408] ppid=17398 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17401/task/17408/stat : 17408 (java) S 17398 17401 16325 0 -1 4202560 182 0 0 0 15 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681946646952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17409] ppid=17398 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/17401/task/17409/stat : 17409 (java) S 17398 17401 16325 0 -1 4202560 276 0 0 0 15 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681945594408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17410] ppid=17398 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/17401/task/17410/stat : 17410 (java) S 17398 17401 16325 0 -1 4202560 295 0 0 0 20 6 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681944541352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17411] ppid=17398 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17401/task/17411/stat : 17411 (java) S 17398 17401 16325 0 -1 4202560 312 0 0 0 17 8 0 0 20 0 19 0 26896303 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681943488808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17412] ppid=17398 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17401/task/17412/stat : 17412 (java) S 17398 17401 16325 0 -1 4202560 1274 0 0 0 0 2 0 0 20 0 19 0 26896304 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681461160808 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17413] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17413/stat : 17413 (java) S 17398 17401 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681460107128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17414] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17414/stat : 17414 (java) S 17398 17401 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26896305 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681459053960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17401/tid=17415] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17415/stat : 17415 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681458002704 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17401/tid=17416] ppid=17398 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17401/task/17416/stat : 17416 (java) S 17398 17401 16325 0 -1 4202560 4794 0 0 0 50 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681456949560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17417] ppid=17398 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/17401/task/17417/stat : 17417 (java) S 17398 17401 16325 0 -1 4202560 2631 0 0 0 58 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681455897016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17418] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17418/stat : 17418 (java) S 17398 17401 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681454844152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17401/tid=17419] ppid=17398 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/17401/task/17419/stat : 17419 (java) S 17398 17401 16325 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 19 0 26896307 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681453791816 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17401/tid=17420] ppid=17398 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17420/stat : 17420 (java) S 17398 17401 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26896466 9856040960 618484 33554432000 1073741824 1073778376 140735994615840 139681452738088 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17401 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.04
CPU time (s): 1800.48
CPU user time (s): 1798.78
CPU system time (s): 1.70274
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.70274
maximum resident set size= 2474076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16561
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38233
involuntary context switches= 2826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6534 second user time and 13.6739 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 13:15:07
IDJOB=4103696
IDBENCH=2433
IDSOLVER=2546
FILE ID=node138/4103696-1466248506
RUNJOBID= node138-1466241309-16342
PBS_JOBID= 19918205
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= a4f456875ede4549ae03268180cd603c
RANDOM SEED=850103215

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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:        31097960 kB
Buffers:          125004 kB
Cached:           149016 kB
SwapCached:         1060 kB
Active:           275464 kB
Inactive:         182364 kB
Active(anon):     184436 kB
Inactive(anon):     1692 kB
Active(file):      91028 kB
Inactive(file):   180672 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             10988 kB
Writeback:             0 kB
AnonPages:        764720 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             605404 kB
SReclaimable:      48588 kB
SUnreclaim:       556816 kB
KernelStack:        1584 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71720 MiB
End job on node138 at 2016-06-18 13:45:04