Trace number 4257899

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) 252.73199 240.23399

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b3r4.xml
MD5SUMe6d791e594f9eaa90e121e32c21c79c6
Bench CategoryCOP (optimization problem)
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
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size47
Distribution of domain sizes[{"size":6,"count":1},{"size":47,"count":100}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":95},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity100
Distribution of constraint arities[{"arity":6,"count":1},{"arity":20,"count":10},{"arity":100,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

16.25/6.45	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.25/6.45	c This is free software under the dual EPL/GNU LGPL licenses.
16.25/6.45	c See www.sat4j.org for details.
16.25/6.45	c That software uses the Rhino library from the Mozilla project.
16.25/6.45	c version CUSTOM.v20170705
16.25/6.45	c java.runtime.name	Java(TM) SE Runtime Environment
16.25/6.45	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.25/6.45	c java.vm.version	25.131-b11
16.25/6.45	c java.vm.vendor	Oracle Corporation
16.25/6.45	c sun.arch.data.model	64
16.25/6.45	c java.version		1.8.0_131
16.25/6.45	c os.name		Linux
16.25/6.45	c os.version		3.10.0-514.16.1.el7.x86_64
16.25/6.45	c os.arch		amd64
16.25/6.45	c Free memory 		499604488
16.25/6.45	c Max memory 		7247757312
16.25/6.45	c Total memory 		504889344
16.25/6.45	c Number of processors 	4
16.25/6.45	c c --- Begin Solver configuration ---
16.25/6.45	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.25/6.45	c Learn all clauses as in MiniSAT
16.25/6.45	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.25/6.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.25/6.45	c No reason simplification
16.25/6.45	c Glucose 2.1 dynamic restart strategy
16.25/6.45	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
16.25/6.45	c timeout=2147483s
16.25/6.45	c DB Simplification allowed=false
16.25/6.45	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.25/6.45	c --- End Solver configuration ---
16.25/6.45	c constraints type 
16.25/6.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
16.25/6.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 256022
16.25/6.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11480148
16.25/6.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 304
16.25/6.45	c 11736676 constraints processed.
252.69/240.20	c starts		: 730
252.69/240.20	c conflicts		: 302892
252.69/240.20	c decisions		: 6306031
252.69/240.20	c propagations		: 807491049
252.69/240.20	c inspects		: 2332980815
252.69/240.20	c shortcuts		: 0
252.69/240.20	c learnt literals	: 10
252.69/240.20	c learnt binary clauses	: 697
252.69/240.20	c learnt ternary clauses	: 1318
252.69/240.20	c learnt constraints	: 302882
252.69/240.20	c ignored constraints	: 0
252.69/240.20	c root simplifications	: 0
252.69/240.20	c removed literals (reason simplification)	: 0
252.69/240.20	c reason swapping (by a shorter reason)	: 0
252.69/240.20	c Calls to reduceDB	: 20
252.69/240.20	c Number of update (reduction) of LBD	: 260123
252.69/240.20	c Imported unit clauses	: 0
252.69/240.20	c number of reductions to clauses (during analyze)	: 0
252.69/240.20	c number of learned constraints concerned by reduction	: 0
252.69/240.20	c number of learning phase by resolution	: 0
252.69/240.20	c number of learning phase by cutting planes	: 0
252.69/240.20	c number of rounding to 1 operations	: 0
252.69/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.69/240.20	c number of reductions of the coefficients by power 2 	: 0
252.69/240.20	c number of right shift for reduction by power 2 	: 0
252.69/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.69/240.20	c speed (assignments/second)	: 3455039.2744978904
252.69/240.20	c non guided choices	298837
252.69/240.22	c learnt constraints type 
252.69/240.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 697
252.69/240.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35531
252.69/240.22	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-4257899-1501656860/watcher-4257899-1501656860 -o /tmp/evaluation-result-4257899-1501656860/solver-4257899-1501656860 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257899-1501656860.xml 

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

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: 5.64 4.64 3.87 2/198 32500
/proc/meminfo: memFree=27865068/32770624 swapFree=0/268712
[pid=32500] ppid=32497 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32500/stat : 32500 (runsolver) D 32497 32500 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65339525 24240128 106 18446744073709551615 4194304 4338465 140728574547920 140728574545560 140604238475991 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 6959104 140728574550150 140728574550597 140728574550597 140728574554058 0
/proc/32500/statm: 5918 106 53 36 0 2156 0

[startup+0.100118 s]
/proc/loadavg: 5.64 4.64 3.87 2/198 32500
/proc/meminfo: memFree=27865068/32770624 swapFree=0/268712
[pid=32500] ppid=32497 vsize=9934352 CPUtime=0 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 2531 0 0 0 0 0 0 0 20 0 6 0 65339525 10172776448 2675 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2483588 2675 1211 1 0 2473566 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9934352

[startup+0.200274 s]
/proc/loadavg: 5.64 4.64 3.87 2/198 32500
/proc/meminfo: memFree=27865068/32770624 swapFree=0/268712
[pid=32500] ppid=32497 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 4679 0 0 0 6 1 0 0 20 0 15 0 65339525 10804383744 6681 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637789 6681 2608 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.304153 s]
/proc/loadavg: 5.64 4.64 3.87 2/198 32500
/proc/meminfo: memFree=27865068/32770624 swapFree=0/268712
[pid=32500] ppid=32497 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 7913 0 0 0 20 2 0 0 20 0 15 0 65339525 10804383744 9055 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637789 9055 2820 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701984 s]
/proc/loadavg: 5.64 4.64 3.87 2/198 32500
/proc/meminfo: memFree=27865068/32770624 swapFree=0/268712
[pid=32500] ppid=32497 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 11866 0 0 0 112 9 0 0 20 0 15 0 65339525 10804461568 49294 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637808 49294 3042 1 0 2627269 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10551232

[startup+1.505 s]
/proc/loadavg: 5.35 4.60 3.86 8/213 32515
/proc/meminfo: memFree=27531592/32770624 swapFree=0/268724
[pid=32500] ppid=32497 vsize=10551232 CPUtime=3.38 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 14767 0 0 0 295 43 0 0 20 0 15 0 65339525 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637808 144418 3082 1 0 2627269 0
[pid=32500/tid=32502] ppid=32497 vsize=10551232 CPUtime=1 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) S 32497 32500 18930 0 -1 1077944384 7410 0 0 0 94 6 0 0 20 0 15 0 65339534 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139710926077440 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) R 32497 32500 18930 0 -1 4202560 248 0 0 0 26 9 0 0 20 0 15 0 65339535 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139710862879576 139710906290638 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) R 32497 32500 18930 0 -1 4202560 236 0 0 0 26 8 0 0 20 0 15 0 65339535 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139710861826776 139710906864544 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) R 32497 32500 18930 0 -1 4202560 228 0 0 0 26 9 0 0 20 0 15 0 65339535 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139710860773664 139710906864544 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) R 32497 32500 18930 0 -1 4202560 647 0 0 0 26 8 0 0 20 0 15 0 65339535 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139710859720360 139710901037453 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65339536 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709961405856 139710921852629 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709960353312 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709959300464 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339539 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10551232 CPUtime=0.37 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 1772 0 0 0 37 0 0 0 20 0 15 0 65339539 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 1975 0 0 0 40 0 0 0 20 0 15 0 65339539 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 808 0 0 0 16 0 0 0 20 0 15 0 65339539 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339540 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65339544 10804461568 144418 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 10551232

