Trace number 4258316

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) 257.08499 240.231

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-09.xml
MD5SUMa10fd40fbec13ca4761d088766469069
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark23.670601
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints179
Number of domains4
Minimum domain size2
Maximum domain size243
Distribution of domain sizes[{"size":2,"count":121},{"size":3,"count":121},{"size":82,"count":1},{"size":243,"count":11}]
Minimum variable degree1
Maximum variable degree12
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":118},{"degree":3,"count":14},{"degree":4,"count":36},{"degree":8,"count":32},{"degree":9,"count":49},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":47},{"arity":3,"count":36},{"arity":10,"count":81},{"arity":11,"count":4},{"arity":12,"count":1},{"arity":13,"count":10}]
Number of extensional constraints117
Number of intensional constraints46
Distribution of constraint types[{"type":"extension","count":117},{"type":"intension","count":46},{"type":"sum","count":12},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

19.07/10.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
19.07/10.46	c This is free software under the dual EPL/GNU LGPL licenses.
19.07/10.46	c See www.sat4j.org for details.
19.07/10.46	c That software uses the Rhino library from the Mozilla project.
19.07/10.46	c version CUSTOM.v20170705
19.07/10.46	c java.runtime.name	Java(TM) SE Runtime Environment
19.07/10.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
19.07/10.46	c java.vm.version	25.131-b11
19.07/10.46	c java.vm.vendor	Oracle Corporation
19.07/10.46	c sun.arch.data.model	64
19.07/10.46	c java.version		1.8.0_131
19.07/10.46	c os.name		Linux
19.07/10.46	c os.version		3.10.0-514.16.1.el7.x86_64
19.07/10.46	c os.arch		amd64
19.07/10.46	c Free memory 		499604488
19.07/10.46	c Max memory 		7247757312
19.07/10.46	c Total memory 		504889344
19.07/10.46	c Number of processors 	4
19.07/10.46	c c --- Begin Solver configuration ---
19.07/10.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
19.07/10.46	c Learn all clauses as in MiniSAT
19.07/10.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
19.07/10.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
19.07/10.46	c No reason simplification
19.07/10.46	c Glucose 2.1 dynamic restart strategy
19.07/10.46	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
19.07/10.46	c timeout=2147483s
19.07/10.46	c DB Simplification allowed=false
19.07/10.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
19.07/10.46	c --- End Solver configuration ---
19.07/10.46	c constraints type 
19.07/10.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 508
19.07/10.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1306603
19.07/10.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3505901
19.07/10.46	c org.sat4j.specs.Constr$1 => 5204
19.07/10.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 82854
19.07/10.46	c 4901070 constraints processed.
257.04/240.20	c starts		: 50
257.04/240.20	c conflicts		: 21705
257.04/240.20	c decisions		: 50336276
257.04/240.20	c propagations		: 615349992
257.04/240.20	c inspects		: 716885401
257.04/240.20	c shortcuts		: 0
257.04/240.20	c learnt literals	: 107
257.04/240.20	c learnt binary clauses	: 2980
257.04/240.20	c learnt ternary clauses	: 1456
257.04/240.20	c learnt constraints	: 21598
257.04/240.20	c ignored constraints	: 0
257.04/240.20	c root simplifications	: 0
257.04/240.20	c removed literals (reason simplification)	: 0
257.04/240.20	c reason swapping (by a shorter reason)	: 0
257.04/240.20	c Calls to reduceDB	: 3
257.04/240.20	c Number of update (reduction) of LBD	: 4052
257.04/240.20	c Imported unit clauses	: 0
257.04/240.20	c number of reductions to clauses (during analyze)	: 0
257.04/240.20	c number of learned constraints concerned by reduction	: 0
257.04/240.20	c number of learning phase by resolution	: 0
257.04/240.20	c number of learning phase by cutting planes	: 0
257.04/240.20	c number of rounding to 1 operations	: 0
257.04/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
257.04/240.20	c number of reductions of the coefficients by power 2 	: 0
257.04/240.20	c number of right shift for reduction by power 2 	: 0
257.04/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
257.04/240.20	c speed (assignments/second)	: 2714320.3370018303
257.04/240.20	c non guided choices	14294124
257.04/240.21	c learnt constraints type 
257.04/240.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2980
257.04/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6313
257.04/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-4258316-1501642853/watcher-4258316-1501642853 -o /tmp/evaluation-result-4258316-1501642853/solver-4258316-1501642853 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258316-1501642853.xml 

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

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


[startup+0 s]
/proc/loadavg: 3.84 3.40 3.62 5/198 16430
/proc/meminfo: memFree=26983092/32770624 swapFree=0/247228
[pid=16430] ppid=16427 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16430/stat : 16430 (runsolver) D 16427 16430 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 63938778 24240128 106 18446744073709551615 4194304 4338465 140726921611168 140726921608808 140069326873303 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 18763776 140726921613446 140726921613893 140726921613893 140726921617354 0
/proc/16430/statm: 5918 106 53 36 0 2156 0

[startup+0.10017 s]
/proc/loadavg: 3.84 3.40 3.62 5/198 16430
/proc/meminfo: memFree=26983092/32770624 swapFree=0/247228
[pid=16430] ppid=16427 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 4070 0 0 0 2 0 0 0 20 0 9 0 63938778 10395312128 4679 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2537918 4679 2092 1 0 2527423 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.20037 s]
/proc/loadavg: 3.84 3.40 3.62 5/198 16430
/proc/meminfo: memFree=26983092/32770624 swapFree=0/247228
[pid=16430] ppid=16427 vsize=10551156 CPUtime=0.09 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 5263 0 0 0 8 1 0 0 20 0 15 0 63938778 10804383744 6787 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637789 6787 2750 1 0 2627269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.301446 s]
/proc/loadavg: 3.84 3.40 3.62 5/198 16430
/proc/meminfo: memFree=26983092/32770624 swapFree=0/247228
[pid=16430] ppid=16427 vsize=10551156 CPUtime=0.24 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 8416 0 0 0 21 3 0 0 20 0 15 0 63938778 10804383744 9170 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637789 9170 2859 1 0 2627269 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700246 s]
/proc/loadavg: 3.84 3.40 3.62 5/198 16430
/proc/meminfo: memFree=26983092/32770624 swapFree=0/247228
[pid=16430] ppid=16427 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 15243 0 0 0 132 5 0 0 20 0 15 0 63938778 10804461568 27234 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637808 27234 3060 1 0 2627269 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10551232

