Trace number 4257934

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) 247.255 240.242

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t2.xml
MD5SUM9e99b8f50ba877dbe58773e5c08a73e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1921.28
Satisfiable
(Un)Satisfiability was proved
Number of variables3015
Number of constraints125
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3015}]
Minimum variable degree5
Maximum variable degree8
Distribution of variable degrees[{"degree":5,"count":17},{"degree":6,"count":1236},{"degree":7,"count":1323},{"degree":8,"count":439}]
Minimum constraint arity12
Maximum constraint arity261
Distribution of constraint arities[{"arity":12,"count":3},{"arity":14,"count":2},{"arity":15,"count":2},{"arity":17,"count":2},{"arity":18,"count":1},{"arity":25,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":41,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":58,"count":2},{"arity":63,"count":2},{"arity":70,"count":2},{"arity":77,"count":2},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":87,"count":2},{"arity":90,"count":1},{"arity":91,"count":2},{"arity":95,"count":3},{"arity":105,"count":2},{"arity":107,"count":1},{"arity":108,"count":2},"...",{"arity":196,"count":3}, {"arity":197,"count":1}, {"arity":198,"count":2}, {"arity":199,"count":2}, {"arity":201,"count":3}, {"arity":202,"count":2}, {"arity":204,"count":3}, {"arity":206,"count":1}, {"arity":207,"count":2}, {"arity":214,"count":2}, {"arity":218,"count":2}, {"arity":219,"count":4}, {"arity":221,"count":1}, {"arity":222,"count":1}, {"arity":230,"count":1}, {"arity":231,"count":1}, {"arity":233,"count":1}, {"arity":235,"count":1}, {"arity":237,"count":1}, {"arity":241,"count":1}, {"arity":245,"count":1}, {"arity":246,"count":1}, {"arity":249,"count":1}, {"arity":254,"count":1}, {"arity":261,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":125}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

5.76/2.14	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.76/2.14	c This is free software under the dual EPL/GNU LGPL licenses.
5.76/2.14	c See www.sat4j.org for details.
5.76/2.14	c That software uses the Rhino library from the Mozilla project.
5.76/2.14	c version CUSTOM.v20170705
5.76/2.14	c java.runtime.name	Java(TM) SE Runtime Environment
5.76/2.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.76/2.14	c java.vm.version	25.131-b11
5.76/2.14	c java.vm.vendor	Oracle Corporation
5.76/2.14	c sun.arch.data.model	64
5.76/2.14	c java.version		1.8.0_131
5.76/2.14	c os.name		Linux
5.76/2.14	c os.version		3.10.0-514.16.1.el7.x86_64
5.76/2.14	c os.arch		amd64
5.76/2.14	c Free memory 		499604488
5.76/2.14	c Max memory 		7247757312
5.76/2.14	c Total memory 		504889344
5.76/2.14	c Number of processors 	4
5.76/2.14	c c --- Begin Solver configuration ---
5.76/2.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.76/2.14	c Learn all clauses as in MiniSAT
5.76/2.14	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.76/2.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.76/2.14	c No reason simplification
5.76/2.14	c Glucose 2.1 dynamic restart strategy
5.76/2.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
5.76/2.14	c timeout=2147483s
5.76/2.14	c DB Simplification allowed=false
5.76/2.14	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.76/2.14	c --- End Solver configuration ---
5.76/2.14	c constraints type 
5.76/2.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 6030
5.76/2.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 86420
5.76/2.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1656051
5.76/2.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 250
5.76/2.14	c 1748751 constraints processed.
247.20/240.20	c starts		: 6216
247.20/240.20	c conflicts		: 1176300
247.20/240.20	c decisions		: 11206720
247.20/240.20	c propagations		: 726718358
247.20/240.20	c inspects		: 1607902788
247.20/240.20	c shortcuts		: 0
247.20/240.20	c learnt literals	: 2674
247.20/240.20	c learnt binary clauses	: 4185
247.20/240.20	c learnt ternary clauses	: 11546
247.20/240.20	c learnt constraints	: 1173626
247.20/240.20	c ignored constraints	: 0
247.20/240.20	c root simplifications	: 0
247.20/240.20	c removed literals (reason simplification)	: 0
247.20/240.20	c reason swapping (by a shorter reason)	: 0
247.20/240.20	c Calls to reduceDB	: 44
247.20/240.20	c Number of update (reduction) of LBD	: 1036253
247.20/240.20	c Imported unit clauses	: 0
247.20/240.20	c number of reductions to clauses (during analyze)	: 0
247.20/240.20	c number of learned constraints concerned by reduction	: 0
247.20/240.20	c number of learning phase by resolution	: 0
247.20/240.20	c number of learning phase by cutting planes	: 0
247.20/240.20	c number of rounding to 1 operations	: 0
247.20/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
247.20/240.20	c number of reductions of the coefficients by power 2 	: 0
247.20/240.20	c number of right shift for reduction by power 2 	: 0
247.20/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
247.20/240.20	c speed (assignments/second)	: 3053207.564133805
247.20/240.20	c non guided choices	1917082
247.20/240.23	c learnt constraints type 
247.20/240.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4185
247.20/240.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94059
247.20/240.23	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257934-1501653236/watcher-4257934-1501653236 -o /tmp/evaluation-result-4257934-1501653236/solver-4257934-1501653236 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257934-1501653236.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.22 2/195 10241
/proc/meminfo: memFree=31355892/32770624 swapFree=0/233588
[pid=10241] ppid=10238 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10241/stat : 10241 (runsolver) D 10238 10241 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13946661 24240128 108 18446744073709551615 4194304 4338465 140729529322880 140729529320520 139821722288855 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 6852608 140729529327751 140729529328198 140729529328198 140729529331658 0
/proc/10241/statm: 5918 108 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 2.08 2.04 2.22 2/195 10241
/proc/meminfo: memFree=31355892/32770624 swapFree=0/233588
[pid=10241] ppid=10238 vsize=10285828 CPUtime=0.04 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 4105 0 0 0 3 1 0 0 20 0 12 0 13946661 10532687872 5178 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2571457 5178 2146 1 0 2560962 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10285828

