Trace number 4103294

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 Res+CP PB16? (TO) 1800.02 896.658

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-mkc1.opb
MD5SUMc469eec4209d8404cb0293cb27bb013d
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 variables27743
Total number of constraints5584
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints4848
Minimum length of a constraint2
Maximum length of a constraint25072
Number of terms in the objective function 25306
Biggest coefficient in the objective function 20480000
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 56454927307
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 536870912000
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 1129539816832
Number of bits of the biggest sum of numbers41
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103294-1466221500.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.21/1.02	c ... done. Wall clock time 0.917s.
2.21/1.02	c declared #vars     27743
2.21/1.02	c #constraints  5586
2.21/1.03	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.21/1.03	c constraints type 
2.21/1.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
2.21/1.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 712
2.21/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4850
2.21/1.03	c 5586 constraints processed.
2.21/1.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.21/1.03	c constraints type 
2.21/1.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 712
2.21/1.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
2.21/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4850
2.21/1.03	c 5586 constraints processed.
2.21/1.03	c objective function length is 25306 literals
79.80/39.07	c cleaning 2500 clauses out of 5000 with flag 9934/5002
181.12/89.69	c cleaning 4247 clauses out of 8498 with flag 21934/11000
311.70/154.63	c cleaning 5626 clauses out of 11251 with flag 35934/18000
462.81/229.91	c cleaning 6813 clauses out of 13627 with flag 51938/26002
584.71/290.63	c cleaning 7908 clauses out of 15815 with flag 72599/35003
683.69/340.10	c cleaning 8958 clauses out of 17916 with flag 94687/45012
797.48/396.93	c cleaning 9989 clauses out of 19977 with flag 119890/56031
924.01/460.12	c cleaning 10989 clauses out of 21977 with flag 149520/68020
1043.50/519.32	c cleaning 11984 clauses out of 23968 with flag 180926/81000
1153.06/574.09	c cleaning 13018 clauses out of 26036 with flag 214185/95052
1293.37/644.29	c cleaning 13992 clauses out of 27985 with flag 248388/110019
1445.30/720.04	c cleaning 14987 clauses out of 29974 with flag 291435/126000
1606.33/800.17	c cleaning 15999 clauses out of 31997 with flag 335209/143010
1766.18/879.93	c cleaning 17006 clauses out of 34012 with flag 383363/161024
1800.02/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.61	c starts		: 831
1800.02/896.61	c conflicts		: 165058
1800.02/896.61	c decisions		: 17523576
1800.02/896.61	c propagations		: 51926963
1800.02/896.61	c inspects		: 264630397
1800.02/896.61	c shortcuts		: 0
1800.02/896.61	c learnt literals	: 2
1800.02/896.61	c learnt binary clauses	: 98
1800.02/896.61	c learnt ternary clauses	: 0
1800.02/896.61	c learnt constraints	: 165056
1800.02/896.61	c ignored constraints	: 0
1800.02/896.61	c root simplifications	: 0
1800.02/896.61	c removed literals (reason simplification)	: 7516494
1800.02/896.61	c reason swapping (by a shorter reason)	: 0
1800.02/896.61	c Calls to reduceDB	: 14
1800.02/896.61	c Number of update (reduction) of LBD	: 5590
1800.02/896.61	c Imported unit clauses	: 0
1800.02/896.61	c number of reductions to clauses (during analyze)	: 0
1800.02/896.61	c number of learned constraints concerned by reduction	: 0
1800.02/896.61	c number of learning phase by resolution	: 0
1800.02/896.61	c number of learning phase by cutting planes	: 0
1800.02/896.61	c speed (assignments/second)	: 57987.90370761635
1800.02/896.61	c non guided choices	0
1800.02/896.62	c learnt constraints type 
1800.02/896.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
1800.02/896.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20943
1800.02/896.62	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.62	c starts		: 1
1800.02/896.62	c conflicts		: 77
1800.02/896.62	c decisions		: 26339
1800.02/896.62	c propagations		: 908562
1800.02/896.62	c inspects		: 15889035
1800.02/896.62	c shortcuts		: 0
1800.02/896.62	c learnt literals	: 0
1800.02/896.62	c learnt binary clauses	: 0
1800.02/896.62	c learnt ternary clauses	: 0
1800.02/896.62	c learnt constraints	: 76
1800.02/896.62	c ignored constraints	: 0
1800.02/896.62	c root simplifications	: 0
1800.02/896.62	c removed literals (reason simplification)	: 0
1800.02/896.62	c reason swapping (by a shorter reason)	: 0
1800.02/896.62	c Calls to reduceDB	: 0
1800.02/896.62	c Number of update (reduction) of LBD	: 0
1800.02/896.62	c Imported unit clauses	: 0
1800.02/896.62	c number of reductions to clauses (during analyze)	: 0
1800.02/896.62	c number of learned constraints concerned by reduction	: 0
1800.02/896.62	c number of learning phase by resolution	: 0
1800.02/896.62	c number of learning phase by cutting planes	: 0
1800.02/896.62	c speed (assignments/second)	: 1014.595328601484
1800.02/896.62	c non guided choices	0
1800.02/896.62	c learnt constraints type 
1800.02/896.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 76
1800.02/896.62	s UNKNOWN
1800.02/896.62	c Total wall clock time (in seconds): 896.516

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-4103294-1466221500/watcher-4103294-1466221500 -o /tmp/evaluation-result-4103294-1466221500/solver-4103294-1466221500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103294-1466221500.opb 

