Trace number 4258046

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) 241.563 240.216

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark44.8489
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.64/0.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.64/0.53	c This is free software under the dual EPL/GNU LGPL licenses.
0.64/0.53	c See www.sat4j.org for details.
0.64/0.53	c That software uses the Rhino library from the Mozilla project.
0.64/0.53	c version CUSTOM.v20170705
0.64/0.53	c java.runtime.name	Java(TM) SE Runtime Environment
0.64/0.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.64/0.53	c java.vm.version	25.131-b11
0.64/0.53	c java.vm.vendor	Oracle Corporation
0.64/0.53	c sun.arch.data.model	64
0.64/0.53	c java.version		1.8.0_131
0.64/0.53	c os.name		Linux
0.64/0.53	c os.version		3.10.0-514.16.1.el7.x86_64
0.64/0.53	c os.arch		amd64
0.64/0.53	c Free memory 		499604488
0.64/0.53	c Max memory 		7247757312
0.64/0.53	c Total memory 		504889344
0.64/0.53	c Number of processors 	4
0.64/0.53	c c --- Begin Solver configuration ---
0.64/0.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.64/0.53	c Learn all clauses as in MiniSAT
0.64/0.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.64/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.64/0.53	c No reason simplification
0.64/0.53	c Glucose 2.1 dynamic restart strategy
0.64/0.53	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
0.64/0.53	c timeout=2147483s
0.64/0.53	c DB Simplification allowed=false
0.64/0.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.64/0.53	c --- End Solver configuration ---
0.64/0.53	c constraints type 
0.64/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.64/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1341
0.64/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61652
0.64/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.64/0.53	c 63095 constraints processed.
241.54/240.20	c starts		: 2
241.54/240.20	c conflicts		: 71976
241.54/240.20	c decisions		: 78373
241.54/240.20	c propagations		: 1153608580
241.54/240.20	c inspects		: 1499776146
241.54/240.20	c shortcuts		: 0
241.54/240.20	c learnt literals	: 0
241.54/240.20	c learnt binary clauses	: 0
241.54/240.20	c learnt ternary clauses	: 6
241.54/240.20	c learnt constraints	: 71976
241.54/240.20	c ignored constraints	: 0
241.54/240.20	c root simplifications	: 0
241.54/240.20	c removed literals (reason simplification)	: 0
241.54/240.20	c reason swapping (by a shorter reason)	: 0
241.54/240.20	c Calls to reduceDB	: 8
241.54/240.20	c Number of update (reduction) of LBD	: 1056
241.54/240.20	c Imported unit clauses	: 0
241.54/240.20	c number of reductions to clauses (during analyze)	: 0
241.54/240.20	c number of learned constraints concerned by reduction	: 0
241.54/240.20	c number of learning phase by resolution	: 0
241.54/240.20	c number of learning phase by cutting planes	: 0
241.54/240.20	c number of rounding to 1 operations	: 0
241.54/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
241.54/240.20	c number of reductions of the coefficients by power 2 	: 0
241.54/240.20	c number of right shift for reduction by power 2 	: 0
241.54/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
241.54/240.20	c speed (assignments/second)	: 4813481.402975857
241.54/240.20	c non guided choices	65
241.54/240.21	c learnt constraints type 
241.54/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14967
241.54/240.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258046-1501652036/watcher-4258046-1501652036 -o /tmp/evaluation-result-4258046-1501652036/solver-4258046-1501652036 -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-4258046-1501652036.xml 

pid=26885
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: 2.17 2.30 2.62 3/198 26888
/proc/meminfo: memFree=28647804/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26888/stat : 26888 (runsolver) D 26885 26888 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 64857099 24240128 106 18446744073709551615 4194304 4338465 140730697025472 140730697023112 139686464746199 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24313856 140730697031814 140730697032261 140730697032261 140730697035722 0
/proc/26888/statm: 5918 106 53 36 0 2156 0

