Trace number 4258186

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

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-17.xml
MD5SUMdc7df4a3b3f37e7a6c8d4746a81abb92
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 variables351
Number of constraints350
Number of domains2
Minimum domain size2
Maximum domain size289
Distribution of domain sizes[{"size":2,"count":61},{"size":289,"count":290}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":63},{"degree":3,"count":226},{"degree":4,"count":61},{"degree":61,"count":1}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":288},{"arity":3,"count":61},{"arity":289,"count":1}]
Number of extensional constraints0
Number of intensional constraints349
Distribution of constraint types[{"type":"intension","count":349},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=26720
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 2.37 2.73 4/199 26723
/proc/meminfo: memFree=29674488/32770624 swapFree=0/263008
[pid=26723] ppid=26720 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26723/stat : 26723 (runsolver) D 26720 26723 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64833740 24240128 108 18446744073709551615 4194304 4338465 140734434663664 140734434661304 140562986033879 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 33955840 140734434668678 140734434669125 140734434669125 140734434672586 0
/proc/26723/statm: 5918 108 54 36 0 2156 0

[startup+0.1008 s]
/proc/loadavg: 2.01 2.37 2.73 4/199 26723
/proc/meminfo: memFree=29674488/32770624 swapFree=0/263008
[pid=26723] ppid=26720 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 4005 0 0 0 3 0 0 0 20 0 9 0 64833740 10395312128 5112 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2537918 5112 2113 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200216 s]
/proc/loadavg: 2.01 2.37 2.73 4/199 26723
/proc/meminfo: memFree=29674488/32770624 swapFree=0/263008
[pid=26723] ppid=26720 vsize=10551156 CPUtime=0.1 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 5137 0 0 0 9 1 0 0 20 0 15 0 64833740 10804383744 6643 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637789 6643 2783 1 0 2627269 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551156

[startup+0.300947 s]
/proc/loadavg: 2.01 2.37 2.73 4/199 26723
/proc/meminfo: memFree=29674488/32770624 swapFree=0/263008
[pid=26723] ppid=26720 vsize=10551156 CPUtime=0.25 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 8515 0 0 0 22 3 0 0 20 0 15 0 64833740 10804383744 9223 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637789 9223 2859 1 0 2627269 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10551156

[startup+0.700989 s]
/proc/loadavg: 2.01 2.37 2.73 4/199 26723
/proc/meminfo: memFree=29674488/32770624 swapFree=0/263008
[pid=26723] ppid=26720 vsize=10551232 CPUtime=1.32 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 12177 0 0 0 122 10 0 0 20 0 15 0 64833740 10804461568 52663 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637808 52663 3075 1 0 2627269 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10551232

[startup+1.50071 s]
/proc/loadavg: 2.01 2.37 2.73 3/214 26738
/proc/meminfo: memFree=29474988/32770624 swapFree=0/263016
[pid=26723] ppid=26720 vsize=10551232 CPUtime=2.33 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 12439 0 0 0 223 10 0 0 20 0 15 0 64833740 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637808 52887 3075 1 0 2627269 0
[pid=26723/tid=26725] ppid=26720 vsize=10551232 CPUtime=1.34 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 6797 0 0 0 130 4 0 0 20 0 15 0 64833746 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140021222663000 140020852670119 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 81 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 82 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 64833747 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 64833748 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020781540256 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 1456 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 1336 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 1086 0 0 0 21 0 0 0 20 0 15 0 64833751 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64833757 10804461568 52887 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10551232

[startup+3.1007 s]
/proc/loadavg: 2.01 2.37 2.73 3/214 26738
/proc/meminfo: memFree=29440860/32770624 swapFree=0/263016
[pid=26723] ppid=26720 vsize=10551232 CPUtime=3.94 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 12507 0 0 0 382 12 0 0 20 0 15 0 64833740 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637808 78505 3079 1 0 2627269 0
[pid=26723/tid=26725] ppid=26720 vsize=10551232 CPUtime=2.94 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 6865 0 0 0 288 6 0 0 20 0 15 0 64833746 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140021222662528 140020852670072 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 86 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 81 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 82 0 0 0 1 1 0 0 20 0 15 0 64833747 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 64833747 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 64833748 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020781540256 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 1456 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 1336 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 1086 0 0 0 21 0 0 0 20 0 15 0 64833751 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64833757 10804461568 78505 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 10551232

