Trace number 4258192

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)1200 242.48 240.214

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark240.002
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
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

0.84/0.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.84/0.64	c This is free software under the dual EPL/GNU LGPL licenses.
0.84/0.64	c See www.sat4j.org for details.
0.84/0.64	c That software uses the Rhino library from the Mozilla project.
0.84/0.64	c version CUSTOM.v20170705
0.84/0.64	c java.runtime.name	Java(TM) SE Runtime Environment
0.84/0.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.84/0.64	c java.vm.version	25.131-b11
0.84/0.64	c java.vm.vendor	Oracle Corporation
0.84/0.64	c sun.arch.data.model	64
0.84/0.64	c java.version		1.8.0_131
0.84/0.64	c os.name		Linux
0.84/0.64	c os.version		3.10.0-514.16.1.el7.x86_64
0.84/0.64	c os.arch		amd64
0.84/0.64	c Free memory 		499604488
0.84/0.64	c Max memory 		7247757312
0.84/0.64	c Total memory 		504889344
0.84/0.64	c Number of processors 	4
0.84/0.64	c c --- Begin Solver configuration ---
0.84/0.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.84/0.64	c Learn all clauses as in MiniSAT
0.84/0.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.84/0.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.84/0.64	c No reason simplification
0.84/0.64	c Glucose 2.1 dynamic restart strategy
0.84/0.64	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.84/0.64	c timeout=2147483s
0.84/0.64	c DB Simplification allowed=false
0.84/0.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.84/0.64	c --- End Solver configuration ---
0.84/0.64	c constraints type 
0.84/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 240
0.84/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1710
0.84/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104226
0.84/0.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 156
0.84/0.64	c 106332 constraints processed.
2.43/1.21	o 2100
3.18/1.69	o 2000
3.57/1.91	o 1900
3.90/2.26	o 1800
4.13/2.48	o 1700
4.26/2.53	o 1600
4.47/2.78	o 1550
4.67/2.99	o 1400
4.79/3.09	o 1350
5.24/3.48	o 1250
5.79/3.94	o 1200
242.46/240.20	c starts		: 8605
242.46/240.20	c conflicts		: 987913
242.46/240.20	c decisions		: 3378370
242.46/240.20	c propagations		: 367660516
242.46/240.20	c inspects		: 4246485428
242.46/240.20	c shortcuts		: 0
242.46/240.20	c learnt literals	: 2879
242.46/240.20	c learnt binary clauses	: 2982
242.46/240.20	c learnt ternary clauses	: 2310
242.46/240.20	c learnt constraints	: 985034
242.46/240.20	c ignored constraints	: 0
242.46/240.20	c root simplifications	: 0
242.46/240.20	c removed literals (reason simplification)	: 0
242.46/240.20	c reason swapping (by a shorter reason)	: 0
242.46/240.20	c Calls to reduceDB	: 47
242.46/240.20	c Number of update (reduction) of LBD	: 508574
242.46/240.20	c Imported unit clauses	: 0
242.46/240.20	c number of reductions to clauses (during analyze)	: 0
242.46/240.20	c number of learned constraints concerned by reduction	: 0
242.46/240.20	c number of learning phase by resolution	: 0
242.46/240.20	c number of learning phase by cutting planes	: 0
242.46/240.20	c number of rounding to 1 operations	: 0
242.46/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
242.46/240.20	c number of reductions of the coefficients by power 2 	: 0
242.46/240.20	c number of right shift for reduction by power 2 	: 0
242.46/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
242.46/240.20	c speed (assignments/second)	: 1534764.5258917576
242.46/240.20	c non guided choices	58777
242.46/240.20	c learnt constraints type 
242.46/240.20	s SATISFIABLE
242.46/240.20	v <instantiation type="solution">
242.46/240.20	v 	<list> r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rpw[10] rpw[11] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rcn[10] rcn[11] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpr[10] rpr[11] </list>
242.46/240.20	v 	<values> 2 2 2 2 2 2 0 0 0 0 0 0 3 0 4 0 0 0 3 0 0 0 2 0 2 2 1 2 0 0 2 5 2 0 0 0 2 2 1 2 0 0 8 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 16 16 16 16 16 16 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 </values>
242.46/240.20	v </instantiation>
242.46/240.20	

Verifier Data

