Trace number 4258169

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)149211 245.02299 240.21899

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.765356
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.90/0.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.90/0.91	c This is free software under the dual EPL/GNU LGPL licenses.
1.90/0.91	c See www.sat4j.org for details.
1.90/0.91	c That software uses the Rhino library from the Mozilla project.
1.90/0.91	c version CUSTOM.v20170705
1.90/0.91	c java.runtime.name	Java(TM) SE Runtime Environment
1.90/0.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.90/0.91	c java.vm.version	25.131-b11
1.90/0.91	c java.vm.vendor	Oracle Corporation
1.90/0.91	c sun.arch.data.model	64
1.90/0.91	c java.version		1.8.0_131
1.90/0.91	c os.name		Linux
1.90/0.91	c os.version		3.10.0-514.16.1.el7.x86_64
1.90/0.91	c os.arch		amd64
1.90/0.91	c Free memory 		499604488
1.90/0.91	c Max memory 		7247757312
1.90/0.91	c Total memory 		504889344
1.90/0.91	c Number of processors 	4
1.90/0.91	c c --- Begin Solver configuration ---
1.90/0.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.90/0.91	c Learn all clauses as in MiniSAT
1.90/0.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.90/0.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.90/0.91	c No reason simplification
1.90/0.91	c Glucose 2.1 dynamic restart strategy
1.90/0.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
1.90/0.91	c timeout=2147483s
1.90/0.91	c DB Simplification allowed=false
1.90/0.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.90/0.91	c --- End Solver configuration ---
1.90/0.91	c constraints type 
1.90/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 110
1.90/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 239400
1.90/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48420
1.90/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
1.90/0.91	c 288020 constraints processed.
5.62/2.72	o 1007161
7.15/3.95	o 842630
11.22/7.48	o 485794
33.28/29.16	o 403192
33.67/29.40	o 316962
46.22/41.86	o 281113
63.82/59.47	o 263816
134.26/129.60	o 261847
135.06/130.40	o 260612
138.59/133.79	o 149211
245.00/240.20	c starts		: 3848
245.00/240.20	c conflicts		: 1704147
245.00/240.20	c decisions		: 22471908
245.00/240.20	c propagations		: 691009164
245.00/240.20	c inspects		: 1720167140
245.00/240.20	c shortcuts		: 0
245.00/240.20	c learnt literals	: 33
245.00/240.20	c learnt binary clauses	: 3092
245.00/240.20	c learnt ternary clauses	: 6015
245.00/240.20	c learnt constraints	: 1704114
245.00/240.20	c ignored constraints	: 0
245.00/240.20	c root simplifications	: 0
245.00/240.20	c removed literals (reason simplification)	: 0
245.00/240.20	c reason swapping (by a shorter reason)	: 0
245.00/240.20	c Calls to reduceDB	: 109
245.00/240.20	c Number of update (reduction) of LBD	: 1156084
245.00/240.20	c Imported unit clauses	: 0
245.00/240.20	c number of reductions to clauses (during analyze)	: 0
245.00/240.20	c number of learned constraints concerned by reduction	: 0
245.00/240.20	c number of learning phase by resolution	: 0
245.00/240.20	c number of learning phase by cutting planes	: 0
245.00/240.20	c number of rounding to 1 operations	: 0
245.00/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.00/240.20	c number of reductions of the coefficients by power 2 	: 0
245.00/240.20	c number of right shift for reduction by power 2 	: 0
245.00/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.00/240.20	c speed (assignments/second)	: 2887940.871135184
245.00/240.20	c non guided choices	4661963
245.00/240.20	c learnt constraints type 
245.00/240.20	s SATISFIABLE
245.00/240.21	v <instantiation type="solution">
245.00/240.21	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] </list>
245.00/240.21	v 	<values> 1 0 6 5 3 2 9 7 8 4 0 171 30 61 14 0 45 0 886 0 0 0 15 0 2 0 172 0 0 0 0 0 0 0 0 27 0 0 202 4 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 12 0 0 0 0 0 0 0 0 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
245.00/240.21	v </instantiation>
245.00/240.21	

Verifier Data

OK	149211

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

