Trace number 4258150

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) 245.511 240.22

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-7-60-4.xml
MD5SUM37d902a8c28836ecb268a87a81b5effe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints15
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":61}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":1},{"degree":12,"count":2},{"degree":14,"count":58}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":1},{"arity":59,"count":4},{"arity":60,"count":10}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.42 2.64 4/200 29281
/proc/meminfo: memFree=29177548/32770624 swapFree=0/265684
[pid=29281] ppid=29278 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29281/stat : 29281 (runsolver) D 29278 29281 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65082548 24240128 107 18446744073709551615 4194304 4338465 140733140686208 140733140683848 140686053233367 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 35532800 140733140693126 140733140693573 140733140693573 140733140697034 0
/proc/29281/statm: 5918 107 54 36 0 2156 0

[startup+0.100489 s]
/proc/loadavg: 2.09 2.42 2.64 4/200 29281
/proc/meminfo: memFree=29177548/32770624 swapFree=0/265684
[pid=29281] ppid=29278 vsize=9953008 CPUtime=0.01 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 3606 0 0 0 1 0 0 0 20 0 7 0 65082548 10191880192 4779 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2488252 4779 1944 1 0 2477757 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9953008

[startup+0.200332 s]
/proc/loadavg: 2.09 2.42 2.64 4/200 29281
/proc/meminfo: memFree=29177548/32770624 swapFree=0/265684
[pid=29281] ppid=29278 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 4655 0 0 0 4 1 0 0 20 0 14 0 65082548 10736119808 5698 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2621123 5698 2566 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.30032 s]
/proc/loadavg: 2.09 2.42 2.64 4/200 29281
/proc/meminfo: memFree=29177548/32770624 swapFree=0/265684
[pid=29281] ppid=29278 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 8174 0 0 0 18 3 0 0 20 0 15 0 65082548 10804383744 8367 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2637789 8367 2857 1 0 2627269 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.705032 s]
/proc/loadavg: 2.09 2.42 2.64 4/200 29281
/proc/meminfo: memFree=29177548/32770624 swapFree=0/265684
[pid=29281] ppid=29278 vsize=10551232 CPUtime=1.25 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 13056 0 0 0 118 7 0 0 20 0 15 0 65082548 10804461568 47883 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2637808 47883 3043 1 0 2627269 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10551232

[startup+1.50106 s]
/proc/loadavg: 2.09 2.42 2.64 4/215 29297
/proc/meminfo: memFree=28845596/32770624 swapFree=0/265748
[pid=29281] ppid=29278 vsize=10551232 CPUtime=3.78 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 15571 0 0 0 335 43 0 0 20 0 15 0 65082548 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2637808 160132 3085 1 0 2627269 0
[pid=29281/tid=29283] ppid=29278 vsize=10551232 CPUtime=0.84 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) S 29278 29281 18930 0 -1 1077944384 7484 0 0 0 78 6 0 0 20 0 15 0 65082556 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637951173264 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10551232 CPUtime=0.48 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) R 29278 29281 18930 0 -1 4202560 667 0 0 0 39 9 0 0 20 0 15 0 65082557 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637558160600 139637931895876 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10551232 CPUtime=0.46 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) R 29278 29281 18930 0 -1 4202560 482 0 0 0 37 9 0 0 20 0 15 0 65082557 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637931895626 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) R 29278 29281 18930 0 -1 4202560 528 0 0 0 36 7 0 0 20 0 15 0 65082557 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637556054688 139637931895876 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10551232 CPUtime=0.48 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) R 29278 29281 18930 0 -1 4202560 473 0 0 0 39 9 0 0 20 0 15 0 65082557 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637931895991 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 65082558 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637511098976 139637946955477 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65082558 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65082559 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65082561 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 2066 0 0 0 43 0 0 0 20 0 15 0 65082561 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 1344 0 0 0 38 0 0 0 20 0 15 0 65082561 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 959 0 0 0 20 0 0 0 20 0 15 0 65082561 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65082561 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65082568 10804461568 160132 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 10551232

[startup+3.10071 s]
/proc/loadavg: 2.09 2.42 2.64 3/215 29297
/proc/meminfo: memFree=28530156/32770624 swapFree=0/265748
[pid=29281] ppid=29278 vsize=10617796 CPUtime=7.56 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 18517 0 0 0 698 58 0 0 20 0 16 0 65082548 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 211805 3099 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=1.53 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 7606 0 0 0 147 6 0 0 20 0 16 0 65082556 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637951173792 139637592080164 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 552 0 0 0 34 0 0 0 20 0 16 0 65082558 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10617796 CPUtime=0.69 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 2125 0 0 0 69 0 0 0 20 0 16 0 65082561 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10617796 CPUtime=0.59 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 1391 0 0 0 59 0 0 0 20 0 16 0 65082561 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10617796 CPUtime=0.25 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 1041 0 0 0 25 0 0 0 20 0 16 0 65082561 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65082568 10872623104 211805 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 10617796

