Trace number 4263188

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)176 2520.1799 2506.03

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

2.70/1.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.70/1.10	c This is free software under the dual EPL/GNU LGPL licenses.
2.70/1.10	c See www.sat4j.org for details.
2.70/1.10	c That software uses the Rhino library from the Mozilla project.
2.70/1.10	c version CUSTOM.v20170705
2.70/1.10	c java.runtime.name	Java(TM) SE Runtime Environment
2.70/1.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.70/1.10	c java.vm.version	25.131-b11
2.70/1.10	c java.vm.vendor	Oracle Corporation
2.70/1.10	c sun.arch.data.model	64
2.70/1.10	c java.version		1.8.0_131
2.70/1.10	c os.name		Linux
2.70/1.10	c os.version		3.10.0-514.16.1.el7.x86_64
2.70/1.10	c os.arch		amd64
2.70/1.10	c Free memory 		499604488
2.70/1.10	c Max memory 		7247757312
2.70/1.10	c Total memory 		504889344
2.70/1.10	c Number of processors 	4
2.70/1.10	c c --- Begin Solver configuration ---
2.70/1.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.70/1.10	c Learn all clauses as in MiniSAT
2.70/1.10	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.70/1.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.70/1.10	c No reason simplification
2.70/1.10	c Glucose 2.1 dynamic restart strategy
2.70/1.10	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
2.70/1.10	c timeout=2147483s
2.70/1.10	c DB Simplification allowed=false
2.70/1.10	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.70/1.10	c --- End Solver configuration ---
2.70/1.10	c constraints type 
2.70/1.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
2.70/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 528200
2.70/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91120
2.70/1.10	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.70/1.10	c 619440 constraints processed.
4.54/1.90	o 242
57.69/53.25	o 238
58.58/54.03	o 233
60.97/56.30	o 215
74.29/69.64	o 201
84.01/78.75	o 198
211.31/205.44	o 192
587.98/579.45	o 188
1096.33/1085.61	o 180
1658.83/1646.74	o 176
2520.14/2506.00	c starts		: 15426
2520.14/2506.00	c conflicts		: 5552374
2520.14/2506.00	c decisions		: 115146216
2520.14/2506.00	c propagations		: 6465475293
2520.14/2506.00	c inspects		: 17911274271
2520.14/2506.00	c shortcuts		: 0
2520.14/2506.00	c learnt literals	: 0
2520.14/2506.00	c learnt binary clauses	: 3050
2520.14/2506.00	c learnt ternary clauses	: 4590
2520.14/2506.00	c learnt constraints	: 5552374
2520.14/2506.00	c ignored constraints	: 0
2520.14/2506.00	c root simplifications	: 0
2520.14/2506.00	c removed literals (reason simplification)	: 0
2520.14/2506.00	c reason swapping (by a shorter reason)	: 0
2520.14/2506.00	c Calls to reduceDB	: 225
2520.14/2506.00	c Number of update (reduction) of LBD	: 3344255
2520.14/2506.00	c Imported unit clauses	: 0
2520.14/2506.00	c number of reductions to clauses (during analyze)	: 0
2520.14/2506.00	c number of learned constraints concerned by reduction	: 0
2520.14/2506.00	c number of learning phase by resolution	: 0
2520.14/2506.00	c number of learning phase by cutting planes	: 0
2520.14/2506.00	c number of rounding to 1 operations	: 0
2520.14/2506.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.14/2506.00	c number of reductions of the coefficients by power 2 	: 0
2520.14/2506.00	c number of right shift for reduction by power 2 	: 0
2520.14/2506.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.14/2506.00	c speed (assignments/second)	: 2581149.6481670593
2520.14/2506.00	c non guided choices	12268104
2520.14/2506.00	c learnt constraints type 
2520.14/2506.00	s SATISFIABLE
2520.14/2506.00	v <instantiation type="solution">
2520.14/2506.00	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] 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] </list>
2520.14/2506.00	v 	<values> 14 9 0 4 13 15 12 6 16 17 8 5 3 7 1 2 10 18 11 19 8 16 7 11 3 8 9 21 2 13 11 1 4 9 6 11 10 9 10 7 </values>
2520.14/2506.00	v </instantiation>
2520.14/2506.00	

