Trace number 4100450

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.11 899.279

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
MD5SUM24f5fdc248e1411d713d304748099da5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20024
Total number of constraints1258
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)912
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint2
Maximum length of a constraint15837
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 532272
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization by upper bound
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Glucose 2.1 dynamic restart strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	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.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-4100450-1466209735.opb
0.06/0.14	c reading problem ... 
0.06/0.14	c  objective function found
2.38/1.38	c ... done. Wall clock time 1.246s.
2.38/1.38	c declared #vars     20024
2.38/1.38	c #constraints  1473
2.38/1.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.38/1.39	c constraints type 
2.38/1.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 912
2.38/1.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
2.38/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
2.38/1.39	c 1473 constraints processed.
2.38/1.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.38/1.39	c constraints type 
2.38/1.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
2.38/1.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
2.38/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
2.38/1.39	c 1473 constraints processed.
2.38/1.39	c objective function length is 31 literals
54.25/26.50	c cleaning 2497 clauses out of 5001 with flag 14223/5002
83.09/40.74	c cleaning 4252 clauses out of 8503 with flag 27381/11001
115.80/57.08	c cleaning 5626 clauses out of 11251 with flag 41709/18001
156.49/77.40	c cleaning 6810 clauses out of 13625 with flag 58402/26001
204.69/101.50	c cleaning 7908 clauses out of 15815 with flag 76983/35001
265.70/132.09	c cleaning 8947 clauses out of 17906 with flag 97337/45000
330.15/164.67	c cleaning 9978 clauses out of 19959 with flag 123231/56000
407.36/203.27	c cleaning 10990 clauses out of 21981 with flag 151016/68000
480.18/239.71	c cleaning 11992 clauses out of 23991 with flag 179916/81000
562.02/280.66	c cleaning 13000 clauses out of 26000 with flag 211910/95001
650.43/325.05	c cleaning 13996 clauses out of 28004 with flag 244364/110005
732.40/365.99	c cleaning 15001 clauses out of 30004 with flag 278739/126001
817.48/408.65	c cleaning 16006 clauses out of 32012 with flag 315113/143010
913.35/456.73	c cleaning 17000 clauses out of 34000 with flag 352377/161004
1019.64/509.88	c cleaning 17999 clauses out of 35997 with flag 392826/180001
1141.78/570.73	c cleaning 18999 clauses out of 37998 with flag 436385/200001
1291.17/645.23	c cleaning 20003 clauses out of 40005 with flag 479165/221007
1437.21/718.36	c cleaning 20999 clauses out of 41998 with flag 524302/243003
1643.99/821.46	c cleaning 22002 clauses out of 44003 with flag 573264/266007
1800.11/899.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.20	c starts		: 123
1800.11/899.20	c conflicts		: 281126
1800.11/899.20	c decisions		: 1271525
1800.11/899.20	c propagations		: 10810997
1800.11/899.20	c inspects		: 336454352
1800.11/899.20	c shortcuts		: 0
1800.11/899.20	c learnt literals	: 1
1800.11/899.20	c learnt binary clauses	: 0
1800.11/899.20	c learnt ternary clauses	: 10
1800.11/899.20	c learnt constraints	: 281124
1800.11/899.20	c ignored constraints	: 0
1800.11/899.20	c root simplifications	: 0
1800.11/899.20	c removed literals (reason simplification)	: 5449931
1800.11/899.20	c reason swapping (by a shorter reason)	: 0
1800.11/899.20	c Calls to reduceDB	: 19
1800.11/899.20	c Number of update (reduction) of LBD	: 11686
1800.11/899.20	c Imported unit clauses	: 0
1800.11/899.20	c number of reductions to clauses (during analyze)	: 0
1800.11/899.20	c number of learned constraints concerned by reduction	: 0
1800.11/899.20	c number of learning phase by resolution	: 0
1800.11/899.20	c number of learning phase by cutting planes	: 0
1800.11/899.20	c speed (assignments/second)	: 12041.747930759095
1800.11/899.20	c non guided choices	17264
1800.11/899.22	c learnt constraints type 
1800.11/899.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37120
1800.11/899.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.22	c starts		: 3
1800.11/899.22	c conflicts		: 223
1800.11/899.22	c decisions		: 51866
1800.11/899.22	c propagations		: 121141
1800.11/899.22	c inspects		: 5335590
1800.11/899.22	c shortcuts		: 0
1800.11/899.22	c learnt literals	: 0
1800.11/899.22	c learnt binary clauses	: 0
1800.11/899.22	c learnt ternary clauses	: 0
1800.11/899.22	c learnt constraints	: 222
1800.11/899.22	c ignored constraints	: 0
1800.11/899.22	c root simplifications	: 0
1800.11/899.22	c removed literals (reason simplification)	: 0
1800.11/899.22	c reason swapping (by a shorter reason)	: 0
1800.11/899.22	c Calls to reduceDB	: 0
1800.11/899.22	c Number of update (reduction) of LBD	: 0
1800.11/899.22	c Imported unit clauses	: 0
1800.11/899.22	c number of reductions to clauses (during analyze)	: 0
1800.11/899.22	c number of learned constraints concerned by reduction	: 0
1800.11/899.22	c number of learning phase by resolution	: 0
1800.11/899.22	c number of learning phase by cutting planes	: 0
1800.11/899.22	c speed (assignments/second)	: 134.9298902770863
1800.11/899.22	c non guided choices	0
1800.11/899.22	c learnt constraints type 
1800.11/899.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.11/899.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 216
1800.11/899.22	s UNKNOWN
1800.11/899.22	c Total wall clock time (in seconds): 899.084

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-4100450-1466209735/watcher-4100450-1466209735 -o /tmp/evaluation-result-4100450-1466209735/solver-4100450-1466209735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100450-1466209735.opb 

