Trace number 4258176

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) 243.845 240.26401

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.0882802
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 4.04 4.31 3.31 2/201 26295
/proc/meminfo: memFree=31591484/32770624 swapFree=0/262440
[pid=26295] ppid=26292 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26295/stat : 26295 (runsolver) D 26292 26295 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64768982 24240128 108 18446744073709551615 4194304 4338465 140728926969520 140728926967160 140379263005399 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34914304 140728926978182 140728926978629 140728926978629 140728926982090 0
/proc/26295/statm: 5918 108 54 36 0 2156 0

[startup+0.100191 s]
/proc/loadavg: 4.04 4.31 3.31 2/201 26295
/proc/meminfo: memFree=31591484/32770624 swapFree=0/262440
[pid=26295] ppid=26292 vsize=10018544 CPUtime=0.02 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 3724 0 0 0 2 0 0 0 20 0 7 0 64768982 10258989056 4954 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2504636 4954 2043 1 0 2494141 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10018544

[startup+0.20034 s]
/proc/loadavg: 4.04 4.31 3.31 2/201 26295
/proc/meminfo: memFree=31591484/32770624 swapFree=0/262440
[pid=26295] ppid=26292 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 4659 0 0 0 5 0 0 0 20 0 14 0 64768982 10736119808 5708 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2621123 5708 2571 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300275 s]
/proc/loadavg: 4.04 4.31 3.31 2/201 26295
/proc/meminfo: memFree=31591484/32770624 swapFree=0/262440
[pid=26295] ppid=26292 vsize=10551156 CPUtime=0.17 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 8001 0 0 0 15 2 0 0 20 0 15 0 64768982 10804383744 7770 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2637789 7770 2848 1 0 2627269 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10551156

[startup+0.700962 s]
/proc/loadavg: 4.04 4.31 3.31 2/201 26295
/proc/meminfo: memFree=31591484/32770624 swapFree=0/262440
[pid=26295] ppid=26292 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 13349 0 0 0 120 4 0 0 20 0 15 0 64768982 10804461568 21649 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2637808 21649 3049 1 0 2627269 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10551232

[startup+1.501 s]
/proc/loadavg: 4.04 4.31 3.31 3/217 26311
/proc/meminfo: memFree=31503044/32770624 swapFree=0/262448
[pid=26295] ppid=26292 vsize=10617796 CPUtime=3.29 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 20820 0 0 0 324 5 0 0 20 0 16 0 64768982 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 26648 3068 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=1.32 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 7960 0 0 0 129 3 0 0 20 0 16 0 64768990 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791910553600 139791542182467 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64768992 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.78 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5038 0 0 0 78 0 0 0 20 0 16 0 64768995 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.85 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) R 26292 26295 18930 0 -1 4202560 4217 0 0 0 85 0 0 0 20 0 16 0 64768995 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791464716640 139791884220298 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.3 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2208 0 0 0 30 0 0 0 20 0 16 0 64768995 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 64769005 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 26648 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 10617796

[startup+3.10077 s]
/proc/loadavg: 4.04 4.31 3.31 3/217 26311
/proc/meminfo: memFree=31490636/32770624 swapFree=0/262448
[pid=26295] ppid=26292 vsize=10617796 CPUtime=5.09 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 21219 0 0 0 504 5 0 0 20 0 16 0 64768982 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 29938 3069 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=2.92 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 8009 0 0 0 289 3 0 0 20 0 16 0 64768990 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791910568048 139791542448893 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64768992 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5287 0 0 0 93 0 0 0 20 0 16 0 64768995 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 4249 0 0 0 89 0 0 0 20 0 16 0 64768995 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.31 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2229 0 0 0 31 0 0 0 20 0 16 0 64768995 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64769005 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 29938 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 10617796

[startup+6.30077 s]
/proc/loadavg: 3.87 4.27 3.30 3/215 26311
/proc/meminfo: memFree=31469236/32770624 swapFree=0/262456
[pid=26295] ppid=26292 vsize=10617796 CPUtime=8.34 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 23572 0 0 0 828 6 0 0 20 0 16 0 64768982 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 34047 3079 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=6.11 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 8297 0 0 0 608 3 0 0 20 0 16 0 64768990 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791910564808 139791542102418 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 362 0 0 0 0 0 0 0 20 0 16 0 64768992 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.97 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5726 0 0 0 96 1 0 0 20 0 16 0 64768995 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.91 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 4805 0 0 0 91 0 0 0 20 0 16 0 64768995 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.31 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2373 0 0 0 31 0 0 0 20 0 16 0 64768995 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 628 0 0 0 0 0 0 0 20 0 16 0 64769005 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 34047 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 3.72 4.24 3.30 3/215 26312
/proc/meminfo: memFree=31428428/32770624 swapFree=0/262464
[pid=26295] ppid=26292 vsize=10617796 CPUtime=14.76 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 25045 0 0 0 1469 7 0 0 20 0 16 0 64768982 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 43780 3079 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=12.52 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 8976 0 0 0 1248 4 0 0 20 0 16 0 64768990 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791910564384 139791541911857 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64768991 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 16 0 64768992 10872623104 43780 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0

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