Verifier Data

OK	176

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13382 MiB free)
  memory of node 1: 16384 MiB (9700 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263188-1502632602/watcher-4263188-1502632602 -o /tmp/evaluation-result-4263188-1502632602/solver-4263188-1502632602 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263188-1502632602.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=5467, runsolver pid=5464

[startup+0.103629 s]*
/proc/loadavg: 5.05 4.42 3.54 3/216 5482
/proc/meminfo: memFree=23619700/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10555400 memory=29652 CPUtime=0.13 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 6571 0 0 0 11 2 0 0 20 0 15 0 96341117 10808729600 7413 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2638850 7413 2790 1 0 2627263 0
[pid=5467/tid=5469] ppid=5464 vsize=10555400 memory=-8824905109220455616 CPUtime=0.09 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 4404 0 0 0 8 1 0 0 20 0 15 0 96341117 10808729600 7413 33554432000 4194304 4196468 140725324287360 140556242704960 140556238505117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 7413 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 7413 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 7413 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 7413 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555340153760 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555339101168 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) S 5464 5467 3242 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555336997360 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555335944816 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0.02 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) R 5464 5467 3242 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555334892272 140556217157963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 7413 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29652 KiB

[startup+0.210623 s]*
/proc/loadavg: 5.05 4.42 3.54 4/216 5482
/proc/meminfo: memFree=23612504/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10555400 memory=37700 CPUtime=0.28 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 7744 0 0 0 25 3 0 0 20 0 15 0 96341117 10808729600 9425 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2638850 9425 2908 1 0 2627263 0
[pid=5467/tid=5469] ppid=5464 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 5337 0 0 0 17 2 0 0 20 0 15 0 96341117 10808729600 9425 33554432000 4194304 4196468 140725324287360 140556242707408 140556238495126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 9425 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10555400 memory=140555502210065 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 9425 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 9425 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808729600 9425 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555340153760 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96341120 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555339101168 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) S 5464 5467 3242 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 96341123 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555336997360 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 96341123 10808729600 9425 33554432000 4194304 4196468 140725324287360 140555335944816 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0.05 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 439 0 0 0 5 0 0 0 20 0 15 0 96341123 10808729600 9490 33554432000 4194304 4196468 140725324287360 140555334892272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 9490 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10555400 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341123 10808729600 9490 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37700 KiB

[startup+0.310153 s]*
/proc/loadavg: 5.05 4.42 3.54 7/216 5482
/proc/meminfo: memFree=23604564/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10555476 memory=46632 CPUtime=0.48 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 8855 0 0 0 45 3 0 0 20 0 15 0 96341117 10808807424 11658 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2638869 11658 3026 1 0 2627263 0
[pid=5467/tid=5469] ppid=5464 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 5702 0 0 0 27 2 0 0 20 0 15 0 96341117 10808807424 11658 33554432000 4194304 4196468 140725324287360 140556242719920 140555841580457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 11658 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10555476 memory=14558662820083352 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 11658 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 11658 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 11658 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10555476 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555340153760 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555339101168 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10555476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) R 5464 5467 3242 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555336985920 140556238493397 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 496 0 0 0 4 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555335944000 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10555476 memory=140555502204544 CPUtime=0.11 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 795 0 0 0 11 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555334891456 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10555476 memory=140555502204544 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 11658 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46632 KiB