[startup+0.100206 s]
/proc/loadavg: 2.17 2.30 2.62 3/198 26888
/proc/meminfo: memFree=28647804/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=10018544 CPUtime=0.02 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 3605 0 0 0 1 1 0 0 20 0 7 0 64857099 10258989056 4822 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2504636 4822 2040 1 0 2494141 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10018544

[startup+0.200432 s]
/proc/loadavg: 2.17 2.30 2.62 3/198 26888
/proc/meminfo: memFree=28647804/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 4726 0 0 0 6 1 0 0 20 0 15 0 64857099 10804383744 5768 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2637789 5768 2635 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300293 s]
/proc/loadavg: 2.17 2.30 2.62 3/198 26888
/proc/meminfo: memFree=28647804/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 8187 0 0 0 19 3 0 0 20 0 15 0 64857099 10804383744 8920 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2637789 8920 2859 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.707394 s]
/proc/loadavg: 2.17 2.30 2.62 3/198 26888
/proc/meminfo: memFree=28647804/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=10617796 CPUtime=1.29 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 12354 0 0 0 125 4 0 0 20 0 16 0 64857099 10872623104 18550 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 18550 3046 1 0 2643910 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10617796

[startup+1.50064 s]
/proc/loadavg: 2.17 2.30 2.62 3/214 26904
/proc/meminfo: memFree=28582048/32770624 swapFree=0/263228
[pid=26888] ppid=26885 vsize=10617796 CPUtime=2.25 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 13220 0 0 0 220 5 0 0 20 0 16 0 64857099 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 19738 3050 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=1.35 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 7647 0 0 0 132 3 0 0 20 0 16 0 64857106 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837785385992 139837376617494 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 1962 0 0 0 33 0 0 0 20 0 16 0 64857111 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.37 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 1096 0 0 0 37 0 0 0 20 0 16 0 64857111 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.17 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 1094 0 0 0 17 0 0 0 20 0 16 0 64857111 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857118 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 19738 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10617796

[startup+3.10065 s]
/proc/loadavg: 2.17 2.30 2.62 3/214 26904
/proc/meminfo: memFree=28581476/32770624 swapFree=0/263228
[pid=26888] ppid=26885 vsize=10617796 CPUtime=3.92 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 14086 0 0 0 387 5 0 0 20 0 16 0 64857099 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 19792 3052 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=2.95 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 7670 0 0 0 292 3 0 0 20 0 16 0 64857106 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837785383248 139837376617544 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.36 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 2532 0 0 0 36 0 0 0 20 0 16 0 64857111 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 1281 0 0 0 39 0 0 0 20 0 16 0 64857111 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.18 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 1132 0 0 0 18 0 0 0 20 0 16 0 64857111 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857118 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 19792 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 10617796

[startup+6.30071 s]
/proc/loadavg: 2.15 2.29 2.62 3/214 26904
/proc/meminfo: memFree=28581300/32770624 swapFree=0/263236
[pid=26888] ppid=26885 vsize=10617796 CPUtime=7.18 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 15313 0 0 0 713 5 0 0 20 0 16 0 64857099 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 19809 3056 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=6.15 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 7906 0 0 0 612 3 0 0 20 0 16 0 64857106 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837785383360 139837376321450 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.39 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 2552 0 0 0 39 0 0 0 20 0 16 0 64857111 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.43 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 1596 0 0 0 43 0 0 0 20 0 16 0 64857111 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.18 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 1236 0 0 0 18 0 0 0 20 0 16 0 64857111 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 16 0 64857118 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 19809 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.14 2.29 2.61 3/214 26983
/proc/meminfo: memFree=31669604/32770624 swapFree=0/263280
[pid=26888] ppid=26885 vsize=10617796 CPUtime=13.62 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 16546 0 0 0 1357 5 0 0 20 0 16 0 64857099 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 20329 3056 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=12.54 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 8152 0 0 0 1251 3 0 0 20 0 16 0 64857106 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837785384248 139837376617103 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 20329 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0

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

