Trace number 4119644

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 928.775

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM2465f7b15056cacc4ca9488f26ccb118
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
Number of bits of the biggest sum of numbers23
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.14	c Pseudo Boolean Optimization by upper bound
0.09/0.14	c ManyCore solver with 2 solvers running in parallel
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c --- Begin Solver configuration ---
0.09/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.14	c Learn all clauses as in MiniSAT
0.09/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.14	c Expensive reason simplification
0.09/0.14	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.14	c timeout=2147483s
0.09/0.14	c DB Simplification allowed=false
0.09/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.14	c --- End Solver configuration ---
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.14	c --- Begin Solver configuration ---
0.09/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.14	c Learn all clauses as in MiniSAT
0.09/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.14	c No reason simplification
0.09/0.14	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.14	c timeout=2147483s
0.09/0.14	c DB Simplification allowed=false
0.09/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.14	c --- End Solver configuration ---
0.09/0.14	c solving HOME/instance-4119644-1467269337.opb
0.09/0.14	c reading problem ... 
0.09/0.18	c  no objective function found
135.56/92.57	c ... done. Wall clock time 92.424s.
135.56/92.57	c declared #vars     2723840
135.56/92.57	c #constraints  11664
135.56/92.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
135.56/92.57	c constraints type 
135.56/92.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5319
135.56/92.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 5319
135.56/92.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
135.56/92.57	c 11664 constraints processed.
135.56/92.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
135.56/92.57	c constraints type 
135.56/92.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5319
135.56/92.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5319
135.56/92.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1026
135.56/92.57	c 11664 constraints processed.
232.64/140.58	c cleaning 2488 clauses out of 5003 with flag 18822/5003
285.32/166.82	c cleaning 4243 clauses out of 8513 with flag 68869/11001
347.93/198.16	c cleaning 5619 clauses out of 11269 with flag 135130/18000
424.72/236.52	c cleaning 6807 clauses out of 13654 with flag 214969/26004
511.53/279.93	c cleaning 7910 clauses out of 15849 with flag 310085/35006
608.33/328.35	c cleaning 8953 clauses out of 17935 with flag 425232/45002
719.43/386.22	c cleaning 9973 clauses out of 19981 with flag 544347/56001
886.21/469.68	c cleaning 10989 clauses out of 22008 with flag 609687/68001
1035.59/544.39	c cleaning 11984 clauses out of 24018 with flag 709742/81000
1249.76/651.45	c cleaning 12978 clauses out of 26037 with flag 812611/95003
1321.75/687.43	c cleaning 13975 clauses out of 28056 with flag 895882/110000
1398.94/726.06	c cleaning 14983 clauses out of 30083 with flag 1001828/126002
1478.13/765.60	c cleaning 15991 clauses out of 32101 with flag 1109481/143003
1578.23/817.87	c cleaning 16991 clauses out of 34107 with flag 1225798/161000
1697.42/877.45	c cleaning 17989 clauses out of 36116 with flag 1360387/180000
1800.02/928.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/928.70	c starts		: 83
1800.02/928.70	c conflicts		: 195460
1800.02/928.70	c decisions		: 79462543
1800.02/928.70	c propagations		: 329912535
1800.02/928.70	c inspects		: 463580542
1800.02/928.70	c shortcuts		: 0
1800.02/928.70	c learnt literals	: 0
1800.02/928.70	c learnt binary clauses	: 0
1800.02/928.70	c learnt ternary clauses	: 0
1800.02/928.70	c learnt constraints	: 195460
1800.02/928.70	c ignored constraints	: 0
1800.02/928.70	c root simplifications	: 0
1800.02/928.70	c removed literals (reason simplification)	: 220804
1800.02/928.70	c reason swapping (by a shorter reason)	: 0
1800.02/928.70	c Calls to reduceDB	: 15
1800.02/928.70	c Number of update (reduction) of LBD	: 99090
1800.02/928.70	c Imported unit clauses	: 0
1800.02/928.70	c number of reductions to clauses (during analyze)	: 0
1800.02/928.70	c number of learned constraints concerned by reduction	: 0
1800.02/928.70	c number of learning phase by resolution	: 0
1800.02/928.70	c number of learning phase by cutting planes	: 0
1800.02/928.70	c speed (assignments/second)	: 394654.4279403268
1800.02/928.70	c non guided choices	71835361
1800.02/928.72	c learnt constraints type 
1800.02/928.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33588
1800.02/928.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/928.72	c starts		: 1
1800.02/928.72	c conflicts		: 1
1800.02/928.72	c decisions		: 2702484
1800.02/928.72	c propagations		: 2712163
1800.02/928.72	c inspects		: 2708836
1800.02/928.72	c shortcuts		: 0
1800.02/928.72	c learnt literals	: 0
1800.02/928.72	c learnt binary clauses	: 0
1800.02/928.72	c learnt ternary clauses	: 0
1800.02/928.72	c learnt constraints	: 0
1800.02/928.72	c ignored constraints	: 0
1800.02/928.72	c root simplifications	: 0
1800.02/928.72	c removed literals (reason simplification)	: 0
1800.02/928.72	c reason swapping (by a shorter reason)	: 0
1800.02/928.72	c Calls to reduceDB	: 0
1800.02/928.72	c Number of update (reduction) of LBD	: 0
1800.02/928.72	c Imported unit clauses	: 0
1800.02/928.72	c number of reductions to clauses (during analyze)	: 0
1800.02/928.72	c number of learned constraints concerned by reduction	: 0
1800.02/928.72	c number of learning phase by resolution	: 0
1800.02/928.72	c number of learning phase by cutting planes	: 0
1800.02/928.72	c speed (assignments/second)	: 3244.3421809712586
1800.02/928.72	c non guided choices	2702484
1800.02/928.72	c learnt constraints type 
1800.02/928.72	s UNKNOWN
1800.02/928.72	c Total wall clock time (in seconds): 928.573

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.34 2.25 3/172 16141
/proc/meminfo: memFree=28314448/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=132 CPUtime=0 cores=0,2,4,6
/proc/16141/stat : 16141 (java) R 16138 16141 15921 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 7886719 135168 1 33554432000 0 0 140734791018026 140734315998728 273905511863 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 67 4 0 0 0 24 0

