Trace number 4258182

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.89999 240.261

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-13.xml
MD5SUM83249ccae4b5534eb2335929a7f4c3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables209
Number of constraints208
Number of domains2
Minimum domain size2
Maximum domain size169
Distribution of domain sizes[{"size":2,"count":39},{"size":169,"count":170}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":41},{"degree":3,"count":128},{"degree":4,"count":39},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":168},{"arity":3,"count":39},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints207
Distribution of constraint types[{"type":"intension","count":207},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 3.20 3.43 3/195 8725
/proc/meminfo: memFree=31216672/32770624 swapFree=0/231852
[pid=8725] ppid=8722 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8725/stat : 8725 (runsolver) D 8722 8725 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13764662 24240128 107 18446744073709551615 4194304 4338465 140729269179264 140729269176904 140344008831703 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 29601792 140729269186695 140729269187142 140729269187142 140729269190602 0
/proc/8725/statm: 5918 107 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.01 3.20 3.43 3/195 8725
/proc/meminfo: memFree=31216672/32770624 swapFree=0/231852
[pid=8725] ppid=8722 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 3869 0 0 0 3 0 0 0 20 0 9 0 13764662 10395312128 4983 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2537918 4983 2113 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200303 s]
/proc/loadavg: 2.01 3.20 3.43 3/195 8725
/proc/meminfo: memFree=31216672/32770624 swapFree=0/231852
[pid=8725] ppid=8722 vsize=10551056 CPUtime=0.05 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 4541 0 0 0 5 0 0 0 20 0 15 0 13764662 10804281344 5575 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2637764 5575 2566 1 0 2627269 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551056

[startup+0.300262 s]
/proc/loadavg: 2.01 3.20 3.43 3/195 8725
/proc/meminfo: memFree=31216672/32770624 swapFree=0/231852
[pid=8725] ppid=8722 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 7853 0 0 0 19 2 0 0 20 0 15 0 13764662 10804383744 9117 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2637789 9117 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700338 s]
/proc/loadavg: 2.01 3.20 3.43 3/195 8725
/proc/meminfo: memFree=31216672/32770624 swapFree=0/231852
[pid=8725] ppid=8722 vsize=10551232 CPUtime=1.21 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 11597 0 0 0 117 4 0 0 20 0 15 0 13764662 10804461568 32787 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2637808 32787 3043 1 0 2627269 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10551232

[startup+1.50067 s]
/proc/loadavg: 2.09 3.19 3.43 3/210 8740
/proc/meminfo: memFree=31054852/32770624 swapFree=0/231880
[pid=8725] ppid=8722 vsize=10551232 CPUtime=2.44 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 15122 0 0 0 235 9 0 0 20 0 15 0 13764662 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2637808 53506 3076 1 0 2627269 0
[pid=8725/tid=8727] ppid=8722 vsize=10551232 CPUtime=1.3 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 6399 0 0 0 127 3 0 0 20 0 15 0 13764668 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140646367649128 140645971403489 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 13764669 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 15 0 13764669 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10551232 CPUtime=0.03 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 154 0 0 0 2 1 0 0 20 0 15 0 13764669 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 15 0 13764669 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 13764670 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 13764670 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645857580704 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 13764671 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645856527600 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13764673 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 1579 0 0 0 31 0 0 0 20 0 15 0 13764673 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 3467 0 0 0 47 0 0 0 20 0 15 0 13764673 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 1244 0 0 0 18 0 0 0 20 0 15 0 13764673 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13764673 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 13764682 10804461568 53506 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 10551232

[startup+3.10134 s]
/proc/loadavg: 2.09 3.19 3.43 3/210 8740
/proc/meminfo: memFree=31015072/32770624 swapFree=0/231880
[pid=8725] ppid=8722 vsize=10551232 CPUtime=4.34 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 15661 0 0 0 415 19 0 0 20 0 15 0 13764662 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2637808 74772 3076 1 0 2627269 0
[pid=8725/tid=8727] ppid=8722 vsize=10551232 CPUtime=2.79 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 6457 0 0 0 276 3 0 0 20 0 15 0 13764668 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140646367649008 140645971045420 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 212 0 0 0 10 3 0 0 20 0 15 0 13764669 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 360 0 0 0 10 3 0 0 20 0 15 0 13764669 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10551232 CPUtime=0.12 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 281 0 0 0 9 3 0 0 20 0 15 0 13764669 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 306 0 0 0 10 3 0 0 20 0 15 0 13764669 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 13764670 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 13764670 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645857580704 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 13764671 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645856527600 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13764673 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 1579 0 0 0 31 0 0 0 20 0 15 0 13764673 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 3467 0 0 0 47 0 0 0 20 0 15 0 13764673 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 1244 0 0 0 18 0 0 0 20 0 15 0 13764673 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13764673 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 13764682 10804461568 74772 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 10551232

