Trace number 4257927

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 246.774 240.24001

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r1.xml
MD5SUM7e3b8a2ee59b2d9d5552c0f1b810cf92
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark2005.4
Satisfiable
(Un)Satisfiability was proved
Number of variables2503
Number of constraints53
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2503}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":48},{"degree":4,"count":145},{"degree":5,"count":711},{"degree":6,"count":768},{"degree":7,"count":521},{"degree":8,"count":255},{"degree":9,"count":45},{"degree":10,"count":2}]
Minimum constraint arity41
Maximum constraint arity408
Distribution of constraint arities[{"arity":41,"count":1},{"arity":51,"count":1},{"arity":114,"count":1},{"arity":161,"count":2},{"arity":162,"count":1},{"arity":165,"count":2},{"arity":169,"count":1},{"arity":170,"count":2},{"arity":173,"count":3},{"arity":174,"count":1},{"arity":175,"count":1},{"arity":176,"count":1},{"arity":177,"count":1},{"arity":178,"count":1},{"arity":179,"count":1},{"arity":180,"count":1},{"arity":186,"count":1},{"arity":188,"count":1},{"arity":190,"count":1},{"arity":192,"count":1},{"arity":194,"count":2},{"arity":196,"count":1},{"arity":204,"count":1},{"arity":208,"count":1},{"arity":215,"count":1},{"arity":233,"count":1},{"arity":261,"count":1},{"arity":266,"count":1},{"arity":269,"count":1},{"arity":290,"count":1},{"arity":296,"count":1},{"arity":323,"count":1},{"arity":333,"count":1},{"arity":336,"count":1},{"arity":338,"count":2},{"arity":340,"count":1},{"arity":346,"count":1},{"arity":347,"count":1},{"arity":353,"count":1},{"arity":355,"count":1},{"arity":360,"count":1},{"arity":361,"count":1},{"arity":363,"count":1},{"arity":365,"count":1},{"arity":377,"count":1},{"arity":408,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":53}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257927-1501653099/watcher-4257927-1501653099 -o /tmp/evaluation-result-4257927-1501653099/solver-4257927-1501653099 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257927-1501653099.xml 

pid=27735
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: 3.24 2.37 2.31 3/198 27738
/proc/meminfo: memFree=31306256/32770624 swapFree=0/264296
[pid=27738] ppid=27735 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27738/stat : 27738 (runsolver) D 27735 27738 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64963411 24240128 108 18446744073709551615 4194304 4338465 140732764782880 140732764780520 140683104608983 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 28483584 140732764790918 140732764791365 140732764791365 140732764794826 0
/proc/27738/statm: 5918 108 54 36 0 2156 0

[startup+0.101524 s]
/proc/loadavg: 3.24 2.37 2.31 3/198 27738
/proc/meminfo: memFree=31306256/32770624 swapFree=0/264296
[pid=27738] ppid=27735 vsize=9934352 CPUtime=0 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 2633 0 0 0 0 0 0 0 20 0 6 0 64963411 10172776448 3323 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2483588 3323 1315 1 0 2473566 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9934352

[startup+0.200305 s]
/proc/loadavg: 3.24 2.37 2.31 3/198 27738
/proc/meminfo: memFree=31306256/32770624 swapFree=0/264296
[pid=27738] ppid=27735 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 4846 0 0 0 4 1 0 0 20 0 14 0 64963411 10736119808 5882 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2621123 5882 2566 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300201 s]
/proc/loadavg: 3.24 2.37 2.31 3/198 27738
/proc/meminfo: memFree=31306256/32770624 swapFree=0/264296
[pid=27738] ppid=27735 vsize=10551156 CPUtime=0.13 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 7704 0 0 0 11 2 0 0 20 0 15 0 64963411 10804383744 7583 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2637789 7583 2779 1 0 2627269 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551156

[startup+0.704445 s]
/proc/loadavg: 3.24 2.37 2.31 3/198 27738
/proc/meminfo: memFree=31306256/32770624 swapFree=0/264296
[pid=27738] ppid=27735 vsize=10551232 CPUtime=1.18 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 11852 0 0 0 113 5 0 0 20 0 15 0 64963411 10804461568 41283 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2637808 41283 3052 1 0 2627269 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10551232

[startup+1.50969 s]
/proc/loadavg: 3.30 2.39 2.32 5/213 27753
/proc/meminfo: memFree=31071604/32770624 swapFree=0/264304
[pid=27738] ppid=27735 vsize=10552868 CPUtime=3.75 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 20418 0 0 0 357 18 0 0 20 0 15 0 64963411 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2638217 117581 3091 1 0 2627678 0
[pid=27738/tid=27740] ppid=27735 vsize=10552868 CPUtime=1.1 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) S 27735 27738 18930 0 -1 1077944384 7943 0 0 0 104 6 0 0 20 0 15 0 64963420 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397852005632 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10552868 CPUtime=0.11 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) R 27735 27738 18930 0 -1 4202560 68 0 0 0 9 2 0 0 20 0 15 0 64963421 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397788810328 140397832798128 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10552868 CPUtime=0.12 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) R 27735 27738 18930 0 -1 4202560 150 0 0 0 10 2 0 0 20 0 15 0 64963421 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397787757528 140397832800338 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10552868 CPUtime=0.11 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) R 27735 27738 18930 0 -1 4202560 182 0 0 0 10 1 0 0 20 0 15 0 64963421 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397786705240 140397832800338 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10552868 CPUtime=0.15 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) R 27735 27738 18930 0 -1 4202560 183 0 0 0 12 3 0 0 20 0 15 0 64963421 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397785652128 140397832800793 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 64963422 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397344731808 140397847783125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64963423 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397343679264 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 64963423 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397342626928 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64963425 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10552868 CPUtime=0.91 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) R 27735 27738 18930 0 -1 4202560 4859 0 0 0 91 0 0 0 20 0 15 0 64963425 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397340504136 140397831183791 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10552868 CPUtime=0.9 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) R 27735 27738 18930 0 -1 4202560 4152 0 0 0 89 1 0 0 20 0 15 0 64963425 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397339456200 140397829317119 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10552868 CPUtime=0.29 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 1438 0 0 0 29 0 0 0 20 0 15 0 64963425 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64963426 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10552868 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64963436 10806136832 117581 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 10552868

