Trace number 4258341

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-05SAT (TO)644 256.91501 240.22301

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-04.xml
MD5SUM5907a24d8dc1871b0962636261677367
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark248.763
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size34
Maximum domain size45
Distribution of domain sizes[{"size":34,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

26.00/12.15	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
26.00/12.15	c This is free software under the dual EPL/GNU LGPL licenses.
26.00/12.15	c See www.sat4j.org for details.
26.00/12.15	c That software uses the Rhino library from the Mozilla project.
26.00/12.15	c version CUSTOM.v20170705
26.00/12.15	c java.runtime.name	Java(TM) SE Runtime Environment
26.00/12.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
26.00/12.15	c java.vm.version	25.131-b11
26.00/12.15	c java.vm.vendor	Oracle Corporation
26.00/12.15	c sun.arch.data.model	64
26.00/12.15	c java.version		1.8.0_131
26.00/12.15	c os.name		Linux
26.00/12.15	c os.version		3.10.0-514.16.1.el7.x86_64
26.00/12.15	c os.arch		amd64
26.00/12.15	c Free memory 		499604488
26.00/12.15	c Max memory 		7247757312
26.00/12.15	c Total memory 		504889344
26.00/12.15	c Number of processors 	4
26.00/12.15	c c --- Begin Solver configuration ---
26.00/12.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
26.00/12.15	c Learn all clauses as in MiniSAT
26.00/12.15	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
26.00/12.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
26.00/12.15	c No reason simplification
26.00/12.15	c Glucose 2.1 dynamic restart strategy
26.00/12.15	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
26.00/12.15	c timeout=2147483s
26.00/12.15	c DB Simplification allowed=false
26.00/12.15	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
26.00/12.15	c --- End Solver configuration ---
26.00/12.15	c constraints type 
26.00/12.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
26.00/12.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11092950
26.00/12.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1069020
26.00/12.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
26.00/12.15	c 12162240 constraints processed.
44.16/28.76	o 644
256.89/240.20	c starts		: 591
256.89/240.20	c conflicts		: 233652
256.89/240.20	c decisions		: 44016954
256.89/240.20	c propagations		: 985500507
256.89/240.20	c inspects		: 1297794550
256.89/240.20	c shortcuts		: 0
256.89/240.20	c learnt literals	: 0
256.89/240.20	c learnt binary clauses	: 611
256.89/240.20	c learnt ternary clauses	: 847
256.89/240.20	c learnt constraints	: 233652
256.89/240.20	c ignored constraints	: 0
256.89/240.20	c root simplifications	: 0
256.89/240.20	c removed literals (reason simplification)	: 0
256.89/240.20	c reason swapping (by a shorter reason)	: 0
256.89/240.20	c Calls to reduceDB	: 19
256.89/240.20	c Number of update (reduction) of LBD	: 193824
256.89/240.20	c Imported unit clauses	: 0
256.89/240.20	c number of reductions to clauses (during analyze)	: 0
256.89/240.20	c number of learned constraints concerned by reduction	: 0
256.89/240.20	c number of learning phase by resolution	: 0
256.89/240.20	c number of learning phase by cutting planes	: 0
256.89/240.20	c number of rounding to 1 operations	: 0
256.89/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
256.89/240.20	c number of reductions of the coefficients by power 2 	: 0
256.89/240.20	c number of right shift for reduction by power 2 	: 0
256.89/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
256.89/240.20	c speed (assignments/second)	: 4322389.602585976
256.89/240.20	c non guided choices	6955065
256.89/240.20	c learnt constraints type 
256.89/240.20	s SATISFIABLE
256.89/240.20	v <instantiation type="solution">
256.89/240.20	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] </list>
256.89/240.20	v 	<values> 22 18 3 12 33 30 36 16 37 7 8 17 25 43 38 19 26 34 15 2 13 24 28 41 11 0 9 20 27 6 31 1 29 32 40 23 5 35 4 39 21 44 42 14 10 13 21 26 24 3 7 18 22 19 18 6 6 22 13 12 6 5 16 19 5 19 4 8 23 14 10 7 16 13 17 21 17 6 8 11 19 23 20 24 15 15 9 21 10 13 </values>
256.89/240.20	v </instantiation>
256.89/240.20	

Verifier Data

OK	644

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-4258341-1501654574/watcher-4258341-1501654574 -o /tmp/evaluation-result-4258341-1501654574/solver-4258341-1501654574 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258341-1501654574.xml 

pid=11667
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.04 2.31 2.46 3/200 11670
/proc/meminfo: memFree=31229560/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11670/stat : 11670 (runsolver) D 11667 11670 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14080492 24240128 107 18446744073709551615 4194304 4338465 140733948932528 140733948930168 140706290467543 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 17874944 140733948940423 140733948940870 140733948940870 140733948944330 0
/proc/11670/statm: 5918 107 54 36 0 2156 0

[startup+0.100122 s]
/proc/loadavg: 2.04 2.31 2.46 3/200 11670
/proc/meminfo: memFree=31229560/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=10085108 CPUtime=0.02 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 3796 0 0 0 1 1 0 0 20 0 8 0 14080492 10327150592 4956 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2521277 4956 2044 1 0 2510782 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10085108

[startup+0.20033 s]
/proc/loadavg: 2.04 2.31 2.46 3/200 11670
/proc/meminfo: memFree=31229560/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=10551156 CPUtime=0.08 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 4997 0 0 0 7 1 0 0 20 0 15 0 14080492 10804383744 6510 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637789 6510 2725 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300368 s]
/proc/loadavg: 2.04 2.31 2.46 3/200 11670
/proc/meminfo: memFree=31229560/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 8336 0 0 0 21 2 0 0 20 0 15 0 14080492 10804383744 9059 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637789 9059 2854 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700448 s]
/proc/loadavg: 2.04 2.31 2.46 3/200 11670
/proc/meminfo: memFree=31229560/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 13551 0 0 0 135 5 0 0 20 0 15 0 14080492 10804461568 25093 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637808 25093 3044 1 0 2627269 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10551232