pid=18150
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.20 4.21 4.11 5/197 18153
/proc/meminfo: memFree=25979640/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18153/stat : 18153 (java) D 18150 18153 15709 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23021953 2560000 46 33554432000 1073741824 1073778376 140736445134768 140736445131896 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 625 46 37 9 0 29 0

[startup+0.100117 s]
/proc/loadavg: 4.20 4.21 4.11 5/197 18153
/proc/meminfo: memFree=25979640/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 3506 0 1 0 5 1 0 0 20 0 18 0 23021953 9787879424 4637 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2389619 4637 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 4.20 4.21 4.11 5/197 18153
/proc/meminfo: memFree=25979640/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 4721 0 1 0 20 1 0 0 20 0 18 0 23021953 9787879424 6816 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2389619 6816 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 4.20 4.21 4.11 5/197 18153
/proc/meminfo: memFree=25979640/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 9126 0 1 0 47 2 0 0 20 0 18 0 23021953 9787879424 10897 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2389619 10899 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 4.20 4.21 4.11 5/197 18153
/proc/meminfo: memFree=25979640/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 14725 0 1 0 132 5 0 0 20 0 18 0 23021953 9787879424 41213 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2389619 41213 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 4.20 4.21 4.11 12/215 18171
/proc/meminfo: memFree=25732080/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 15787 0 1 0 278 19 0 0 20 0 22 0 23021953 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2456183 103434 2271 9 0 2446860 0
[pid=18153/tid=18155] ppid=18150 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18153/task/18155/stat : 18155 (java) S 18150 18153 15709 0 -1 4202560 2548 0 1 0 110 5 0 0 20 0 22 0 23021954 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476342252408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18156] ppid=18150 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18153/task/18156/stat : 18156 (java) S 18150 18153 15709 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476303743912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18157] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18157/stat : 18157 (java) S 18150 18153 15709 0 -1 4202560 57 0 0 0 6 0 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476302691368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18158] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 59 0 0 0 5 1 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 96 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 22 0 23021956 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6761 0 0 0 46 0 0 0 20 0 22 0 23021960 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) R 18150 18153 15709 0 -1 4202560 4342 0 0 0 47 0 0 0 20 0 22 0 23021960 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475690352400 217410185365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 103434 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.26 4.22 4.12 5/219 18175
/proc/meminfo: memFree=25614436/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9824732 CPUtime=7.04 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 15935 0 1 0 681 23 0 0 20 0 22 0 23021953 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2456183 111207 2277 9 0 2446860 0
[pid=18153/tid=18155] ppid=18150 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18153/task/18155/stat : 18155 (java) S 18150 18153 15709 0 -1 4202560 2548 0 1 0 110 5 0 0 20 0 22 0 23021954 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476342252408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18156] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18156/stat : 18156 (java) S 18150 18153 15709 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476303743912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18157] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18157/stat : 18157 (java) S 18150 18153 15709 0 -1 4202560 72 0 0 0 6 1 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476302691368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18158] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 64 0 0 0 6 1 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 164 0 0 0 12 3 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 142 0 0 0 9 3 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 122 0 0 0 7 3 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6765 0 0 0 88 0 0 0 20 0 22 0 23021960 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) S 18150 18153 15709 0 -1 4202560 4346 0 0 0 84 0 0 0 20 0 22 0 23021960 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475690355128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18172] ppid=18150 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/18153/task/18172/stat : 18172 (java) R 18150 18153 15709 0 -1 4202560 26 0 0 0 164 0 0 0 20 0 22 0 23022092 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475687194584 140476184178384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18173] ppid=18150 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/18153/task/18173/stat : 18173 (java) R 18150 18153 15709 0 -1 4202560 23 0 0 0 164 0 0 0 20 0 22 0 23022092 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475686140768 140476184410737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18174] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18174/stat : 18174 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475685090600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18175] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18175/stat : 18175 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 111207 33554432000 1073741824 1073778376 140736081184352 140475684038056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.26 4.22 4.12 5/219 18175
/proc/meminfo: memFree=25573996/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9824732 CPUtime=13.67 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 16169 0 1 0 1343 24 0 0 20 0 22 0 23021953 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2456183 128709 2277 9 0 2446860 0
[pid=18153/tid=18155] ppid=18150 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18153/task/18155/stat : 18155 (java) S 18150 18153 15709 0 -1 4202560 2548 0 1 0 110 5 0 0 20 0 22 0 23021954 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476342252408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18156] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18156/stat : 18156 (java) S 18150 18153 15709 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476303743912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18157] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18157/stat : 18157 (java) S 18150 18153 15709 0 -1 4202560 72 0 0 0 6 1 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476302691368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18158] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 64 0 0 0 6 1 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 164 0 0 0 12 3 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 142 0 0 0 9 3 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 122 0 0 0 7 3 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 23021956 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6776 0 0 0 103 0 0 0 20 0 22 0 23021960 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) S 18150 18153 15709 0 -1 4202560 4350 0 0 0 94 0 0 0 20 0 22 0 23021960 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475690355128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 128709 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18172] ppid=18150 vsize=9824732 CPUtime=4.82 cores=0,2,4,6

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