[startup+1.5007 s]
/proc/loadavg: 3.93 3.43 3.63 8/213 16445
/proc/meminfo: memFree=26771740/32770624 swapFree=0/247232
[pid=16430] ppid=16427 vsize=10551232 CPUtime=3.82 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 21451 0 0 0 371 11 0 0 20 0 15 0 63938778 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637808 68398 3098 1 0 2627269 0
[pid=16430/tid=16432] ppid=16427 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) R 16427 16430 18930 0 -1 4202560 7452 0 0 0 123 5 0 0 20 0 15 0 63938785 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140054245469144 140054241246614 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10551232 CPUtime=0.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 15 0 63938786 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10551232 CPUtime=0.07 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 15 0 63938786 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 19 0 0 0 4 0 0 0 20 0 15 0 63938786 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10551232 CPUtime=0.05 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 151 0 0 0 4 1 0 0 20 0 15 0 63938786 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63938787 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053804139808 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053803087472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938790 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10551232 CPUtime=0.95 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 4568 0 0 0 94 1 0 0 20 0 15 0 63938790 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10551232 CPUtime=1.02 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 5388 0 0 0 102 0 0 0 20 0 15 0 63938790 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) R 16427 16430 18930 0 -1 1077944384 2207 0 0 0 31 0 0 0 20 0 15 0 63938790 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938791 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63938796 10804461568 68398 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 10551232

[startup+3.10072 s]
/proc/loadavg: 3.93 3.43 3.63 4/213 16445
/proc/meminfo: memFree=26485748/32770624 swapFree=0/247240
[pid=16430] ppid=16427 vsize=10551232 CPUtime=6.73 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 24155 0 0 0 633 40 0 0 20 0 15 0 63938778 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637808 210270 3102 1 0 2627269 0
[pid=16430/tid=16432] ppid=16427 vsize=10551232 CPUtime=2.6 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) R 16427 16430 18930 0 -1 4202560 7950 0 0 0 250 10 0 0 20 0 15 0 63938785 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140054245468864 140054223642267 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 576 0 0 0 25 6 0 0 20 0 15 0 63938786 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 297 0 0 0 28 7 0 0 20 0 15 0 63938786 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 269 0 0 0 25 6 0 0 20 0 15 0 63938786 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 371 0 0 0 26 6 0 0 20 0 15 0 63938786 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 15 0 63938787 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053804139808 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053803087472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938790 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 5114 0 0 0 110 1 0 0 20 0 15 0 63938790 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10551232 CPUtime=1.31 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 5431 0 0 0 131 0 0 0 20 0 15 0 63938790 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 2230 0 0 0 32 0 0 0 20 0 15 0 63938790 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938791 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63938796 10804461568 210270 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 10551232

