Trace number 4100626

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.12 898.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-woodw.opb
MD5SUMef3d01fb716807987360ebbfd3d821b6
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 variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 559950
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4100626-1466210635.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
7.86/5.44	c ... done. Wall clock time 5.312s.
7.86/5.44	c declared #vars     252150
7.86/5.44	c #constraints  2183
7.86/5.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
7.86/5.44	c constraints type 
7.86/5.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
7.86/5.44	c org.sat4j.specs.Constr$1 => 268
7.86/5.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1891
7.86/5.44	c 2183 constraints processed.
7.86/5.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
7.86/5.44	c constraints type 
7.86/5.44	c org.sat4j.specs.Constr$1 => 268
7.86/5.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24
7.86/5.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1891
7.86/5.44	c 2183 constraints processed.
7.86/5.44	c objective function length is 120 literals
172.27/86.56	c cleaning 2501 clauses out of 5001 with flag 16616/5002
310.30/155.58	c cleaning 4235 clauses out of 8498 with flag 36168/11000
436.34/218.34	c cleaning 5632 clauses out of 11268 with flag 61349/18005
557.76/279.07	c cleaning 6785 clauses out of 13634 with flag 88038/26003
746.18/373.06	c cleaning 7916 clauses out of 15846 with flag 115990/35000
930.77/465.36	c cleaning 8959 clauses out of 17930 with flag 151232/45000
1053.12/526.34	c cleaning 9978 clauses out of 19973 with flag 185681/56002
1069.32/534.44	c cleaning 10995 clauses out of 21994 with flag 212531/68001
1084.72/542.13	c cleaning 11997 clauses out of 24000 with flag 238616/81002
1102.31/550.91	c cleaning 12999 clauses out of 26001 with flag 266993/95000
1122.06/560.68	c cleaning 13994 clauses out of 28003 with flag 299080/110001
1141.46/570.39	c cleaning 14998 clauses out of 30009 with flag 331973/126001
1163.26/581.27	c cleaning 16002 clauses out of 32010 with flag 366995/143000
1188.24/593.56	c cleaning 17005 clauses out of 34011 with flag 404135/161003
1213.85/606.31	c cleaning 18001 clauses out of 36004 with flag 442772/180001
1242.68/620.51	c cleaning 19000 clauses out of 38002 with flag 484075/200000
1273.47/635.91	c cleaning 19997 clauses out of 40002 with flag 528433/221000
1308.67/653.56	c cleaning 20996 clauses out of 42005 with flag 574975/243000
1343.04/670.59	c cleaning 22007 clauses out of 44016 with flag 621883/266007
1485.56/741.35	c cleaning 23001 clauses out of 46004 with flag 680888/290012
1571.98/784.32	c cleaning 23995 clauses out of 47989 with flag 745357/315000
1733.75/865.20	c cleaning 24994 clauses out of 49994 with flag 800472/341000
1800.12/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.20	c starts		: 776
1800.12/898.20	c conflicts		: 352906
1800.12/898.20	c decisions		: 1817978
1800.12/898.20	c propagations		: 72186911
1800.12/898.20	c inspects		: 896903009
1800.12/898.20	c shortcuts		: 0
1800.12/898.20	c learnt literals	: 13
1800.12/898.20	c learnt binary clauses	: 435
1800.12/898.20	c learnt ternary clauses	: 103
1800.12/898.20	c learnt constraints	: 352892
1800.12/898.20	c ignored constraints	: 0
1800.12/898.20	c root simplifications	: 0
1800.12/898.20	c removed literals (reason simplification)	: 2543961
1800.12/898.20	c reason swapping (by a shorter reason)	: 0
1800.12/898.20	c Calls to reduceDB	: 22
1800.12/898.20	c Number of update (reduction) of LBD	: 52611
1800.12/898.20	c Imported unit clauses	: 0
1800.12/898.20	c number of reductions to clauses (during analyze)	: 0
1800.12/898.21	c number of learned constraints concerned by reduction	: 0
1800.12/898.21	c number of learning phase by resolution	: 0
1800.12/898.21	c number of learning phase by cutting planes	: 0
1800.12/898.21	c speed (assignments/second)	: 80907.4383333184
1800.12/898.21	c non guided choices	513163
1800.12/898.23	c learnt constraints type 
1800.12/898.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 435
1800.12/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36471
1800.12/898.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.23	c starts		: 1
1800.12/898.23	c conflicts		: 29
1800.12/898.23	c decisions		: 3797
1800.12/898.23	c propagations		: 335716
1800.12/898.23	c inspects		: 1433098
1800.12/898.23	c shortcuts		: 0
1800.12/898.23	c learnt literals	: 0
1800.12/898.23	c learnt binary clauses	: 0
1800.12/898.23	c learnt ternary clauses	: 0
1800.12/898.23	c learnt constraints	: 28
1800.12/898.23	c ignored constraints	: 0
1800.12/898.23	c root simplifications	: 0
1800.12/898.23	c removed literals (reason simplification)	: 0
1800.12/898.23	c reason swapping (by a shorter reason)	: 0
1800.12/898.23	c Calls to reduceDB	: 0
1800.12/898.23	c Number of update (reduction) of LBD	: 0
1800.12/898.23	c Imported unit clauses	: 0
1800.12/898.23	c number of reductions to clauses (during analyze)	: 0
1800.12/898.23	c number of learned constraints concerned by reduction	: 0
1800.12/898.23	c number of learning phase by resolution	: 0
1800.12/898.23	c number of learning phase by cutting planes	: 0
1800.12/898.23	c speed (assignments/second)	: 376.29235749320753
1800.12/898.23	c non guided choices	0
1800.12/898.23	c learnt constraints type 
1800.12/898.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.12/898.23	s UNKNOWN
1800.12/898.23	c Total wall clock time (in seconds): 898.106

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