pid=1297
running on 4 cores: 0,2,4,6

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.03 2.10 2.27 3/195 1300
/proc/meminfo: memFree=31196484/32770624 swapFree=0/219736
[pid=1300] ppid=1297 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1300/stat : 1300 (runsolver) D 1297 1300 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13212430 24240128 107 18446744073709551615 4194304 4338465 140736295919248 140736295916888 139951541211863 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 33034240 140736295923847 140736295924294 140736295924294 140736295927754 0
/proc/1300/statm: 5918 107 53 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 2.03 2.10 2.27 3/195 1300
/proc/meminfo: memFree=31196484/32770624 swapFree=0/219736
[pid=1300] ppid=1297 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 4038 0 0 0 2 0 0 0 20 0 9 0 13212430 10395312128 5191 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2537918 5191 2096 1 0 2527423 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200371 s]
/proc/loadavg: 2.03 2.10 2.27 3/195 1300
/proc/meminfo: memFree=31196484/32770624 swapFree=0/219736
[pid=1300] ppid=1297 vsize=10551156 CPUtime=0.05 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 4847 0 0 0 5 0 0 0 20 0 15 0 13212430 10804383744 5897 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2637789 5897 2598 1 0 2627269 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551156

[startup+0.300341 s]
/proc/loadavg: 2.03 2.10 2.27 3/195 1300
/proc/meminfo: memFree=31196484/32770624 swapFree=0/219736
[pid=1300] ppid=1297 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 8164 0 0 0 19 2 0 0 20 0 15 0 13212430 10804383744 8943 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2637789 8943 2856 1 0 2627269 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700502 s]
/proc/loadavg: 2.03 2.10 2.27 3/195 1300
/proc/meminfo: memFree=31196484/32770624 swapFree=0/219736
[pid=1300] ppid=1297 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 13327 0 0 0 123 4 0 0 20 0 15 0 13212430 10804461568 30462 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2637808 30462 3050 1 0 2627269 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10551232

[startup+1.50067 s]
/proc/loadavg: 2.03 2.10 2.27 5/211 1316
/proc/meminfo: memFree=30987176/32770624 swapFree=0/219748
[pid=1300] ppid=1297 vsize=10617796 CPUtime=3.69 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 20966 0 0 0 361 8 0 0 20 0 16 0 13212430 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 56475 3082 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=1.32 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 7892 0 0 0 128 4 0 0 20 0 16 0 13212437 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139663289974304 139662894312943 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 13212438 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 13212439 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662324753952 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662323701104 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=0.99 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 5230 0 0 0 99 0 0 0 20 0 16 0 13212442 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=1 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) R 1297 1300 5091 0 -1 4202560 4515 0 0 0 100 0 0 0 20 0 16 0 13212442 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662320532544 139663270673679 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.27 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 1809 0 0 0 27 0 0 0 20 0 16 0 13212442 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13212450 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 56475 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 10617796

[startup+3.10076 s]
/proc/loadavg: 2.18 2.13 2.28 3/211 1316
/proc/meminfo: memFree=30973516/32770624 swapFree=0/219748
[pid=1300] ppid=1297 vsize=10617796 CPUtime=6.05 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 21489 0 0 0 597 8 0 0 20 0 16 0 13212430 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 56704 3095 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=2.92 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 8180 0 0 0 288 4 0 0 20 0 16 0 13212437 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139663289970176 139662894312943 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 13212438 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 13212439 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662324753952 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662323701104 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=1.34 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 5353 0 0 0 134 0 0 0 20 0 16 0 13212442 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=1.37 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 4569 0 0 0 137 0 0 0 20 0 16 0 13212442 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.31 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 1867 0 0 0 31 0 0 0 20 0 16 0 13212442 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13212450 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 56704 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10617796

[startup+6.30077 s]
/proc/loadavg: 2.18 2.13 2.28 3/211 1316
/proc/meminfo: memFree=30964768/32770624 swapFree=0/219756
[pid=1300] ppid=1297 vsize=10617796 CPUtime=10.12 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 28172 0 0 0 1003 9 0 0 20 0 16 0 13212430 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 56956 3101 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=6.11 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 8717 0 0 0 607 4 0 0 20 0 16 0 13212437 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139663289991584 139662892024436 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 13212438 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 16 0 13212439 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662324753952 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662323701104 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 7272 0 0 0 167 1 0 0 20 0 16 0 13212442 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=1.88 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 7906 0 0 0 187 1 0 0 20 0 16 0 13212442 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 1997 0 0 0 33 0 0 0 20 0 16 0 13212442 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 556 0 0 0 0 0 0 0 20 0 16 0 13212450 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 56956 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 2.17 2.13 2.28 3/211 1316
/proc/meminfo: memFree=30945592/32770624 swapFree=0/219760
[pid=1300] ppid=1297 vsize=10617796 CPUtime=16.71 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 31350 0 0 0 1662 9 0 0 20 0 16 0 13212430 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 57016 3101 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=12.51 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 9151 0 0 0 1247 4 0 0 20 0 16 0 13212437 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139663289987712 139662895764799 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 16 0 13212438 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 16 0 13212438 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 360 0 0 0 0 0 0 0 20 0 16 0 13212439 10872623104 57016 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0

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

