Trace number 4257893

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-CSP 2017-07-05? (TO) 244.18201 240.239

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4d.xml
MD5SUMe17d1f270cb1c92567283195f4efc493
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark75.319504
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size37
Distribution of domain sizes[{"size":30,"count":1},{"size":37,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2.81/1.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.81/1.27	c This is free software under the dual EPL/GNU LGPL licenses.
2.81/1.27	c See www.sat4j.org for details.
2.81/1.27	c That software uses the Rhino library from the Mozilla project.
2.81/1.27	c version CUSTOM.v20170705
2.81/1.27	c java.runtime.name	Java(TM) SE Runtime Environment
2.81/1.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.81/1.27	c java.vm.version	25.131-b11
2.81/1.27	c java.vm.vendor	Oracle Corporation
2.81/1.27	c sun.arch.data.model	64
2.81/1.27	c java.version		1.8.0_131
2.81/1.27	c os.name		Linux
2.81/1.27	c os.version		3.10.0-514.16.1.el7.x86_64
2.81/1.27	c os.arch		amd64
2.81/1.27	c Free memory 		499604488
2.81/1.27	c Max memory 		7247757312
2.81/1.27	c Total memory 		504889344
2.81/1.27	c Number of processors 	4
2.81/1.27	c c --- Begin Solver configuration ---
2.81/1.27	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.81/1.27	c Learn all clauses as in MiniSAT
2.81/1.27	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.81/1.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.81/1.27	c No reason simplification
2.81/1.27	c Glucose 2.1 dynamic restart strategy
2.81/1.27	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
2.81/1.27	c timeout=2147483s
2.81/1.27	c DB Simplification allowed=false
2.81/1.27	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.81/1.27	c --- End Solver configuration ---
2.81/1.27	c constraints type 
2.81/1.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 234
2.81/1.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 183027
2.81/1.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1256599
2.81/1.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 364
2.81/1.27	c 1440224 constraints processed.
244.13/240.20	c starts		: 4725
244.13/240.20	c conflicts		: 1456551
244.13/240.20	c decisions		: 10615028
244.13/240.20	c propagations		: 499318103
244.13/240.20	c inspects		: 2351687049
244.13/240.20	c shortcuts		: 0
244.13/240.20	c learnt literals	: 290
244.13/240.20	c learnt binary clauses	: 1303
244.13/240.20	c learnt ternary clauses	: 3706
244.13/240.20	c learnt constraints	: 1456261
244.13/240.20	c ignored constraints	: 0
244.13/240.20	c root simplifications	: 0
244.13/240.20	c removed literals (reason simplification)	: 0
244.13/240.20	c reason swapping (by a shorter reason)	: 0
244.13/240.20	c Calls to reduceDB	: 49
244.13/240.20	c Number of update (reduction) of LBD	: 1084227
244.13/240.20	c Imported unit clauses	: 0
244.13/240.20	c number of reductions to clauses (during analyze)	: 0
244.13/240.20	c number of learned constraints concerned by reduction	: 0
244.13/240.20	c number of learning phase by resolution	: 0
244.13/240.20	c number of learning phase by cutting planes	: 0
244.13/240.20	c number of rounding to 1 operations	: 0
244.13/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
244.13/240.20	c number of reductions of the coefficients by power 2 	: 0
244.13/240.20	c number of right shift for reduction by power 2 	: 0
244.13/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
244.13/240.20	c speed (assignments/second)	: 2090027.8478893284
244.13/240.20	c non guided choices	836407
244.13/240.23	c learnt constraints type 
244.13/240.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1303
244.13/240.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86577
244.13/240.23	s UNKNOWN

Verifier Data


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-4257893-1501656116/watcher-4257893-1501656116 -o /tmp/evaluation-result-4257893-1501656116/solver-4257893-1501656116 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257893-1501656116.xml 

pid=31458
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.30 3.77 3.36 3/198 31461
/proc/meminfo: memFree=28640248/32770624 swapFree=0/267904
[pid=31461] ppid=31458 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31461/stat : 31461 (runsolver) D 31458 31461 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 65265084 24240128 108 18446744073709551615 4194304 4338465 140722230071136 140722230068776 140517435347671 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 26144768 140722230079622 140722230080069 140722230080069 140722230083530 0
/proc/31461/statm: 5918 108 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 4.30 3.77 3.36 3/198 31461
/proc/meminfo: memFree=28640248/32770624 swapFree=0/267904
[pid=31461] ppid=31458 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 4025 0 0 0 2 0 0 0 20 0 9 0 65265084 10395312128 5191 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2537918 5191 2096 1 0 2527423 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200312 s]
/proc/loadavg: 4.30 3.77 3.36 3/198 31461
/proc/meminfo: memFree=28640248/32770624 swapFree=0/267904
[pid=31461] ppid=31458 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 4790 0 0 0 4 1 0 0 20 0 14 0 65265084 10736119808 5835 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2621123 5835 2569 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300421 s]
/proc/loadavg: 4.30 3.77 3.36 3/198 31461
/proc/meminfo: memFree=28640248/32770624 swapFree=0/267904
[pid=31461] ppid=31458 vsize=10551156 CPUtime=0.18 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 8041 0 0 0 16 2 0 0 20 0 15 0 65265084 10804383744 7784 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2637789 7784 2861 1 0 2627269 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551156