/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 14661 0 0 0 171 45 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 14744 0 0 0 166 48 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 11023 0 0 0 148 35 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 13405 0 0 0 142 34 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 14066 0 0 0 122 39 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 10147 0 0 0 142 38 0 0 20 0 22 0 23021956 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 12330 0 0 0 683 10 0 0 20 0 22 0 23021957 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6791 0 0 0 120 0 0 0 20 0 22 0 23021960 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) S 18150 18153 15709 0 -1 4202560 4711 0 0 0 163 0 0 0 20 0 22 0 23021960 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475690355128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 47 0 0 0 8 13 0 0 20 0 22 0 23021960 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18172] ppid=18150 vsize=9824732 CPUtime=807.94 cores=0,2,4,6
/proc/18153/task/18172/stat : 18172 (java) R 18150 18153 15709 0 -1 4202560 1284 0 0 0 80764 30 0 0 20 0 22 0 23022092 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475687186848 140476184528936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18173] ppid=18150 vsize=9824732 CPUtime=808.05 cores=0,2,4,6
/proc/18153/task/18173/stat : 18173 (java) R 18150 18153 15709 0 -1 4202560 203 0 0 0 80787 18 0 0 20 0 22 0 23022092 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475686141936 140476184353215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18174] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18174/stat : 18174 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475685090600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18175] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18175/stat : 18175 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231086 33554432000 1073741824 1073778376 140736081184352 140475684038056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1645.79
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.09 4.16 4.16 5/219 18267
/proc/meminfo: memFree=21217848/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9824732 CPUtime=1766.33 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 133128 0 1 0 176268 365 0 0 20 0 22 0 23021953 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2456183 1231130 2291 9 0 2446860 0
[pid=18153/tid=18155] ppid=18150 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18153/task/18155/stat : 18155 (java) S 18150 18153 15709 0 -1 4202560 2566 0 1 0 112 6 0 0 20 0 22 0 23021954 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476342252408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18156] ppid=18150 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/18153/task/18156/stat : 18156 (java) S 18150 18153 15709 0 -1 4202560 11634 0 0 0 123 31 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476303743912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18157] ppid=18150 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18153/task/18157/stat : 18157 (java) S 18150 18153 15709 0 -1 4202560 14198 0 0 0 152 40 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476302691368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18158] ppid=18150 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 14661 0 0 0 180 45 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 14744 0 0 0 182 48 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 11040 0 0 0 165 35 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 13416 0 0 0 165 34 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 14066 0 0 0 138 39 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 10147 0 0 0 151 38 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 12350 0 0 0 683 10 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6791 0 0 0 120 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) S 18150 18153 15709 0 -1 4202560 4711 0 0 0 163 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475690355128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 51 0 0 0 8 14 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18172] ppid=18150 vsize=9824732 CPUtime=867.5 cores=0,2,4,6
/proc/18153/task/18172/stat : 18172 (java) R 18150 18153 15709 0 -1 4202560 1285 0 0 0 86718 32 0 0 20 0 22 0 23022092 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475687193696 140476184528936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18173] ppid=18150 vsize=9824732 CPUtime=867.61 cores=0,2,4,6
/proc/18153/task/18173/stat : 18173 (java) R 18150 18153 15709 0 -1 4202560 203 0 0 0 86742 19 0 0 20 0 22 0 23022092 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475686141520 140476183993991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18174] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18174/stat : 18174 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475685090600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18175] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18175/stat : 18175 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475684038056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1766.33
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.201 s]
/proc/loadavg: 4.07 4.15 4.16 5/219 18267
/proc/meminfo: memFree=21217104/32872528 swapFree=1534436/1655032
[pid=18153] ppid=18150 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/18153/stat : 18153 (java) S 18150 18153 15709 0 -1 4202496 133130 0 1 0 179646 365 0 0 20 0 22 0 23021953 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140736081175488 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18153/statm: 2456183 1231130 2291 9 0 2446860 0
[pid=18153/tid=18155] ppid=18150 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18153/task/18155/stat : 18155 (java) S 18150 18153 15709 0 -1 4202560 2566 0 1 0 112 6 0 0 20 0 22 0 23021954 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476342252408 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18156] ppid=18150 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/18153/task/18156/stat : 18156 (java) S 18150 18153 15709 0 -1 4202560 11634 0 0 0 123 31 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476303743912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18157] ppid=18150 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18153/task/18157/stat : 18157 (java) S 18150 18153 15709 0 -1 4202560 14198 0 0 0 152 40 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476302691368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18158] ppid=18150 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/18153/task/18158/stat : 18158 (java) S 18150 18153 15709 0 -1 4202560 14661 0 0 0 180 45 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476183210664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18159] ppid=18150 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/18153/task/18159/stat : 18159 (java) S 18150 18153 15709 0 -1 4202560 14744 0 0 0 182 48 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476182158120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18160] ppid=18150 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/18153/task/18160/stat : 18160 (java) S 18150 18153 15709 0 -1 4202560 11040 0 0 0 165 35 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476181105064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18161] ppid=18150 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/18153/task/18161/stat : 18161 (java) S 18150 18153 15709 0 -1 4202560 13416 0 0 0 165 34 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476180052520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18162] ppid=18150 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/18153/task/18162/stat : 18162 (java) S 18150 18153 15709 0 -1 4202560 14066 0 0 0 138 39 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476178999464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18163] ppid=18150 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/18153/task/18163/stat : 18163 (java) S 18150 18153 15709 0 -1 4202560 10147 0 0 0 151 38 0 0 20 0 22 0 23021956 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140476177946920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18164] ppid=18150 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/18153/task/18164/stat : 18164 (java) S 18150 18153 15709 0 -1 4202560 12350 0 0 0 683 10 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475695618920 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18165] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18165/stat : 18165 (java) S 18150 18153 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475694565240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18166] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18166/stat : 18166 (java) S 18150 18153 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23021957 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475693512072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18167] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18167/stat : 18167 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475692460816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18168] ppid=18150 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18153/task/18168/stat : 18168 (java) S 18150 18153 15709 0 -1 4202560 6791 0 0 0 120 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475691407672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18153/tid=18169] ppid=18150 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/18153/task/18169/stat : 18169 (java) S 18150 18153 15709 0 -1 4202560 4711 0 0 0 163 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475690355128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18170] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18170/stat : 18170 (java) S 18150 18153 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475689302264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18171] ppid=18150 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18153/task/18171/stat : 18171 (java) S 18150 18153 15709 0 -1 4202560 53 0 0 0 9 14 0 0 20 0 22 0 23021960 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475688249928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18172] ppid=18150 vsize=9824732 CPUtime=884.34 cores=0,2,4,6
/proc/18153/task/18172/stat : 18172 (java) R 18150 18153 15709 0 -1 4202560 1285 0 0 0 88402 32 0 0 20 0 22 0 23022092 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475687193696 140476184549392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18153/tid=18173] ppid=18150 vsize=9824732 CPUtime=884.46 cores=0,2,4,6
/proc/18153/task/18173/stat : 18173 (java) R 18150 18153 15709 0 -1 4202560 203 0 0 0 88427 19 0 0 20 0 22 0 23022092 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475686141520 140476184614050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18153/tid=18174] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18174/stat : 18174 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475685090600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18153/tid=18175] ppid=18150 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18153/task/18175/stat : 18175 (java) S 18150 18153 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23022094 10060525568 1231130 33554432000 1073741824 1073778376 140736081184352 140475684038056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 18153 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 18153 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=948582
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=114374
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.279
CPU time (s): 1800.11
CPU user time (s): 1796.46
CPU system time (s): 3.65
CPU usage (%): 200.173
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.95
system time used= 4.11437
maximum resident set size= 5012612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133173
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= 27328
involuntary context switches= 16268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.17221 second user time and 7.76582 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 02:28:55
IDJOB=4100450
IDBENCH=1618
IDSOLVER=2543
FILE ID=node122/4100450-1466209735
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ar98.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100450-1466209735/watcher-4100450-1466209735 -o /tmp/evaluation-result-4100450-1466209735/solver-4100450-1466209735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100450-1466209735.opb

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

MD5SUM BENCH= 24f5fdc248e1411d713d304748099da5
RANDOM SEED=819908515

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25980020 kB
Buffers:          123484 kB
Cached:          1621560 kB
SwapCached:            0 kB
Active:          2826156 kB
Inactive:        1656668 kB
Active(anon):    2740336 kB
Inactive(anon):        0 kB
Active(file):      85820 kB
Inactive(file):  1656668 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2808 kB
Writeback:             0 kB
AnonPages:       4359600 kB
Mapped:            21180 kB
Shmem:               204 kB
Slab:             607676 kB
SReclaimable:      51548 kB
SUnreclaim:       556128 kB
KernelStack:        1808 kB
PageTables:        13016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4606436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node122 at 2016-06-18 02:43:55