OK	1200

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-4258192-1501998719/watcher-4258192-1501998719 -o /tmp/evaluation-result-4258192-1501998719/solver-4258192-1501998719 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258192-1501998719.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.14 3/196 15826
/proc/meminfo: memFree=31542476/32770624 swapFree=0/299348
[pid=15826] ppid=15823 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15826/stat : 15826 (runsolver) D 15823 15826 2450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 2065665 24240128 107 18446744073709551615 4194304 4338465 140723486081600 140723486079240 140402617332439 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 16687104 140723486085265 140723486085711 140723486085711 140723486089162 0
/proc/15826/statm: 5918 107 54 36 0 2156 0

[startup+0.100141 s]
/proc/loadavg: 2.00 2.05 2.14 3/196 15826
/proc/meminfo: memFree=31542476/32770624 swapFree=0/299348
[pid=15826] ppid=15823 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 2751 0 0 0 0 0 0 0 20 0 6 0 2065665 10175037440 3460 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2484140 3460 1424 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200329 s]
/proc/loadavg: 2.00 2.05 2.14 3/196 15826
/proc/meminfo: memFree=31542476/32770624 swapFree=0/299348
[pid=15826] ppid=15823 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 4668 0 0 0 4 1 0 0 20 0 14 0 2065665 10736119808 5714 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2621123 5714 2581 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300864 s]
/proc/loadavg: 2.00 2.05 2.14 3/196 15826
/proc/meminfo: memFree=31542476/32770624 swapFree=0/299348
[pid=15826] ppid=15823 vsize=10551156 CPUtime=0.18 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 8020 0 0 0 15 3 0 0 20 0 15 0 2065665 10804383744 7781 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2637789 7781 2856 1 0 2627261 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551156

[startup+0.700197 s]
/proc/loadavg: 2.00 2.05 2.14 3/196 15826
/proc/meminfo: memFree=31542476/32770624 swapFree=0/299348
[pid=15826] ppid=15823 vsize=10617796 CPUtime=1.19 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 12405 0 0 0 114 5 0 0 20 0 16 0 2065665 10872623104 20184 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 20184 3055 1 0 2643902 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10617796

[startup+1.50069 s]
/proc/loadavg: 2.00 2.05 2.14 4/212 15842
/proc/meminfo: memFree=31469228/32770624 swapFree=0/299380
[pid=15826] ppid=15823 vsize=10617796 CPUtime=3.06 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 20040 0 0 0 300 6 0 0 20 0 16 0 2065665 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 23437 3080 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=1.32 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 8653 0 0 0 129 3 0 0 20 0 16 0 2065674 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542929462160 140542557122897 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.72 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) R 15823 15826 2450 0 -1 4202560 4695 0 0 0 71 1 0 0 20 0 16 0 2065679 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542903210368 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.71 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) R 15823 15826 2450 0 -1 4202560 3503 0 0 0 70 1 0 0 20 0 16 0 2065679 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542906769953 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 1584 0 0 0 28 0 0 0 20 0 16 0 2065679 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 2065687 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 23437 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10617796

[startup+3.10069 s]
/proc/loadavg: 2.00 2.05 2.14 3/212 15842
/proc/meminfo: memFree=31456360/32770624 swapFree=0/299380
[pid=15826] ppid=15823 vsize=10617796 CPUtime=4.9 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 20162 0 0 0 484 6 0 0 20 0 16 0 2065665 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 26575 3087 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=2.92 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 8677 0 0 0 289 3 0 0 20 0 16 0 2065674 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542929462200 140542553978928 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.84 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) R 15823 15826 2450 0 -1 4202560 4740 0 0 0 83 1 0 0 20 0 16 0 2065679 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925239606 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.82 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) R 15823 15826 2450 0 -1 4202560 3520 0 0 0 81 1 0 0 20 0 16 0 2065679 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542910388720 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 1618 0 0 0 30 0 0 0 20 0 16 0 2065679 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 2065687 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 26575 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 10617796