[startup+0.700267 s]
/proc/loadavg: 4.30 3.77 3.36 3/198 31461
/proc/meminfo: memFree=28640248/32770624 swapFree=0/267904
[pid=31461] ppid=31458 vsize=10551232 CPUtime=1.2 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 11422 0 0 0 115 5 0 0 20 0 15 0 65265084 10804461568 35694 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2637808 35694 3048 1 0 2627269 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10551232

[startup+1.50067 s]
/proc/loadavg: 4.30 3.77 3.36 7/213 31476
/proc/meminfo: memFree=28383896/32770624 swapFree=0/267908
[pid=31461] ppid=31458 vsize=10617796 CPUtime=3.75 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 18696 0 0 0 355 20 0 0 20 0 16 0 65265084 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 78929 3089 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 6957 0 0 0 113 4 0 0 20 0 16 0 65265091 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139954881389488 139954479042844 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 132 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 136 0 0 0 11 3 0 0 20 0 16 0 65265091 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 114 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 121 0 0 0 7 2 0 0 20 0 16 0 65265091 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=0.82 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) R 31458 31461 18930 0 -1 4202560 3741 0 0 0 82 0 0 0 20 0 16 0 65265096 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953911567808 139954856398863 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=0.87 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) R 31458 31461 18930 0 -1 4202560 3861 0 0 0 86 1 0 0 20 0 16 0 65265096 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954863176807 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 2172 0 0 0 31 0 0 0 20 0 16 0 65265096 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65265105 10872623104 78929 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 10617796

[startup+3.10073 s]
/proc/loadavg: 4.30 3.77 3.36 4/214 31477
/proc/meminfo: memFree=28334992/32770624 swapFree=0/267908
[pid=31461] ppid=31458 vsize=10617796 CPUtime=6.29 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 23209 0 0 0 609 20 0 0 20 0 16 0 65265084 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 79255 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=2.78 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 7796 0 0 0 273 5 0 0 20 0 16 0 65265091 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139954881389688 139954483482332 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 132 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 136 0 0 0 11 3 0 0 20 0 16 0 65265091 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 114 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 121 0 0 0 7 2 0 0 20 0 16 0 65265091 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=1.26 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) R 31458 31461 18930 0 -1 4202560 4671 0 0 0 126 0 0 0 20 0 16 0 65265096 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954862040963 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=1.33 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 6318 0 0 0 132 1 0 0 20 0 16 0 65265096 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 2387 0 0 0 34 0 0 0 20 0 16 0 65265096 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 65265105 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31477] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31477/stat : 31477 (java) S 31458 31461 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65265214 10872623104 79255 18446744073709551615 4194304 4196468 140732808905616 139953906304560 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10617796

[startup+6.30071 s]
/proc/loadavg: 4.11 3.74 3.35 3/214 31477
/proc/meminfo: memFree=28338876/32770624 swapFree=0/267908
[pid=31461] ppid=31458 vsize=10617796 CPUtime=9.66 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 24778 0 0 0 945 21 0 0 20 0 16 0 65265084 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 77849 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=5.97 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 7973 0 0 0 592 5 0 0 20 0 16 0 65265091 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139954881391576 139954482687320 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 132 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 136 0 0 0 11 3 0 0 20 0 16 0 65265091 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 114 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 121 0 0 0 7 2 0 0 20 0 16 0 65265091 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=1.41 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) S 31458 31461 18930 0 -1 1077944384 5498 0 0 0 141 0 0 0 20 0 16 0 65265096 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=1.34 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 6326 0 0 0 133 1 0 0 20 0 16 0 65265096 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 2390 0 0 0 34 0 0 0 20 0 16 0 65265096 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 16 0 65265105 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31477] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31477/stat : 31477 (java) S 31458 31461 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65265214 10872623104 77849 18446744073709551615 4194304 4196468 140732808905616 139953906304560 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 3.94 3.71 3.35 3/215 31478
/proc/meminfo: memFree=28338696/32770624 swapFree=0/267912
[pid=31461] ppid=31458 vsize=10617796 CPUtime=16.06 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 26756 0 0 0 1585 21 0 0 20 0 16 0 65265084 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 77855 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=12.37 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 9160 0 0 0 1232 5 0 0 20 0 16 0 65265091 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139954881389216 139954482687512 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 132 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 136 0 0 0 11 3 0 0 20 0 16 0 65265091 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 114 0 0 0 10 3 0 0 20 0 16 0 65265091 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 121 0 0 0 7 2 0 0 20 0 16 0 65265091 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 77855 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0

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