[startup+0.702068 s]
/proc/loadavg: 5.05 4.42 3.54 5/216 5482
/proc/meminfo: memFree=23560560/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10555476 memory=195448 CPUtime=1.7 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 12969 0 0 0 164 6 0 0 20 0 15 0 96341117 10808807424 48862 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2638869 48862 3093 1 0 2627263 0
[pid=5467/tid=5469] ppid=5464 vsize=10555476 memory=1732 CPUtime=0.66 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) S 5464 5467 3242 0 -1 1077944384 5865 0 0 0 62 4 0 0 20 0 15 0 96341117 10808807424 48862 33554432000 4194304 4196468 140725324287360 140556242713520 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) R 5464 5467 3242 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 48862 33554432000 4194304 4196468 140725324287360 140556164557472 140556223511065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10555476 memory=12032 CPUtime=0.01 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) R 5464 5467 3242 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 96341118 10808807424 48862 33554432000 4194304 4196468 140725324287360 140556163503016 140556231589727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) R 5464 5467 3242 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 96341118 10808807424 48862 33554432000 4194304 4196468 140725324287360 140556162450192 140556223511065 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10555476 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) R 5464 5467 3242 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 15 0 96341118 10808807424 48862 33554432000 4194304 4196468 140725324287360 140556161400152 140556231589727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 48862 33554432000 4194304 4196468 140725324287360 140555341206048 140556238493397 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 48862 33554432000 4194304 4196468 140725324287360 140555340153760 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96341120 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555339101168 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10555476 memory=7519159149027546218 CPUtime=0.37 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) D 5464 5467 3242 0 -1 4202560 1878 0 0 0 37 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555336981880 140556222872792 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10555476 memory=7523071198212214892 CPUtime=0.4 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) D 5464 5467 3242 0 -1 4202560 2734 0 0 0 40 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555335925064 140556231200343 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10555476 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 1065 0 0 0 19 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555334888144 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96341123 10808807424 49374 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 195448 KiB

[startup+1.50164 s]
/proc/loadavg: 5.05 4.42 3.54 7/216 5482
/proc/meminfo: memFree=23380676/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10622040 memory=270760 CPUtime=4.14 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 18096 0 0 0 405 9 0 0 20 0 16 0 96341117 10876968960 67690 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2655510 67690 3122 1 0 2643904 0
[pid=5467/tid=5469] ppid=5464 vsize=10622040 memory=8112282956445269571 CPUtime=1.37 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 5907 0 0 0 133 4 0 0 20 0 16 0 96341117 10876968960 67690 33554432000 4194304 4196468 140725324287360 140556242721480 140555842567751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10622040 memory=-8754540793456063680 CPUtime=0.05 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 225 0 0 0 5 0 0 0 20 0 16 0 96341118 10876968960 67690 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10622040 memory=-2843869621055772062 CPUtime=0.03 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 48 0 0 0 3 0 0 0 20 0 16 0 96341118 10876968960 67690 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10622040 memory=5450919713671312938 CPUtime=0.04 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 34 0 0 0 4 0 0 0 20 0 16 0 96341118 10876968960 67690 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10622040 memory=7005738693937936738 CPUtime=0.07 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 107 0 0 0 6 1 0 0 20 0 16 0 96341118 10876968960 67690 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10622040 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 67690 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0

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