[startup+0.100059 s]
/proc/loadavg: 2.28 2.34 2.25 3/172 16141
/proc/meminfo: memFree=28314448/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 4446 0 1 0 8 1 0 0 20 0 18 0 7886719 9787879424 5567 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 5567 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.28 2.34 2.25 3/172 16141
/proc/meminfo: memFree=28314448/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 4665 0 1 0 14 4 0 0 20 0 18 0 7886719 9787879424 36429 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 36429 2184 9 0 2380296 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.28 2.34 2.25 3/172 16141
/proc/meminfo: memFree=28314448/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 5311 0 1 0 35 5 0 0 20 0 18 0 7886719 9787879424 46559 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 47071 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.28 2.34 2.25 3/172 16141
/proc/meminfo: memFree=28314448/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=1.5 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 13972 0 1 0 141 9 0 0 20 0 18 0 7886719 9787879424 75099 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 75099 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 2.28 2.34 2.25 3/213 16187
/proc/meminfo: memFree=27576008/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=3.02 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 17400 0 1 0 277 25 0 0 20 0 18 0 7886719 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 147774 2263 9 0 2380296 0
[pid=16141/tid=16143] ppid=16138 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/16141/task/16143/stat : 16143 (java) S 16138 16141 15921 0 -1 4202560 2582 0 1 0 105 5 0 0 20 0 18 0 7886720 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529314806120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=16141/tid=16144] ppid=16138 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16141/task/16144/stat : 16144 (java) R 16138 16141 15921 0 -1 4202560 741 0 0 0 10 1 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529253537976 140529318086498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16145] ppid=16138 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16141/task/16145/stat : 16145 (java) R 16138 16141 15921 0 -1 4202560 394 0 0 0 9 1 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529252485552 140529318564959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16146] ppid=16138 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/16141/task/16146/stat : 16146 (java) R 16138 16141 15921 0 -1 4202560 438 0 0 0 13 3 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529251432376 140529318565833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) R 16138 16141 15921 0 -1 4202560 180 0 0 0 13 3 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529154865624 140529317279417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) R 16138 16141 15921 0 -1 4202560 768 0 0 0 9 2 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529153813176 140529321704364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) R 16138 16141 15921 0 -1 4202560 381 0 0 0 10 2 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529152760632 140529318565797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) R 16138 16141 15921 0 -1 4202560 122 0 0 0 9 2 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529151707992 140529321716762 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) R 16138 16141 15921 0 -1 4202560 123 0 0 0 16 3 0 0 20 0 18 0 7886721 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529150655448 140529322303251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 7886722 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529138455816 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 7879 0 0 0 44 2 0 0 20 0 18 0 7886725 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2468 0 0 0 23 0 0 0 20 0 18 0 7886725 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 147774 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.28 2.34 2.25 3/213 16187
/proc/meminfo: memFree=27048036/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=5.37 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 19173 0 1 0 496 41 0 0 20 0 18 0 7886719 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 186615 2274 9 0 2380296 0
[pid=16141/tid=16143] ppid=16138 vsize=9558476 CPUtime=1.99 cores=0,2,4,6
/proc/16141/task/16143/stat : 16143 (java) R 16138 16141 15921 0 -1 4202560 2583 0 1 0 193 6 0 0 20 0 18 0 7886720 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529314799632 140529255032744 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0
[pid=16141/tid=16144] ppid=16138 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16141/task/16144/stat : 16144 (java) S 16138 16141 15921 0 -1 4202560 807 0 0 0 24 4 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529253538216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16145] ppid=16138 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16141/task/16145/stat : 16145 (java) S 16138 16141 15921 0 -1 4202560 445 0 0 0 21 4 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529252485672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16146] ppid=16138 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/16141/task/16146/stat : 16146 (java) S 16138 16141 15921 0 -1 4202560 492 0 0 0 26 5 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529251432616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) S 16138 16141 15921 0 -1 4202560 567 0 0 0 21 4 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529154865448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) S 16138 16141 15921 0 -1 4202560 814 0 0 0 20 4 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529153813416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) S 16138 16141 15921 0 -1 4202560 413 0 0 0 19 3 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529152760872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) S 16138 16141 15921 0 -1 4202560 798 0 0 0 16 3 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529151707816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) S 16138 16141 15921 0 -1 4202560 176 0 0 0 30 6 0 0 20 0 18 0 7886721 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529150655272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 477 0 0 0 41 0 0 0 20 0 18 0 7886722 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529138456936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 7879 0 0 0 44 2 0 0 20 0 18 0 7886725 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2468 0 0 0 23 0 0 0 20 0 18 0 7886725 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 186615 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 9558476