[startup+162.301 s]
/proc/loadavg: 2.15 3.04 3.14 2/196 31539
/proc/meminfo: memFree=31203704/32770624 swapFree=0/267992
[pid=31461] ppid=31458 vsize=10617796 CPUtime=166.37 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 35159 0 0 0 16587 50 0 0 20 0 16 0 65265084 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 151248 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=161.78 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 12088 0 0 0 16171 7 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954881391968 139954482637812 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 373 0 0 0 23 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 520 0 0 0 24 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 574 0 0 0 24 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 1496 0 0 0 20 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 983 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=1.44 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) S 31458 31461 18930 0 -1 1077944384 6585 0 0 0 144 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=1.37 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 7067 0 0 0 136 1 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 3398 0 0 0 35 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 696 0 0 0 4 4 0 0 20 0 16 0 65265105 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31477] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31477/stat : 31477 (java) S 31458 31461 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65265214 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953906304560 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 166.37
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 3.21 3.14 3.17 6/214 31578
/proc/meminfo: memFree=25004480/32770624 swapFree=0/268024
[pid=31461] ppid=31458 vsize=10617796 CPUtime=226.41 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 36188 0 0 0 22590 51 0 0 20 0 16 0 65265084 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 151248 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=221.78 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 12838 0 0 0 22171 7 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954881389072 139954482637627 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 373 0 0 0 23 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 520 0 0 0 24 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 574 0 0 0 24 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 1496 0 0 0 20 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 994 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=1.44 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) S 31458 31461 18930 0 -1 1077944384 6593 0 0 0 144 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=1.37 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 7070 0 0 0 136 1 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 3620 0 0 0 35 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 731 0 0 0 6 6 0 0 20 0 16 0 65265105 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31477] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31477/stat : 31477 (java) S 31458 31461 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65265214 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953906304560 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 226.41
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 3.29 3.17 3.18 6/214 31578
/proc/meminfo: memFree=24219548/32770624 swapFree=0/268060
[pid=31461] ppid=31458 vsize=10617796 CPUtime=244.12 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 36400 0 0 0 24360 52 0 0 20 0 16 0 65265084 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2654449 151248 3111 1 0 2643910 0
[pid=31461/tid=31463] ppid=31458 vsize=10617796 CPUtime=239.48 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) R 31458 31461 18930 0 -1 4202560 12875 0 0 0 23941 7 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954881389736 139954480038087 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 373 0 0 0 23 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10617796 CPUtime=0.33 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 520 0 0 0 24 9 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10617796 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 574 0 0 0 24 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 1496 0 0 0 20 8 0 0 20 0 16 0 65265091 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 994 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65265093 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10617796 CPUtime=1.44 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) S 31458 31461 18930 0 -1 1077944384 6593 0 0 0 144 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10617796 CPUtime=1.37 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 7070 0 0 0 136 1 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 3795 0 0 0 35 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65265096 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 731 0 0 0 6 7 0 0 20 0 16 0 65265105 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31477] ppid=31458 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31477/stat : 31477 (java) S 31458 31461 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65265214 10872623104 151248 18446744073709551615 4194304 4196468 140732808905616 139953906304560 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 244.12
Current children cumulated vsize (KiB) 10617796

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