[startup+6.30068 s]
/proc/loadavg: 1.93 2.35 2.72 3/214 26738
/proc/meminfo: memFree=29269476/32770624 swapFree=0/263028
[pid=26723] ppid=26720 vsize=10551232 CPUtime=7.47 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 14545 0 0 0 725 22 0 0 20 0 15 0 64833740 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637808 103863 3081 1 0 2627269 0
[pid=26723/tid=26725] ppid=26720 vsize=10551232 CPUtime=6.03 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 7128 0 0 0 597 6 0 0 20 0 15 0 64833746 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140021222662528 140020852670072 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 413 0 0 0 10 3 0 0 20 0 15 0 64833747 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 411 0 0 0 10 3 0 0 20 0 15 0 64833747 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10551232 CPUtime=0.14 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 320 0 0 0 10 4 0 0 20 0 15 0 64833747 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10551232 CPUtime=0.12 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 231 0 0 0 9 3 0 0 20 0 15 0 64833747 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 64833748 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 1458 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 1338 0 0 0 32 0 0 0 20 0 15 0 64833751 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 1088 0 0 0 21 0 0 0 20 0 15 0 64833751 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 64833757 10804461568 103863 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 1.86 2.33 2.71 3/214 26738
/proc/meminfo: memFree=29007956/32770624 swapFree=0/263028
[pid=26723] ppid=26720 vsize=10551232 CPUtime=14.39 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 15694 0 0 0 1400 39 0 0 20 0 15 0 64833740 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2637808 188900 3081 1 0 2627269 0
[pid=26723/tid=26725] ppid=26720 vsize=10551232 CPUtime=12.24 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 7619 0 0 0 1215 9 0 0 20 0 15 0 64833746 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140021222665280 140020852587624 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 561 0 0 0 25 6 0 0 20 0 15 0 64833747 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 566 0 0 0 23 6 0 0 20 0 15 0 64833747 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 513 0 0 0 24 6 0 0 20 0 15 0 64833747 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 393 0 0 0 23 6 0 0 20 0 15 0 64833747 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 64833748 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 64833749 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64833751 10804461568 188900 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0

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