[startup+3.10071 s]
/proc/loadavg: 3.30 2.39 2.32 5/214 27754
/proc/meminfo: memFree=30814512/32770624 swapFree=0/264304
[pid=27738] ppid=27735 vsize=10617796 CPUtime=7.52 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 27653 0 0 0 730 22 0 0 20 0 16 0 64963411 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 125901 3110 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=2.66 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 8613 0 0 0 259 7 0 0 20 0 16 0 64963420 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397852012032 140397464858704 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 78 0 0 0 11 2 0 0 20 0 16 0 64963421 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 160 0 0 0 12 2 0 0 20 0 16 0 64963421 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 192 0 0 0 11 2 0 0 20 0 16 0 64963421 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.16 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 190 0 0 0 13 3 0 0 20 0 16 0 64963421 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 64963422 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397343679264 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397342626928 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963425 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10617796 CPUtime=1.96 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 7766 0 0 0 195 1 0 0 20 0 16 0 64963425 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10617796 CPUtime=1.87 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) R 27735 27738 18930 0 -1 4202560 7467 0 0 0 186 1 0 0 20 0 16 0 64963425 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397832159968 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10617796 CPUtime=0.38 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 1589 0 0 0 38 0 0 0 20 0 16 0 64963425 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963426 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 64963436 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27754] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27754/stat : 27754 (java) S 27735 27738 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64963606 10872623104 125901 18446744073709551615 4194304 4196468 140732001922256 140397335257776 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10617796

[startup+6.30072 s]
/proc/loadavg: 3.30 2.39 2.32 3/214 27754
/proc/meminfo: memFree=30748536/32770624 swapFree=0/264316
[pid=27738] ppid=27735 vsize=10617796 CPUtime=11.48 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 31371 0 0 0 1120 28 0 0 20 0 16 0 64963411 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 141870 3110 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=5.78 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 8714 0 0 0 571 7 0 0 20 0 16 0 64963420 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397852011512 140397469874798 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.22 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 923 0 0 0 18 4 0 0 20 0 16 0 64963421 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 317 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 377 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 433 0 0 0 20 4 0 0 20 0 16 0 64963421 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 16 0 64963422 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397342626944 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963425 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10617796 CPUtime=2.28 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 8548 0 0 0 227 1 0 0 20 0 16 0 64963425 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10617796 CPUtime=2.06 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) S 27735 27738 18930 0 -1 1077944384 8066 0 0 0 205 1 0 0 20 0 16 0 64963425 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 1628 0 0 0 39 0 0 0 20 0 16 0 64963425 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963426 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 16 0 64963436 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27754] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27754/stat : 27754 (java) S 27735 27738 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64963606 10872623104 141870 18446744073709551615 4194304 4196468 140732001922256 140397335257776 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 3.10 2.38 2.32 3/214 27754
/proc/meminfo: memFree=30748708/32770624 swapFree=0/264320
[pid=27738] ppid=27735 vsize=10617796 CPUtime=17.92 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 33925 0 0 0 1763 29 0 0 20 0 16 0 64963411 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 141895 3110 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=12.18 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 9579 0 0 0 1211 7 0 0 20 0 16 0 64963420 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397852009024 140397464858692 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.22 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 923 0 0 0 18 4 0 0 20 0 16 0 64963421 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 317 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 377 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 433 0 0 0 20 4 0 0 20 0 16 0 64963421 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 16 0 64963422 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 141895 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0

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