[startup+240.201 s]
/proc/loadavg: 3.29 3.17 3.18 6/214 31578
/proc/meminfo: memFree=24219548/32770624 swapFree=0/268060
[pid=31461] ppid=31458 vsize=10817488 CPUtime=244.13 cores=1,3,5,7
/proc/31461/stat : 31461 (java) S 31458 31461 18930 0 -1 1077944320 37127 0 0 0 24361 52 0 0 20 0 17 0 65265084 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 140732808888160 139954877153015 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
/proc/31461/statm: 2704372 151310 3113 1 0 2693833 0
[pid=31461/tid=31463] ppid=31458 vsize=10817488 CPUtime=239.49 cores=1,3,5,7
/proc/31461/task/31463/stat : 31463 (java) S 31458 31461 18930 0 -1 1077944384 12944 0 0 0 23942 7 0 0 20 0 17 0 65265091 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139954881395888 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31464] ppid=31458 vsize=10817488 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31464/stat : 31464 (java) S 31458 31461 18930 0 -1 1077944384 373 0 0 0 23 9 0 0 20 0 17 0 65265091 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139954807573008 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31465] ppid=31458 vsize=10817488 CPUtime=0.33 cores=1,3,5,7
/proc/31461/task/31465/stat : 31465 (java) S 31458 31461 18930 0 -1 1077944384 520 0 0 0 24 9 0 0 20 0 17 0 65265091 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139954806520464 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31466] ppid=31458 vsize=10817488 CPUtime=0.32 cores=1,3,5,7
/proc/31461/task/31466/stat : 31466 (java) S 31458 31461 18930 0 -1 1077944384 574 0 0 0 24 8 0 0 20 0 17 0 65265091 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139954805467408 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31467] ppid=31458 vsize=10817488 CPUtime=0.28 cores=1,3,5,7
/proc/31461/task/31467/stat : 31467 (java) S 31458 31461 18930 0 -1 1077944384 1496 0 0 0 20 8 0 0 20 0 17 0 65265091 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139954804414864 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31468] ppid=31458 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31468/stat : 31468 (java) S 31458 31461 18930 0 -1 1077944384 994 0 0 0 0 0 0 0 20 0 17 0 65265093 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953915779824 139954877164162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31469] ppid=31458 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31469/stat : 31469 (java) S 31458 31461 18930 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 65265093 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953914726048 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31470] ppid=31458 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31470/stat : 31470 (java) S 31458 31461 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 65265093 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953913672944 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31471] ppid=31458 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31471/stat : 31471 (java) S 31458 31461 18930 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 65265096 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953912621520 139954877171611 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31472] ppid=31458 vsize=10817488 CPUtime=1.44 cores=1,3,5,7
/proc/31461/task/31472/stat : 31472 (java) S 31458 31461 18930 0 -1 1077944384 6593 0 0 0 144 0 0 0 20 0 17 0 65265096 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953911568624 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31473] ppid=31458 vsize=10817488 CPUtime=1.37 cores=1,3,5,7
/proc/31461/task/31473/stat : 31473 (java) S 31458 31461 18930 0 -1 1077944384 7070 0 0 0 136 1 0 0 20 0 17 0 65265096 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953910516080 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31474] ppid=31458 vsize=10817488 CPUtime=0.35 cores=1,3,5,7
/proc/31461/task/31474/stat : 31474 (java) S 31458 31461 18930 0 -1 1077944384 3923 0 0 0 35 0 0 0 20 0 17 0 65265096 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953909463024 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31475] ppid=31458 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/31461/task/31475/stat : 31475 (java) S 31458 31461 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65265096 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953908410720 139954877163221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
[pid=31461/tid=31476] ppid=31458 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/31461/task/31476/stat : 31476 (java) S 31458 31461 18930 0 -1 1077944384 731 0 0 0 6 7 0 0 20 0 17 0 65265105 11077107712 151310 18446744073709551615 4194304 4196468 140732808905616 139953907358768 139954877164162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140732808913329 140732808913482 140732808913482 140732808916943 0
Current children cumulated CPU time (s) 244.13
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.239
CPU time (s): 244.182
CPU user time (s): 243.648
CPU system time (s): 0.534179
CPU usage (%): 101.641
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.648
system time used= 0.534179
maximum resident set size= 605612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38180
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7061
involuntary context switches= 136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00418 second user time and 1.60944 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 08:27:38
IDJOB=4257893
IDBENCH=136757
IDSOLVER=2643
FILE ID=node132/4257893-1501656116
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4d.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257893-1501656116/watcher-4257893-1501656116 -o /tmp/evaluation-result-4257893-1501656116/solver-4257893-1501656116 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257893-1501656116.xml

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

MD5SUM BENCH= e17d1f270cb1c92567283195f4efc493
RANDOM SEED=544879383

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28640604 kB
MemAvailable:   28848084 kB
Buffers:          152088 kB
Cached:           350964 kB
SwapCached:            0 kB
Active:          3420208 kB
Inactive:         292348 kB
Active(anon):    3210320 kB
Inactive(anon):    24444 kB
Active(file):     209888 kB
Inactive(file):   267904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       3209148 kB
Mapped:            50928 kB
Shmem:             25276 kB
Slab:             117080 kB
SReclaimable:      91048 kB
SUnreclaim:        26032 kB
KernelStack:        3456 kB
PageTables:        11104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4788644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3082240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 08:31:38