/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 3019 0 0 0 57 55 0 0 20 0 16 0 96341123 10876968960 736261 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5483] ppid=5464 vsize=10622040 memory=2945044 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5483/stat : 5483 (java) S 5464 5467 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96341230 10876968960 736261 33554432000 4194304 4196468 140725324287360 140555331732272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 2395.81 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2945044 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 2.00 2.11 3/218 5656
/proc/meminfo: memFree=21604712/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2456.48 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 170914 0 0 0 245270 378 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2655510 710499 3166 1 0 2643904 0
[pid=5467/tid=5469] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2438.95 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 82106 0 0 0 243870 25 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556242720072 140555845179523 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.89 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 9833 0 0 0 216 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.87 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 7326 0 0 0 214 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.88 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 8716 0 0 0 217 71 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.91 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 9794 0 0 0 218 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0.29 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 23210 0 0 0 26 3 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10622040 memory=6508 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555340153824 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555339101184 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10622040 memory=8112282956445269571 CPUtime=2.09 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) S 5464 5467 3242 0 -1 1077944384 10562 0 0 0 208 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555336997360 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10622040 memory=1196 CPUtime=2.01 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 11819 0 0 0 199 2 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555335944816 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10622040 memory=2408 CPUtime=0.35 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 3028 0 0 0 34 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555334892272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10622040 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10622040 memory=2841996 CPUtime=1.15 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 3099 0 0 0 58 57 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5483] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5483/stat : 5483 (java) S 5464 5467 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96341230 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555331732272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 2456.48 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2841996 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/218 5657
/proc/meminfo: memFree=21604752/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2516.5 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 172431 0 0 0 251271 379 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2655510 710499 3166 1 0 2643904 0
[pid=5467/tid=5469] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2498.94 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 83490 0 0 0 249869 25 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556242720072 140555845670613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.89 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 9833 0 0 0 216 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.87 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 7326 0 0 0 214 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.88 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 8716 0 0 0 217 71 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.91 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 9794 0 0 0 218 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10622040 memory=28272 CPUtime=0.29 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 23230 0 0 0 26 3 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555340153824 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555339101184 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10622040 memory=8612 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10622040 memory=4620 CPUtime=2.09 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) S 5464 5467 3242 0 -1 1077944384 10588 0 0 0 208 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555336997360 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2.01 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 11825 0 0 0 199 2 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555335944816 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0.35 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 3034 0 0 0 34 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555334892272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10622040 memory=4144 CPUtime=1.17 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 3174 0 0 0 59 58 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5483] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5483/stat : 5483 (java) S 5464 5467 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96341230 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555331732272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 2516.5 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2841996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.8 s]
/proc/loadavg: 2.00 2.00 2.11 3/218 5657
/proc/meminfo: memFree=21604876/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10622040 memory=2841996 CPUtime=2520 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 172539 0 0 0 251621 379 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2655510 710499 3166 1 0 2643904 0
[pid=5467/tid=5469] ppid=5464 vsize=10622040 memory=8112282956445269571 CPUtime=2502.44 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) R 5464 5467 3242 0 -1 4202560 83598 0 0 0 250219 25 0 0 20 0 16 0 96341117 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556242720072 140555845033704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10622040 memory=28272 CPUtime=2.89 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) S 5464 5467 3242 0 -1 1077944384 9833 0 0 0 216 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10622040 memory=1296 CPUtime=2.87 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) S 5464 5467 3242 0 -1 1077944384 7326 0 0 0 214 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5472] ppid=5464 vsize=10622040 memory=2408 CPUtime=2.88 cores=0,2,4,6
/proc/5467/task/5472/stat : 5472 (java) S 5464 5467 3242 0 -1 1077944384 8716 0 0 0 217 71 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556162452496 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5473] ppid=5464 vsize=10622040 memory=1732 CPUtime=2.91 cores=0,2,4,6
/proc/5467/task/5473/stat : 5473 (java) S 5464 5467 3242 0 -1 1077944384 9794 0 0 0 218 73 0 0 20 0 16 0 96341118 10876968960 710499 33554432000 4194304 4196468 140725324287360 140556161399952 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5474] ppid=5464 vsize=10622040 memory=1224 CPUtime=0.29 cores=0,2,4,6
/proc/5467/task/5474/stat : 5474 (java) S 5464 5467 3242 0 -1 1077944384 23230 0 0 0 26 3 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555341207536 140556238494338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5475] ppid=5464 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5475/stat : 5475 (java) S 5464 5467 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555340153824 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5476] ppid=5464 vsize=10622040 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5476/stat : 5476 (java) S 5464 5467 3242 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96341120 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555339101184 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10622040 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5478] ppid=5464 vsize=10622040 memory=1436 CPUtime=2.09 cores=0,2,4,6
/proc/5467/task/5478/stat : 5478 (java) S 5464 5467 3242 0 -1 1077944384 10588 0 0 0 208 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555336997360 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5479] ppid=5464 vsize=10622040 memory=1012 CPUtime=2.01 cores=0,2,4,6
/proc/5467/task/5479/stat : 5479 (java) S 5464 5467 3242 0 -1 1077944384 11825 0 0 0 199 2 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555335944816 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5480] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0.35 cores=0,2,4,6
/proc/5467/task/5480/stat : 5480 (java) S 5464 5467 3242 0 -1 1077944384 3034 0 0 0 34 1 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555334892272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5481] ppid=5464 vsize=10622040 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5481/stat : 5481 (java) S 5464 5467 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555333839968 140556238493397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5482] ppid=5464 vsize=10622040 memory=796 CPUtime=1.18 cores=0,2,4,6
/proc/5467/task/5482/stat : 5482 (java) S 5464 5467 3242 0 -1 1077944384 3174 0 0 0 60 58 0 0 20 0 16 0 96341123 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555332786480 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5483] ppid=5464 vsize=10622040 memory=2841996 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5483/stat : 5483 (java) S 5464 5467 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96341230 10876968960 710499 33554432000 4194304 4196468 140725324287360 140555331732272 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2841996 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2506.03 s]
# the end of solver process 5467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.82009 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2506 s]*
/proc/loadavg: 2.00 2.00 2.11 2/219 5660
/proc/meminfo: memFree=21604736/32770624 swapFree=67108860/67108860
[pid=5467] ppid=5464 vsize=10821732 memory=2842308 CPUtime=2520.16 cores=0,2,4,6
/proc/5467/stat : 5467 (java) S 5464 5467 3242 0 -1 1077944320 175669 0 0 0 251636 380 0 0 20 0 17 0 96341117 11081453568 710577 33554432000 4194304 4196468 140725324287360 140725324269904 140556238483191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
/proc/5467/statm: 2705433 710577 3169 1 0 2693827 0
[pid=5467/tid=5469] ppid=5464 vsize=10821732 memory=8112282956445269571 CPUtime=2502.55 cores=0,2,4,6
/proc/5467/task/5469/stat : 5469 (java) S 5464 5467 3242 0 -1 1077944384 83891 0 0 0 250230 25 0 0 20 0 15 0 96341117 11081453568 710575 33554432000 4194304 4196468 140725324287360 140556242724592 140556238494338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5470] ppid=5464 vsize=10821732 memory=4872558044660077418 CPUtime=2.89 cores=0,2,4,6
/proc/5467/task/5470/stat : 5470 (java) R 5464 5467 3242 0 -1 1077944384 9833 0 0 0 216 73 0 0 20 0 14 0 96341118 11081453568 710606 33554432000 4194304 4196468 140725324287360 140556164557584 140556238493397 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5471] ppid=5464 vsize=10821732 memory=3047711553320166262 CPUtime=2.87 cores=0,2,4,6
/proc/5467/task/5471/stat : 5471 (java) R 5464 5467 3242 0 -1 1077944384 7326 0 0 0 214 73 0 0 20 0 11 0 96341118 11081453568 710640 33554432000 4194304 4196468 140725324287360 140556163505040 140556238493397 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
[pid=5467/tid=5477] ppid=5464 vsize=10821732 memory=8514701219730523551 CPUtime=0 cores=0,2,4,6
/proc/5467/task/5477/stat : 5477 (java) R 5464 5467 3242 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 2 0 96341123 11081453568 710665 33554432000 4194304 4196468 140725324287360 140555338049744 140556238501787 256 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33890304 140725324293254 140725324293407 140725324293407 140725324296143 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2842308 KiB