[startup+162.301 s]
/proc/loadavg: 2.16 2.26 2.29 3/215 27853
/proc/meminfo: memFree=30467072/32770624 swapFree=0/264468
[pid=27738] ppid=27735 vsize=10617796 CPUtime=167.66 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 42352 0 0 0 16728 38 0 0 20 0 16 0 64963411 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 189778 3110 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=161.78 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 13887 0 0 0 16167 11 0 0 20 0 16 0 64963420 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397852011352 140397469359913 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.22 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 923 0 0 0 18 4 0 0 20 0 16 0 64963421 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 317 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.21 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 377 0 0 0 18 3 0 0 20 0 16 0 64963421 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 433 0 0 0 20 4 0 0 20 0 16 0 64963421 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 567 0 0 0 0 0 0 0 20 0 16 0 64963422 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397342626944 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963425 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10617796 CPUtime=2.32 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 10576 0 0 0 230 2 0 0 20 0 16 0 64963425 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) S 27735 27738 18930 0 -1 1077944384 10318 0 0 0 209 1 0 0 20 0 16 0 64963425 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10617796 CPUtime=0.4 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 2720 0 0 0 40 0 0 0 20 0 16 0 64963425 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963426 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10617796 CPUtime=0.09 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 816 0 0 0 3 6 0 0 20 0 16 0 64963436 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27754] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27754/stat : 27754 (java) S 27735 27738 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64963606 10872623104 189778 18446744073709551615 4194304 4196468 140732001922256 140397335257776 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 167.66
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.06 2.21 2.27 3/215 27855
/proc/meminfo: memFree=30196092/32770624 swapFree=0/264528
[pid=27738] ppid=27735 vsize=10617796 CPUtime=229 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 48569 0 0 0 22851 49 0 0 20 0 16 0 64963411 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 223595 3124 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=221.2 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 14667 0 0 0 22109 11 0 0 20 0 16 0 64963420 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397852009912 140397464856381 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 1273 0 0 0 59 6 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 620 0 0 0 59 6 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.64 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 1208 0 0 0 59 5 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.68 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 874 0 0 0 61 7 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 3912 0 0 0 15 0 0 0 20 0 16 0 64963422 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397342626944 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10617796 CPUtime=2.32 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 10673 0 0 0 230 2 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) S 27735 27738 18930 0 -1 1077944384 10321 0 0 0 209 1 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10617796 CPUtime=0.4 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 2723 0 0 0 40 0 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963426 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 854 0 0 0 4 8 0 0 20 0 16 0 64963436 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27754] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27754/stat : 27754 (java) S 27735 27738 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64963606 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397335257776 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 229
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.05 2.20 2.26 3/215 27856
/proc/meminfo: memFree=30154824/32770624 swapFree=0/264532
[pid=27738] ppid=27735 vsize=10617796 CPUtime=246.71 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 48601 0 0 0 24622 49 0 0 20 0 16 0 64963411 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2654449 223595 3124 1 0 2643910 0
[pid=27738/tid=27740] ppid=27735 vsize=10617796 CPUtime=238.89 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) R 27735 27738 18930 0 -1 4202560 14699 0 0 0 23878 11 0 0 20 0 16 0 64963420 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397852009912 140397464858697 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 1273 0 0 0 59 6 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 620 0 0 0 59 6 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10617796 CPUtime=0.64 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 1208 0 0 0 59 5 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10617796 CPUtime=0.68 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 874 0 0 0 61 7 0 0 20 0 16 0 64963421 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 3912 0 0 0 15 0 0 0 20 0 16 0 64963422 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 64963423 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397342626944 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10617796 CPUtime=2.32 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 10673 0 0 0 230 2 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10617796 CPUtime=2.1 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) S 27735 27738 18930 0 -1 1077944384 10321 0 0 0 209 1 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10617796 CPUtime=0.4 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 2723 0 0 0 40 0 0 0 20 0 16 0 64963425 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64963426 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 854 0 0 0 5 8 0 0 20 0 16 0 64963436 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27754] ppid=27735 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27754/stat : 27754 (java) S 27735 27738 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64963606 10872623104 223595 18446744073709551615 4194304 4196468 140732001922256 140397335257776 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 246.71
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 27738 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.05 2.20 2.26 3/215 27856
/proc/meminfo: memFree=30154824/32770624 swapFree=0/264532
[pid=27738] ppid=27735 vsize=10817488 CPUtime=246.72 cores=1,3,5,7
/proc/27738/stat : 27738 (java) S 27735 27738 18930 0 -1 1077944320 48838 0 0 0 24623 49 0 0 20 0 17 0 64963411 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140732001904800 140397847772919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
/proc/27738/statm: 2704372 223608 3126 1 0 2693833 0
[pid=27738/tid=27740] ppid=27735 vsize=10817488 CPUtime=238.9 cores=1,3,5,7
/proc/27738/task/27740/stat : 27740 (java) S 27735 27738 18930 0 -1 1077944384 14705 0 0 0 23879 11 0 0 20 0 17 0 64963420 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397852015792 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27741] ppid=27735 vsize=10817488 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27741/stat : 27741 (java) S 27735 27738 18930 0 -1 1077944384 1273 0 0 0 59 6 0 0 20 0 17 0 64963421 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397788810128 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27742] ppid=27735 vsize=10817488 CPUtime=0.65 cores=1,3,5,7
/proc/27738/task/27742/stat : 27742 (java) S 27735 27738 18930 0 -1 1077944384 620 0 0 0 59 6 0 0 20 0 17 0 64963421 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397787757328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27743] ppid=27735 vsize=10817488 CPUtime=0.64 cores=1,3,5,7
/proc/27738/task/27743/stat : 27743 (java) S 27735 27738 18930 0 -1 1077944384 1208 0 0 0 59 5 0 0 20 0 17 0 64963421 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397786705040 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27744] ppid=27735 vsize=10817488 CPUtime=0.68 cores=1,3,5,7
/proc/27738/task/27744/stat : 27744 (java) S 27735 27738 18930 0 -1 1077944384 874 0 0 0 61 7 0 0 20 0 17 0 64963421 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397785652240 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27745] ppid=27735 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/27738/task/27745/stat : 27745 (java) S 27735 27738 18930 0 -1 1077944384 3912 0 0 0 15 0 0 0 20 0 17 0 64963422 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397344733296 140397847784066 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27746] ppid=27735 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27746/stat : 27746 (java) S 27735 27738 18930 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 64963423 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397343679328 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27747] ppid=27735 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27747/stat : 27747 (java) S 27735 27738 18930 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 64963423 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397342626944 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27748] ppid=27735 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27748/stat : 27748 (java) S 27735 27738 18930 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 64963425 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397341575248 140397847791515 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27749] ppid=27735 vsize=10817488 CPUtime=2.32 cores=1,3,5,7
/proc/27738/task/27749/stat : 27749 (java) S 27735 27738 18930 0 -1 1077944384 10673 0 0 0 230 2 0 0 20 0 17 0 64963425 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397340523120 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27750] ppid=27735 vsize=10817488 CPUtime=2.1 cores=1,3,5,7
/proc/27738/task/27750/stat : 27750 (java) S 27735 27738 18930 0 -1 1077944384 10321 0 0 0 209 1 0 0 20 0 17 0 64963425 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397339470320 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27751] ppid=27735 vsize=10817488 CPUtime=0.4 cores=1,3,5,7
/proc/27738/task/27751/stat : 27751 (java) S 27735 27738 18930 0 -1 1077944384 2788 0 0 0 40 0 0 0 20 0 17 0 64963425 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397338418032 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27752] ppid=27735 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/27738/task/27752/stat : 27752 (java) S 27735 27738 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64963426 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397337365472 140397847783125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
[pid=27738/tid=27753] ppid=27735 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/27738/task/27753/stat : 27753 (java) S 27735 27738 18930 0 -1 1077944384 854 0 0 0 5 8 0 0 20 0 17 0 64963436 11077107712 223608 18446744073709551615 4194304 4196468 140732001922256 140397336312240 140397847784066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35180544 140732001927601 140732001927754 140732001927754 140732001931215 0
Current children cumulated CPU time (s) 246.72
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.24
CPU time (s): 246.774
CPU user time (s): 246.273
CPU system time (s): 0.501143
CPU usage (%): 102.72
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.273
system time used= 0.501143
maximum resident set size= 895400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49104
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= 7360
involuntary context switches= 244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0835 second user time and 1.53238 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:37:21
IDJOB=4257927
IDBENCH=133711
IDSOLVER=2643
FILE ID=node132/4257927-1501653099
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

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

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

MD5SUM BENCH= 7e3b8a2ee59b2d9d5552c0f1b810cf92
RANDOM SEED=1791801414

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31306556 kB
MemAvailable:   31509768 kB
Buffers:          149860 kB
Cached:           348804 kB
SwapCached:            0 kB
Active:           763416 kB
Inactive:         288740 kB
Active(anon):     554060 kB
Inactive(anon):    24444 kB
Active(file):     209356 kB
Inactive(file):   264296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             4 kB
AnonPages:        552840 kB
Mapped:            50792 kB
Shmem:             25276 kB
Slab:             116788 kB
SReclaimable:      90788 kB
SUnreclaim:        26000 kB
KernelStack:        3488 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1534272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 07:41:22