[startup+3.10102 s]
/proc/loadavg: 5.35 4.60 3.86 6/213 32515
/proc/meminfo: memFree=26608348/32770624 swapFree=0/268728
[pid=32500] ppid=32497 vsize=10551232 CPUtime=7.18 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 16436 0 0 0 657 61 0 0 20 0 15 0 65339525 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637808 197988 3097 1 0 2627269 0
[pid=32500/tid=32502] ppid=32497 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 7424 0 0 0 148 6 0 0 20 0 15 0 65339534 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139710926073944 139710540834210 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 708 0 0 0 94 14 0 0 20 0 15 0 65339535 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 578 0 0 0 94 13 0 0 20 0 15 0 65339535 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 497 0 0 0 95 13 0 0 20 0 15 0 65339535 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 795 0 0 0 94 13 0 0 20 0 15 0 65339535 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 516 0 0 0 32 0 0 0 20 0 15 0 65339536 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339539 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 1772 0 0 0 38 0 0 0 20 0 15 0 65339539 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10551232 CPUtime=0.41 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 1975 0 0 0 41 0 0 0 20 0 15 0 65339539 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 811 0 0 0 16 0 0 0 20 0 15 0 65339539 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339540 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65339544 10804461568 197988 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 10551232

[startup+6.30102 s]
/proc/loadavg: 5.40 4.62 3.87 8/213 32515
/proc/meminfo: memFree=26049656/32770624 swapFree=0/268744
[pid=32500] ppid=32497 vsize=10551232 CPUtime=16.07 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 34741 0 0 0 1494 113 0 0 20 0 15 0 65339525 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2637808 391363 3107 1 0 2627269 0
[pid=32500/tid=32502] ppid=32497 vsize=10551232 CPUtime=2.73 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 9448 0 0 0 263 10 0 0 20 0 15 0 65339534 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139710926075752 139710540372013 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10551232 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 1621 0 0 0 228 24 0 0 20 0 15 0 65339535 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10551232 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 1668 0 0 0 229 23 0 0 20 0 15 0 65339535 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10551232 CPUtime=2.48 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 1491 0 0 0 223 25 0 0 20 0 15 0 65339535 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10551232 CPUtime=2.53 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 2224 0 0 0 227 26 0 0 20 0 15 0 65339535 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10551232 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 1631 0 0 0 81 0 0 0 20 0 15 0 65339536 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 65339537 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339539 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10551232 CPUtime=0.95 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) R 32497 32500 18930 0 -1 4202560 5211 0 0 0 95 0 0 0 20 0 15 0 65339539 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709957188048 139710903386602 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) R 32497 32500 18930 0 -1 4202560 7600 0 0 0 120 1 0 0 20 0 15 0 65339539 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709956130896 139710907880904 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10551232 CPUtime=0.24 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 2452 0 0 0 24 0 0 0 20 0 15 0 65339539 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65339540 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 65339544 10804461568 391363 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 16.07
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 5.37 4.63 3.87 6/214 32516
/proc/meminfo: memFree=24711280/32770624 swapFree=0/268756
[pid=32500] ppid=32497 vsize=10617796 CPUtime=23.8 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 36232 0 0 0 2267 113 0 0 20 0 16 0 65339525 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2654449 391858 3132 1 0 2643910 0
[pid=32500/tid=32502] ppid=32497 vsize=10617796 CPUtime=9.12 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 10409 0 0 0 902 10 0 0 20 0 16 0 65339534 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139710926078968 139710542319010 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10617796 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 1621 0 0 0 228 24 0 0 20 0 16 0 65339535 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10617796 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 1668 0 0 0 229 23 0 0 20 0 16 0 65339535 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10617796 CPUtime=2.48 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 1491 0 0 0 223 25 0 0 20 0 16 0 65339535 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10617796 CPUtime=2.53 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 2224 0 0 0 227 26 0 0 20 0 16 0 65339535 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10617796 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 1666 0 0 0 81 0 0 0 20 0 16 0 65339536 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339539 10872623104 391858 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0

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