[startup+162.301 s]
/proc/loadavg: 2.15 2.33 2.66 3/215 26823
/proc/meminfo: memFree=24887756/32770624 swapFree=0/263172
[pid=26723] ppid=26720 vsize=10617796 CPUtime=183.08 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 74192 0 0 0 18085 223 0 0 20 0 16 0 64833740 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2654449 715673 3136 1 0 2643910 0
[pid=26723/tid=26725] ppid=26720 vsize=10617796 CPUtime=154.4 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 27460 0 0 0 15423 17 0 0 20 0 16 0 64833746 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140021222662640 140020855607018 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10617796 CPUtime=5.45 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 5755 0 0 0 498 47 0 0 20 0 16 0 64833747 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10617796 CPUtime=5.44 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 4901 0 0 0 496 48 0 0 20 0 16 0 64833747 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10617796 CPUtime=5.44 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 4048 0 0 0 492 52 0 0 20 0 16 0 64833747 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10617796 CPUtime=5.44 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 4717 0 0 0 495 49 0 0 20 0 16 0 64833747 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10617796 CPUtime=2.28 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 6568 0 0 0 227 1 0 0 20 0 16 0 64833748 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10617796 CPUtime=1.98 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 6825 0 0 0 197 1 0 0 20 0 16 0 64833751 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10617796 CPUtime=2.03 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 7717 0 0 0 202 1 0 0 20 0 16 0 64833751 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 4217 0 0 0 45 0 0 0 20 0 16 0 64833751 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 438 0 0 0 4 5 0 0 20 0 16 0 64833757 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26818] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26818/stat : 26818 (java) S 26720 26723 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64836713 10872623104 715673 18446744073709551615 4194304 4196468 140735389129872 140020773118768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 183.08
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.22 2.31 2.63 3/214 26825
/proc/meminfo: memFree=23876496/32770624 swapFree=0/263200
[pid=26723] ppid=26720 vsize=10617796 CPUtime=244.65 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 84554 0 0 0 24204 261 0 0 20 0 16 0 64833740 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2654449 790846 3137 1 0 2643910 0
[pid=26723/tid=26725] ppid=26720 vsize=10617796 CPUtime=213.89 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 33649 0 0 0 21371 18 0 0 20 0 16 0 64833746 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140021222665520 140020854709230 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 6493 0 0 0 539 56 0 0 20 0 16 0 64833747 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 5570 0 0 0 538 57 0 0 20 0 16 0 64833747 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 5603 0 0 0 534 61 0 0 20 0 16 0 64833747 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10617796 CPUtime=5.94 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 5377 0 0 0 537 57 0 0 20 0 16 0 64833747 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10617796 CPUtime=2.28 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 6863 0 0 0 227 1 0 0 20 0 16 0 64833748 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10617796 CPUtime=1.98 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 6833 0 0 0 197 1 0 0 20 0 16 0 64833751 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10617796 CPUtime=2.03 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 7720 0 0 0 202 1 0 0 20 0 16 0 64833751 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 4426 0 0 0 45 0 0 0 20 0 16 0 64833751 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 474 0 0 0 6 6 0 0 20 0 16 0 64833757 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26818] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26818/stat : 26818 (java) S 26720 26723 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64836713 10872623104 790846 18446744073709551615 4194304 4196468 140735389129872 140020773118768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 244.65
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.15 2.29 2.62 3/214 26904
/proc/meminfo: memFree=28581300/32770624 swapFree=0/263236
[pid=26723] ppid=26720 vsize=10617796 CPUtime=262.35 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 86712 0 0 0 25974 261 0 0 20 0 16 0 64833740 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2654449 790849 3137 1 0 2643910 0
[pid=26723/tid=26725] ppid=26720 vsize=10617796 CPUtime=231.59 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) R 26720 26723 18930 0 -1 4202560 35372 0 0 0 23141 18 0 0 20 0 16 0 64833746 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140021222665520 140020854739375 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 6493 0 0 0 539 56 0 0 20 0 16 0 64833747 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 5570 0 0 0 538 57 0 0 20 0 16 0 64833747 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10617796 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 5603 0 0 0 534 61 0 0 20 0 16 0 64833747 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10617796 CPUtime=5.94 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 5377 0 0 0 537 57 0 0 20 0 16 0 64833747 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10617796 CPUtime=2.28 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 6863 0 0 0 227 1 0 0 20 0 16 0 64833748 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 16 0 64833749 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10617796 CPUtime=1.98 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 6833 0 0 0 197 1 0 0 20 0 16 0 64833751 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10617796 CPUtime=2.03 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 7720 0 0 0 202 1 0 0 20 0 16 0 64833751 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 4861 0 0 0 45 0 0 0 20 0 16 0 64833751 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64833751 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 474 0 0 0 7 7 0 0 20 0 16 0 64833757 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26818] ppid=26720 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26818/stat : 26818 (java) S 26720 26723 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64836713 10872623104 790849 18446744073709551615 4194304 4196468 140735389129872 140020773118768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 262.35
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 26723 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.15 2.29 2.62 3/214 26904
/proc/meminfo: memFree=28581300/32770624 swapFree=0/263236
[pid=26723] ppid=26720 vsize=10817488 CPUtime=262.36 cores=1,3,5,7
/proc/26723/stat : 26723 (java) S 26720 26723 18930 0 -1 1077944320 87297 0 0 0 25975 261 0 0 20 0 17 0 64833740 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140735389112416 140021218426615 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
/proc/26723/statm: 2704372 790903 3139 1 0 2693833 0
[pid=26723/tid=26725] ppid=26720 vsize=10817488 CPUtime=231.6 cores=1,3,5,7
/proc/26723/task/26725/stat : 26725 (java) S 26720 26723 18930 0 -1 1077944384 35417 0 0 0 23142 18 0 0 20 0 17 0 64833746 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140021222669488 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26726] ppid=26720 vsize=10817488 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26726/stat : 26726 (java) S 26720 26723 18930 0 -1 1077944384 6493 0 0 0 539 56 0 0 20 0 17 0 64833747 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140021175393040 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26727] ppid=26720 vsize=10817488 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26727/stat : 26727 (java) S 26720 26723 18930 0 -1 1077944384 5570 0 0 0 538 57 0 0 20 0 17 0 64833747 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140021174340496 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26728] ppid=26720 vsize=10817488 CPUtime=5.95 cores=1,3,5,7
/proc/26723/task/26728/stat : 26728 (java) S 26720 26723 18930 0 -1 1077944384 5603 0 0 0 534 61 0 0 20 0 17 0 64833747 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140021173287952 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26729] ppid=26720 vsize=10817488 CPUtime=5.94 cores=1,3,5,7
/proc/26723/task/26729/stat : 26729 (java) S 26720 26723 18930 0 -1 1077944384 5377 0 0 0 537 57 0 0 20 0 17 0 64833747 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140021172235408 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26730] ppid=26720 vsize=10817488 CPUtime=2.28 cores=1,3,5,7
/proc/26723/task/26730/stat : 26730 (java) S 26720 26723 18930 0 -1 1077944384 6894 0 0 0 227 1 0 0 20 0 17 0 64833748 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020782594032 140021218437762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26731] ppid=26720 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26731/stat : 26731 (java) S 26720 26723 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 64833749 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020781540320 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26732] ppid=26720 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26732/stat : 26732 (java) S 26720 26723 18930 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 17 0 64833749 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020780487664 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26733] ppid=26720 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26733/stat : 26733 (java) S 26720 26723 18930 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 17 0 64833751 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020779436240 140021218445211 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26734] ppid=26720 vsize=10817488 CPUtime=1.98 cores=1,3,5,7
/proc/26723/task/26734/stat : 26734 (java) S 26720 26723 18930 0 -1 1077944384 6833 0 0 0 197 1 0 0 20 0 17 0 64833751 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020778383856 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26735] ppid=26720 vsize=10817488 CPUtime=2.03 cores=1,3,5,7
/proc/26723/task/26735/stat : 26735 (java) S 26720 26723 18930 0 -1 1077944384 7720 0 0 0 202 1 0 0 20 0 17 0 64833751 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020777331312 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26736] ppid=26720 vsize=10817488 CPUtime=0.45 cores=1,3,5,7
/proc/26723/task/26736/stat : 26736 (java) S 26720 26723 18930 0 -1 1077944384 4898 0 0 0 45 0 0 0 20 0 17 0 64833751 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020776278768 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26737] ppid=26720 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/26723/task/26737/stat : 26737 (java) S 26720 26723 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64833751 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020775226464 140021218436821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
[pid=26723/tid=26738] ppid=26720 vsize=10817488 CPUtime=0.14 cores=1,3,5,7
/proc/26723/task/26738/stat : 26738 (java) S 26720 26723 18930 0 -1 1077944384 474 0 0 0 7 7 0 0 20 0 17 0 64833757 11077107712 790903 18446744073709551615 4194304 4196468 140735389129872 140020774172976 140021218437762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39444480 140735389135281 140735389135434 140735389135434 140735389138895 0
Current children cumulated CPU time (s) 262.36
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.242
CPU time (s): 262.415
CPU user time (s): 259.779
CPU system time (s): 2.63598
CPU usage (%): 109.23
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.779
system time used= 2.63598
maximum resident set size= 3164036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88194
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= 7591
involuntary context switches= 446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.994262 second user time and 1.67617 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:15:45
IDJOB=4258186
IDBENCH=130624
IDSOLVER=2643
FILE ID=node132/4258186-1501651803
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= dc7df4a3b3f37e7a6c8d4746a81abb92
RANDOM SEED=1572849482

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:        29674488 kB
MemAvailable:   29875960 kB
Buffers:          148952 kB
Cached:           348320 kB
SwapCached:            0 kB
Active:          2393960 kB
Inactive:         287452 kB
Active(anon):    2184964 kB
Inactive(anon):    24444 kB
Active(file):     208996 kB
Inactive(file):   263008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             4 kB
AnonPages:       2189752 kB
Mapped:            50848 kB
Shmem:             25276 kB
Slab:             116436 kB
SReclaimable:      90604 kB
SUnreclaim:        25832 kB
KernelStack:        3760 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3480172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2082816 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 07:19:45