[startup+162.301 s]
/proc/loadavg: 2.21 3.39 3.12 3/216 26318
/proc/meminfo: memFree=30764264/32770624 swapFree=0/262552
[pid=26295] ppid=26292 vsize=10617796 CPUtime=165.57 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 36412 0 0 0 16505 52 0 0 20 0 16 0 64768982 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 132322 3116 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=161.66 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 10504 0 0 0 16162 4 0 0 20 0 16 0 64768990 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791910567264 139791542079065 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1848 0 0 0 26 10 0 0 20 0 16 0 64768991 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 954 0 0 0 27 9 0 0 20 0 16 0 64768991 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1271 0 0 0 27 10 0 0 20 0 16 0 64768991 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 1285 0 0 0 26 10 0 0 20 0 16 0 64768991 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 3366 0 0 0 6 0 0 0 20 0 16 0 64768992 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.98 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5969 0 0 0 97 1 0 0 20 0 16 0 64768995 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 5994 0 0 0 93 0 0 0 20 0 16 0 64768995 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2916 0 0 0 32 0 0 0 20 0 16 0 64768995 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 869 0 0 0 3 4 0 0 20 0 16 0 64769005 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 132322 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 165.57
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.30 3.20 3.07 3/216 26398
/proc/meminfo: memFree=30667520/32770624 swapFree=0/262616
[pid=26295] ppid=26292 vsize=10617796 CPUtime=225.79 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 36732 0 0 0 22513 66 0 0 20 0 16 0 64768982 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 155929 3118 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=221.59 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 10592 0 0 0 22155 4 0 0 20 0 16 0 64768990 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791910567264 139791541911839 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0.43 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 1895 0 0 0 30 13 0 0 20 0 16 0 64768991 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0.43 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1000 0 0 0 30 13 0 0 20 0 16 0 64768991 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0.43 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1317 0 0 0 30 13 0 0 20 0 16 0 64768991 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0.42 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 1377 0 0 0 30 12 0 0 20 0 16 0 64768991 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 3367 0 0 0 6 0 0 0 20 0 16 0 64768992 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.98 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5969 0 0 0 97 1 0 0 20 0 16 0 64768995 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 5994 0 0 0 93 0 0 0 20 0 16 0 64768995 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2916 0 0 0 32 0 0 0 20 0 16 0 64768995 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 869 0 0 0 5 6 0 0 20 0 16 0 64769005 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 155929 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 225.79
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.40 3.17 3.06 3/216 26399
/proc/meminfo: memFree=30385232/32770624 swapFree=0/262652
[pid=26295] ppid=26292 vsize=10617796 CPUtime=243.75 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 37563 0 0 0 24296 79 0 0 20 0 16 0 64768982 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2654449 182331 3118 1 0 2643910 0
[pid=26295/tid=26297] ppid=26292 vsize=10617796 CPUtime=239.19 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) R 26292 26295 18930 0 -1 4202560 10597 0 0 0 23915 4 0 0 20 0 16 0 64768990 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791910567264 139791542079475 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 2110 0 0 0 35 16 0 0 20 0 16 0 64768991 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1203 0 0 0 35 16 0 0 20 0 16 0 64768991 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10617796 CPUtime=0.52 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1513 0 0 0 36 16 0 0 20 0 16 0 64768991 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 1558 0 0 0 35 16 0 0 20 0 16 0 64768991 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10617796 CPUtime=0.06 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 3398 0 0 0 6 0 0 0 20 0 16 0 64768992 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 64768993 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10617796 CPUtime=0.98 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5969 0 0 0 97 1 0 0 20 0 16 0 64768995 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 5994 0 0 0 93 0 0 0 20 0 16 0 64768995 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2916 0 0 0 32 0 0 0 20 0 16 0 64768995 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64768995 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10617796 CPUtime=0.11 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 869 0 0 0 5 6 0 0 20 0 16 0 64769005 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26311] ppid=26292 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26311/stat : 26311 (java) S 26292 26295 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64769055 10872623104 182331 18446744073709551615 4194304 4196468 140736012403296 139791460517168 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 243.75
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 26295 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.40 3.17 3.06 3/216 26399
/proc/meminfo: memFree=30385232/32770624 swapFree=0/262652
[pid=26295] ppid=26292 vsize=10751952 CPUtime=243.76 cores=0,2,4,6
/proc/26295/stat : 26295 (java) S 26292 26295 18930 0 -1 1077944320 37759 0 0 0 24297 79 0 0 20 0 17 0 64768982 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 140736012385840 139791906328311 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
/proc/26295/statm: 2687988 182342 3120 1 0 2677449 0
[pid=26295/tid=26297] ppid=26292 vsize=10751952 CPUtime=239.2 cores=0,2,4,6
/proc/26295/task/26297/stat : 26297 (java) S 26292 26295 18930 0 -1 1077944384 10605 0 0 0 23916 4 0 0 20 0 17 0 64768990 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791910571184 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26298] ppid=26292 vsize=10751952 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26298/stat : 26298 (java) S 26292 26295 18930 0 -1 1077944384 2110 0 0 0 35 16 0 0 20 0 17 0 64768991 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791863294224 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26299] ppid=26292 vsize=10751952 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26299/stat : 26299 (java) S 26292 26295 18930 0 -1 1077944384 1203 0 0 0 35 16 0 0 20 0 17 0 64768991 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791862241680 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26300] ppid=26292 vsize=10751952 CPUtime=0.52 cores=0,2,4,6
/proc/26295/task/26300/stat : 26300 (java) S 26292 26295 18930 0 -1 1077944384 1513 0 0 0 36 16 0 0 20 0 17 0 64768991 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791861189136 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26301] ppid=26292 vsize=10751952 CPUtime=0.51 cores=0,2,4,6
/proc/26295/task/26301/stat : 26301 (java) S 26292 26295 18930 0 -1 1077944384 1558 0 0 0 35 16 0 0 20 0 17 0 64768991 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791860136592 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26302] ppid=26292 vsize=10751952 CPUtime=0.06 cores=0,2,4,6
/proc/26295/task/26302/stat : 26302 (java) S 26292 26295 18930 0 -1 1077944384 3398 0 0 0 6 0 0 0 20 0 17 0 64768992 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791469992432 139791906339458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26303] ppid=26292 vsize=10751952 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26303/stat : 26303 (java) S 26292 26295 18930 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 64768993 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791468938656 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26304] ppid=26292 vsize=10751952 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26304/stat : 26304 (java) S 26292 26295 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 64768993 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791467886064 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26305] ppid=26292 vsize=10751952 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26305/stat : 26305 (java) S 26292 26295 18930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 64768995 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791466834640 139791906346907 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26306] ppid=26292 vsize=10751952 CPUtime=0.98 cores=0,2,4,6
/proc/26295/task/26306/stat : 26306 (java) S 26292 26295 18930 0 -1 1077944384 5969 0 0 0 97 1 0 0 20 0 17 0 64768995 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791465781232 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26307] ppid=26292 vsize=10751952 CPUtime=0.93 cores=0,2,4,6
/proc/26295/task/26307/stat : 26307 (java) S 26292 26295 18930 0 -1 1077944384 5994 0 0 0 93 0 0 0 20 0 17 0 64768995 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791464728688 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26308] ppid=26292 vsize=10751952 CPUtime=0.32 cores=0,2,4,6
/proc/26295/task/26308/stat : 26308 (java) S 26292 26295 18930 0 -1 1077944384 2937 0 0 0 32 0 0 0 20 0 17 0 64768995 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791463676144 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26309] ppid=26292 vsize=10751952 CPUtime=0 cores=0,2,4,6
/proc/26295/task/26309/stat : 26309 (java) S 26292 26295 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64768995 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791462623840 139791906338517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
[pid=26295/tid=26310] ppid=26292 vsize=10751952 CPUtime=0.11 cores=0,2,4,6
/proc/26295/task/26310/stat : 26310 (java) S 26292 26295 18930 0 -1 1077944384 869 0 0 0 5 6 0 0 20 0 17 0 64769005 11009998848 182342 18446744073709551615 4194304 4196468 140736012403296 139791461571376 139791906339458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38993920 140736012411313 140736012411466 140736012411466 140736012414927 0
Current children cumulated CPU time (s) 243.76
Current children cumulated vsize (KiB) 10751952

Child status: 143
Real time (s): 240.264
CPU time (s): 243.845
CPU user time (s): 243.042
CPU system time (s): 0.80312
CPU usage (%): 101.49
Max. virtual memory (cumulated for all children) (KiB): 10751952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.042
system time used= 0.80312
maximum resident set size= 730164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38507
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= 6805
involuntary context switches= 294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02547 second user time and 1.60403 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:04:57
IDJOB=4258176
IDBENCH=130611
IDSOLVER=2643
FILE ID=node132/4258176-1501651155
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1319249964

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:        31591860 kB
MemAvailable:   31792452 kB
Buffers:          148560 kB
Cached:           347824 kB
SwapCached:            0 kB
Active:           479316 kB
Inactive:         286884 kB
Active(anon):     270636 kB
Inactive(anon):    24444 kB
Active(file):     208680 kB
Inactive(file):   262440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:        269596 kB
Mapped:            50696 kB
Shmem:             25276 kB
Slab:             116932 kB
SReclaimable:      90616 kB
SUnreclaim:        26316 kB
KernelStack:        3536 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1144688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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:08:57