pid=18311
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.07 4.15 4.16 4/197 18314
/proc/meminfo: memFree=26128384/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18314/stat : 18314 (java) D 18311 18314 15709 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 23111958 9515008 175 33554432000 1073741824 1073778376 140733945796432 140733945779160 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/18314/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.07 4.15 4.16 4/197 18314
/proc/meminfo: memFree=26128384/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 4403 0 1 0 6 1 0 0 20 0 18 0 23111958 9787879424 5007 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 5007 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200205 s]
/proc/loadavg: 4.07 4.15 4.16 4/197 18314
/proc/meminfo: memFree=26128384/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 5070 0 1 0 24 2 0 0 20 0 18 0 23111958 9787879424 8955 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 8955 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30021 s]
/proc/loadavg: 4.07 4.15 4.16 4/197 18314
/proc/meminfo: memFree=26128384/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 8649 0 1 0 46 3 0 0 20 0 18 0 23111958 9787879424 13669 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 13669 2242 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 4.07 4.15 4.16 4/197 18314
/proc/meminfo: memFree=26128384/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 13674 0 1 0 130 10 0 0 20 0 18 0 23111958 9787879424 54284 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 54284 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.51558 s]
/proc/loadavg: 4.07 4.15 4.16 4/215 18332
/proc/meminfo: memFree=25852988/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=2.51 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 14624 0 1 0 232 19 0 0 20 0 18 0 23111958 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 103689 2269 9 0 2380296 0
[pid=18314/tid=18316] ppid=18311 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/18314/task/18316/stat : 18316 (java) S 18311 18314 15709 0 -1 4202560 2585 0 1 0 124 5 0 0 20 0 18 0 23111959 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809784997896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18317] ppid=18311 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18314/task/18317/stat : 18317 (java) R 18311 18314 15709 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809628486616 139809789162280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18318] ppid=18311 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/18314/task/18318/stat : 18318 (java) R 18311 18314 15709 0 -1 4202560 175 0 0 0 3 2 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809627433816 139809791896708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18319] ppid=18311 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/18314/task/18319/stat : 18319 (java) R 18311 18314 15709 0 -1 4202560 212 0 0 0 6 2 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809626381352 139809791896492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) R 18311 18314 15709 0 -1 4202560 165 0 0 0 6 1 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809625328728 139809787471545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) R 18311 18314 15709 0 -1 4202560 161 0 0 0 3 2 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809624275416 139809791896573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) R 18311 18314 15709 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809623222440 139809791896492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) R 18311 18314 15709 0 -1 4202560 142 0 0 0 7 2 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809622170328 139809791896492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) R 18311 18314 15709 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 18 0 23111960 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809621117528 139809787471561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 23111961 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809608918664 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23111962 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23111962 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) S 18311 18314 15709 0 -1 4202560 5904 0 0 0 30 0 0 0 20 0 18 0 23111964 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809604708536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) S 18311 18314 15709 0 -1 4202560 3877 0 0 0 27 1 0 0 20 0 18 0 23111964 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809603655736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 103689 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9558476