[startup+6.30149 s]
/proc/loadavg: 4.02 3.45 3.63 9/213 16445
/proc/meminfo: memFree=25206092/32770624 swapFree=0/247244
[pid=16430] ppid=16427 vsize=10551232 CPUtime=13.55 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 30916 0 0 0 1274 81 0 0 20 0 15 0 63938778 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637808 427170 3115 1 0 2627269 0
[pid=16430/tid=16432] ppid=16427 vsize=10551232 CPUtime=4.57 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) S 16427 16430 18930 0 -1 1077944384 8565 0 0 0 440 17 0 0 20 0 15 0 63938785 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140054245467984 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10551232 CPUtime=1.52 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) R 16427 16430 18930 0 -1 4202560 1692 0 0 0 138 14 0 0 20 0 15 0 63938786 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140054187584088 140054222844511 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) R 16427 16430 18930 0 -1 4202560 2010 0 0 0 139 15 0 0 20 0 15 0 63938786 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053851199960 140054226224393 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) R 16427 16430 18930 0 -1 4202560 1661 0 0 0 139 15 0 0 20 0 15 0 63938786 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053850147672 140054225935367 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) R 16427 16430 18930 0 -1 4202560 1652 0 0 0 139 15 0 0 20 0 15 0 63938786 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054225935367 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 1180 0 0 0 1 0 0 0 20 0 15 0 63938787 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053805192384 140054241244885 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053804139808 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053803087472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938790 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 5114 0 0 0 110 1 0 0 20 0 15 0 63938790 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10551232 CPUtime=1.31 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 5431 0 0 0 131 0 0 0 20 0 15 0 63938790 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 2232 0 0 0 33 0 0 0 20 0 15 0 63938790 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938791 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 63938796 10804461568 427170 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 3.86 3.43 3.62 9/213 16446
/proc/meminfo: memFree=23608492/32770624 swapFree=0/247252
[pid=16430] ppid=16427 vsize=10551232 CPUtime=27.66 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 47917 0 0 0 2602 164 0 0 20 0 15 0 63938778 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2637808 686562 3118 1 0 2627269 0
[pid=16430/tid=16432] ppid=16427 vsize=10551232 CPUtime=7.75 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) S 16427 16430 18930 0 -1 1077944384 10819 0 0 0 756 19 0 0 20 0 15 0 63938785 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140054245473856 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10551232 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 3662 0 0 0 369 34 0 0 20 0 15 0 63938786 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10551232 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 6660 0 0 0 369 34 0 0 20 0 15 0 63938786 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10551232 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 3258 0 0 0 369 34 0 0 20 0 15 0 63938786 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10551232 CPUtime=4.01 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 3078 0 0 0 366 35 0 0 20 0 15 0 63938786 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10551232 CPUtime=0.7 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) R 16427 16430 18930 0 -1 4202560 3178 0 0 0 70 0 0 0 20 0 15 0 63938787 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053805192384 140054225935312 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053804139808 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63938788 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053803087472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63938790 10804461568 686562 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0

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