[startup+162.301 s]
/proc/loadavg: 3.84 4.24 3.84 6/214 32597
/proc/meminfo: memFree=22137048/32770624 swapFree=0/268888
[pid=32500] ppid=32497 vsize=10617796 CPUtime=173.67 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 48756 0 0 0 17249 118 0 0 20 0 16 0 65339525 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2654449 391045 3132 1 0 2643910 0
[pid=32500/tid=32502] ppid=32497 vsize=10617796 CPUtime=158.7 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 18368 0 0 0 15859 11 0 0 20 0 16 0 65339534 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139710926078920 139710542640808 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10617796 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 1621 0 0 0 228 24 0 0 20 0 16 0 65339535 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10617796 CPUtime=2.52 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 1668 0 0 0 229 23 0 0 20 0 16 0 65339535 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10617796 CPUtime=2.48 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 1491 0 0 0 223 25 0 0 20 0 16 0 65339535 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10617796 CPUtime=2.53 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 2224 0 0 0 227 26 0 0 20 0 16 0 65339535 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10617796 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 1806 0 0 0 81 0 0 0 20 0 16 0 65339536 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339539 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10617796 CPUtime=1.74 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 6577 0 0 0 174 0 0 0 20 0 16 0 65339539 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 9256 0 0 0 185 1 0 0 20 0 16 0 65339539 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 4042 0 0 0 33 0 0 0 20 0 16 0 65339539 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339540 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 294 0 0 0 4 3 0 0 20 0 16 0 65339544 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32516] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32516/stat : 32516 (java) S 32497 32500 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65340175 10872623104 391045 18446744073709551615 4194304 4196468 140736305411440 139709951931824 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 173.67
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 3.51 4.04 3.79 6/214 32673
/proc/meminfo: memFree=23598440/32770624 swapFree=0/268948
[pid=32500] ppid=32497 vsize=10617796 CPUtime=234.97 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 54534 0 0 0 23330 167 0 0 20 0 16 0 65339525 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2654449 482793 3133 1 0 2643910 0
[pid=32500/tid=32502] ppid=32497 vsize=10617796 CPUtime=218.27 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 19087 0 0 0 21816 11 0 0 20 0 16 0 65339534 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710926081160 139710542170218 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 2408 0 0 0 257 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 3089 0 0 0 259 35 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10617796 CPUtime=2.9 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 3053 0 0 0 253 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10617796 CPUtime=2.96 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 3025 0 0 0 259 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10617796 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 2107 0 0 0 81 0 0 0 20 0 16 0 65339536 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10617796 CPUtime=1.75 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 6577 0 0 0 174 1 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 9256 0 0 0 185 1 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 4195 0 0 0 33 0 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339540 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 295 0 0 0 6 5 0 0 20 0 16 0 65339544 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32516] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32516/stat : 32516 (java) S 32497 32500 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65340175 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709951931824 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 234.97
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 3.46 4.00 3.79 6/214 32674
/proc/meminfo: memFree=22051208/32770624 swapFree=0/268976
[pid=32500] ppid=32497 vsize=10617796 CPUtime=252.67 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 55299 0 0 0 25100 167 0 0 20 0 16 0 65339525 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2654449 482793 3133 1 0 2643910 0
[pid=32500/tid=32502] ppid=32497 vsize=10617796 CPUtime=235.98 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) R 32497 32500 18930 0 -1 4202560 19787 0 0 0 23586 12 0 0 20 0 16 0 65339534 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710926081160 139710542640234 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 2408 0 0 0 257 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 3089 0 0 0 259 35 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10617796 CPUtime=2.9 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 3053 0 0 0 253 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10617796 CPUtime=2.96 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 3025 0 0 0 259 37 0 0 20 0 16 0 65339535 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10617796 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 2116 0 0 0 81 0 0 0 20 0 16 0 65339536 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 65339537 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10617796 CPUtime=1.75 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 6587 0 0 0 174 1 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10617796 CPUtime=1.86 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 9262 0 0 0 185 1 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 4198 0 0 0 33 0 0 0 20 0 16 0 65339539 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65339540 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10617796 CPUtime=0.13 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 332 0 0 0 7 6 0 0 20 0 16 0 65339544 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32516] ppid=32497 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32516/stat : 32516 (java) S 32497 32500 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65340175 10872623104 482793 18446744073709551615 4194304 4196468 140736305411440 139709951931824 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 252.67
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 32500 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 3.46 4.00 3.79 6/214 32674
/proc/meminfo: memFree=22051208/32770624 swapFree=0/268976
[pid=32500] ppid=32497 vsize=10817488 CPUtime=252.69 cores=0,2,4,6
/proc/32500/stat : 32500 (java) S 32497 32500 18930 0 -1 1077944320 56040 0 0 0 25102 167 0 0 20 0 17 0 65339525 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 140736305393984 139710921842423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
/proc/32500/statm: 2704372 482876 3136 1 0 2693833 0
[pid=32500/tid=32502] ppid=32497 vsize=10817488 CPUtime=235.99 cores=0,2,4,6
/proc/32500/task/32502/stat : 32502 (java) S 32497 32500 18930 0 -1 1077944384 19841 0 0 0 23587 12 0 0 20 0 17 0 65339534 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139710926085296 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32503] ppid=32497 vsize=10817488 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32503/stat : 32503 (java) S 32497 32500 18930 0 -1 1077944384 2408 0 0 0 257 37 0 0 20 0 17 0 65339535 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139710862879376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32504] ppid=32497 vsize=10817488 CPUtime=2.94 cores=0,2,4,6
/proc/32500/task/32504/stat : 32504 (java) S 32497 32500 18930 0 -1 1077944384 3089 0 0 0 259 35 0 0 20 0 17 0 65339535 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139710861826576 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32505] ppid=32497 vsize=10817488 CPUtime=2.9 cores=0,2,4,6
/proc/32500/task/32505/stat : 32505 (java) S 32497 32500 18930 0 -1 1077944384 3053 0 0 0 253 37 0 0 20 0 17 0 65339535 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139710860773776 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32506] ppid=32497 vsize=10817488 CPUtime=2.96 cores=0,2,4,6
/proc/32500/task/32506/stat : 32506 (java) S 32497 32500 18930 0 -1 1077944384 3025 0 0 0 259 37 0 0 20 0 17 0 65339535 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139710859720976 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32507] ppid=32497 vsize=10817488 CPUtime=0.81 cores=0,2,4,6
/proc/32500/task/32507/stat : 32507 (java) S 32497 32500 18930 0 -1 1077944384 2149 0 0 0 81 0 0 0 20 0 17 0 65339536 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709961407344 139710921853570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32508] ppid=32497 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32508/stat : 32508 (java) S 32497 32500 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 65339537 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709960353376 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32509] ppid=32497 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32509/stat : 32509 (java) S 32497 32500 18930 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 65339537 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709959300480 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32510] ppid=32497 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32510/stat : 32510 (java) S 32497 32500 18930 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 65339539 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709958248784 139710921861019 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32511] ppid=32497 vsize=10817488 CPUtime=1.75 cores=0,2,4,6
/proc/32500/task/32511/stat : 32511 (java) S 32497 32500 18930 0 -1 1077944384 6587 0 0 0 174 1 0 0 20 0 17 0 65339539 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709957196144 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32512] ppid=32497 vsize=10817488 CPUtime=1.86 cores=0,2,4,6
/proc/32500/task/32512/stat : 32512 (java) S 32497 32500 18930 0 -1 1077944384 9262 0 0 0 185 1 0 0 20 0 17 0 65339539 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709956143344 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32513] ppid=32497 vsize=10817488 CPUtime=0.33 cores=0,2,4,6
/proc/32500/task/32513/stat : 32513 (java) S 32497 32500 18930 0 -1 1077944384 4346 0 0 0 33 0 0 0 20 0 17 0 65339539 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709955090544 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32514] ppid=32497 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/32500/task/32514/stat : 32514 (java) S 32497 32500 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65339540 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709954037984 139710921852629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
[pid=32500/tid=32515] ppid=32497 vsize=10817488 CPUtime=0.13 cores=0,2,4,6
/proc/32500/task/32515/stat : 32515 (java) S 32497 32500 18930 0 -1 1077944384 332 0 0 0 7 6 0 0 20 0 17 0 65339544 11077107712 482876 18446744073709551615 4194304 4196468 140736305411440 139709952986288 139710921853570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32075776 140736305418673 140736305418826 140736305418826 140736305422287 0
Current children cumulated CPU time (s) 252.69
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.234
CPU time (s): 252.732
CPU user time (s): 251.041
CPU system time (s): 1.6915
CPU usage (%): 105.203
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.041
system time used= 1.6915
maximum resident set size= 1931728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56331
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= 7638
involuntary context switches= 445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12699 second user time and 1.60371 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 08:40:03
IDJOB=4257899
IDBENCH=137636
IDSOLVER=2643
FILE ID=node132/4257899-1501656860
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= e6d791e594f9eaa90e121e32c21c79c6
RANDOM SEED=146407402

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:        27865424 kB
MemAvailable:   28074288 kB
Buffers:          152600 kB
Cached:           351452 kB
SwapCached:            0 kB
Active:          4190392 kB
Inactive:         293156 kB
Active(anon):    3979968 kB
Inactive(anon):    24444 kB
Active(file):     210424 kB
Inactive(file):   268712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1796 kB
Writeback:             0 kB
AnonPages:       3978776 kB
Mapped:            50868 kB
Shmem:             25276 kB
Slab:             116936 kB
SReclaimable:      91128 kB
SUnreclaim:        25808 kB
KernelStack:        3536 kB
PageTables:        12684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5154752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3123200 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:44:03