[startup+3.10072 s]
/proc/loadavg: 3.98 4.13 4.16 12/215 18332
/proc/meminfo: memFree=25553364/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9558476 CPUtime=4.85 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 15675 0 1 0 446 39 0 0 20 0 18 0 23111958 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2389619 188295 2269 9 0 2380296 0
[pid=18314/tid=18316] ppid=18311 vsize=9558476 CPUtime=2.61 cores=0,2,4,6
/proc/18314/task/18316/stat : 18316 (java) R 18311 18314 15709 0 -1 4202560 2842 0 1 0 255 6 0 0 20 0 18 0 23111959 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809784991680 139809657343973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18317] ppid=18311 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/18314/task/18317/stat : 18317 (java) S 18311 18314 15709 0 -1 4202560 65 0 0 0 11 3 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809628486440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18318] ppid=18311 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/18314/task/18318/stat : 18318 (java) S 18311 18314 15709 0 -1 4202560 460 0 0 0 17 4 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809627433640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18319] ppid=18311 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/18314/task/18319/stat : 18319 (java) S 18311 18314 15709 0 -1 4202560 276 0 0 0 18 6 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809626381352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) S 18311 18314 15709 0 -1 4202560 193 0 0 0 12 3 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809625328552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) S 18311 18314 15709 0 -1 4202560 262 0 0 0 15 5 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809624275240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) S 18311 18314 15709 0 -1 4202560 71 0 0 0 13 3 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809623222440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) S 18311 18314 15709 0 -1 4202560 180 0 0 0 16 4 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809622170152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) S 18311 18314 15709 0 -1 4202560 96 0 0 0 13 3 0 0 20 0 18 0 23111960 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809621117352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 23111961 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809608919784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23111962 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23111962 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) S 18311 18314 15709 0 -1 4202560 5904 0 0 0 32 0 0 0 20 0 18 0 23111964 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809604708536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) S 18311 18314 15709 0 -1 4202560 3877 0 0 0 28 1 0 0 20 0 18 0 23111964 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809603655736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23111964 9787879424 188295 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 3.98 4.13 4.16 6/217 18334
/proc/meminfo: memFree=25161304/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9824732 CPUtime=10.35 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 26819 0 1 0 966 69 0 0 20 0 22 0 23111958 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2456183 274614 2280 9 0 2446860 0
[pid=18314/tid=18316] ppid=18311 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/18314/task/18316/stat : 18316 (java) S 18311 18314 15709 0 -1 4202560 2875 0 1 0 350 7 0 0 20 0 22 0 23111959 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809785000824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18317] ppid=18311 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18314/task/18317/stat : 18317 (java) S 18311 18314 15709 0 -1 4202560 1515 0 0 0 30 7 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809628486440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18318] ppid=18311 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18314/task/18318/stat : 18318 (java) S 18311 18314 15709 0 -1 4202560 1507 0 0 0 32 7 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809627433640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18319] ppid=18311 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18314/task/18319/stat : 18319 (java) S 18311 18314 15709 0 -1 4202560 1950 0 0 0 33 9 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809626381352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) S 18311 18314 15709 0 -1 4202560 1281 0 0 0 31 6 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809625328552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) S 18311 18314 15709 0 -1 4202560 1673 0 0 0 40 9 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809624275240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) S 18311 18314 15709 0 -1 4202560 1226 0 0 0 35 6 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809623222440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) S 18311 18314 15709 0 -1 4202560 1246 0 0 0 48 10 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809622170152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) S 18311 18314 15709 0 -1 4202560 1129 0 0 0 30 6 0 0 20 0 22 0 23111960 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809621117352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 912 0 0 0 112 0 0 0 20 0 22 0 23111961 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809608919784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) R 18311 18314 15709 0 -1 4202560 5924 0 0 0 44 0 0 0 20 0 22 0 23111964 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809604708536 139809790983158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) R 18311 18314 15709 0 -1 4202560 4268 0 0 0 49 2 0 0 20 0 22 0 23111964 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809603655736 139809791789471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18333] ppid=18311 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/18314/task/18333/stat : 18333 (java) R 18311 18314 15709 0 -1 4202560 22 0 0 0 53 0 0 0 20 0 22 0 23112502 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809600495496 139809657674584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18334] ppid=18311 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18314/task/18334/stat : 18334 (java) R 18311 18314 15709 0 -1 4202560 25 0 0 0 57 0 0 0 20 0 22 0 23112502 10060525568 274614 33554432000 1073741824 1073778376 140736483698464 139809599443368 139809656871333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 9824732