[startup+162.301 s]
/proc/loadavg: 2.02 2.19 2.53 3/214 27002
/proc/meminfo: memFree=31570580/32770624 swapFree=0/263376
[pid=26888] ppid=26885 vsize=10617796 CPUtime=163.69 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 26457 0 0 0 16359 10 0 0 20 0 16 0 64857099 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 41060 3072 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=162.14 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 9835 0 0 0 16209 5 0 0 20 0 16 0 64857106 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837785384056 139837376433674 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 64857107 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 6787 0 0 0 61 0 0 0 20 0 16 0 64857111 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 5023 0 0 0 60 1 0 0 20 0 16 0 64857111 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 2250 0 0 0 20 0 0 0 20 0 16 0 64857111 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 794 0 0 0 6 4 0 0 20 0 16 0 64857118 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 41060 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 163.69
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 1.93 2.14 2.49 3/215 27005
/proc/meminfo: memFree=31487992/32770624 swapFree=0/263400
[pid=26888] ppid=26885 vsize=10617796 CPUtime=223.82 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 27646 0 0 0 22364 18 0 0 20 0 16 0 64857099 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 60035 3089 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=222.1 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 10070 0 0 0 22205 5 0 0 20 0 16 0 64857106 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837785386504 139837376822072 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 206 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 207 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 87 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 101 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 6789 0 0 0 61 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 5027 0 0 0 60 1 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 2337 0 0 0 20 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0.13 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 823 0 0 0 7 6 0 0 20 0 16 0 64857118 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 223.82
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.95 2.13 2.48 3/215 27005
/proc/meminfo: memFree=31485756/32770624 swapFree=0/263416
[pid=26888] ppid=26885 vsize=10617796 CPUtime=241.53 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 27660 0 0 0 24134 19 0 0 20 0 16 0 64857099 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2654449 60035 3089 1 0 2643910 0
[pid=26888/tid=26890] ppid=26885 vsize=10617796 CPUtime=239.79 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) R 26885 26888 18930 0 -1 4202560 10084 0 0 0 23974 5 0 0 20 0 16 0 64857106 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837785386504 139837376232672 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 206 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 207 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 87 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10617796 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 101 0 0 0 1 1 0 0 20 0 16 0 64857107 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 16 0 64857108 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64857109 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 6789 0 0 0 61 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10617796 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 5027 0 0 0 60 1 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 2337 0 0 0 20 0 0 0 20 0 16 0 64857111 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64857112 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 823 0 0 0 8 6 0 0 20 0 16 0 64857118 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26904] ppid=26885 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26904/stat : 26904 (java) S 26885 26888 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64857153 10872623104 60035 18446744073709551615 4194304 4196468 140735949898368 139837266887600 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 241.53
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 26888 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.95 2.13 2.48 3/215 27005
/proc/meminfo: memFree=31485756/32770624 swapFree=0/263416
[pid=26888] ppid=26885 vsize=10817488 CPUtime=241.54 cores=0,2,4,6
/proc/26888/stat : 26888 (java) S 26885 26888 18930 0 -1 1077944320 27865 0 0 0 24135 19 0 0 20 0 17 0 64857099 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 140735949880912 139837781147383 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
/proc/26888/statm: 2704372 60049 3093 1 0 2693833 0
[pid=26888/tid=26890] ppid=26885 vsize=10817488 CPUtime=239.8 cores=0,2,4,6
/proc/26888/task/26890/stat : 26890 (java) S 26885 26888 18930 0 -1 1077944384 10093 0 0 0 23975 5 0 0 20 0 17 0 64857106 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837785390256 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26891] ppid=26885 vsize=10817488 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26891/stat : 26891 (java) S 26885 26888 18930 0 -1 1077944384 206 0 0 0 1 1 0 0 20 0 17 0 64857107 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837711568016 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26892] ppid=26885 vsize=10817488 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26892/stat : 26892 (java) S 26885 26888 18930 0 -1 1077944384 207 0 0 0 1 1 0 0 20 0 17 0 64857107 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837710515216 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26893] ppid=26885 vsize=10817488 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26893/stat : 26893 (java) S 26885 26888 18930 0 -1 1077944384 87 0 0 0 1 1 0 0 20 0 17 0 64857107 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837709462416 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26894] ppid=26885 vsize=10817488 CPUtime=0.02 cores=0,2,4,6
/proc/26888/task/26894/stat : 26894 (java) S 26885 26888 18930 0 -1 1077944384 101 0 0 0 1 1 0 0 20 0 17 0 64857107 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837708409616 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26895] ppid=26885 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26895/stat : 26895 (java) S 26885 26888 18930 0 -1 1077944384 563 0 0 0 0 0 0 0 20 0 17 0 64857108 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837276363120 139837781158530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26896] ppid=26885 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26896/stat : 26896 (java) S 26885 26888 18930 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 64857109 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837275309088 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26897] ppid=26885 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26897/stat : 26897 (java) S 26885 26888 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 64857109 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837274256240 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26898] ppid=26885 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26898/stat : 26898 (java) S 26885 26888 18930 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 64857111 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837273204560 139837781165979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26899] ppid=26885 vsize=10817488 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26899/stat : 26899 (java) S 26885 26888 18930 0 -1 1077944384 6789 0 0 0 61 0 0 0 20 0 17 0 64857111 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837272152944 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26900] ppid=26885 vsize=10817488 CPUtime=0.61 cores=0,2,4,6
/proc/26888/task/26900/stat : 26900 (java) S 26885 26888 18930 0 -1 1077944384 5027 0 0 0 60 1 0 0 20 0 17 0 64857111 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837271100144 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26901] ppid=26885 vsize=10817488 CPUtime=0.2 cores=0,2,4,6
/proc/26888/task/26901/stat : 26901 (java) S 26885 26888 18930 0 -1 1077944384 2353 0 0 0 20 0 0 0 20 0 17 0 64857111 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837270047344 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26902] ppid=26885 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26888/task/26902/stat : 26902 (java) S 26885 26888 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64857112 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837268994784 139837781157589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
[pid=26888/tid=26903] ppid=26885 vsize=10817488 CPUtime=0.14 cores=0,2,4,6
/proc/26888/task/26903/stat : 26903 (java) S 26885 26888 18930 0 -1 1077944384 823 0 0 0 8 6 0 0 20 0 17 0 64857118 11077107712 60049 18446744073709551615 4194304 4196468 140735949898368 139837267942064 139837781158530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23728128 140735949902257 140735949902410 140735949902410 140735949905871 0
Current children cumulated CPU time (s) 241.54
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.216
CPU time (s): 241.563
CPU user time (s): 241.367
CPU system time (s): 0.196072
CPU usage (%): 100.561
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.367
system time used= 0.196072
maximum resident set size= 240768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27952
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= 6602
involuntary context switches= 315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01243 second user time and 1.60728 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:19:38
IDJOB=4258046
IDBENCH=133454
IDSOLVER=2643
FILE ID=node132/4258046-1501652036
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258046-1501652036/watcher-4258046-1501652036 -o /tmp/evaluation-result-4258046-1501652036/solver-4258046-1501652036 -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-4258046-1501652036.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=1197531002

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:        28647628 kB
MemAvailable:   28849132 kB
Buffers:          149092 kB
Cached:           348456 kB
SwapCached:            0 kB
Active:          3417260 kB
Inactive:         287680 kB
Active(anon):    3208476 kB
Inactive(anon):    24444 kB
Active(file):     208784 kB
Inactive(file):   263236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             4 kB
AnonPages:       3207988 kB
Mapped:            50840 kB
Shmem:             25276 kB
Slab:             116612 kB
SReclaimable:      90636 kB
SUnreclaim:        25976 kB
KernelStack:        3536 kB
PageTables:        11128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4731740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3072000 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:23:39