Trace number 4258146

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) 253.45399 240.222

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P409-Q499.xml
MD5SUM57bf69b2358f04f7bb4b500d6093750d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark409
Best CPU time to get the best result obtained on this benchmark0.022404
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=11216
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: 2.22 2.61 2.60 3/196 11219
/proc/meminfo: memFree=30146672/32770624 swapFree=0/234940
[pid=11219] ppid=11216 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11219/stat : 11219 (runsolver) D 11216 11219 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14027016 24240128 106 18446744073709551615 4194304 4338465 140728925374160 140728925371800 140299003638487 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 37048320 140728925380743 140728925381190 140728925381190 140728925384650 0
/proc/11219/statm: 5918 106 53 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 2.22 2.61 2.60 3/196 11219
/proc/meminfo: memFree=30146672/32770624 swapFree=0/234940
[pid=11219] ppid=11216 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11219/stat : 11219 (runsolver) D 11216 11219 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14027016 24240128 106 18446744073709551615 4194304 4338465 140728925374160 140728925371800 140299003638487 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 37048320 140728925380743 140728925381190 140728925381190 140728925384650 0
/proc/11219/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200296 s]
/proc/loadavg: 2.22 2.61 2.60 3/196 11219
/proc/meminfo: memFree=30146672/32770624 swapFree=0/234940
[pid=11219] ppid=11216 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 4543 0 0 0 4 1 0 0 20 0 14 0 14027016 10736119808 5579 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2621123 5579 2564 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300823 s]
/proc/loadavg: 2.22 2.61 2.60 3/196 11219
/proc/meminfo: memFree=30146672/32770624 swapFree=0/234940
[pid=11219] ppid=11216 vsize=10551156 CPUtime=0.19 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 8040 0 0 0 17 2 0 0 20 0 15 0 14027016 10804383744 8274 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2637789 8274 2849 1 0 2627269 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551156

[startup+0.701098 s]
/proc/loadavg: 2.22 2.61 2.60 3/196 11219
/proc/meminfo: memFree=30146672/32770624 swapFree=0/234940
[pid=11219] ppid=11216 vsize=10551232 CPUtime=1.19 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 12158 0 0 0 113 6 0 0 20 0 15 0 14027016 10804461568 26208 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2637808 26208 3042 1 0 2627269 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10551232

[startup+1.50307 s]
/proc/loadavg: 2.22 2.61 2.60 3/211 11234
/proc/meminfo: memFree=29817824/32770624 swapFree=0/234948
[pid=11219] ppid=11216 vsize=10551232 CPUtime=3.52 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 14804 0 0 0 304 48 0 0 20 0 15 0 14027016 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2637808 164151 3084 1 0 2627269 0
[pid=11219/tid=11221] ppid=11216 vsize=10551232 CPUtime=0.9 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) S 11216 11219 5091 0 -1 1077944384 7910 0 0 0 83 7 0 0 20 0 15 0 14027028 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139885281964784 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10551232 CPUtime=0.41 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) R 11216 11219 5091 0 -1 4202560 306 0 0 0 32 9 0 0 20 0 15 0 14027028 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885262691784 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) R 11216 11219 5091 0 -1 4202560 257 0 0 0 31 9 0 0 20 0 15 0 14027028 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885262438543 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) R 11216 11219 5091 0 -1 4202560 444 0 0 0 30 9 0 0 20 0 15 0 14027028 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884887010520 139885262691447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10551232 CPUtime=0.41 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) R 11216 11219 5091 0 -1 4202560 530 0 0 0 32 9 0 0 20 0 15 0 14027028 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884885957976 139885262438566 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884774564192 139885277750997 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 1545 0 0 0 33 0 0 0 20 0 15 0 14027033 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 972 0 0 0 35 0 0 0 20 0 15 0 14027033 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 1271 0 0 0 25 0 0 0 20 0 15 0 14027033 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14027037 10804461568 164151 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10551232