[startup+6.30078 s]
/proc/loadavg: 3.70 2.64 2.34 3/213 16187
/proc/meminfo: memFree=25577748/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=10.68 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 24409 0 1 0 982 86 0 0 20 0 18 0 7886719 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 343672 2274 9 0 2380296 0
[pid=16141/tid=16143] ppid=16138 vsize=9558476 CPUtime=3.44 cores=0,2,4,6
/proc/16141/task/16143/stat : 16143 (java) R 16138 16141 15921 0 -1 4202560 2866 0 1 0 333 11 0 0 20 0 18 0 7886720 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529314806408 140529254908197 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=16141/tid=16144] ppid=16138 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/16141/task/16144/stat : 16144 (java) S 16138 16141 15921 0 -1 4202560 1466 0 0 0 54 10 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529253538216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16145] ppid=16138 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/16141/task/16145/stat : 16145 (java) S 16138 16141 15921 0 -1 4202560 763 0 0 0 47 8 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529252485672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16146] ppid=16138 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/16141/task/16146/stat : 16146 (java) S 16138 16141 15921 0 -1 4202560 1588 0 0 0 48 9 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529251432616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) S 16138 16141 15921 0 -1 4202560 1077 0 0 0 67 10 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529154865448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) S 16138 16141 15921 0 -1 4202560 949 0 0 0 53 9 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529153813416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) S 16138 16141 15921 0 -1 4202560 720 0 0 0 51 8 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529152760872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) S 16138 16141 15921 0 -1 4202560 944 0 0 0 51 8 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529151707816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) S 16138 16141 15921 0 -1 4202560 1225 0 0 0 53 11 0 0 20 0 18 0 7886721 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529150655272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 1210 0 0 0 140 0 0 0 20 0 18 0 7886722 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529138456936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 7886723 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 7879 0 0 0 44 2 0 0 20 0 18 0 7886725 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2468 0 0 0 23 0 0 0 20 0 18 0 7886725 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886725 9787879424 343672 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 9558476