[startup+1.50068 s]
/proc/loadavg: 2.04 2.31 2.46 6/215 11685
/proc/meminfo: memFree=31025796/32770624 swapFree=0/235532
[pid=11670] ppid=11667 vsize=10551232 CPUtime=3.46 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 16912 0 0 0 333 13 0 0 20 0 15 0 14080492 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637808 73751 3095 1 0 2627269 0
[pid=11670/tid=11672] ppid=11667 vsize=10551232 CPUtime=1.26 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) R 11667 11670 5091 0 -1 4202560 7876 0 0 0 121 5 0 0 20 0 15 0 14080499 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717951486624 139717588453629 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 129 0 0 0 5 1 0 0 20 0 15 0 14080500 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10551232 CPUtime=0.08 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 149 0 0 0 6 2 0 0 20 0 15 0 14080500 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 28 0 0 0 4 1 0 0 20 0 15 0 14080500 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 147 0 0 0 5 1 0 0 20 0 15 0 14080500 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 14080501 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717510276384 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717509224048 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080504 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10551232 CPUtime=0.81 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 3087 0 0 0 81 0 0 0 20 0 15 0 14080504 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10551232 CPUtime=0.77 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 2496 0 0 0 77 0 0 0 20 0 15 0 14080504 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 1561 0 0 0 28 0 0 0 20 0 15 0 14080504 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080505 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14080510 10804461568 73751 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10551232

[startup+3.10141 s]
/proc/loadavg: 2.04 2.31 2.46 6/215 11685
/proc/meminfo: memFree=30685772/32770624 swapFree=0/235556
[pid=11670] ppid=11667 vsize=10551232 CPUtime=6.1 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 18446 0 0 0 560 50 0 0 20 0 15 0 14080492 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637808 220477 3100 1 0 2627269 0
[pid=11670/tid=11672] ppid=11667 vsize=10551232 CPUtime=2.51 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) S 11667 11670 5091 0 -1 1077944384 8340 0 0 0 242 9 0 0 20 0 15 0 14080499 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717951495600 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) R 11667 11670 5091 0 -1 4202560 273 0 0 0 31 9 0 0 20 0 15 0 14080500 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717558065752 139717932282784 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) R 11667 11670 5091 0 -1 4202560 430 0 0 0 32 10 0 0 20 0 15 0 14080500 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717928886608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) R 11667 11670 5091 0 -1 4202560 306 0 0 0 31 9 0 0 20 0 15 0 14080500 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717555960664 139717931708878 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10551232 CPUtime=0.41 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) R 11667 11670 5091 0 -1 4202560 367 0 0 0 32 9 0 0 20 0 15 0 14080500 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717932282784 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 14080501 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717511328928 139717947270869 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717510276384 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717509224048 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080504 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10551232 CPUtime=0.81 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 3087 0 0 0 81 0 0 0 20 0 15 0 14080504 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10551232 CPUtime=0.78 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 2497 0 0 0 78 0 0 0 20 0 15 0 14080504 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 1580 0 0 0 29 0 0 0 20 0 15 0 14080504 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080505 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14080510 10804461568 220477 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 10551232