[startup+0.200261 s]
/proc/loadavg: 2.08 2.04 2.22 2/195 10241
/proc/meminfo: memFree=31355892/32770624 swapFree=0/233588
[pid=10241] ppid=10238 vsize=10553140 CPUtime=0.1 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 5622 0 0 0 9 1 0 0 20 0 15 0 13946661 10806415360 7171 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2638285 7171 2783 1 0 2627765 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10553140

[startup+0.305798 s]
/proc/loadavg: 2.08 2.04 2.22 2/195 10241
/proc/meminfo: memFree=31355892/32770624 swapFree=0/233588
[pid=10241] ppid=10238 vsize=10551156 CPUtime=0.27 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 8654 0 0 0 25 2 0 0 20 0 15 0 13946661 10804383744 9326 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2637789 9326 2898 1 0 2627269 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10551156

[startup+0.700926 s]
/proc/loadavg: 2.08 2.04 2.22 2/195 10241
/proc/meminfo: memFree=31355892/32770624 swapFree=0/233588
[pid=10241] ppid=10238 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 13811 0 0 0 143 6 0 0 20 0 15 0 13946661 10804461568 46051 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2637808 46051 3074 1 0 2627269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10551232

[startup+1.50066 s]
/proc/loadavg: 2.08 2.04 2.22 5/210 10256
/proc/meminfo: memFree=31134484/32770624 swapFree=0/233628
[pid=10241] ppid=10238 vsize=10553072 CPUtime=4.03 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 21184 0 0 0 387 16 0 0 20 0 15 0 13946661 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2638268 116135 3095 1 0 2627729 0
[pid=10241/tid=10243] ppid=10238 vsize=10553072 CPUtime=1.2 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 7552 0 0 0 114 6 0 0 20 0 15 0 13946666 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098797958536 140098777827716 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10553072 CPUtime=0.09 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 66 0 0 0 8 1 0 0 20 0 15 0 13946666 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10553072 CPUtime=0.12 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 163 0 0 0 10 2 0 0 20 0 15 0 13946666 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10553072 CPUtime=0.11 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 138 0 0 0 10 1 0 0 20 0 15 0 13946666 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10553072 CPUtime=0.11 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 156 0 0 0 9 2 0 0 20 0 15 0 13946666 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 13946668 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13946668 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13946668 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098355540720 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13946671 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10553072 CPUtime=1.01 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) R 10238 10241 5091 0 -1 4202560 4652 0 0 0 101 0 0 0 20 0 15 0 13946671 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098353423400 140098775266821 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10553072 CPUtime=1.01 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) R 10238 10241 5091 0 -1 4202560 4926 0 0 0 101 0 0 0 20 0 15 0 13946671 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098352370088 140098785958718 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10553072 CPUtime=0.31 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 1971 0 0 0 31 0 0 0 20 0 15 0 13946671 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13946671 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10553072 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13946677 10806345728 116135 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10553072