[startup+6.30072 s]
/proc/loadavg: 2.09 3.19 3.43 4/211 8741
/proc/meminfo: memFree=30652020/32770624 swapFree=0/231888
[pid=8725] ppid=8722 vsize=10617796 CPUtime=11.79 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 25896 0 0 0 1139 40 0 0 20 0 16 0 13764662 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2654449 144157 3114 1 0 2643910 0
[pid=8725/tid=8727] ppid=8722 vsize=10617796 CPUtime=4.94 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 8307 0 0 0 488 6 0 0 20 0 16 0 13764668 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140646367648520 140645973337008 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 402 0 0 0 71 7 0 0 20 0 16 0 13764669 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 760 0 0 0 71 7 0 0 20 0 16 0 13764669 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10617796 CPUtime=0.79 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 453 0 0 0 71 8 0 0 20 0 16 0 13764669 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10617796 CPUtime=0.8 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 653 0 0 0 73 7 0 0 20 0 16 0 13764669 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 1127 0 0 0 39 0 0 0 20 0 16 0 13764670 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 13764670 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 13764671 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645856527600 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10617796 CPUtime=1.39 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) R 8722 8725 5091 0 -1 4202560 3901 0 0 0 139 0 0 0 20 0 16 0 13764673 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646344162597 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10617796 CPUtime=1.44 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 5729 0 0 0 144 0 0 0 20 0 16 0 13764673 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10617796 CPUtime=0.4 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 3101 0 0 0 39 1 0 0 20 0 16 0 13764673 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 13764682 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8741] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8741/stat : 8741 (java) S 8722 8725 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13765178 10872623104 144157 18446744073709551615 4194304 4196468 140730207301808 140645849159216 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.07 3.15 3.41 3/211 8741
/proc/meminfo: memFree=30649540/32770624 swapFree=0/231888
[pid=8725] ppid=8722 vsize=10617796 CPUtime=19.16 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 26699 0 0 0 1876 40 0 0 20 0 16 0 13764662 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2654449 144321 3125 1 0 2643910 0
[pid=8725/tid=8727] ppid=8722 vsize=10617796 CPUtime=11.34 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 8664 0 0 0 1128 6 0 0 20 0 16 0 13764668 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140646367646320 140645973458960 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 402 0 0 0 71 7 0 0 20 0 16 0 13764669 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10617796 CPUtime=0.78 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 760 0 0 0 71 7 0 0 20 0 16 0 13764669 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10617796 CPUtime=0.79 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 453 0 0 0 71 8 0 0 20 0 16 0 13764669 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10617796 CPUtime=0.8 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 653 0 0 0 73 7 0 0 20 0 16 0 13764669 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 1193 0 0 0 39 0 0 0 20 0 16 0 13764670 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 13764670 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 13764671 10872623104 144321 18446744073709551615 4194304 4196468 140730207301808 140645856527600 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0

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