[startup+3.10057 s]
/proc/loadavg: 2.22 2.61 2.60 3/211 11234
/proc/meminfo: memFree=29489336/32770624 swapFree=0/234948
[pid=11219] ppid=11216 vsize=10551232 CPUtime=8.1 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 17982 0 0 0 742 68 0 0 20 0 15 0 14027016 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2637808 222019 3098 1 0 2627269 0
[pid=11219/tid=11221] ppid=11216 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) S 11216 11219 5091 0 -1 1077944384 7929 0 0 0 100 7 0 0 20 0 15 0 14027028 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139885281969600 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10551232 CPUtime=1.4 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) R 11216 11219 5091 0 -1 4202560 1237 0 0 0 127 13 0 0 20 0 15 0 14027028 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139885208161240 139885262691918 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10551232 CPUtime=1.4 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) R 11216 11219 5091 0 -1 4202560 1106 0 0 0 126 14 0 0 20 0 15 0 14027028 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139885207108080 139885270368999 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10551232 CPUtime=1.38 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) R 11216 11219 5091 0 -1 4202560 897 0 0 0 124 14 0 0 20 0 15 0 14027028 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884887010216 139885270368999 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10551232 CPUtime=1.42 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) R 11216 11219 5091 0 -1 4202560 1104 0 0 0 127 15 0 0 20 0 15 0 14027028 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884885957360 139885270368999 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 564 0 0 0 42 0 0 0 20 0 15 0 14027030 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884774564192 139885277750997 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 1545 0 0 0 33 0 0 0 20 0 15 0 14027033 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 972 0 0 0 35 0 0 0 20 0 15 0 14027033 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 1271 0 0 0 25 0 0 0 20 0 15 0 14027033 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14027037 10804461568 222019 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 10551232

[startup+6.30071 s]
/proc/loadavg: 2.28 2.62 2.60 6/211 11234
/proc/meminfo: memFree=28928188/32770624 swapFree=0/234960
[pid=11219] ppid=11216 vsize=10551232 CPUtime=17.51 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 24861 0 0 0 1650 101 0 0 20 0 15 0 14027016 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2637808 307327 3098 1 0 2627269 0
[pid=11219/tid=11221] ppid=11216 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) S 11216 11219 5091 0 -1 1077944384 8380 0 0 0 128 9 0 0 20 0 15 0 14027028 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139885281973760 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10551232 CPUtime=3.49 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 1478 0 0 0 328 21 0 0 20 0 15 0 14027028 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10551232 CPUtime=3.46 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3443 0 0 0 324 22 0 0 20 0 15 0 14027028 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10551232 CPUtime=3.46 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 2333 0 0 0 323 23 0 0 20 0 15 0 14027028 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10551232 CPUtime=3.51 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2155 0 0 0 329 22 0 0 20 0 15 0 14027028 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) R 11216 11219 5091 0 -1 4202560 1653 0 0 0 121 0 0 0 20 0 15 0 14027030 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884774564304 139885262441466 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14027030 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 1545 0 0 0 33 0 0 0 20 0 15 0 14027033 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 972 0 0 0 35 0 0 0 20 0 15 0 14027033 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 1272 0 0 0 25 0 0 0 20 0 15 0 14027033 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14027033 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 14027037 10804461568 307327 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.34 2.62 2.60 3/212 11235
/proc/meminfo: memFree=28430152/32770624 swapFree=0/234960
[pid=11219] ppid=11216 vsize=10617796 CPUtime=25.69 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 35215 0 0 0 2437 132 0 0 20 0 16 0 14027016 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2654449 431368 3102 1 0 2643910 0
[pid=11219/tid=11221] ppid=11216 vsize=10617796 CPUtime=7.2 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) R 11216 11219 5091 0 -1 4202560 10112 0 0 0 709 11 0 0 20 0 16 0 14027028 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139885281979512 139884890904801 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10617796 CPUtime=3.87 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 4391 0 0 0 360 27 0 0 20 0 16 0 14027028 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3683 0 0 0 355 29 0 0 20 0 16 0 14027028 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 3727 0 0 0 354 30 0 0 20 0 16 0 14027028 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10617796 CPUtime=3.89 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2508 0 0 0 359 30 0 0 20 0 16 0 14027028 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 3069 0 0 0 139 0 0 0 20 0 16 0 14027030 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884774565872 139885277751938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431368 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0

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