[startup+3.10092 s]
/proc/loadavg: 2.40 2.11 2.24 5/211 10257
/proc/meminfo: memFree=30799160/32770624 swapFree=0/233636
[pid=10241] ppid=10238 vsize=10617796 CPUtime=7.61 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 28505 0 0 0 734 27 0 0 20 0 16 0 13946661 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 142337 3111 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=2.68 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 8720 0 0 0 262 6 0 0 20 0 16 0 13946666 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098797960224 140098432563773 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 334 0 0 0 16 4 0 0 20 0 16 0 13946666 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 227 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 180 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 203 0 0 0 17 4 0 0 20 0 16 0 13946666 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10617796 CPUtime=1.76 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) R 10238 10241 5091 0 -1 4202560 5883 0 0 0 175 1 0 0 20 0 16 0 13946671 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098353437720 140098774423255 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10617796 CPUtime=1.8 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) R 10238 10241 5091 0 -1 4202560 8199 0 0 0 180 0 0 0 20 0 16 0 13946671 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098352384800 140098779745426 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10617796 CPUtime=0.41 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 2759 0 0 0 40 1 0 0 20 0 16 0 13946671 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 13946677 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10257] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946880 10872623104 142337 18446744073709551615 4194304 4196468 140725042460832 140098348172336 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 10617796

[startup+6.30069 s]
/proc/loadavg: 2.40 2.11 2.24 3/211 10271
/proc/meminfo: memFree=30793296/32770624 swapFree=0/233640
[pid=10241] ppid=10238 vsize=10617796 CPUtime=11.62 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 31837 0 0 0 1134 28 0 0 20 0 16 0 13946661 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 142390 3113 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=5.88 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 8848 0 0 0 582 6 0 0 20 0 16 0 13946666 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098797960088 140098432563778 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 334 0 0 0 16 4 0 0 20 0 16 0 13946666 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 227 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 180 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 203 0 0 0 17 4 0 0 20 0 16 0 13946666 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 768 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10617796 CPUtime=2.15 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 5091 0 -1 1077944384 7236 0 0 0 214 1 0 0 20 0 16 0 13946671 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098353437424 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10617796 CPUtime=2.2 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 5091 0 -1 1077944384 9517 0 0 0 220 0 0 0 20 0 16 0 13946671 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098352384880 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10617796 CPUtime=0.42 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 2762 0 0 0 41 1 0 0 20 0 16 0 13946671 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 16 0 13946677 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10257] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946880 10872623104 142390 18446744073709551615 4194304 4196468 140725042460832 140098348172336 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.34 2.10 2.24 3/211 10271
/proc/meminfo: memFree=30793276/32770624 swapFree=0/233656
[pid=10241] ppid=10238 vsize=10617796 CPUtime=18.05 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 35366 0 0 0 1777 28 0 0 20 0 16 0 13946661 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 142432 3113 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=12.28 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 10002 0 0 0 1222 6 0 0 20 0 16 0 13946666 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098797957680 140098432563778 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 334 0 0 0 16 4 0 0 20 0 16 0 13946666 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 227 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 180 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 203 0 0 0 17 4 0 0 20 0 16 0 13946666 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 885 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 142432 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0

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