[startup+6.30072 s]
/proc/loadavg: 2.00 2.04 2.14 3/212 15842
/proc/meminfo: memFree=31437508/32770624 swapFree=0/299388
[pid=15826] ppid=15823 vsize=10617796 CPUtime=8.2 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 21572 0 0 0 814 6 0 0 20 0 16 0 2065665 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 29689 3088 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=6.11 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 8969 0 0 0 608 3 0 0 20 0 16 0 2065674 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542929462000 140542557219017 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 378 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.88 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) S 15823 15826 2450 0 -1 1077944384 4913 0 0 0 87 1 0 0 20 0 16 0 2065679 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.87 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) S 15823 15826 2450 0 -1 1077944384 3535 0 0 0 86 1 0 0 20 0 16 0 2065679 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.3 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 1883 0 0 0 30 0 0 0 20 0 16 0 2065679 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 513 0 0 0 0 0 0 0 20 0 16 0 2065687 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 29689 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 2.00 2.04 2.14 3/211 15843
/proc/meminfo: memFree=31342580/32770624 swapFree=0/299400
[pid=15826] ppid=15823 vsize=10617796 CPUtime=14.63 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 22955 0 0 0 1456 7 0 0 20 0 16 0 2065665 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 32769 3088 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=12.51 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 9292 0 0 0 1248 3 0 0 20 0 16 0 2065674 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542929461760 140542557218984 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 2065674 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 32769 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0

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

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 2.13 3/214 15861
/proc/meminfo: memFree=30752040/32770624 swapFree=0/299576
[pid=15826] ppid=15823 vsize=10617796 CPUtime=164.56 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 28248 0 0 0 16434 22 0 0 20 0 16 0 2065665 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 67951 3117 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=162.02 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 10601 0 0 0 16198 4 0 0 20 0 16 0 2065674 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542929464672 140542557302410 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 599 0 0 0 4 2 0 0 20 0 16 0 2065674 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 236 0 0 0 4 2 0 0 20 0 16 0 2065674 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 810 0 0 0 4 2 0 0 20 0 16 0 2065674 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 481 0 0 0 4 2 0 0 20 0 16 0 2065674 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 942 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.91 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) S 15823 15826 2450 0 -1 1077944384 5281 0 0 0 90 1 0 0 20 0 16 0 2065679 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.89 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) S 15823 15826 2450 0 -1 1077944384 4719 0 0 0 88 1 0 0 20 0 16 0 2065679 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 2277 0 0 0 31 0 0 0 20 0 16 0 2065679 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0.07 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 847 0 0 0 3 4 0 0 20 0 16 0 2065687 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 67951 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 164.56
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 1.97 2.03 2.12 3/214 15945
/proc/meminfo: memFree=31406408/32770624 swapFree=0/301924
[pid=15826] ppid=15823 vsize=10617796 CPUtime=224.72 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 30055 0 0 0 22442 30 0 0 20 0 16 0 2065665 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 79235 3117 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=221.98 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 10956 0 0 0 22194 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542929464672 140542557192784 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1105 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 344 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1229 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 625 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 1165 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.91 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) S 15823 15826 2450 0 -1 1077944384 5285 0 0 0 90 1 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.89 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) S 15823 15826 2450 0 -1 1077944384 4722 0 0 0 88 1 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 2284 0 0 0 31 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 885 0 0 0 4 6 0 0 20 0 16 0 2065687 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 224.72
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.98 2.03 2.12 3/211 15945
/proc/meminfo: memFree=31361592/32770624 swapFree=0/301944
[pid=15826] ppid=15823 vsize=10617796 CPUtime=242.42 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 30056 0 0 0 24212 30 0 0 20 0 16 0 2065665 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2654449 79235 3117 1 0 2643902 0
[pid=15826/tid=15828] ppid=15823 vsize=10617796 CPUtime=239.68 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) R 15823 15826 2450 0 -1 4202560 10957 0 0 0 23964 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542929464672 140542557123269 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1105 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 344 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1229 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 625 0 0 0 7 4 0 0 20 0 16 0 2065674 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 1165 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 2065676 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10617796 CPUtime=0.91 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) S 15823 15826 2450 0 -1 1077944384 5285 0 0 0 90 1 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10617796 CPUtime=0.89 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) S 15823 15826 2450 0 -1 1077944384 4722 0 0 0 88 1 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10617796 CPUtime=0.31 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 2284 0 0 0 31 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 2065679 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 885 0 0 0 4 6 0 0 20 0 16 0 2065687 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15842] ppid=15823 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15842/stat : 15842 (java) S 15823 15826 2450 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 2065730 10872623104 79235 18446744073709551615 4194304 4196468 140723884529008 140542479856304 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 242.42
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 15826 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.98 2.03 2.12 3/211 15945
/proc/meminfo: memFree=31361592/32770624 swapFree=0/301944
[pid=15826] ppid=15823 vsize=10817488 CPUtime=242.46 cores=1,3,5,7
/proc/15826/stat : 15826 (java) S 15823 15826 2450 0 -1 1077944320 31127 0 0 0 24216 30 0 0 20 0 17 0 2065665 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140723884511552 140542925225719 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
/proc/15826/statm: 2704372 79297 3119 1 0 2693825 0
[pid=15826/tid=15828] ppid=15823 vsize=10817488 CPUtime=239.71 cores=1,3,5,7
/proc/15826/task/15828/stat : 15828 (java) S 15823 15826 2450 0 -1 1077944384 11105 0 0 0 23967 4 0 0 20 0 17 0 2065674 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542929468592 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15829] ppid=15823 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15829/stat : 15829 (java) S 15823 15826 2450 0 -1 1077944384 1105 0 0 0 7 4 0 0 20 0 17 0 2065674 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542882192272 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15830] ppid=15823 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15830/stat : 15830 (java) S 15823 15826 2450 0 -1 1077944384 344 0 0 0 7 4 0 0 20 0 17 0 2065674 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542881139472 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15831] ppid=15823 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15831/stat : 15831 (java) S 15823 15826 2450 0 -1 1077944384 1229 0 0 0 7 4 0 0 20 0 17 0 2065674 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542880087184 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15832] ppid=15823 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/15826/task/15832/stat : 15832 (java) S 15823 15826 2450 0 -1 1077944384 625 0 0 0 7 4 0 0 20 0 17 0 2065674 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542879034384 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15833] ppid=15823 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15833/stat : 15833 (java) S 15823 15826 2450 0 -1 1077944384 1165 0 0 0 0 0 0 0 20 0 17 0 2065676 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542489331824 140542925236866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15834] ppid=15823 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15834/stat : 15834 (java) S 15823 15826 2450 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 2065676 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542488277792 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15835] ppid=15823 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15835/stat : 15835 (java) S 15823 15826 2450 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 2065676 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542487225456 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15836] ppid=15823 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15836/stat : 15836 (java) S 15823 15826 2450 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 17 0 2065679 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542486173776 140542925244315 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15837] ppid=15823 vsize=10817488 CPUtime=0.91 cores=1,3,5,7
/proc/15826/task/15837/stat : 15837 (java) S 15823 15826 2450 0 -1 1077944384 5410 0 0 0 90 1 0 0 20 0 17 0 2065679 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542485121648 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15838] ppid=15823 vsize=10817488 CPUtime=0.89 cores=1,3,5,7
/proc/15826/task/15838/stat : 15838 (java) S 15823 15826 2450 0 -1 1077944384 4781 0 0 0 88 1 0 0 20 0 17 0 2065679 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542484068848 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15839] ppid=15823 vsize=10817488 CPUtime=0.31 cores=1,3,5,7
/proc/15826/task/15839/stat : 15839 (java) S 15823 15826 2450 0 -1 1077944384 2527 0 0 0 31 0 0 0 20 0 17 0 2065679 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542483016560 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15840] ppid=15823 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/15826/task/15840/stat : 15840 (java) S 15823 15826 2450 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 2065679 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542481964000 140542925235925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
[pid=15826/tid=15841] ppid=15823 vsize=10817488 CPUtime=0.1 cores=1,3,5,7
/proc/15826/task/15841/stat : 15841 (java) S 15823 15826 2450 0 -1 1077944384 885 0 0 0 4 6 0 0 20 0 17 0 2065687 11077107712 79297 18446744073709551615 4194304 4196468 140723884529008 140542480910768 140542925236866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25112576 140723884532155 140723884532308 140723884532308 140723884535759 0
Current children cumulated CPU time (s) 242.46
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.214
CPU time (s): 242.48
CPU user time (s): 242.166
CPU system time (s): 0.314099
CPU usage (%): 100.943
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.166
system time used= 0.314099
maximum resident set size= 317368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7039
involuntary context switches= 113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1445 second user time and 1.45944 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 07:37:55
IDJOB=4258192
IDBENCH=140551
IDSOLVER=2643
FILE ID=node127/4258192-1501998719
RUNJOBID= node127-1501992487-9585
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258192-1501998719/watcher-4258192-1501998719 -o /tmp/evaluation-result-4258192-1501998719/solver-4258192-1501998719 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501992487-9585 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258192-1501998719.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=1596555953

node127.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.92
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.92
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.92
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.92
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:        31542476 kB
MemAvailable:   31711624 kB
Buffers:           99728 kB
Cached:           351912 kB
SwapCached:            0 kB
Active:           518896 kB
Inactive:         307880 kB
Active(anon):     375604 kB
Inactive(anon):     8532 kB
Active(file):     143292 kB
Inactive(file):   299348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:        379224 kB
Mapped:            40168 kB
Shmem:              8868 kB
Slab:             109468 kB
SReclaimable:      84684 kB
SUnreclaim:        24784 kB
KernelStack:        3584 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1127788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-06 07:41:55