[startup+12.7078 s]
/proc/loadavg: 4.68 2.86 2.41 4/213 16187
/proc/meminfo: memFree=22903796/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9558476 CPUtime=24.39 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 43443 0 1 0 2211 228 0 0 20 0 18 0 7886719 9787879424 722658 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2389619 722658 2274 9 0 2380296 0

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

/proc/16141/task/16146/stat : 16146 (java) S 16138 16141 15921 0 -1 4202560 17201 0 0 0 674 72 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529251432616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9824732 CPUtime=8.19 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) S 16138 16141 15921 0 -1 4202560 17033 0 0 0 741 78 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529154865448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) S 16138 16141 15921 0 -1 4202560 17809 0 0 0 714 76 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529153813416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9824732 CPUtime=7.94 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) S 16138 16141 15921 0 -1 4202560 10255 0 0 0 713 81 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529152760872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) S 16138 16141 15921 0 -1 4202560 10261 0 0 0 717 73 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529151707816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9824732 CPUtime=7.91 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) S 16138 16141 15921 0 -1 4202560 13041 0 0 0 711 80 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529150655272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9824732 CPUtime=29.53 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 69301 0 0 0 2935 18 0 0 20 0 22 0 7886722 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529138456936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 9450 0 0 0 119 3 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2577 0 0 0 100 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 47 0 0 0 13 18 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16196] ppid=16138 vsize=9824732 CPUtime=714.8 cores=0,2,4,6
/proc/16141/task/16196/stat : 16196 (java) R 16138 16141 15921 0 -1 4202560 34 0 0 0 71470 10 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529130024864 140529255362026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16197] ppid=16138 vsize=9824732 CPUtime=714.74 cores=0,2,4,6
/proc/16141/task/16197/stat : 16197 (java) R 16138 16141 15921 0 -1 4202560 26 0 0 0 71464 10 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529128978880 140529255845259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16198] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16198/stat : 16198 (java) S 16138 16141 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529127928616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16199] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16199/stat : 16199 (java) S 16138 16141 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529126876072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.30 4.20 3.57 5/220 16240
/proc/meminfo: memFree=13977224/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9824732 CPUtime=1707.22 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 207717 0 1 0 170035 687 0 0 20 0 22 0 7886719 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2456183 1799228 2298 9 0 2446860 0
[pid=16141/tid=16143] ppid=16138 vsize=9824732 CPUtime=59.12 cores=0,2,4,6
/proc/16141/task/16143/stat : 16143 (java) S 16138 16141 15921 0 -1 4202560 3815 0 1 0 5883 29 0 0 20 0 22 0 7886720 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529314808696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=16141/tid=16144] ppid=16138 vsize=9824732 CPUtime=8.11 cores=0,2,4,6
/proc/16141/task/16144/stat : 16144 (java) S 16138 16141 15921 0 -1 4202560 14192 0 0 0 730 81 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529253538216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16145] ppid=16138 vsize=9824732 CPUtime=7.33 cores=0,2,4,6
/proc/16141/task/16145/stat : 16145 (java) S 16138 16141 15921 0 -1 4202560 21403 0 0 0 662 71 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529252485672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16146] ppid=16138 vsize=9824732 CPUtime=7.46 cores=0,2,4,6
/proc/16141/task/16146/stat : 16146 (java) S 16138 16141 15921 0 -1 4202560 17201 0 0 0 674 72 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529251432616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9824732 CPUtime=8.19 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) S 16138 16141 15921 0 -1 4202560 17033 0 0 0 741 78 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529154865448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) S 16138 16141 15921 0 -1 4202560 17809 0 0 0 714 76 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529153813416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9824732 CPUtime=7.94 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) S 16138 16141 15921 0 -1 4202560 10255 0 0 0 713 81 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529152760872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) S 16138 16141 15921 0 -1 4202560 10261 0 0 0 717 73 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529151707816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9824732 CPUtime=7.91 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) S 16138 16141 15921 0 -1 4202560 13041 0 0 0 711 80 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529150655272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9824732 CPUtime=29.54 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 69301 0 0 0 2936 18 0 0 20 0 22 0 7886722 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529138456936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 9450 0 0 0 119 3 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2577 0 0 0 100 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16196] ppid=16138 vsize=9824732 CPUtime=774.63 cores=0,2,4,6
/proc/16141/task/16196/stat : 16196 (java) R 16138 16141 15921 0 -1 4202560 34 0 0 0 77452 11 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529130024864 140529255646765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16197] ppid=16138 vsize=9824732 CPUtime=774.58 cores=0,2,4,6
/proc/16141/task/16197/stat : 16197 (java) R 16138 16141 15921 0 -1 4202560 26 0 0 0 77447 11 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529128978880 140529255845336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16198] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16198/stat : 16198 (java) S 16138 16141 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529127928616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16199] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16199/stat : 16199 (java) S 16138 16141 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529126876072 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1707.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.701 s]
/proc/loadavg: 4.39 4.23 3.61 4/194 16273
/proc/meminfo: memFree=21113960/32872528 swapFree=1484408/1662236
[pid=16141] ppid=16138 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/16141/stat : 16141 (java) S 16138 16141 15921 0 -1 4202496 207719 0 1 0 179314 688 0 0 20 0 22 0 7886719 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140734791001152 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16141/statm: 2456183 1799228 2298 9 0 2446860 0
[pid=16141/tid=16143] ppid=16138 vsize=9824732 CPUtime=59.13 cores=0,2,4,6
/proc/16141/task/16143/stat : 16143 (java) S 16138 16141 15921 0 -1 4202560 3815 0 1 0 5883 30 0 0 20 0 22 0 7886720 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529314808696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 2 0 0
[pid=16141/tid=16144] ppid=16138 vsize=9824732 CPUtime=8.11 cores=0,2,4,6
/proc/16141/task/16144/stat : 16144 (java) S 16138 16141 15921 0 -1 4202560 14192 0 0 0 730 81 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529253538216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16145] ppid=16138 vsize=9824732 CPUtime=7.33 cores=0,2,4,6
/proc/16141/task/16145/stat : 16145 (java) S 16138 16141 15921 0 -1 4202560 21403 0 0 0 662 71 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529252485672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16146] ppid=16138 vsize=9824732 CPUtime=7.46 cores=0,2,4,6
/proc/16141/task/16146/stat : 16146 (java) S 16138 16141 15921 0 -1 4202560 17201 0 0 0 674 72 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529251432616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16147] ppid=16138 vsize=9824732 CPUtime=8.19 cores=0,2,4,6
/proc/16141/task/16147/stat : 16147 (java) S 16138 16141 15921 0 -1 4202560 17033 0 0 0 741 78 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529154865448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16148] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16148/stat : 16148 (java) S 16138 16141 15921 0 -1 4202560 17809 0 0 0 714 76 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529153813416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16149] ppid=16138 vsize=9824732 CPUtime=7.94 cores=0,2,4,6
/proc/16141/task/16149/stat : 16149 (java) S 16138 16141 15921 0 -1 4202560 10255 0 0 0 713 81 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529152760872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16150] ppid=16138 vsize=9824732 CPUtime=7.9 cores=0,2,4,6
/proc/16141/task/16150/stat : 16150 (java) S 16138 16141 15921 0 -1 4202560 10261 0 0 0 717 73 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529151707816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16151] ppid=16138 vsize=9824732 CPUtime=7.91 cores=0,2,4,6
/proc/16141/task/16151/stat : 16151 (java) S 16138 16141 15921 0 -1 4202560 13041 0 0 0 711 80 0 0 20 0 22 0 7886721 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529150655272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16152] ppid=16138 vsize=9824732 CPUtime=29.54 cores=0,2,4,6
/proc/16141/task/16152/stat : 16152 (java) S 16138 16141 15921 0 -1 4202560 69301 0 0 0 2936 18 0 0 20 0 22 0 7886722 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529138456936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16153] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16153/stat : 16153 (java) S 16138 16141 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529137403256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16154] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16154/stat : 16154 (java) S 16138 16141 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 7886723 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529136350088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16155] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16155/stat : 16155 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529135298832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16156] ppid=16138 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16141/task/16156/stat : 16156 (java) S 16138 16141 15921 0 -1 4202560 9450 0 0 0 119 3 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529134246712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16157] ppid=16138 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/16141/task/16157/stat : 16157 (java) S 16138 16141 15921 0 -1 4202560 2577 0 0 0 100 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529133194168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16141/tid=16158] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16158/stat : 16158 (java) S 16138 16141 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529132141304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16159] ppid=16138 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16141/task/16159/stat : 16159 (java) S 16138 16141 15921 0 -1 4202560 53 0 0 0 15 21 0 0 20 0 22 0 7886725 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529131088968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16141/tid=16196] ppid=16138 vsize=9824732 CPUtime=820.92 cores=0,2,4,6
/proc/16141/task/16196/stat : 16196 (java) R 16138 16141 15921 0 -1 4202560 34 0 0 0 82080 12 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529130024864 140529255121894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16197] ppid=16138 vsize=9824732 CPUtime=820.86 cores=0,2,4,6
/proc/16141/task/16197/stat : 16197 (java) R 16138 16141 15921 0 -1 4202560 26 0 0 0 82074 12 0 0 20 0 22 0 7895976 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529128978880 140529255845336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16141/tid=16198] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16198/stat : 16198 (java) S 16138 16141 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529127928616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16141/tid=16199] ppid=16138 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16141/task/16199/stat : 16199 (java) S 16138 16141 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895994 10060525568 1799228 33554432000 1073741824 1073778376 140734791010016 140529126876072 273909069737 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 16141 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 16141 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=889047
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=279893
# CPU time returned by wait4() is 1796.17
# 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): 928.775
CPU time (s): 1800.02
CPU user time (s): 1793.14
CPU system time (s): 6.88
CPU usage (%): 193.806
Max. virtual memory (cumulated for all children) (KiB): 9890268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.89
system time used= 7.27989
maximum resident set size= 7327628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207754
page faults= 1
swaps= 0
block input operations= 168
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49665
involuntary context switches= 67432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82427 second user time and 8.80166 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 08:49:02
IDJOB=4119644
IDBENCH=111780
IDSOLVER=2543
FILE ID=node134/4119644-1467269337
RUNJOBID= node134-1467269337-16122
PBS_JOBID= 20004500
Free space on /tmp= 71448 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119644-1467269337/watcher-4119644-1467269337 -o /tmp/evaluation-result-4119644-1467269337/solver-4119644-1467269337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16122 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119644-1467269337.opb

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

MD5SUM BENCH= 2465f7b15056cacc4ca9488f26ccb118
RANDOM SEED=554183516

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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:        28314704 kB
Buffers:          166240 kB
Cached:          1957516 kB
SwapCached:            0 kB
Active:           377340 kB
Inactive:        1761072 kB
Active(anon):      17736 kB
Inactive(anon):        0 kB
Active(file):     359604 kB
Inactive(file):  1761072 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            270148 kB
Writeback:             0 kB
AnonPages:       1681316 kB
Mapped:            13184 kB
Shmem:               216 kB
Slab:             621952 kB
SReclaimable:      65252 kB
SUnreclaim:       556700 kB
KernelStack:        1424 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1762632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71568 MiB
End job on node134 at 2016-06-30 09:04:31