[startup+162.301 s]
/proc/loadavg: 2.46 3.07 3.47 3/216 16528
/proc/meminfo: memFree=24112872/32770624 swapFree=0/247408
[pid=16430] ppid=16427 vsize=10617796 CPUtime=178.99 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 68568 0 0 0 17729 170 0 0 20 0 16 0 63938778 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2654449 687561 3134 1 0 2643910 0
[pid=16430/tid=16432] ppid=16427 vsize=10617796 CPUtime=156.59 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) R 16427 16430 18930 0 -1 4202560 17389 0 0 0 15639 20 0 0 20 0 16 0 63938785 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140054245471224 140053872226924 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 3662 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 6660 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 3258 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10617796 CPUtime=4.01 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 3078 0 0 0 366 35 0 0 20 0 16 0 63938786 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10617796 CPUtime=1.44 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 4026 0 0 0 144 0 0 0 20 0 16 0 63938787 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053804139872 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053803087488 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938790 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10617796 CPUtime=1.87 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 12100 0 0 0 186 1 0 0 20 0 16 0 63938790 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10617796 CPUtime=2.32 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 11775 0 0 0 231 1 0 0 20 0 16 0 63938790 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10617796 CPUtime=0.46 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 5028 0 0 0 45 1 0 0 20 0 16 0 63938790 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938791 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 189 0 0 0 3 5 0 0 20 0 16 0 63938796 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16447] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16447/stat : 16447 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63940129 10872623104 687561 18446744073709551615 4194304 4196468 140735687157536 140053795718320 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.24 2.89 3.38 3/216 16544
/proc/meminfo: memFree=24109372/32770624 swapFree=0/247444
[pid=16430] ppid=16427 vsize=10617796 CPUtime=239.28 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 76950 0 0 0 23756 172 0 0 20 0 16 0 63938778 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2654449 687577 3134 1 0 2643910 0
[pid=16430/tid=16432] ppid=16427 vsize=10617796 CPUtime=216.59 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) R 16427 16430 18930 0 -1 4202560 20514 0 0 0 21639 20 0 0 20 0 16 0 63938785 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140054245466480 140053872466294 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 3662 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 6660 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 3258 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10617796 CPUtime=4.01 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 3078 0 0 0 366 35 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10617796 CPUtime=1.44 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 4079 0 0 0 144 0 0 0 20 0 16 0 63938787 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053804139872 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053803087488 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 15174 0 0 0 204 2 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10617796 CPUtime=2.39 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 13782 0 0 0 238 1 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10617796 CPUtime=0.46 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 5066 0 0 0 45 1 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938791 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 274 0 0 0 4 7 0 0 20 0 16 0 63938796 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16447] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16447/stat : 16447 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63940129 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053795718320 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 239.28
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.19 2.85 3.36 3/216 16544
/proc/meminfo: memFree=24109216/32770624 swapFree=0/247464
[pid=16430] ppid=16427 vsize=10617796 CPUtime=256.98 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 77568 0 0 0 25526 172 0 0 20 0 16 0 63938778 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2654449 687577 3134 1 0 2643910 0
[pid=16430/tid=16432] ppid=16427 vsize=10617796 CPUtime=234.28 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) R 16427 16430 18930 0 -1 4202560 21090 0 0 0 23408 20 0 0 20 0 16 0 63938785 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140054245466480 140053872311556 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 3662 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 6660 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10617796 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 3258 0 0 0 369 34 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10617796 CPUtime=4.01 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 3078 0 0 0 366 35 0 0 20 0 16 0 63938786 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10617796 CPUtime=1.45 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 4088 0 0 0 144 1 0 0 20 0 16 0 63938787 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053804139872 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 63938788 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053803087488 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10617796 CPUtime=2.06 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 15174 0 0 0 204 2 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10617796 CPUtime=2.39 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 13782 0 0 0 238 1 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10617796 CPUtime=0.46 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 5066 0 0 0 45 1 0 0 20 0 16 0 63938790 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63938791 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 307 0 0 0 5 7 0 0 20 0 16 0 63938796 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16447] ppid=16427 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16447/stat : 16447 (java) S 16427 16430 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63940129 10872623104 687577 18446744073709551615 4194304 4196468 140735687157536 140053795718320 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 256.98
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 16430 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.19 2.85 3.36 3/216 16544
/proc/meminfo: memFree=24109216/32770624 swapFree=0/247464
[pid=16430] ppid=16427 vsize=10817488 CPUtime=257.04 cores=0,2,4,6
/proc/16430/stat : 16430 (java) S 16427 16430 18930 0 -1 1077944320 78496 0 0 0 25532 172 0 0 20 0 17 0 63938778 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140735687140080 140054241234679 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
/proc/16430/statm: 2704372 687662 3136 1 0 2693833 0
[pid=16430/tid=16432] ppid=16427 vsize=10817488 CPUtime=234.34 cores=0,2,4,6
/proc/16430/task/16432/stat : 16432 (java) S 16427 16430 18930 0 -1 1077944384 21202 0 0 0 23414 20 0 0 20 0 17 0 63938785 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140054245477552 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16433] ppid=16427 vsize=10817488 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16433/stat : 16433 (java) S 16427 16430 18930 0 -1 1077944384 3662 0 0 0 369 34 0 0 20 0 17 0 63938786 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140054187583888 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16434] ppid=16427 vsize=10817488 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16434/stat : 16434 (java) S 16427 16430 18930 0 -1 1077944384 6660 0 0 0 369 34 0 0 20 0 17 0 63938786 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053851199760 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16435] ppid=16427 vsize=10817488 CPUtime=4.03 cores=0,2,4,6
/proc/16430/task/16435/stat : 16435 (java) S 16427 16430 18930 0 -1 1077944384 3258 0 0 0 369 34 0 0 20 0 17 0 63938786 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053850147472 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16436] ppid=16427 vsize=10817488 CPUtime=4.01 cores=0,2,4,6
/proc/16430/task/16436/stat : 16436 (java) S 16427 16430 18930 0 -1 1077944384 3078 0 0 0 366 35 0 0 20 0 17 0 63938786 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053849094672 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16437] ppid=16427 vsize=10817488 CPUtime=1.45 cores=0,2,4,6
/proc/16430/task/16437/stat : 16437 (java) S 16427 16430 18930 0 -1 1077944384 4136 0 0 0 144 1 0 0 20 0 17 0 63938787 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053805193840 140054241245826 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16438] ppid=16427 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16438/stat : 16438 (java) S 16427 16430 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 63938788 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053804139872 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16439] ppid=16427 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16439/stat : 16439 (java) S 16427 16430 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 63938788 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053803087488 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16440] ppid=16427 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16440/stat : 16440 (java) S 16427 16430 18930 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 17 0 63938790 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053802035792 140054241253275 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16441] ppid=16427 vsize=10817488 CPUtime=2.06 cores=0,2,4,6
/proc/16430/task/16441/stat : 16441 (java) S 16427 16430 18930 0 -1 1077944384 15178 0 0 0 204 2 0 0 20 0 17 0 63938790 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053800982640 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16442] ppid=16427 vsize=10817488 CPUtime=2.39 cores=0,2,4,6
/proc/16430/task/16442/stat : 16442 (java) S 16427 16430 18930 0 -1 1077944384 13785 0 0 0 238 1 0 0 20 0 17 0 63938790 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053799929840 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16443] ppid=16427 vsize=10817488 CPUtime=0.46 cores=0,2,4,6
/proc/16430/task/16443/stat : 16443 (java) S 16427 16430 18930 0 -1 1077944384 5164 0 0 0 45 1 0 0 20 0 17 0 63938790 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053798877552 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16444] ppid=16427 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/16430/task/16444/stat : 16444 (java) S 16427 16430 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63938791 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053797824992 140054241244885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
[pid=16430/tid=16445] ppid=16427 vsize=10817488 CPUtime=0.12 cores=0,2,4,6
/proc/16430/task/16445/stat : 16445 (java) S 16427 16430 18930 0 -1 1077944384 307 0 0 0 5 7 0 0 20 0 17 0 63938796 11077107712 687662 18446744073709551615 4194304 4196468 140735687157536 140053796772784 140054241245826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18632704 140735687164337 140735687164490 140735687164490 140735687167951 0
Current children cumulated CPU time (s) 257.04
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.231
CPU time (s): 257.085
CPU user time (s): 255.338
CPU system time (s): 1.74647
CPU usage (%): 107.016
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.338
system time used= 1.74647
maximum resident set size= 2750956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78994
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= 7984
involuntary context switches= 545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03865 second user time and 1.61631 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 04:46:35
IDJOB=4258316
IDBENCH=115907
IDSOLVER=2643
FILE ID=node132/4258316-1501642853
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= a10fd40fbec13ca4761d088766469069
RANDOM SEED=1129234630

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:        26983092 kB
MemAvailable:   27165132 kB
Buffers:          141400 kB
Cached:           337096 kB
SwapCached:            0 kB
Active:          5095520 kB
Inactive:         271672 kB
Active(anon):    4889512 kB
Inactive(anon):    24444 kB
Active(file):     206008 kB
Inactive(file):   247228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1556 kB
Writeback:             4 kB
AnonPages:       4888720 kB
Mapped:            50584 kB
Shmem:             25276 kB
Slab:             115368 kB
SReclaimable:      89280 kB
SUnreclaim:        26088 kB
KernelStack:        3472 kB
PageTables:        14400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5285528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4677632 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:50:35