Trace number 4258315

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) 250.039 240.237

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-08.xml
MD5SUM7fa074241beecf824461849015848bff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.4939899
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints152
Number of domains4
Minimum domain size2
Maximum domain size201
Distribution of domain sizes[{"size":2,"count":100},{"size":3,"count":100},{"size":65,"count":1},{"size":201,"count":10}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":97},{"degree":3,"count":13},{"degree":4,"count":32},{"degree":8,"count":28},{"degree":9,"count":36},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":32},{"arity":10,"count":68},{"arity":11,"count":1},{"arity":12,"count":9}]
Number of extensional constraints96
Number of intensional constraints41
Distribution of constraint types[{"type":"extension","count":96},{"type":"intension","count":41},{"type":"sum","count":11},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=16115
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: 3.15 3.45 3.74 5/199 16118
/proc/meminfo: memFree=25898592/32770624 swapFree=0/246912
[pid=16118] ppid=16115 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16118/stat : 16118 (runsolver) D 16115 16118 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 63910286 24240128 106 18446744073709551615 4194304 4338465 140734689555936 140734689553576 139801036010199 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39305216 140734689562758 140734689563205 140734689563205 140734689566666 0
/proc/16118/statm: 5918 106 53 36 0 2156 0

[startup+0.100572 s]
/proc/loadavg: 3.15 3.45 3.74 5/199 16118
/proc/meminfo: memFree=25898592/32770624 swapFree=0/246912
[pid=16118] ppid=16115 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 4108 0 0 0 2 0 0 0 20 0 9 0 63910286 10395312128 5255 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2538174 5255 2102 1 0 2527679 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.203906 s]
/proc/loadavg: 3.15 3.45 3.74 5/199 16118
/proc/meminfo: memFree=25898592/32770624 swapFree=0/246912
[pid=16118] ppid=16115 vsize=10551156 CPUtime=0.13 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 7690 0 0 0 11 2 0 0 20 0 15 0 63910286 10804383744 7585 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637789 7585 2783 1 0 2627269 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551156

[startup+0.300276 s]
/proc/loadavg: 3.15 3.45 3.74 5/199 16118
/proc/meminfo: memFree=25898592/32770624 swapFree=0/246912
[pid=16118] ppid=16115 vsize=10551156 CPUtime=0.28 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 8935 0 0 0 26 2 0 0 20 0 15 0 63910286 10804383744 9643 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637789 9643 2877 1 0 2627269 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10551156

[startup+0.700883 s]
/proc/loadavg: 3.15 3.45 3.74 5/199 16118
/proc/meminfo: memFree=25898592/32770624 swapFree=0/246912
[pid=16118] ppid=16115 vsize=10551232 CPUtime=1.45 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 15568 0 0 0 139 6 0 0 20 0 15 0 63910286 10804461568 30511 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637808 30511 3058 1 0 2627269 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10551232

[startup+1.50063 s]
/proc/loadavg: 3.15 3.45 3.74 7/214 16133
/proc/meminfo: memFree=25685084/32770624 swapFree=0/246908
[pid=16118] ppid=16115 vsize=10551232 CPUtime=3.83 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 21653 0 0 0 372 11 0 0 20 0 15 0 63910286 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637808 72060 3092 1 0 2627269 0
[pid=16118/tid=16120] ppid=16115 vsize=10551232 CPUtime=1.31 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 7572 0 0 0 126 5 0 0 20 0 15 0 63910292 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140409194179408 140408809285030 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 121 0 0 0 3 0 0 0 20 0 15 0 63910293 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 136 0 0 0 5 1 0 0 20 0 15 0 63910293 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 79 0 0 0 3 0 0 0 20 0 15 0 63910293 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 52 0 0 0 3 0 0 0 20 0 15 0 63910293 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63910294 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910297 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10551232 CPUtime=1.03 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 5970 0 0 0 103 0 0 0 20 0 15 0 63910297 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10551232 CPUtime=0.96 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 4132 0 0 0 96 0 0 0 20 0 15 0 63910297 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 2151 0 0 0 30 0 0 0 20 0 15 0 63910297 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910298 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63910301 10804461568 72060 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 10551232