[startup+6.30074 s]
/proc/loadavg: 2.00 2.39 2.63 3/216 29298
/proc/meminfo: memFree=28339728/32770624 swapFree=0/265756
[pid=29281] ppid=29278 vsize=10617796 CPUtime=10.88 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 20705 0 0 0 1029 59 0 0 20 0 16 0 65082548 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 211879 3103 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=4.73 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 8233 0 0 0 467 6 0 0 20 0 16 0 65082556 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637951181296 139637592099719 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 792 0 0 0 34 0 0 0 20 0 16 0 65082558 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10617796 CPUtime=0.74 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 2633 0 0 0 74 0 0 0 20 0 16 0 65082561 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10617796 CPUtime=0.64 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 1707 0 0 0 64 0 0 0 20 0 16 0 65082561 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10617796 CPUtime=0.26 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 1321 0 0 0 26 0 0 0 20 0 16 0 65082561 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 16 0 65082568 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29298] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29298/stat : 29298 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082812 10872623104 211879 18446744073709551615 4194304 4196468 140736438680640 139637433533488 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.00 2.39 2.62 3/216 29298
/proc/meminfo: memFree=28339232/32770624 swapFree=0/265756
[pid=29281] ppid=29278 vsize=10617796 CPUtime=17.3 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 22875 0 0 0 1671 59 0 0 20 0 16 0 65082548 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 211898 3103 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=11.13 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 9709 0 0 0 1106 7 0 0 20 0 16 0 65082556 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637951181848 139637588980952 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 835 0 0 0 34 0 0 0 20 0 16 0 65082558 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 211898 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0

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