[startup+162.301 s]
/proc/loadavg: 3.34 2.51 2.39 3/211 1491
/proc/meminfo: memFree=31181280/32770624 swapFree=0/219956
[pid=1300] ppid=1297 vsize=10617796 CPUtime=167.21 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 42766 0 0 0 16680 41 0 0 20 0 16 0 13212430 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 142750 3111 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=161.91 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 12313 0 0 0 16186 5 0 0 20 0 16 0 13212437 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663289983120 139662891233360 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0.18 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 629 0 0 0 11 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 809 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 539 0 0 0 13 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 1595 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 1163 0 0 0 1 0 0 0 20 0 16 0 13212439 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662324754016 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662323701120 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=1.88 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 9264 0 0 0 187 1 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=2.12 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 10608 0 0 0 211 1 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 3367 0 0 0 35 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1070 0 0 0 5 4 0 0 20 0 16 0 13212450 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 167.21
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.45 2.41 2.36 3/211 1493
/proc/meminfo: memFree=31110536/32770624 swapFree=0/220012
[pid=1300] ppid=1297 vsize=10617796 CPUtime=227.25 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 43525 0 0 0 22682 43 0 0 20 0 16 0 13212430 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 142750 3111 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=221.91 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 13012 0 0 0 22186 5 0 0 20 0 16 0 13212437 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663289983120 139662894590706 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0.18 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 629 0 0 0 11 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 809 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 539 0 0 0 13 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 1595 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 13212439 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662324754016 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662323701120 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=1.88 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 9268 0 0 0 187 1 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=2.12 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 10613 0 0 0 211 1 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 3372 0 0 0 35 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1107 0 0 0 6 6 0 0 20 0 16 0 13212450 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 142750 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 227.25
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.35 2.39 2.35 3/211 1494
/proc/meminfo: memFree=31080128/32770624 swapFree=0/220012
[pid=1300] ppid=1297 vsize=10617796 CPUtime=244.96 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 44078 0 0 0 24451 45 0 0 20 0 16 0 13212430 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2654449 150684 3111 1 0 2643910 0
[pid=1300/tid=1302] ppid=1297 vsize=10617796 CPUtime=239.61 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) R 1297 1300 5091 0 -1 4202560 13565 0 0 0 23955 6 0 0 20 0 16 0 13212437 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139663289983120 139662894313079 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10617796 CPUtime=0.18 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 629 0 0 0 11 7 0 0 20 0 16 0 13212438 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 809 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10617796 CPUtime=0.2 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 539 0 0 0 13 7 0 0 20 0 16 0 13212438 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10617796 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 1595 0 0 0 12 7 0 0 20 0 16 0 13212438 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10617796 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 13212439 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662324754016 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13212440 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662323701120 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10617796 CPUtime=1.88 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 9268 0 0 0 187 1 0 0 20 0 16 0 13212442 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10617796 CPUtime=2.12 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 10613 0 0 0 211 1 0 0 20 0 16 0 13212442 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 3372 0 0 0 35 0 0 0 20 0 16 0 13212442 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13212442 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1107 0 0 0 7 7 0 0 20 0 16 0 13212450 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1316] ppid=1297 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1316/stat : 1316 (java) S 1297 1300 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13212524 10872623104 150684 18446744073709551615 4194304 4196468 140733219768240 139662316332464 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 244.96
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 1300 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.35 2.39 2.35 3/211 1494
/proc/meminfo: memFree=31080128/32770624 swapFree=0/220012
[pid=1300] ppid=1297 vsize=10817488 CPUtime=245 cores=0,2,4,6
/proc/1300/stat : 1300 (java) S 1297 1300 5091 0 -1 1077944320 45309 0 0 0 24455 45 0 0 20 0 17 0 13212430 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 140733219750784 139663285751543 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
/proc/1300/statm: 2704372 152829 3115 1 0 2693833 0
[pid=1300/tid=1302] ppid=1297 vsize=10817488 CPUtime=239.65 cores=0,2,4,6
/proc/1300/task/1302/stat : 1302 (java) S 1297 1300 5091 0 -1 1077944384 13812 0 0 0 23959 6 0 0 20 0 17 0 13212437 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139663289994416 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1303] ppid=1297 vsize=10817488 CPUtime=0.18 cores=0,2,4,6
/proc/1300/task/1303/stat : 1303 (java) S 1297 1300 5091 0 -1 1077944384 629 0 0 0 11 7 0 0 20 0 17 0 13212438 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139663216171664 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1304] ppid=1297 vsize=10817488 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1304/stat : 1304 (java) S 1297 1300 5091 0 -1 1077944384 809 0 0 0 12 7 0 0 20 0 17 0 13212438 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139663215118864 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1305] ppid=1297 vsize=10817488 CPUtime=0.2 cores=0,2,4,6
/proc/1300/task/1305/stat : 1305 (java) S 1297 1300 5091 0 -1 1077944384 539 0 0 0 13 7 0 0 20 0 17 0 13212438 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139663214066064 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1306] ppid=1297 vsize=10817488 CPUtime=0.19 cores=0,2,4,6
/proc/1300/task/1306/stat : 1306 (java) S 1297 1300 5091 0 -1 1077944384 1595 0 0 0 12 7 0 0 20 0 17 0 13212438 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139663213013264 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1307] ppid=1297 vsize=10817488 CPUtime=0.01 cores=0,2,4,6
/proc/1300/task/1307/stat : 1307 (java) S 1297 1300 5091 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 17 0 13212439 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662325807984 139663285762690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1308] ppid=1297 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1308/stat : 1308 (java) S 1297 1300 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 13212440 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662324754016 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1309] ppid=1297 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1309/stat : 1309 (java) S 1297 1300 5091 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 13212440 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662323701120 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1310] ppid=1297 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1310/stat : 1310 (java) S 1297 1300 5091 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 13212442 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662322649424 139663285770139 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1311] ppid=1297 vsize=10817488 CPUtime=1.88 cores=0,2,4,6
/proc/1300/task/1311/stat : 1311 (java) S 1297 1300 5091 0 -1 1077944384 9348 0 0 0 187 1 0 0 20 0 17 0 13212442 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662321596784 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1312] ppid=1297 vsize=10817488 CPUtime=2.12 cores=0,2,4,6
/proc/1300/task/1312/stat : 1312 (java) S 1297 1300 5091 0 -1 1077944384 10722 0 0 0 211 1 0 0 20 0 17 0 13212442 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662320543984 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1313] ppid=1297 vsize=10817488 CPUtime=0.36 cores=0,2,4,6
/proc/1300/task/1313/stat : 1313 (java) S 1297 1300 5091 0 -1 1077944384 3581 0 0 0 36 0 0 0 20 0 17 0 13212442 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662319491184 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1314] ppid=1297 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/1300/task/1314/stat : 1314 (java) S 1297 1300 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13212442 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662318438624 139663285761749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
[pid=1300/tid=1315] ppid=1297 vsize=10817488 CPUtime=0.14 cores=0,2,4,6
/proc/1300/task/1315/stat : 1315 (java) S 1297 1300 5091 0 -1 1077944384 1107 0 0 0 7 7 0 0 20 0 17 0 13212450 11077107712 152829 18446744073709551615 4194304 4196468 140733219768240 139662317386928 139663285762690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37339136 140733219774898 140733219775051 140733219775051 140733219778511 0
Current children cumulated CPU time (s) 245
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.219
CPU time (s): 245.023
CPU user time (s): 244.561
CPU system time (s): 0.461206
CPU usage (%): 102
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.561
system time used= 0.461206
maximum resident set size= 613680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45907
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= 7202
involuntary context switches= 335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0699 second user time and 1.53856 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 05:37:34
IDJOB=4258169
IDBENCH=123144
IDSOLVER=2643
FILE ID=node129/4258169-1501645894
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258169-1501645894/watcher-4258169-1501645894 -o /tmp/evaluation-result-4258169-1501645894/solver-4258169-1501645894 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258169-1501645894.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=2103493847

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31196756 kB
MemAvailable:   31340456 kB
Buffers:          117116 kB
Cached:           308768 kB
SwapCached:            0 kB
Active:           939744 kB
Inactive:         228268 kB
Active(anon):     742948 kB
Inactive(anon):     8532 kB
Active(file):     196796 kB
Inactive(file):   219736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1660 kB
Writeback:             8 kB
AnonPages:        740316 kB
Mapped:            42172 kB
Shmem:              8872 kB
Slab:             111012 kB
SReclaimable:      86008 kB
SUnreclaim:        25004 kB
KernelStack:        3456 kB
PageTables:         6640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1526400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 05:41:34