Child status: 143
Real time (s): 2506.03
CPU time (s): 2520.18
CPU user time (s): 2516.36
CPU system time (s): 3.82009
CPU usage (%): 100.565
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3339356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.36
system time used= 3.82008
maximum resident set size= 3339592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57251
involuntary context switches= 3295


# summary of solver processes directly reported to runsolver:
#   pid: 5467
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.82009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7649 second user time and 24.4872 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 15:42:24
IDJOB=4263188
IDBENCH=135675
IDSOLVER=2651
FILE ID=node149/4263188-1502632602
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263188-1502632602/watcher-4263188-1502632602 -o /tmp/evaluation-result-4263188-1502632602/solver-4263188-1502632602 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263188-1502632602.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=286504234

node149.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.43
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.43
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.43
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.43
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:        23638544 kB
MemAvailable:   27660000 kB
Buffers:          256752 kB
Cached:          4038024 kB
SwapCached:            0 kB
Active:          5357956 kB
Inactive:        3299980 kB
Active(anon):    4365808 kB
Inactive(anon):    24944 kB
Active(file):     992148 kB
Inactive(file):  3275036 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       4369064 kB
Mapped:            55432 kB
Shmem:             25224 kB
Slab:             167148 kB
SReclaimable:     140212 kB
SUnreclaim:        26936 kB
KernelStack:        3600 kB
PageTables:        14120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4929968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3989504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 16:24:10