[startup+12.7009 s]
/proc/loadavg: 4.21 4.18 4.17 5/219 18336

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

/proc/18314/task/18319/stat : 18319 (java) S 18311 18314 15709 0 -1 4202560 2324 0 0 0 139 19 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809626381352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) S 18311 18314 15709 0 -1 4202560 1649 0 0 0 150 18 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809625328552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) S 18311 18314 15709 0 -1 4202560 1891 0 0 0 143 15 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809624275240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) S 18311 18314 15709 0 -1 4202560 1615 0 0 0 141 16 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809623222440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) S 18311 18314 15709 0 -1 4202560 1550 0 0 0 170 21 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809622170152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) S 18311 18314 15709 0 -1 4202560 1286 0 0 0 108 12 0 0 20 0 22 0 23111960 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809621117352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 1203 0 0 0 113 3 0 0 20 0 22 0 23111961 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809608919784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) S 18311 18314 15709 0 -1 4202560 6781 0 0 0 122 0 0 0 20 0 22 0 23111964 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809604708536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) S 18311 18314 15709 0 -1 4202560 7549 0 0 0 122 2 0 0 20 0 22 0 23111964 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809603655736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 47 0 0 0 6 11 0 0 20 0 22 0 23111964 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18333] ppid=18311 vsize=9824732 CPUtime=812 cores=0,2,4,6
/proc/18314/task/18333/stat : 18333 (java) R 18311 18314 15709 0 -1 4202560 586 0 0 0 81185 15 0 0 20 0 22 0 23112502 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809600487696 139809657429874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18334] ppid=18311 vsize=9824732 CPUtime=812.02 cores=0,2,4,6
/proc/18314/task/18334/stat : 18334 (java) R 18311 18314 15709 0 -1 4202560 60 0 0 0 81188 14 0 0 20 0 22 0 23112502 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809599441328 139809657691995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18335] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18335/stat : 18335 (java) S 18311 18314 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112557 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809598391976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18336] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18336/stat : 18336 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112564 10060525568 520291 33554432000 1073741824 1073778376 140736483698464 139809597339176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1647.95
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.19 4.18 6/219 18425
/proc/meminfo: memFree=23967268/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9824732 CPUtime=1768.33 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 34082 0 1 0 176671 162 0 0 20 0 22 0 23111958 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2456183 520326 2290 9 0 2446860 0
[pid=18314/tid=18316] ppid=18311 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/18314/task/18316/stat : 18316 (java) S 18311 18314 15709 0 -1 4202560 2884 0 1 0 352 7 0 0 20 0 22 0 23111959 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809785000824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18317] ppid=18311 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18314/task/18317/stat : 18317 (java) S 18311 18314 15709 0 -1 4202560 1645 0 0 0 121 14 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809628486440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18318] ppid=18311 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/18314/task/18318/stat : 18318 (java) S 18311 18314 15709 0 -1 4202560 1705 0 0 0 155 19 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809627433640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18319] ppid=18311 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18314/task/18319/stat : 18319 (java) S 18311 18314 15709 0 -1 4202560 2324 0 0 0 149 19 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809626381352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) S 18311 18314 15709 0 -1 4202560 1650 0 0 0 169 18 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809625328552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) S 18311 18314 15709 0 -1 4202560 1897 0 0 0 152 16 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809624275240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) S 18311 18314 15709 0 -1 4202560 1615 0 0 0 148 16 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809623222440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) S 18311 18314 15709 0 -1 4202560 1550 0 0 0 177 21 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809622170152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) S 18311 18314 15709 0 -1 4202560 1298 0 0 0 117 12 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809621117352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 1221 0 0 0 113 4 0 0 20 0 22 0 23111961 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809608919784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) S 18311 18314 15709 0 -1 4202560 6781 0 0 0 122 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809604708536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) S 18311 18314 15709 0 -1 4202560 7549 0 0 0 122 2 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809603655736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 51 0 0 0 6 12 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18333] ppid=18311 vsize=9824732 CPUtime=871.65 cores=0,2,4,6
/proc/18314/task/18333/stat : 18333 (java) R 18311 18314 15709 0 -1 4202560 586 0 0 0 87149 16 0 0 20 0 22 0 23112502 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809600494544 139809658205055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18334] ppid=18311 vsize=9824732 CPUtime=871.68 cores=0,2,4,6
/proc/18314/task/18334/stat : 18334 (java) R 18311 18314 15709 0 -1 4202560 61 0 0 0 87153 15 0 0 20 0 22 0 23112502 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809599442240 139809657683474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18335] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18335/stat : 18335 (java) S 18311 18314 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112557 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809598391976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18336] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18336/stat : 18336 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112564 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809597339176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1768.33
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.25 4.19 4.18 6/219 18425
/proc/meminfo: memFree=23986696/32872528 swapFree=1534436/1655032
[pid=18314] ppid=18311 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/18314/stat : 18314 (java) S 18311 18314 15709 0 -1 4202496 34082 0 1 0 179849 163 0 0 20 0 22 0 23111958 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 140736483689600 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18314/statm: 2456183 520326 2290 9 0 2446860 0
[pid=18314/tid=18316] ppid=18311 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/18314/task/18316/stat : 18316 (java) S 18311 18314 15709 0 -1 4202560 2884 0 1 0 352 7 0 0 20 0 22 0 23111959 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809785000824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18317] ppid=18311 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18314/task/18317/stat : 18317 (java) S 18311 18314 15709 0 -1 4202560 1645 0 0 0 121 14 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809628486440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18318] ppid=18311 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/18314/task/18318/stat : 18318 (java) S 18311 18314 15709 0 -1 4202560 1705 0 0 0 155 19 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809627433640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18319] ppid=18311 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18314/task/18319/stat : 18319 (java) S 18311 18314 15709 0 -1 4202560 2324 0 0 0 149 19 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809626381352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18320] ppid=18311 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/18314/task/18320/stat : 18320 (java) S 18311 18314 15709 0 -1 4202560 1650 0 0 0 169 18 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809625328552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18321] ppid=18311 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/18314/task/18321/stat : 18321 (java) S 18311 18314 15709 0 -1 4202560 1897 0 0 0 152 16 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809624275240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18322] ppid=18311 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/18314/task/18322/stat : 18322 (java) S 18311 18314 15709 0 -1 4202560 1615 0 0 0 148 16 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809623222440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18323] ppid=18311 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18314/task/18323/stat : 18323 (java) S 18311 18314 15709 0 -1 4202560 1550 0 0 0 177 21 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809622170152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18324] ppid=18311 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18314/task/18324/stat : 18324 (java) S 18311 18314 15709 0 -1 4202560 1298 0 0 0 117 12 0 0 20 0 22 0 23111960 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809621117352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18325] ppid=18311 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/18314/task/18325/stat : 18325 (java) S 18311 18314 15709 0 -1 4202560 1221 0 0 0 113 4 0 0 20 0 22 0 23111961 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809608919784 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18326] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18326/stat : 18326 (java) S 18311 18314 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809607865848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18327] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18327/stat : 18327 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23111962 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809606813448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18328] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18328/stat : 18328 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809605761936 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18329] ppid=18311 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/18314/task/18329/stat : 18329 (java) S 18311 18314 15709 0 -1 4202560 6781 0 0 0 122 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809604708536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18330] ppid=18311 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/18314/task/18330/stat : 18330 (java) S 18311 18314 15709 0 -1 4202560 7549 0 0 0 122 2 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809603655736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18314/tid=18331] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18331/stat : 18331 (java) S 18311 18314 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809602603640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18314/tid=18332] ppid=18311 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/18314/task/18332/stat : 18332 (java) S 18311 18314 15709 0 -1 4202560 51 0 0 0 6 12 0 0 20 0 22 0 23111964 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809601551048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18333] ppid=18311 vsize=9824732 CPUtime=887.5 cores=0,2,4,6
/proc/18314/task/18333/stat : 18333 (java) R 18311 18314 15709 0 -1 4202560 586 0 0 0 88734 16 0 0 20 0 22 0 23112502 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809600494544 139809658154138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18334] ppid=18311 vsize=9824732 CPUtime=887.53 cores=0,2,4,6
/proc/18314/task/18334/stat : 18334 (java) R 18311 18314 15709 0 -1 4202560 61 0 0 0 88738 15 0 0 20 0 22 0 23112502 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809599442240 139809657683438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18314/tid=18335] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18335/stat : 18335 (java) S 18311 18314 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112557 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809598391976 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18314/tid=18336] ppid=18311 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18314/task/18336/stat : 18336 (java) S 18311 18314 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112564 10060525568 520326 33554432000 1073741824 1073778376 140736483698464 139809597339176 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 18314 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 18314 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=979273
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=62686
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.25
CPU time (s): 1800.12
CPU user time (s): 1798.49
CPU system time (s): 1.63
CPU usage (%): 200.403
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.06269
maximum resident set size= 2081440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22232
involuntary context switches= 19585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12307 second user time and 6.41402 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 02:43:55
IDJOB=4100626
IDBENCH=1641
IDSOLVER=2543
FILE ID=node122/4100626-1466210635
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-woodw.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100626-1466210635/watcher-4100626-1466210635 -o /tmp/evaluation-result-4100626-1466210635/solver-4100626-1466210635 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100626-1466210635.opb

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

MD5SUM BENCH= ef3d01fb716807987360ebbfd3d821b6
RANDOM SEED=2056981506

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:        26129052 kB
Buffers:          124504 kB
Cached:          1634488 kB
SwapCached:            0 kB
Active:          2669640 kB
Inactive:        1660272 kB
Active(anon):    2573576 kB
Inactive(anon):        0 kB
Active(file):      96064 kB
Inactive(file):  1660272 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12476 kB
Writeback:             0 kB
AnonPages:       4383160 kB
Mapped:            21144 kB
Shmem:               204 kB
Slab:             608324 kB
SReclaimable:      52168 kB
SUnreclaim:       556156 kB
KernelStack:        1808 kB
PageTables:        12564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4921060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2793472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node122 at 2016-06-18 02:58:54