[startup+6.30145 s]
/proc/loadavg: 2.20 2.34 2.47 3/215 11685
/proc/meminfo: memFree=30145748/32770624 swapFree=0/235564
[pid=11670] ppid=11667 vsize=10551232 CPUtime=12.27 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 23047 0 0 0 1153 74 0 0 20 0 15 0 14080492 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2637808 311899 3116 1 0 2627269 0
[pid=11670/tid=11672] ppid=11667 vsize=10551232 CPUtime=4.27 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) S 11667 11670 5091 0 -1 1077944384 9586 0 0 0 416 11 0 0 20 0 15 0 14080499 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717951498816 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10551232 CPUtime=1.27 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) R 11667 11670 5091 0 -1 4202560 744 0 0 0 113 14 0 0 20 0 15 0 14080500 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717932282784 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) R 11667 11670 5091 0 -1 4202560 1405 0 0 0 113 16 0 0 20 0 15 0 14080500 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717928886605 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10551232 CPUtime=1.27 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) R 11667 11670 5091 0 -1 4202560 859 0 0 0 112 15 0 0 20 0 15 0 14080500 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717928886718 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10551232 CPUtime=1.28 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) R 11667 11670 5091 0 -1 4202560 836 0 0 0 113 15 0 0 20 0 15 0 14080500 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717554907864 139717932284718 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10551232 CPUtime=0.56 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 944 0 0 0 56 0 0 0 20 0 15 0 14080501 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717511328928 139717947270869 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717510276384 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14080502 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717509224048 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080504 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 3112 0 0 0 105 0 0 0 20 0 15 0 14080504 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10551232 CPUtime=0.91 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 2622 0 0 0 91 0 0 0 20 0 15 0 14080504 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 1582 0 0 0 29 0 0 0 20 0 15 0 14080504 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14080505 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14080510 10804461568 311899 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.42 2.38 2.48 3/215 11685
/proc/meminfo: memFree=28968808/32770624 swapFree=0/235564
[pid=11670] ppid=11667 vsize=10617796 CPUtime=27.23 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 36943 0 0 0 2591 132 0 0 20 0 16 0 14080492 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2654449 554141 3121 1 0 2643910 0
[pid=11670/tid=11672] ppid=11667 vsize=10617796 CPUtime=6.85 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) R 11667 11670 5091 0 -1 4202560 10856 0 0 0 670 15 0 0 20 0 16 0 14080499 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717951499104 139717589101956 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10617796 CPUtime=3.93 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 2694 0 0 0 366 27 0 0 20 0 16 0 14080500 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10617796 CPUtime=3.96 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 2628 0 0 0 367 29 0 0 20 0 16 0 14080500 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10617796 CPUtime=3.88 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 1812 0 0 0 360 28 0 0 20 0 16 0 14080500 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10617796 CPUtime=3.92 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 2204 0 0 0 364 28 0 0 20 0 16 0 14080500 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10617796 CPUtime=1.71 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 5129 0 0 0 171 0 0 0 20 0 16 0 14080501 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717510276384 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717509224048 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080504 10872623104 554141 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0

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