[startup+162.301 s]
/proc/loadavg: 1.95 2.20 2.52 3/216 29382
/proc/meminfo: memFree=30587704/32770624 swapFree=0/265888
[pid=29281] ppid=29278 vsize=10617796 CPUtime=167.71 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 40244 0 0 0 16704 67 0 0 20 0 16 0 65082548 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 213032 3116 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=160.72 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 14220 0 0 0 16065 7 0 0 20 0 16 0 65082556 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637951182072 139637592376794 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 1131 0 0 0 35 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 9029 0 0 0 116 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10617796 CPUtime=0.92 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 6195 0 0 0 91 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 3188 0 0 0 29 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 680 0 0 0 4 6 0 0 20 0 16 0 65082568 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29298] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29298/stat : 29298 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082812 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637433533488 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 167.71
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 1.92 2.15 2.48 3/217 29400
/proc/meminfo: memFree=30480776/32770624 swapFree=0/265936
[pid=29281] ppid=29278 vsize=10617796 CPUtime=227.76 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 41289 0 0 0 22707 69 0 0 20 0 16 0 65082548 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 213032 3116 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=220.73 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 15072 0 0 0 22065 8 0 0 20 0 16 0 65082556 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637951181216 139637592276177 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 1176 0 0 0 35 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 9032 0 0 0 116 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10617796 CPUtime=0.92 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 6208 0 0 0 91 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 3285 0 0 0 29 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 715 0 0 0 5 9 0 0 20 0 16 0 65082568 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29298] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29298/stat : 29298 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082812 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637433533488 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 227.76
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.01 2.15 2.47 3/221 29428
/proc/meminfo: memFree=30415880/32770624 swapFree=0/265960
[pid=29281] ppid=29278 vsize=10617796 CPUtime=245.46 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 41495 0 0 0 24477 69 0 0 20 0 16 0 65082548 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2654449 213032 3116 1 0 2643910 0
[pid=29281/tid=29283] ppid=29278 vsize=10617796 CPUtime=238.43 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) R 29278 29281 18930 0 -1 4202560 15168 0 0 0 23835 8 0 0 20 0 16 0 65082556 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637951181216 139637592276693 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10617796 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10617796 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 16 0 65082557 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 1176 0 0 0 35 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65082558 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082559 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10617796 CPUtime=1.17 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 9032 0 0 0 116 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10617796 CPUtime=0.92 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 6208 0 0 0 91 1 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 3395 0 0 0 29 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65082561 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 715 0 0 0 6 9 0 0 20 0 16 0 65082568 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29298] ppid=29278 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29298/stat : 29298 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65082812 10872623104 213032 18446744073709551615 4194304 4196468 140736438680640 139637433533488 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 245.46
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 29281 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.01 2.15 2.47 3/221 29428
/proc/meminfo: memFree=30415880/32770624 swapFree=0/265960
[pid=29281] ppid=29278 vsize=10751952 CPUtime=245.49 cores=1,3,5,7
/proc/29281/stat : 29281 (java) S 29278 29281 18930 0 -1 1077944320 42181 0 0 0 24479 70 0 0 20 0 17 0 65082548 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 140736438663184 139637946945271 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
/proc/29281/statm: 2687988 213084 3118 1 0 2677449 0
[pid=29281/tid=29283] ppid=29278 vsize=10751952 CPUtime=238.44 cores=1,3,5,7
/proc/29281/task/29283/stat : 29283 (java) S 29278 29281 18930 0 -1 1077944384 15248 0 0 0 23836 8 0 0 20 0 17 0 65082556 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637951188144 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29284] ppid=29278 vsize=10751952 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29284/stat : 29284 (java) S 29278 29281 18930 0 -1 1077944384 1928 0 0 0 91 13 0 0 20 0 17 0 65082557 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637558160400 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29285] ppid=29278 vsize=10751952 CPUtime=1.01 cores=1,3,5,7
/proc/29281/task/29285/stat : 29285 (java) S 29278 29281 18930 0 -1 1077944384 1063 0 0 0 89 12 0 0 20 0 17 0 65082557 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637557107856 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29286] ppid=29278 vsize=10751952 CPUtime=1 cores=1,3,5,7
/proc/29281/task/29286/stat : 29286 (java) S 29278 29281 18930 0 -1 1077944384 771 0 0 0 89 11 0 0 20 0 17 0 65082557 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637556054800 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29287] ppid=29278 vsize=10751952 CPUtime=1.04 cores=1,3,5,7
/proc/29281/task/29287/stat : 29287 (java) S 29278 29281 18930 0 -1 1077944384 662 0 0 0 91 13 0 0 20 0 17 0 65082557 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637555002256 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29288] ppid=29278 vsize=10751952 CPUtime=0.35 cores=1,3,5,7
/proc/29281/task/29288/stat : 29288 (java) S 29278 29281 18930 0 -1 1077944384 1176 0 0 0 35 0 0 0 20 0 17 0 65082558 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637511100656 139637946956418 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29289] ppid=29278 vsize=10751952 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29289/stat : 29289 (java) S 29278 29281 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 65082558 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637510046880 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29290] ppid=29278 vsize=10751952 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29290/stat : 29290 (java) S 29278 29281 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 65082559 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637508993776 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29291] ppid=29278 vsize=10751952 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29291/stat : 29291 (java) S 29278 29281 18930 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 65082561 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637439850448 139637946963867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29292] ppid=29278 vsize=10751952 CPUtime=1.17 cores=1,3,5,7
/proc/29281/task/29292/stat : 29292 (java) S 29278 29281 18930 0 -1 1077944384 9032 0 0 0 116 1 0 0 20 0 17 0 65082561 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637438798576 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29293] ppid=29278 vsize=10751952 CPUtime=0.92 cores=1,3,5,7
/proc/29281/task/29293/stat : 29293 (java) S 29278 29281 18930 0 -1 1077944384 6208 0 0 0 91 1 0 0 20 0 17 0 65082561 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637437746032 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29294] ppid=29278 vsize=10751952 CPUtime=0.29 cores=1,3,5,7
/proc/29281/task/29294/stat : 29294 (java) S 29278 29281 18930 0 -1 1077944384 3448 0 0 0 29 0 0 0 20 0 17 0 65082561 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637436692976 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29295] ppid=29278 vsize=10751952 CPUtime=0 cores=1,3,5,7
/proc/29281/task/29295/stat : 29295 (java) S 29278 29281 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65082561 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637435640672 139637946955477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
[pid=29281/tid=29296] ppid=29278 vsize=10751952 CPUtime=0.15 cores=1,3,5,7
/proc/29281/task/29296/stat : 29296 (java) S 29278 29281 18930 0 -1 1077944384 715 0 0 0 6 9 0 0 20 0 17 0 65082568 11009998848 213084 18446744073709551615 4194304 4196468 140736438680640 139637434587696 139637946956418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34082816 140736438682033 140736438682186 140736438682186 140736438685647 0
Current children cumulated CPU time (s) 245.49
Current children cumulated vsize (KiB) 10751952

Child status: 143
Real time (s): 240.22
CPU time (s): 245.511
CPU user time (s): 244.804
CPU system time (s): 0.707218
CPU usage (%): 102.202
Max. virtual memory (cumulated for all children) (KiB): 10751952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.804
system time used= 0.707218
maximum resident set size= 852648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42660
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= 7057
involuntary context switches= 220

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17072 second user time and 1.51445 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:57:13
IDJOB=4258150
IDBENCH=135522
IDSOLVER=2643
FILE ID=node132/4258150-1501654291
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-7-60-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258150-1501654291/watcher-4258150-1501654291 -o /tmp/evaluation-result-4258150-1501654291/solver-4258150-1501654291 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258150-1501654291.xml

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

MD5SUM BENCH= 37d902a8c28836ecb268a87a81b5effe
RANDOM SEED=1474284426

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:        29177588 kB
MemAvailable:   29382212 kB
Buffers:          150772 kB
Cached:           349796 kB
SwapCached:            0 kB
Active:          2886876 kB
Inactive:         290128 kB
Active(anon):    2677520 kB
Inactive(anon):    24444 kB
Active(file):     209356 kB
Inactive(file):   265684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       2535912 kB
Mapped:            50956 kB
Shmem:             25276 kB
Slab:             116660 kB
SReclaimable:      90840 kB
SUnreclaim:        25820 kB
KernelStack:        3824 kB
PageTables:        10276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4055708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2430976 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 08:01:13