[startup+3.10068 s]
/proc/loadavg: 3.15 3.45 3.74 6/214 16133
/proc/meminfo: memFree=25405088/32770624 swapFree=0/246908
[pid=16118] ppid=16115 vsize=10551232 CPUtime=6.6 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 23941 0 0 0 618 42 0 0 20 0 15 0 63910286 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637808 209420 3098 1 0 2627269 0
[pid=16118/tid=16120] ppid=16115 vsize=10551232 CPUtime=2.63 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 8064 0 0 0 254 9 0 0 20 0 15 0 63910292 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140409194186816 140408810033904 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 394 0 0 0 23 7 0 0 20 0 15 0 63910293 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 354 0 0 0 25 7 0 0 20 0 15 0 63910293 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 326 0 0 0 23 7 0 0 20 0 15 0 63910293 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 561 0 0 0 23 7 0 0 20 0 15 0 63910293 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 559 0 0 0 0 0 0 0 20 0 15 0 63910294 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910297 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10551232 CPUtime=1.33 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 6007 0 0 0 133 0 0 0 20 0 15 0 63910297 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10551232 CPUtime=1.01 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 4143 0 0 0 101 0 0 0 20 0 15 0 63910297 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 2176 0 0 0 31 0 0 0 20 0 15 0 63910297 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910298 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63910301 10804461568 209420 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 10551232

[startup+6.30071 s]
/proc/loadavg: 2.98 3.41 3.72 6/214 16133
/proc/meminfo: memFree=24205096/32770624 swapFree=0/246920
[pid=16118] ppid=16115 vsize=10551232 CPUtime=13.34 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 30237 0 0 0 1250 84 0 0 20 0 15 0 63910286 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2637808 426199 3113 1 0 2627269 0
[pid=16118/tid=16120] ppid=16115 vsize=10551232 CPUtime=4.62 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) S 16115 16118 18930 0 -1 1077944384 8695 0 0 0 446 16 0 0 20 0 15 0 63910292 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140409194186656 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 1235 0 0 0 133 16 0 0 20 0 15 0 63910293 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2309 0 0 0 134 15 0 0 20 0 15 0 63910293 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10551232 CPUtime=1.48 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 1071 0 0 0 133 15 0 0 20 0 15 0 63910293 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10551232 CPUtime=1.48 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1836 0 0 0 133 15 0 0 20 0 15 0 63910293 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) R 16115 16118 18930 0 -1 4202560 1385 0 0 0 2 0 0 0 20 0 15 0 63910294 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408686130368 140409174653918 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63910295 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910297 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10551232 CPUtime=1.33 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 6007 0 0 0 133 0 0 0 20 0 15 0 63910297 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10551232 CPUtime=1.01 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 4143 0 0 0 101 0 0 0 20 0 15 0 63910297 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 2178 0 0 0 31 0 0 0 20 0 15 0 63910297 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63910298 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63910301 10804461568 426199 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.98 3.40 3.72 6/215 16134
/proc/meminfo: memFree=24017156/32770624 swapFree=0/246928
[pid=16118] ppid=16115 vsize=10617796 CPUtime=21.6 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 42605 0 0 0 2054 106 0 0 20 0 16 0 63910286 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2654449 485289 3116 1 0 2643910 0
[pid=16118/tid=16120] ppid=16115 vsize=10617796 CPUtime=10.04 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 11001 0 0 0 988 16 0 0 20 0 16 0 63910292 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140409194189440 140408810998647 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 3925 0 0 0 163 22 0 0 20 0 16 0 63910293 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10617796 CPUtime=1.86 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2594 0 0 0 166 20 0 0 20 0 16 0 63910293 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 2613 0 0 0 164 21 0 0 20 0 16 0 63910293 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10617796 CPUtime=1.84 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1980 0 0 0 164 20 0 0 20 0 16 0 63910293 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10617796 CPUtime=0.63 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 2406 0 0 0 63 0 0 0 20 0 16 0 63910294 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910297 10872623104 485289 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0

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