[startup+162.301 s]
/proc/loadavg: 2.03 2.23 2.41 3/213 11772
/proc/meminfo: memFree=27325200/32770624 swapFree=0/235712
[pid=11670] ppid=11667 vsize=10617796 CPUtime=179.05 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 56956 0 0 0 17759 146 0 0 20 0 16 0 14080492 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2654449 592397 3137 1 0 2643910 0
[pid=11670/tid=11672] ppid=11667 vsize=10617796 CPUtime=156.16 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) R 11667 11670 5091 0 -1 4202560 19413 0 0 0 15600 16 0 0 20 0 16 0 14080499 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717951497256 139717589570940 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 3333 0 0 0 392 29 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10617796 CPUtime=4.24 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 3315 0 0 0 393 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10617796 CPUtime=4.17 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 2727 0 0 0 386 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 3010 0 0 0 391 30 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10617796 CPUtime=1.73 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 5710 0 0 0 172 1 0 0 20 0 16 0 14080501 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717510276448 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717509224064 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 7938 0 0 0 209 1 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10617796 CPUtime=1.64 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 6222 0 0 0 164 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10617796 CPUtime=0.42 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 3312 0 0 0 42 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080505 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 553 0 0 0 4 4 0 0 20 0 16 0 14080510 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11686] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11686/stat : 11686 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14081713 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717501854896 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 1.97 2.17 2.38 3/212 11774
/proc/meminfo: memFree=27220728/32770624 swapFree=0/235744
[pid=11670] ppid=11667 vsize=10617796 CPUtime=239.1 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 60084 0 0 0 23761 149 0 0 20 0 16 0 14080492 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2654449 592397 3137 1 0 2643910 0
[pid=11670/tid=11672] ppid=11667 vsize=10617796 CPUtime=216.17 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) R 11667 11670 5091 0 -1 4202560 22462 0 0 0 21601 16 0 0 20 0 16 0 14080499 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717951497256 139717589477580 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 3333 0 0 0 392 29 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10617796 CPUtime=4.24 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 3315 0 0 0 393 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10617796 CPUtime=4.17 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 2727 0 0 0 386 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 3010 0 0 0 391 30 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10617796 CPUtime=1.73 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 5719 0 0 0 172 1 0 0 20 0 16 0 14080501 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717510276448 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717509224064 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 7944 0 0 0 209 1 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10617796 CPUtime=1.64 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 6230 0 0 0 164 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10617796 CPUtime=0.42 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 3331 0 0 0 42 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080505 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 590 0 0 0 4 7 0 0 20 0 16 0 14080510 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11686] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11686/stat : 11686 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14081713 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717501854896 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 239.1
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.98 2.16 2.37 3/211 11775
/proc/meminfo: memFree=27220252/32770624 swapFree=0/235768
[pid=11670] ppid=11667 vsize=10617796 CPUtime=256.8 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 61306 0 0 0 25530 150 0 0 20 0 16 0 14080492 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2654449 592397 3137 1 0 2643910 0
[pid=11670/tid=11672] ppid=11667 vsize=10617796 CPUtime=233.86 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) R 11667 11670 5091 0 -1 4202560 23684 0 0 0 23370 16 0 0 20 0 16 0 14080499 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717951497256 139717589477837 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 3333 0 0 0 392 29 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10617796 CPUtime=4.24 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 3315 0 0 0 393 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10617796 CPUtime=4.17 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 2727 0 0 0 386 31 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10617796 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 3010 0 0 0 391 30 0 0 20 0 16 0 14080500 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10617796 CPUtime=1.73 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 5719 0 0 0 172 1 0 0 20 0 16 0 14080501 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717510276448 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 14080502 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717509224064 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 7944 0 0 0 209 1 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10617796 CPUtime=1.64 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 6230 0 0 0 164 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10617796 CPUtime=0.42 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 3331 0 0 0 42 0 0 0 20 0 16 0 14080504 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14080505 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 590 0 0 0 5 7 0 0 20 0 16 0 14080510 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11686] ppid=11667 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11686/stat : 11686 (java) S 11667 11670 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14081713 10872623104 592397 18446744073709551615 4194304 4196468 140729591224512 139717501854896 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 256.8
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 11670 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.98 2.16 2.37 3/211 11775
/proc/meminfo: memFree=27220252/32770624 swapFree=0/235768
[pid=11670] ppid=11667 vsize=10817488 CPUtime=256.89 cores=1,3,5,7
/proc/11670/stat : 11670 (java) S 11667 11670 5091 0 -1 1077944320 63217 0 0 0 25539 150 0 0 20 0 17 0 14080492 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 140729591207056 139717947260663 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
/proc/11670/statm: 2704372 592480 3140 1 0 2693833 0
[pid=11670/tid=11672] ppid=11667 vsize=10817488 CPUtime=233.93 cores=1,3,5,7
/proc/11670/task/11672/stat : 11672 (java) S 11667 11670 5091 0 -1 1077944384 23935 0 0 0 23377 16 0 0 20 0 17 0 14080499 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717951503536 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11673] ppid=11667 vsize=10817488 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11673/stat : 11673 (java) S 11667 11670 5091 0 -1 1077944384 3333 0 0 0 392 29 0 0 20 0 17 0 14080500 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717558065552 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11674] ppid=11667 vsize=10817488 CPUtime=4.24 cores=1,3,5,7
/proc/11670/task/11674/stat : 11674 (java) S 11667 11670 5091 0 -1 1077944384 3315 0 0 0 393 31 0 0 20 0 17 0 14080500 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717557012752 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11675] ppid=11667 vsize=10817488 CPUtime=4.17 cores=1,3,5,7
/proc/11670/task/11675/stat : 11675 (java) S 11667 11670 5091 0 -1 1077944384 2727 0 0 0 386 31 0 0 20 0 17 0 14080500 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717555960464 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11676] ppid=11667 vsize=10817488 CPUtime=4.21 cores=1,3,5,7
/proc/11670/task/11676/stat : 11676 (java) S 11667 11670 5091 0 -1 1077944384 3010 0 0 0 391 30 0 0 20 0 17 0 14080500 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717554907664 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11677] ppid=11667 vsize=10817488 CPUtime=1.73 cores=1,3,5,7
/proc/11670/task/11677/stat : 11677 (java) S 11667 11670 5091 0 -1 1077944384 5757 0 0 0 172 1 0 0 20 0 17 0 14080501 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717511330416 139717947271810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11678] ppid=11667 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11678/stat : 11678 (java) S 11667 11670 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 14080502 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717510276448 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11679] ppid=11667 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11679/stat : 11679 (java) S 11667 11670 5091 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 14080502 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717509224064 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11680] ppid=11667 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11680/stat : 11680 (java) S 11667 11670 5091 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 17 0 14080504 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717508172368 139717947279259 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11681] ppid=11667 vsize=10817488 CPUtime=2.1 cores=1,3,5,7
/proc/11670/task/11681/stat : 11681 (java) S 11667 11670 5091 0 -1 1077944384 8094 0 0 0 209 1 0 0 20 0 17 0 14080504 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717507119216 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11682] ppid=11667 vsize=10817488 CPUtime=1.64 cores=1,3,5,7
/proc/11670/task/11682/stat : 11682 (java) S 11667 11670 5091 0 -1 1077944384 6339 0 0 0 164 0 0 0 20 0 17 0 14080504 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717506066416 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11683] ppid=11667 vsize=10817488 CPUtime=0.42 cores=1,3,5,7
/proc/11670/task/11683/stat : 11683 (java) S 11667 11670 5091 0 -1 1077944384 4117 0 0 0 42 0 0 0 20 0 17 0 14080504 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717505014128 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11684] ppid=11667 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/11670/task/11684/stat : 11684 (java) S 11667 11670 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14080505 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717503961568 139717947270869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
[pid=11670/tid=11685] ppid=11667 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/11670/task/11685/stat : 11685 (java) S 11667 11670 5091 0 -1 1077944384 590 0 0 0 5 8 0 0 20 0 17 0 14080510 11077107712 592480 18446744073709551615 4194304 4196468 140729591224512 139717502909360 139717947271810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34627584 140729591230898 140729591231051 140729591231051 140729591234511 0
Current children cumulated CPU time (s) 256.89
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.223
CPU time (s): 256.915
CPU user time (s): 255.398
CPU system time (s): 1.51763
CPU usage (%): 106.949
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.398
system time used= 1.51763
maximum resident set size= 2370120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63635
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= 7666
involuntary context switches= 249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05672 second user time and 1.56544 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 08:02:14
IDJOB=4258341
IDBENCH=135725
IDSOLVER=2643
FILE ID=node129/4258341-1501654574
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

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

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

MD5SUM BENCH= 5907a24d8dc1871b0962636261677367
RANDOM SEED=290456584

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31229588 kB
MemAvailable:   31393048 kB
Buffers:          124672 kB
Cached:           319332 kB
SwapCached:            0 kB
Active:           889196 kB
Inactive:         244064 kB
Active(anon):     689200 kB
Inactive(anon):     8532 kB
Active(file):     199996 kB
Inactive(file):   235532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1556 kB
Writeback:             0 kB
AnonPages:        653760 kB
Mapped:            43512 kB
Shmem:              8872 kB
Slab:             112624 kB
SReclaimable:      87532 kB
SUnreclaim:        25092 kB
KernelStack:        3824 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1522496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 08:06:15