pid=14157
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.02 4.26 4.24 5/199 14160
/proc/meminfo: memFree=27853456/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 24195936 98570240 978 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 24065 978 744 9 0 16771 0
[pid=14160/tid=14161] ppid=14157 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) R 14157 14160 7329 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 24195937 98570240 978 33554432000 1073741824 1073778376 140736911587824 139728450936360 215124624768 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 4.02 4.26 4.24 5/199 14160
/proc/meminfo: memFree=27853456/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 4478 0 1 0 10 0 0 0 20 0 18 0 24195936 9787879424 6109 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2389619 6109 2156 9 0 2380296 0
[pid=14160/tid=14161] ppid=14157 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) R 14157 14160 7329 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 24195937 9787879424 6109 33554432000 1073741824 1073778376 140736911587824 139728450939760 139728457832689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.02 4.26 4.24 5/199 14160
/proc/meminfo: memFree=27853456/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 5064 0 1 0 30 1 0 0 20 0 18 0 24195936 9787879424 7465 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2389619 7465 2227 9 0 2380296 0
[pid=14160/tid=14161] ppid=14157 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) R 14157 14160 7329 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 24195937 9787879424 7465 33554432000 1073741824 1073778376 140736911587824 139728450939760 139728454226839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.328228 s]
/proc/loadavg: 4.02 4.26 4.24 5/199 14160
/proc/meminfo: memFree=27853456/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 6925 0 1 0 58 1 0 0 20 0 18 0 24195936 9787879424 12515 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2389619 12515 2236 9 0 2380296 0
[pid=14160/tid=14161] ppid=14157 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) R 14157 14160 7329 0 -1 4202560 2419 0 1 0 30 0 0 0 20 0 18 0 24195937 9787879424 12515 33554432000 1073741824 1073778376 140736911587824 139728450939760 139728322118791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700313 s]
/proc/loadavg: 4.02 4.26 4.24 5/199 14160
/proc/meminfo: memFree=27853456/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9558476 CPUtime=1.42 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 14379 0 1 0 138 4 0 0 20 0 18 0 24195936 9787879424 33709 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2389619 33709 2254 9 0 2380296 0
[pid=14160/tid=14161] ppid=14157 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) R 14157 14160 7329 0 -1 4202560 2458 0 1 0 66 1 0 0 20 0 18 0 24195937 9787879424 33709 33554432000 1073741824 1073778376 140736911587824 139728450932768 139728322265632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.02 4.26 4.24 8/219 14180
/proc/meminfo: memFree=27656852/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9824732 CPUtime=4.1 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 25954 0 1 0 401 9 0 0 20 0 22 0 24195936 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2456183 55896 2286 9 0 2446860 0
[pid=14160/tid=14161] ppid=14157 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) S 14157 14160 7329 0 -1 4202560 2487 0 1 0 93 2 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728450941816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14163] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14163/stat : 14163 (java) S 14157 14160 7329 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728294460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14164] ppid=14157 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14160/task/14164/stat : 14164 (java) S 14157 14160 7329 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728293407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14165] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 24195937 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14172/stat : 14172 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728273839864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14173] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14173/stat : 14173 (java) S 14157 14160 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728272786952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14174] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14174/stat : 14174 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728271735440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14175] ppid=14157 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/14160/task/14175/stat : 14175 (java) R 14157 14160 7329 0 -1 4202560 9772 0 0 0 110 2 0 0 20 0 22 0 24195941 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728270682552 139728457948318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14176] ppid=14157 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/14160/task/14176/stat : 14176 (java) R 14157 14160 7329 0 -1 4202560 12232 0 0 0 86 2 0 0 20 0 22 0 24195941 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728269617280 139728456784736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14177] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14177/stat : 14177 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728268577144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14178] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14178/stat : 14178 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728267524552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14179] ppid=14157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/14160/task/14179/stat : 14179 (java) R 14157 14160 7329 0 -1 4202560 18 0 0 0 45 0 0 0 20 0 22 0 24196039 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728266470792 139728454226896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14180] ppid=14157 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/14160/task/14180/stat : 14180 (java) R 14157 14160 7329 0 -1 4202560 29 0 0 0 45 0 0 0 20 0 22 0 24196039 10060525568 55896 33554432000 1073741824 1073778376 140736911587824 139728265417000 139728323141939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.02 4.26 4.24 6/221 14182
/proc/meminfo: memFree=27653720/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9824732 CPUtime=7.64 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 26426 0 1 0 748 16 0 0 20 0 22 0 24195936 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2456183 71611 2286 9 0 2446860 0
[pid=14160/tid=14161] ppid=14157 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) S 14157 14160 7329 0 -1 4202560 2487 0 1 0 93 2 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728450941816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14163] ppid=14157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14160/task/14163/stat : 14163 (java) S 14157 14160 7329 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728294460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14164] ppid=14157 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14160/task/14164/stat : 14164 (java) S 14157 14160 7329 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728293407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14165] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 86 0 0 0 4 2 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 75 0 0 0 4 2 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 239 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14172/stat : 14172 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728273839864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14173] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14173/stat : 14173 (java) S 14157 14160 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728272786952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14174] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14174/stat : 14174 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728271735440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14175] ppid=14157 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/14160/task/14175/stat : 14175 (java) S 14157 14160 7329 0 -1 4202560 9772 0 0 0 121 2 0 0 20 0 22 0 24195941 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728270682552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14176] ppid=14157 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/14160/task/14176/stat : 14176 (java) S 14157 14160 7329 0 -1 4202560 12232 0 0 0 99 2 0 0 20 0 22 0 24195941 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728269629752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14177] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14177/stat : 14177 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728268577144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14178] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14178/stat : 14178 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728267524552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14179] ppid=14157 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/14160/task/14179/stat : 14179 (java) R 14157 14160 7329 0 -1 4202560 20 0 0 0 199 0 0 0 20 0 22 0 24196039 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728266470136 139728323330253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14180] ppid=14157 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/14160/task/14180/stat : 14180 (java) R 14157 14160 7329 0 -1 4202560 29 0 0 0 199 0 0 0 20 0 22 0 24196039 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728265415184 139728323425634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14181] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14181/stat : 14181 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728264365480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14182] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14182/stat : 14182 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 71611 33554432000 1073741824 1073778376 140736911587824 139728263312680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.02 4.26 4.24 5/221 14182
/proc/meminfo: memFree=27593568/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9824732 CPUtime=14.08 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 26435 0 1 0 1392 16 0 0 20 0 22 0 24195936 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2456183 70844 2286 9 0 2446860 0
[pid=14160/tid=14161] ppid=14157 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) S 14157 14160 7329 0 -1 4202560 2487 0 1 0 93 2 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728450941816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14163] ppid=14157 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14160/task/14163/stat : 14163 (java) S 14157 14160 7329 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728294460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14164] ppid=14157 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14160/task/14164/stat : 14164 (java) S 14157 14160 7329 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728293407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14165] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 86 0 0 0 4 2 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 75 0 0 0 4 2 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 239 0 0 0 2 0 0 0 20 0 22 0 24195937 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 70844 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 1256 0 0 0 189 79 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 1357 0 0 0 196 76 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 1570 0 0 0 214 89 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 1366 0 0 0 191 74 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 1493 0 0 0 176 92 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 1571 0 0 0 194 74 0 0 20 0 22 0 24195937 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 5838 0 0 0 577 10 0 0 20 0 22 0 24195939 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14172/stat : 14172 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728273839864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14173] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14173/stat : 14173 (java) S 14157 14160 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728272786952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14174] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14174/stat : 14174 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728271735440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14175] ppid=14157 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/14160/task/14175/stat : 14175 (java) S 14157 14160 7329 0 -1 4202560 9811 0 0 0 145 2 0 0 20 0 22 0 24195941 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728270682552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14176] ppid=14157 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14160/task/14176/stat : 14176 (java) S 14157 14160 7329 0 -1 4202560 12236 0 0 0 114 2 0 0 20 0 22 0 24195941 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728269629752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14177] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14177/stat : 14177 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728268577144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14178] ppid=14157 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/14160/task/14178/stat : 14178 (java) S 14157 14160 7329 0 -1 4202560 47 0 0 0 10 14 0 0 20 0 22 0 24195941 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728267524552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14179] ppid=14157 vsize=9824732 CPUtime=807.57 cores=0,2,4,6
/proc/14160/task/14179/stat : 14179 (java) R 14157 14160 7329 0 -1 4202560 642 0 0 0 80740 17 0 0 20 0 22 0 24196039 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728266469408 139728323329898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14180] ppid=14157 vsize=9824732 CPUtime=807.73 cores=0,2,4,6
/proc/14160/task/14180/stat : 14180 (java) R 14157 14160 7329 0 -1 4202560 325 0 0 0 80757 16 0 0 20 0 22 0 24196039 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728265415328 139728323425698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14181] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14181/stat : 14181 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728264365480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14182] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14182/stat : 14182 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565766 33554432000 1073741824 1073778376 140736911587824 139728263312680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1650.7
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.60 4.42 4.31 5/221 14274
/proc/meminfo: memFree=20328808/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9824732 CPUtime=1771 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 43575 0 1 0 176434 666 0 0 20 0 22 0 24195936 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2456183 1565772 2298 9 0 2446860 0
[pid=14160/tid=14161] ppid=14157 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) S 14157 14160 7329 0 -1 4202560 2505 0 1 0 95 4 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728450941816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14163] ppid=14157 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14160/task/14163/stat : 14163 (java) S 14157 14160 7329 0 -1 4202560 1108 0 0 0 210 65 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728294460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14164] ppid=14157 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/14160/task/14164/stat : 14164 (java) S 14157 14160 7329 0 -1 4202560 1176 0 0 0 174 72 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728293407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14165] ppid=14157 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 1256 0 0 0 193 79 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 1357 0 0 0 206 76 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 1570 0 0 0 223 89 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 1367 0 0 0 194 74 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 1493 0 0 0 179 92 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 1571 0 0 0 209 74 0 0 20 0 22 0 24195937 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 5840 0 0 0 577 10 0 0 20 0 22 0 24195939 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14172/stat : 14172 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728273839864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14173] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14173/stat : 14173 (java) S 14157 14160 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728272786952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14174] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14174/stat : 14174 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728271735440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14175] ppid=14157 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/14160/task/14175/stat : 14175 (java) S 14157 14160 7329 0 -1 4202560 9811 0 0 0 145 2 0 0 20 0 22 0 24195941 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728270682552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14176] ppid=14157 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14160/task/14176/stat : 14176 (java) S 14157 14160 7329 0 -1 4202560 12236 0 0 0 114 2 0 0 20 0 22 0 24195941 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728269629752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14177] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14177/stat : 14177 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728268577144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14178] ppid=14157 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/14160/task/14178/stat : 14178 (java) S 14157 14160 7329 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 24195941 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728267524552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14179] ppid=14157 vsize=9824732 CPUtime=867.28 cores=0,2,4,6
/proc/14160/task/14179/stat : 14179 (java) R 14157 14160 7329 0 -1 4202560 643 0 0 0 86710 18 0 0 20 0 22 0 24196039 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728266461712 139728323318318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14180] ppid=14157 vsize=9824732 CPUtime=867.43 cores=0,2,4,6
/proc/14160/task/14180/stat : 14180 (java) R 14157 14160 7329 0 -1 4202560 325 0 0 0 86726 17 0 0 20 0 22 0 24196039 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728265415328 139728323430328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14181] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14181/stat : 14181 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728264365480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14182] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14182/stat : 14182 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565772 33554432000 1073741824 1073778376 140736911587824 139728263312680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1771
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.98 4.52 4.34 5/221 14274
/proc/meminfo: memFree=20328688/32872528 swapFree=1505436/1685308
[pid=14160] ppid=14157 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/14160/stat : 14160 (java) S 14157 14160 7329 0 -1 4202496 43583 0 1 0 179336 666 0 0 20 0 22 0 24195936 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 140736911578960 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14160/statm: 2456183 1565777 2298 9 0 2446860 0
[pid=14160/tid=14161] ppid=14157 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14160/task/14161/stat : 14161 (java) S 14157 14160 7329 0 -1 4202560 2506 0 1 0 95 4 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728450941816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14163] ppid=14157 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/14160/task/14163/stat : 14163 (java) S 14157 14160 7329 0 -1 4202560 1108 0 0 0 216 65 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728294460456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14164] ppid=14157 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14160/task/14164/stat : 14164 (java) S 14157 14160 7329 0 -1 4202560 1179 0 0 0 187 72 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728293407656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14165] ppid=14157 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14160/task/14165/stat : 14165 (java) S 14157 14160 7329 0 -1 4202560 1258 0 0 0 199 79 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728292354856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14166] ppid=14157 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/14160/task/14166/stat : 14166 (java) S 14157 14160 7329 0 -1 4202560 1357 0 0 0 222 76 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728291302056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14167] ppid=14157 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/14160/task/14167/stat : 14167 (java) S 14157 14160 7329 0 -1 4202560 1570 0 0 0 234 89 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728290249256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14168] ppid=14157 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/14160/task/14168/stat : 14168 (java) S 14157 14160 7329 0 -1 4202560 1367 0 0 0 200 74 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728289196456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14169] ppid=14157 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/14160/task/14169/stat : 14169 (java) S 14157 14160 7329 0 -1 4202560 1493 0 0 0 190 92 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728288143656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14170] ppid=14157 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/14160/task/14170/stat : 14170 (java) S 14157 14160 7329 0 -1 4202560 1571 0 0 0 230 74 0 0 20 0 22 0 24195937 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728287090856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14171] ppid=14157 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/14160/task/14171/stat : 14171 (java) S 14157 14160 7329 0 -1 4202560 5842 0 0 0 577 10 0 0 20 0 22 0 24195939 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728274893800 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14172] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14172/stat : 14172 (java) S 14157 14160 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728273839864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14173] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14173/stat : 14173 (java) S 14157 14160 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24195939 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728272786952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14174] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14174/stat : 14174 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728271735440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14175] ppid=14157 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/14160/task/14175/stat : 14175 (java) S 14157 14160 7329 0 -1 4202560 9811 0 0 0 145 2 0 0 20 0 22 0 24195941 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728270682552 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14160/tid=14176] ppid=14157 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14160/task/14176/stat : 14176 (java) S 14157 14160 7329 0 -1 4202560 12236 0 0 0 114 2 0 0 20 0 22 0 24195941 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728269629752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14177] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14177/stat : 14177 (java) S 14157 14160 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24195941 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728268577144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14178] ppid=14157 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/14160/task/14178/stat : 14178 (java) S 14157 14160 7329 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 24195941 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728267524552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14179] ppid=14157 vsize=9824732 CPUtime=881.31 cores=0,2,4,6
/proc/14160/task/14179/stat : 14179 (java) R 14157 14160 7329 0 -1 4202560 643 0 0 0 88113 18 0 0 20 0 22 0 24196039 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728266468368 139728322982016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14160/tid=14180] ppid=14157 vsize=9824732 CPUtime=881.47 cores=0,2,4,6
/proc/14160/task/14180/stat : 14180 (java) R 14157 14160 7329 0 -1 4202560 325 0 0 0 88130 17 0 0 20 0 22 0 24196039 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728265416624 139728323425597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14160/tid=14181] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14181/stat : 14181 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728264365480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14160/tid=14182] ppid=14157 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14160/task/14182/stat : 14182 (java) S 14157 14160 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24196050 10060525568 1565777 33554432000 1073741824 1073778376 140736911587824 139728263312680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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 14160 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14160 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=810059
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=70925
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.658
CPU time (s): 1800.02
CPU user time (s): 1793.36
CPU system time (s): 6.66
CPU usage (%): 200.748
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.81
system time used= 7.07092
maximum resident set size= 6283984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43616
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21910
involuntary context switches= 16682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02508 second user time and 6.99394 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 05:45:00
IDJOB=4103294
IDBENCH=2320
IDSOLVER=2543
FILE ID=node135/4103294-1466221500
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-mkc1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103294-1466221500/watcher-4103294-1466221500 -o /tmp/evaluation-result-4103294-1466221500/solver-4103294-1466221500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103294-1466221500.opb

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

MD5SUM BENCH= c469eec4209d8404cb0293cb27bb013d
RANDOM SEED=187462832

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27854000 kB
Buffers:          105732 kB
Cached:           149712 kB
SwapCached:          712 kB
Active:          2391176 kB
Inactive:         192948 kB
Active(anon):    2330264 kB
Inactive(anon):     1300 kB
Active(file):      60912 kB
Inactive(file):   191648 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              2724 kB
Writeback:             0 kB
AnonPages:       4024064 kB
Mapped:            15520 kB
Shmem:                 0 kB
Slab:             600304 kB
SReclaimable:      43972 kB
SUnreclaim:       556332 kB
KernelStack:        1640 kB
PageTables:        12424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4260388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2451456 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= 71668 MiB
End job on node135 at 2016-06-18 05:59:57