[startup+162.301 s]
/proc/loadavg: 2.91 3.21 3.60 6/215 16213
/proc/meminfo: memFree=22732044/32770624 swapFree=0/247056
[pid=16118] ppid=16115 vsize=10617796 CPUtime=172.2 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 61417 0 0 0 17107 113 0 0 20 0 16 0 63910286 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2654449 485475 3131 1 0 2643910 0
[pid=16118/tid=16120] ppid=16115 vsize=10617796 CPUtime=159.64 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 17403 0 0 0 15947 17 0 0 20 0 16 0 63910292 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409194191672 140408810885490 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 3925 0 0 0 163 22 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10617796 CPUtime=1.86 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2594 0 0 0 166 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 2613 0 0 0 164 21 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10617796 CPUtime=1.84 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1980 0 0 0 164 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10617796 CPUtime=0.63 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 2524 0 0 0 63 0 0 0 20 0 16 0 63910294 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10617796 CPUtime=1.92 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 10053 0 0 0 191 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10617796 CPUtime=1.99 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 14117 0 0 0 197 2 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 4617 0 0 0 42 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910298 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 214 0 0 0 5 5 0 0 20 0 16 0 63910301 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16134] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16134/stat : 16134 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63911193 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408676656304 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 172.2
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 3.37 3.28 3.60 3/214 16289
/proc/meminfo: memFree=24902528/32770624 swapFree=0/247116
[pid=16118] ppid=16115 vsize=10617796 CPUtime=232.24 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 64427 0 0 0 23109 115 0 0 20 0 16 0 63910286 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2654449 485475 3131 1 0 2643910 0
[pid=16118/tid=16120] ppid=16115 vsize=10617796 CPUtime=219.64 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 20323 0 0 0 21947 17 0 0 20 0 16 0 63910292 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409194191672 140408810763630 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 3925 0 0 0 163 22 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10617796 CPUtime=1.86 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2594 0 0 0 166 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 2613 0 0 0 164 21 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10617796 CPUtime=1.84 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1980 0 0 0 164 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10617796 CPUtime=0.63 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 2541 0 0 0 63 0 0 0 20 0 16 0 63910294 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10617796 CPUtime=1.92 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 10074 0 0 0 191 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 14123 0 0 0 198 2 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 4623 0 0 0 42 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910298 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 254 0 0 0 6 7 0 0 20 0 16 0 63910301 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16134] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16134/stat : 16134 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63911193 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408676656304 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 232.24
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 3.64 3.35 3.61 3/214 16292
/proc/meminfo: memFree=23833608/32770624 swapFree=0/247148
[pid=16118] ppid=16115 vsize=10617796 CPUtime=249.96 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 64866 0 0 0 24880 116 0 0 20 0 16 0 63910286 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2654449 485475 3131 1 0 2643910 0
[pid=16118/tid=16120] ppid=16115 vsize=10617796 CPUtime=237.34 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) R 16115 16118 18930 0 -1 4202560 20631 0 0 0 23717 17 0 0 20 0 16 0 63910292 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409194191912 140408810763630 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 3925 0 0 0 163 22 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10617796 CPUtime=1.86 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2594 0 0 0 166 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10617796 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 2613 0 0 0 164 21 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10617796 CPUtime=1.84 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1980 0 0 0 164 20 0 0 20 0 16 0 63910293 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10617796 CPUtime=0.63 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 2541 0 0 0 63 0 0 0 20 0 16 0 63910294 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63910295 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10617796 CPUtime=1.92 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 10074 0 0 0 191 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10617796 CPUtime=2 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 14123 0 0 0 198 2 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 4754 0 0 0 42 1 0 0 20 0 16 0 63910297 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63910298 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 254 0 0 0 6 8 0 0 20 0 16 0 63910301 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16134] ppid=16115 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16134/stat : 16134 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63911193 10872623104 485475 18446744073709551615 4194304 4196468 140726086357040 140408676656304 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 249.96
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 16118 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 3.64 3.35 3.61 3/214 16292
/proc/meminfo: memFree=23833608/32770624 swapFree=0/247148
[pid=16118] ppid=16115 vsize=10817488 CPUtime=250.01 cores=1,3,5,7
/proc/16118/stat : 16118 (java) S 16115 16118 18930 0 -1 1077944320 65557 0 0 0 24885 116 0 0 20 0 17 0 63910286 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140726086339584 140409189953271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
/proc/16118/statm: 2704372 485536 3134 1 0 2693833 0
[pid=16118/tid=16120] ppid=16115 vsize=10817488 CPUtime=237.38 cores=1,3,5,7
/proc/16118/task/16120/stat : 16120 (java) S 16115 16118 18930 0 -1 1077944384 20702 0 0 0 23721 17 0 0 20 0 17 0 63910292 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140409194196144 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16121] ppid=16115 vsize=10817488 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16121/stat : 16121 (java) S 16115 16118 18930 0 -1 1077944384 3925 0 0 0 163 22 0 0 20 0 17 0 63910293 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140409130989968 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16122] ppid=16115 vsize=10817488 CPUtime=1.86 cores=1,3,5,7
/proc/16118/task/16122/stat : 16122 (java) S 16115 16118 18930 0 -1 1077944384 2594 0 0 0 166 20 0 0 20 0 17 0 63910293 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140409129937168 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16123] ppid=16115 vsize=10817488 CPUtime=1.85 cores=1,3,5,7
/proc/16118/task/16123/stat : 16123 (java) S 16115 16118 18930 0 -1 1077944384 2613 0 0 0 164 21 0 0 20 0 17 0 63910293 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140409128884880 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16124] ppid=16115 vsize=10817488 CPUtime=1.84 cores=1,3,5,7
/proc/16118/task/16124/stat : 16124 (java) S 16115 16118 18930 0 -1 1077944384 1980 0 0 0 164 20 0 0 20 0 17 0 63910293 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140409127832080 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16125] ppid=16115 vsize=10817488 CPUtime=0.63 cores=1,3,5,7
/proc/16118/task/16125/stat : 16125 (java) S 16115 16118 18930 0 -1 1077944384 2572 0 0 0 63 0 0 0 20 0 17 0 63910294 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408686131824 140409189964418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16126] ppid=16115 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16126/stat : 16126 (java) S 16115 16118 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 63910295 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408685077792 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16127] ppid=16115 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16127/stat : 16127 (java) S 16115 16118 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 63910295 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408684025456 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16128] ppid=16115 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16128/stat : 16128 (java) S 16115 16118 18930 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 17 0 63910297 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408682973776 140409189971867 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16129] ppid=16115 vsize=10817488 CPUtime=1.92 cores=1,3,5,7
/proc/16118/task/16129/stat : 16129 (java) S 16115 16118 18930 0 -1 1077944384 10074 0 0 0 191 1 0 0 20 0 17 0 63910297 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408681920624 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16130] ppid=16115 vsize=10817488 CPUtime=2 cores=1,3,5,7
/proc/16118/task/16130/stat : 16130 (java) S 16115 16118 18930 0 -1 1077944384 14123 0 0 0 198 2 0 0 20 0 17 0 63910297 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408680867824 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16131] ppid=16115 vsize=10817488 CPUtime=0.44 cores=1,3,5,7
/proc/16118/task/16131/stat : 16131 (java) S 16115 16118 18930 0 -1 1077944384 4771 0 0 0 43 1 0 0 20 0 17 0 63910297 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408679815536 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16132] ppid=16115 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/16118/task/16132/stat : 16132 (java) S 16115 16118 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63910298 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408678762976 140409189963477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
[pid=16118/tid=16133] ppid=16115 vsize=10817488 CPUtime=0.14 cores=1,3,5,7
/proc/16118/task/16133/stat : 16133 (java) S 16115 16118 18930 0 -1 1077944384 254 0 0 0 6 8 0 0 20 0 17 0 63910301 11077107712 485536 18446744073709551615 4194304 4196468 140726086357040 140408677710768 140409189964418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26669056 140726086365617 140726086365770 140726086365770 140726086369231 0
Current children cumulated CPU time (s) 250.01
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.237
CPU time (s): 250.039
CPU user time (s): 248.862
CPU system time (s): 1.17658
CPU usage (%): 104.08
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.862
system time used= 1.17658
maximum resident set size= 1942480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65885
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= 8103
involuntary context switches= 213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06544 second user time and 1.64311 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 04:41:50
IDJOB=4258315
IDBENCH=115898
IDSOLVER=2643
FILE ID=node132/4258315-1501642568
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258315-1501642568/watcher-4258315-1501642568 -o /tmp/evaluation-result-4258315-1501642568/solver-4258315-1501642568 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258315-1501642568.xml

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

MD5SUM BENCH= 7fa074241beecf824461849015848bff
RANDOM SEED=847192055

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25898612 kB
MemAvailable:   26080296 kB
Buffers:          141188 kB
Cached:           336984 kB
SwapCached:            0 kB
Active:          6181028 kB
Inactive:         271356 kB
Active(anon):    5975028 kB
Inactive(anon):    24444 kB
Active(file):     206000 kB
Inactive(file):   246912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:       5973848 kB
Mapped:            50588 kB
Shmem:             25276 kB
Slab:             115128 kB
SReclaimable:      89216 kB
SUnreclaim:        25912 kB
KernelStack:        3472 kB
PageTables:        16700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6336084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5761024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 04:45:51