[startup+162.301 s]
/proc/loadavg: 2.05 2.38 2.51 3/211 11241
/proc/meminfo: memFree=28427680/32770624 swapFree=0/235060
[pid=11219] ppid=11216 vsize=10617796 CPUtime=175.59 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 47649 0 0 0 17422 137 0 0 20 0 16 0 14027016 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2654449 431439 3104 1 0 2643910 0
[pid=11219/tid=11221] ppid=11216 vsize=10617796 CPUtime=156.79 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) R 11216 11219 5091 0 -1 4202560 16771 0 0 0 15667 12 0 0 20 0 16 0 14027028 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139885281977480 139884891070332 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10617796 CPUtime=3.87 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 4391 0 0 0 360 27 0 0 20 0 16 0 14027028 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3683 0 0 0 355 29 0 0 20 0 16 0 14027028 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 3727 0 0 0 354 30 0 0 20 0 16 0 14027028 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10617796 CPUtime=3.89 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2508 0 0 0 359 30 0 0 20 0 16 0 14027028 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 3279 0 0 0 139 0 0 0 20 0 16 0 14027030 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884774565872 139885277751938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10617796 CPUtime=0.71 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 3666 0 0 0 71 0 0 0 20 0 16 0 14027033 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10617796 CPUtime=0.75 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 4668 0 0 0 75 0 0 0 20 0 16 0 14027033 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 2997 0 0 0 32 0 0 0 20 0 16 0 14027033 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 582 0 0 0 5 5 0 0 20 0 16 0 14027037 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11235] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11235/stat : 11235 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027761 10872623104 431439 18446744073709551615 4194304 4196468 140733088109072 139884765090608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.04 2.31 2.48 6/210 11321
/proc/meminfo: memFree=26366276/32770624 swapFree=0/235120
[pid=11219] ppid=11216 vsize=10617796 CPUtime=235.63 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 49449 0 0 0 23425 138 0 0 20 0 16 0 14027016 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2654449 431441 3104 1 0 2643910 0
[pid=11219/tid=11221] ppid=11216 vsize=10617796 CPUtime=216.79 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) R 11216 11219 5091 0 -1 4202560 18464 0 0 0 21667 12 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885281976640 139884890820147 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10617796 CPUtime=3.87 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 4391 0 0 0 360 27 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3683 0 0 0 355 29 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 3727 0 0 0 354 30 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10617796 CPUtime=3.89 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2508 0 0 0 359 30 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 3327 0 0 0 139 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884774565872 139885277751938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10617796 CPUtime=0.71 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 3673 0 0 0 71 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10617796 CPUtime=0.75 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 4677 0 0 0 75 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 3003 0 0 0 32 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 619 0 0 0 7 7 0 0 20 0 16 0 14027037 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11235] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11235/stat : 11235 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027761 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884765090608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 235.63
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.38 2.37 2.50 7/210 11321
/proc/meminfo: memFree=23582960/32770624 swapFree=0/235136
[pid=11219] ppid=11216 vsize=10617796 CPUtime=253.34 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 49588 0 0 0 25195 139 0 0 20 0 16 0 14027016 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2654449 431441 3104 1 0 2643910 0
[pid=11219/tid=11221] ppid=11216 vsize=10617796 CPUtime=234.48 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) R 11216 11219 5091 0 -1 4202560 18603 0 0 0 23436 12 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885281976640 139884891070738 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10617796 CPUtime=3.87 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 4391 0 0 0 360 27 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3683 0 0 0 355 29 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10617796 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 3727 0 0 0 354 30 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10617796 CPUtime=3.89 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2508 0 0 0 359 30 0 0 20 0 16 0 14027028 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 3327 0 0 0 139 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884774565872 139885277751938 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027030 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10617796 CPUtime=0.71 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 3673 0 0 0 71 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10617796 CPUtime=0.75 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 4677 0 0 0 75 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 3003 0 0 0 32 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14027033 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10617796 CPUtime=0.15 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 619 0 0 0 8 7 0 0 20 0 16 0 14027037 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11235] ppid=11216 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11235/stat : 11235 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14027761 10872623104 431441 18446744073709551615 4194304 4196468 140733088109072 139884765090608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 253.34
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 11219 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.38 2.37 2.50 7/210 11321
/proc/meminfo: memFree=23582960/32770624 swapFree=0/235136
[pid=11219] ppid=11216 vsize=10817488 CPUtime=253.43 cores=0,2,4,6
/proc/11219/stat : 11219 (java) S 11216 11219 5091 0 -1 1077944320 51079 0 0 0 25204 139 0 0 20 0 17 0 14027016 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 140733088091616 139885277740791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
/proc/11219/statm: 2704372 431505 3106 1 0 2693833 0
[pid=11219/tid=11221] ppid=11216 vsize=10817488 CPUtime=234.55 cores=0,2,4,6
/proc/11219/task/11221/stat : 11221 (java) S 11216 11219 5091 0 -1 1077944384 18792 0 0 0 23443 12 0 0 20 0 17 0 14027028 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139885281983664 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11222] ppid=11216 vsize=10817488 CPUtime=3.87 cores=0,2,4,6
/proc/11219/task/11222/stat : 11222 (java) S 11216 11219 5091 0 -1 1077944384 4391 0 0 0 360 27 0 0 20 0 17 0 14027028 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139885208161040 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11223] ppid=11216 vsize=10817488 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11223/stat : 11223 (java) S 11216 11219 5091 0 -1 1077944384 3683 0 0 0 355 29 0 0 20 0 17 0 14027028 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139885207108496 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11224] ppid=11216 vsize=10817488 CPUtime=3.84 cores=0,2,4,6
/proc/11219/task/11224/stat : 11224 (java) S 11216 11219 5091 0 -1 1077944384 3727 0 0 0 354 30 0 0 20 0 17 0 14027028 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884887010320 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11225] ppid=11216 vsize=10817488 CPUtime=3.89 cores=0,2,4,6
/proc/11219/task/11225/stat : 11225 (java) S 11216 11219 5091 0 -1 1077944384 2508 0 0 0 359 30 0 0 20 0 17 0 14027028 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884885957776 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11226] ppid=11216 vsize=10817488 CPUtime=1.39 cores=0,2,4,6
/proc/11219/task/11226/stat : 11226 (java) S 11216 11219 5091 0 -1 1077944384 3357 0 0 0 139 0 0 0 20 0 17 0 14027030 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884774565872 139885277751938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11227] ppid=11216 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11227/stat : 11227 (java) S 11216 11219 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 14027030 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884773512096 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11228] ppid=11216 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11228/stat : 11228 (java) S 11216 11219 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 14027030 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884772459504 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11229] ppid=11216 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11229/stat : 11229 (java) S 11216 11219 5091 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 17 0 14027033 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884771408080 139885277759387 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11230] ppid=11216 vsize=10817488 CPUtime=0.71 cores=0,2,4,6
/proc/11219/task/11230/stat : 11230 (java) S 11216 11219 5091 0 -1 1077944384 3673 0 0 0 71 0 0 0 20 0 17 0 14027033 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884770355696 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11231] ppid=11216 vsize=10817488 CPUtime=0.76 cores=0,2,4,6
/proc/11219/task/11231/stat : 11231 (java) S 11216 11219 5091 0 -1 1077944384 5193 0 0 0 76 0 0 0 20 0 17 0 14027033 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884769303152 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11232] ppid=11216 vsize=10817488 CPUtime=0.32 cores=0,2,4,6
/proc/11219/task/11232/stat : 11232 (java) S 11216 11219 5091 0 -1 1077944384 3208 0 0 0 32 0 0 0 20 0 17 0 14027033 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884768250608 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11233] ppid=11216 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11219/task/11233/stat : 11233 (java) S 11216 11219 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14027033 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884767198304 139885277750997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
[pid=11219/tid=11234] ppid=11216 vsize=10817488 CPUtime=0.15 cores=0,2,4,6
/proc/11219/task/11234/stat : 11234 (java) S 11216 11219 5091 0 -1 1077944384 619 0 0 0 8 7 0 0 20 0 17 0 14027037 11077107712 431505 18446744073709551615 4194304 4196468 140733088109072 139884766144816 139885277751938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21700608 140733088113074 140733088113227 140733088113227 140733088116687 0
Current children cumulated CPU time (s) 253.43
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.222
CPU time (s): 253.454
CPU user time (s): 252.048
CPU system time (s): 1.40671
CPU usage (%): 105.508
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.048
system time used= 1.40671
maximum resident set size= 1726464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51371
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= 7989
involuntary context switches= 456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13446 second user time and 1.55765 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:53:19
IDJOB=4258146
IDBENCH=135201
IDSOLVER=2643
FILE ID=node129/4258146-1501654039
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P409-Q499.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258146-1501654039/watcher-4258146-1501654039 -o /tmp/evaluation-result-4258146-1501654039/solver-4258146-1501654039 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258146-1501654039.xml

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

MD5SUM BENCH= 57bf69b2358f04f7bb4b500d6093750d
RANDOM SEED=1618041897

node129.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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30146672 kB
MemAvailable:   30309312 kB
Buffers:          124220 kB
Cached:           319392 kB
SwapCached:            0 kB
Active:          1972884 kB
Inactive:         243472 kB
Active(anon):    1773068 kB
Inactive(anon):     8532 kB
Active(file):     199816 kB
Inactive(file):   234940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1720 kB
Writeback:             4 kB
AnonPages:       1771960 kB
Mapped:            42212 kB
Shmem:              8872 kB
Slab:             112216 kB
SReclaimable:      87440 kB
SUnreclaim:        24776 kB
KernelStack:        3488 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3549692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1652736 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= 61772 MiB
End job on node129 at 2017-08-02 07:57:20