[startup+162.301 s]
/proc/loadavg: 2.21 2.11 2.22 3/211 10275
/proc/meminfo: memFree=30578168/32770624 swapFree=0/233760
[pid=10241] ppid=10238 vsize=10617796 CPUtime=167.78 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 42962 0 0 0 16743 35 0 0 20 0 16 0 13946661 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 196460 3113 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=161.87 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 14075 0 0 0 16177 10 0 0 20 0 16 0 13946666 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098797957568 140098432884731 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 334 0 0 0 16 4 0 0 20 0 16 0 13946666 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 227 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.23 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 180 0 0 0 19 4 0 0 20 0 16 0 13946666 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 203 0 0 0 17 4 0 0 20 0 16 0 13946666 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 1084 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10617796 CPUtime=2.2 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 5091 0 -1 1077944384 9037 0 0 0 219 1 0 0 20 0 16 0 13946671 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098353437424 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10617796 CPUtime=2.22 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 5091 0 -1 1077944384 11239 0 0 0 222 0 0 0 20 0 16 0 13946671 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098352384880 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 4441 0 0 0 42 1 0 0 20 0 16 0 13946671 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 765 0 0 0 4 4 0 0 20 0 16 0 13946677 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10257] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946880 10872623104 196460 18446744073709551615 4194304 4196468 140725042460832 140098348172336 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 167.78
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.61 2.20 2.25 6/210 10355
/proc/meminfo: memFree=28046200/32770624 swapFree=0/233820
[pid=10241] ppid=10238 vsize=10617796 CPUtime=229.48 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 48472 0 0 0 22896 52 0 0 20 0 16 0 13946661 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 226192 3128 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=221.03 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 14141 0 0 0 22093 10 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098797957536 140098432436839 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.74 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 666 0 0 0 67 7 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.79 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 681 0 0 0 71 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 444 0 0 0 70 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.77 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 1621 0 0 0 69 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 3894 0 0 0 29 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10617796 CPUtime=2.2 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 5091 0 -1 1077944384 9175 0 0 0 219 1 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098353437424 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10617796 CPUtime=2.23 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 5091 0 -1 1077944384 11239 0 0 0 223 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098352384880 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 4441 0 0 0 42 1 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 769 0 0 0 5 6 0 0 20 0 16 0 13946677 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10257] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946880 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098348172336 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 229.48
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.83 2.28 2.27 6/210 10356
/proc/meminfo: memFree=25084788/32770624 swapFree=0/233836
[pid=10241] ppid=10238 vsize=10617796 CPUtime=247.19 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 48832 0 0 0 24666 53 0 0 20 0 16 0 13946661 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2654449 226192 3128 1 0 2643910 0
[pid=10241/tid=10243] ppid=10238 vsize=10617796 CPUtime=238.73 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) R 10238 10241 5091 0 -1 4202560 14437 0 0 0 23863 10 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098797957536 140098432410975 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10617796 CPUtime=0.74 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 666 0 0 0 67 7 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10617796 CPUtime=0.79 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 681 0 0 0 71 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 444 0 0 0 70 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10617796 CPUtime=0.77 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 1621 0 0 0 69 8 0 0 20 0 16 0 13946666 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 3903 0 0 0 29 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 13946668 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10617796 CPUtime=2.2 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 5091 0 -1 1077944384 9178 0 0 0 219 1 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098353437424 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10617796 CPUtime=2.23 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 5091 0 -1 1077944384 11252 0 0 0 223 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098352384880 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 4444 0 0 0 42 1 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13946671 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 805 0 0 0 6 6 0 0 20 0 16 0 13946677 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10257] ppid=10238 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10257/stat : 10257 (java) S 10238 10241 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13946880 10872623104 226192 18446744073709551615 4194304 4196468 140725042460832 140098348172336 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 247.19
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 10241 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.83 2.28 2.27 6/210 10356
/proc/meminfo: memFree=25084788/32770624 swapFree=0/233836
[pid=10241] ppid=10238 vsize=10817488 CPUtime=247.2 cores=1,3,5,7
/proc/10241/stat : 10241 (java) S 10238 10241 5091 0 -1 1077944320 49690 0 0 0 24667 53 0 0 20 0 17 0 13946661 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140725042443376 140098793721591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
/proc/10241/statm: 2704372 226272 3132 1 0 2693833 0
[pid=10241/tid=10243] ppid=10238 vsize=10817488 CPUtime=238.74 cores=1,3,5,7
/proc/10241/task/10243/stat : 10243 (java) S 10238 10241 5091 0 -1 1077944384 14528 0 0 0 23864 10 0 0 20 0 17 0 13946666 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098797964464 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10244] ppid=10238 vsize=10817488 CPUtime=0.74 cores=1,3,5,7
/proc/10241/task/10244/stat : 10244 (java) S 10238 10241 5091 0 -1 1077944384 666 0 0 0 67 7 0 0 20 0 17 0 13946666 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098750688272 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10245] ppid=10238 vsize=10817488 CPUtime=0.79 cores=1,3,5,7
/proc/10241/task/10245/stat : 10245 (java) S 10238 10241 5091 0 -1 1077944384 681 0 0 0 71 8 0 0 20 0 17 0 13946666 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098749635728 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10246] ppid=10238 vsize=10817488 CPUtime=0.78 cores=1,3,5,7
/proc/10241/task/10246/stat : 10246 (java) S 10238 10241 5091 0 -1 1077944384 444 0 0 0 70 8 0 0 20 0 17 0 13946666 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098748582672 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10247] ppid=10238 vsize=10817488 CPUtime=0.77 cores=1,3,5,7
/proc/10241/task/10247/stat : 10247 (java) S 10238 10241 5091 0 -1 1077944384 1621 0 0 0 69 8 0 0 20 0 17 0 13946666 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098747530128 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10248] ppid=10238 vsize=10817488 CPUtime=0.29 cores=1,3,5,7
/proc/10241/task/10248/stat : 10248 (java) S 10238 10241 5091 0 -1 1077944384 3903 0 0 0 29 0 0 0 20 0 17 0 13946668 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098357647600 140098793732738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10249] ppid=10238 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10249/stat : 10249 (java) S 10238 10241 5091 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 13946668 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098356593888 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10250] ppid=10238 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10250/stat : 10250 (java) S 10238 10241 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13946668 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098355540736 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10251] ppid=10238 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10251/stat : 10251 (java) S 10238 10241 5091 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 17 0 13946671 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098354489296 140098793740187 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10252] ppid=10238 vsize=10817488 CPUtime=2.2 cores=1,3,5,7
/proc/10241/task/10252/stat : 10252 (java) S 10238 10241 5091 0 -1 1077944384 9178 0 0 0 219 1 0 0 20 0 17 0 13946671 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098353437424 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10253] ppid=10238 vsize=10817488 CPUtime=2.23 cores=1,3,5,7
/proc/10241/task/10253/stat : 10253 (java) S 10238 10241 5091 0 -1 1077944384 11252 0 0 0 223 0 0 0 20 0 17 0 13946671 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098352384880 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10254] ppid=10238 vsize=10817488 CPUtime=0.43 cores=1,3,5,7
/proc/10241/task/10254/stat : 10254 (java) S 10238 10241 5091 0 -1 1077944384 4613 0 0 0 42 1 0 0 20 0 17 0 13946671 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098351331824 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10255] ppid=10238 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/10241/task/10255/stat : 10255 (java) S 10238 10241 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13946671 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098350279520 140098793731797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
[pid=10241/tid=10256] ppid=10238 vsize=10817488 CPUtime=0.12 cores=1,3,5,7
/proc/10241/task/10256/stat : 10256 (java) S 10238 10241 5091 0 -1 1077944384 805 0 0 0 6 6 0 0 20 0 17 0 13946677 11077107712 226272 18446744073709551615 4194304 4196468 140725042460832 140098349226544 140098793732738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10940416 140725042467250 140725042467403 140725042467403 140725042470863 0
Current children cumulated CPU time (s) 247.2
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.242
CPU time (s): 247.255
CPU user time (s): 246.715
CPU system time (s): 0.540209
CPU usage (%): 102.919
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.715
system time used= 0.540209
maximum resident set size= 905764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50222
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= 7376
involuntary context switches= 229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.95462 second user time and 1.70335 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:39:56
IDJOB=4257934
IDBENCH=133714
IDSOLVER=2643
FILE ID=node129/4257934-1501653236
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257934-1501653236/watcher-4257934-1501653236 -o /tmp/evaluation-result-4257934-1501653236/solver-4257934-1501653236 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257934-1501653236.xml

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

MD5SUM BENCH= 9e99b8f50ba877dbe58773e5c08a73e4
RANDOM SEED=437925619

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:        31355892 kB
MemAvailable:   31516924 kB
Buffers:          123456 kB
Cached:           318476 kB
SwapCached:            0 kB
Active:           768012 kB
Inactive:         242120 kB
Active(anon):     568404 kB
Inactive(anon):     8532 kB
Active(file):     199608 kB
Inactive(file):   233588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1720 kB
Writeback:             0 kB
AnonPages:        567828 kB
Mapped:            42264 kB
Shmem:              8872 kB
Slab:             112088 kB
SReclaimable:      87344 kB
SUnreclaim:        24744 kB
KernelStack:        3488 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1518056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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:43:56