[startup+162.301 s]
/proc/loadavg: 2.03 2.72 3.21 3/212 8839
/proc/meminfo: memFree=30211196/32770624 swapFree=0/232028
[pid=8725] ppid=8722 vsize=10617796 CPUtime=171.63 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 43770 0 0 0 17029 134 0 0 20 0 16 0 13764662 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2654449 338537 3134 1 0 2643910 0
[pid=8725/tid=8727] ppid=8722 vsize=10617796 CPUtime=159.98 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 12969 0 0 0 15991 7 0 0 20 0 16 0 13764668 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140646367649120 140645973320014 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10617796 CPUtime=1.69 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 1779 0 0 0 140 29 0 0 20 0 16 0 13764669 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10617796 CPUtime=1.69 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 2428 0 0 0 140 29 0 0 20 0 16 0 13764669 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10617796 CPUtime=1.7 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 1939 0 0 0 140 30 0 0 20 0 16 0 13764669 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10617796 CPUtime=1.69 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 1763 0 0 0 140 29 0 0 20 0 16 0 13764669 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 4496 0 0 0 43 0 0 0 20 0 16 0 13764670 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 13764670 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 13764671 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645856527616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10617796 CPUtime=1.91 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 4847 0 0 0 190 1 0 0 20 0 16 0 13764673 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10617796 CPUtime=1.97 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 7207 0 0 0 196 1 0 0 20 0 16 0 13764673 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10617796 CPUtime=0.41 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 4699 0 0 0 40 1 0 0 20 0 16 0 13764673 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 168 0 0 0 4 4 0 0 20 0 16 0 13764682 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8741] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8741/stat : 8741 (java) S 8722 8725 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13765178 10872623104 338537 18446744073709551615 4194304 4196468 140730207301808 140645849159216 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 171.63
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.01 2.59 3.14 3/213 8842
/proc/meminfo: memFree=29182964/32770624 swapFree=0/232076
[pid=8725] ppid=8722 vsize=10617796 CPUtime=232.43 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 47349 0 0 0 23056 187 0 0 20 0 16 0 13764662 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2654449 435487 3134 1 0 2643910 0
[pid=8725/tid=8727] ppid=8722 vsize=10617796 CPUtime=219.72 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 14005 0 0 0 21965 7 0 0 20 0 16 0 13764668 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140646367649120 140645973784213 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10617796 CPUtime=1.95 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 2429 0 0 0 153 42 0 0 20 0 16 0 13764669 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10617796 CPUtime=1.93 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 2943 0 0 0 152 41 0 0 20 0 16 0 13764669 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10617796 CPUtime=1.95 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 2565 0 0 0 153 42 0 0 20 0 16 0 13764669 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10617796 CPUtime=1.95 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 2385 0 0 0 153 42 0 0 20 0 16 0 13764669 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 4571 0 0 0 43 0 0 0 20 0 16 0 13764670 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 13764670 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 13764671 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645856527616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10617796 CPUtime=1.91 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 4861 0 0 0 190 1 0 0 20 0 16 0 13764673 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10617796 CPUtime=1.97 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 7210 0 0 0 196 1 0 0 20 0 16 0 13764673 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10617796 CPUtime=0.41 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 4702 0 0 0 40 1 0 0 20 0 16 0 13764673 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 203 0 0 0 5 6 0 0 20 0 16 0 13764682 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8741] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8741/stat : 8741 (java) S 8722 8725 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13765178 10872623104 435487 18446744073709551615 4194304 4196468 140730207301808 140645849159216 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 232.43
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.01 2.56 3.12 3/213 8843
/proc/meminfo: memFree=28967080/32770624 swapFree=0/232080
[pid=8725] ppid=8722 vsize=10617796 CPUtime=250.82 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 50497 0 0 0 24875 207 0 0 20 0 16 0 13764662 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2654449 474508 3134 1 0 2643910 0
[pid=8725/tid=8727] ppid=8722 vsize=10617796 CPUtime=237.19 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) R 8722 8725 5091 0 -1 4202560 14216 0 0 0 23712 7 0 0 20 0 16 0 13764668 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140646367649120 140645973430920 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10617796 CPUtime=2.18 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 2885 0 0 0 171 47 0 0 20 0 16 0 13764669 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10617796 CPUtime=2.16 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 3547 0 0 0 170 46 0 0 20 0 16 0 13764669 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10617796 CPUtime=2.16 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 3154 0 0 0 170 46 0 0 20 0 16 0 13764669 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10617796 CPUtime=2.18 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 2774 0 0 0 170 48 0 0 20 0 16 0 13764669 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10617796 CPUtime=0.44 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 4815 0 0 0 44 0 0 0 20 0 16 0 13764670 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 13764670 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 13764671 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645856527616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10617796 CPUtime=1.91 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 4861 0 0 0 190 1 0 0 20 0 16 0 13764673 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10617796 CPUtime=1.98 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 7865 0 0 0 197 1 0 0 20 0 16 0 13764673 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10617796 CPUtime=0.41 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 4702 0 0 0 40 1 0 0 20 0 16 0 13764673 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13764673 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 203 0 0 0 6 7 0 0 20 0 16 0 13764682 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8741] ppid=8722 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8741/stat : 8741 (java) S 8722 8725 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13765178 10872623104 474508 18446744073709551615 4194304 4196468 140730207301808 140645849159216 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 250.82
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 8725 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.01 2.56 3.12 3/213 8843
/proc/meminfo: memFree=28967080/32770624 swapFree=0/232080
[pid=8725] ppid=8722 vsize=10817488 CPUtime=250.83 cores=1,3,5,7
/proc/8725/stat : 8725 (java) S 8722 8725 5091 0 -1 1077944320 50928 0 0 0 24876 207 0 0 20 0 17 0 13764662 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140730207284352 140646363410167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
/proc/8725/statm: 2704372 474564 3137 1 0 2693833 0
[pid=8725/tid=8727] ppid=8722 vsize=10817488 CPUtime=237.2 cores=1,3,5,7
/proc/8725/task/8727/stat : 8727 (java) S 8722 8725 5091 0 -1 1077944384 14240 0 0 0 23713 7 0 0 20 0 17 0 13764668 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140646367653040 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8728] ppid=8722 vsize=10817488 CPUtime=2.18 cores=1,3,5,7
/proc/8725/task/8728/stat : 8728 (java) S 8722 8725 5091 0 -1 1077944384 2885 0 0 0 171 47 0 0 20 0 17 0 13764669 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140646293830160 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8729] ppid=8722 vsize=10817488 CPUtime=2.16 cores=1,3,5,7
/proc/8725/task/8729/stat : 8729 (java) S 8722 8725 5091 0 -1 1077944384 3547 0 0 0 170 46 0 0 20 0 17 0 13764669 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140646292777616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8730] ppid=8722 vsize=10817488 CPUtime=2.16 cores=1,3,5,7
/proc/8725/task/8730/stat : 8730 (java) S 8722 8725 5091 0 -1 1077944384 3154 0 0 0 170 46 0 0 20 0 17 0 13764669 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140646291724560 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8731] ppid=8722 vsize=10817488 CPUtime=2.18 cores=1,3,5,7
/proc/8725/task/8731/stat : 8731 (java) S 8722 8725 5091 0 -1 1077944384 2774 0 0 0 170 48 0 0 20 0 17 0 13764669 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140646290672016 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8732] ppid=8722 vsize=10817488 CPUtime=0.44 cores=1,3,5,7
/proc/8725/task/8732/stat : 8732 (java) S 8722 8725 5091 0 -1 1077944384 4816 0 0 0 44 0 0 0 20 0 17 0 13764670 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645858634480 140646363421314 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8733] ppid=8722 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8733/stat : 8733 (java) S 8722 8725 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 13764670 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645857580768 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8734] ppid=8722 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8734/stat : 8734 (java) S 8722 8725 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 13764671 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645856527616 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8735] ppid=8722 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8735/stat : 8735 (java) S 8722 8725 5091 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 13764673 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645855476176 140646363428763 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8736] ppid=8722 vsize=10817488 CPUtime=1.91 cores=1,3,5,7
/proc/8725/task/8736/stat : 8736 (java) S 8722 8725 5091 0 -1 1077944384 4861 0 0 0 190 1 0 0 20 0 17 0 13764673 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645854423280 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8737] ppid=8722 vsize=10817488 CPUtime=1.98 cores=1,3,5,7
/proc/8725/task/8737/stat : 8737 (java) S 8722 8725 5091 0 -1 1077944384 7865 0 0 0 197 1 0 0 20 0 17 0 13764673 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645853370736 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8738] ppid=8722 vsize=10817488 CPUtime=0.41 cores=1,3,5,7
/proc/8725/task/8738/stat : 8738 (java) S 8722 8725 5091 0 -1 1077944384 4766 0 0 0 40 1 0 0 20 0 17 0 13764673 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645852317680 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8739] ppid=8722 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/8725/task/8739/stat : 8739 (java) S 8722 8725 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13764673 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645851265376 140646363420373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
[pid=8725/tid=8740] ppid=8722 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/8725/task/8740/stat : 8740 (java) S 8722 8725 5091 0 -1 1077944384 203 0 0 0 6 7 0 0 20 0 17 0 13764682 11077107712 474564 18446744073709551615 4194304 4196468 140730207301808 140645850213424 140646363421314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8024064 140730207310258 140730207310411 140730207310411 140730207313871 0
Current children cumulated CPU time (s) 250.83
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.261
CPU time (s): 250.9
CPU user time (s): 248.811
CPU system time (s): 2.08852
CPU usage (%): 104.428
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.811
system time used= 2.08852
maximum resident set size= 1898560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51353
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= 7267
involuntary context switches= 234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13928 second user time and 1.47944 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:09:36
IDJOB=4258182
IDBENCH=130618
IDSOLVER=2643
FILE ID=node129/4258182-1501651416
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

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

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

MD5SUM BENCH= 83249ccae4b5534eb2335929a7f4c3a6
RANDOM SEED=1803804838

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31217292 kB
MemAvailable:   31376140 kB
Buffers:          122224 kB
Cached:           317744 kB
SwapCached:            0 kB
Active:           908436 kB
Inactive:         240384 kB
Active(anon):     709200 kB
Inactive(anon):     8532 kB
Active(file):     199236 kB
Inactive(file):   231852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             4 kB
AnonPages:        696396 kB
Mapped:            42360 kB
Shmem:              8872 kB
Slab:             112080 kB
SReclaimable:      87192 kB
SUnreclaim:        24888 kB
KernelStack:        3792 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1588336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 07:13:36