Trace number 4263228

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1399 2508.8701

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263228-1502622875/watcher-4263228-1502622875 -o /tmp/evaluation-result-4263228-1502622875/solver-4263228-1502622875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263228-1502622875.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1204, runsolver pid=1201

[startup+0.100096 s]*
/proc/loadavg: 2.08 2.09 2.27 3/217 1219
/proc/meminfo: memFree=24045784/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10555400 memory=31344 CPUtime=0.12 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 6362 0 0 0 11 1 0 0 20 0 15 0 95375329 10808729600 7836 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2638850 7836 2841 1 0 2627263 0
[pid=1204/tid=1206] ppid=1201 vsize=10555400 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 4227 0 0 0 8 1 0 0 20 0 15 0 95375329 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886764992832 139886753022832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10555400 memory=140298251763297 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886252348960 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886251296112 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0.01 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) R 1201 1204 30942 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886247086192 139886739392288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 7836 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31344 KiB

[startup+0.210585 s]*
/proc/loadavg: 2.08 2.09 2.27 3/217 1219
/proc/meminfo: memFree=24037844/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10555400 memory=39880 CPUtime=0.29 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 7480 0 0 0 28 1 0 0 20 0 15 0 95375329 10808729600 9970 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2638850 9970 2936 1 0 2627263 0
[pid=1204/tid=1206] ppid=1201 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 4694 0 0 0 19 1 0 0 20 0 15 0 95375329 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886765003968 139886363487368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10555400 memory=140298251763297 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886252348960 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95375332 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886251296112 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0.05 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) R 1201 1204 30942 0 -1 4202560 811 0 0 0 5 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886247086192 139886744851806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10555400 memory=140298251748992 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375335 10808729600 9970 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39880 KiB

[startup+0.310199 s]*
/proc/loadavg: 2.08 2.09 2.27 5/217 1219
/proc/meminfo: memFree=24031020/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10555476 memory=47032 CPUtime=0.52 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 8231 0 0 0 50 2 0 0 20 0 15 0 95375329 10808807424 11758 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2638869 11758 3044 1 0 2627263 0
[pid=1204/tid=1206] ppid=1201 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 5067 0 0 0 29 1 0 0 20 0 15 0 95375329 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886765007840 139886363512737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375330 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375330 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10555476 memory=140298251748992 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886252348960 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10555476 memory=280596253435840 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886251296112 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10555476 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) R 1201 1204 30942 0 -1 1077944384 531 0 0 0 4 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10555476 memory=140298126625119 CPUtime=0.04 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 343 0 0 0 4 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10555476 memory=140298251748992 CPUtime=0.12 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 929 0 0 0 12 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10555476 memory=140298126630303 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10555476 memory=140298347124321 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 11758 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47032 KiB

[startup+0.70484 s]
/proc/loadavg: 2.08 2.09 2.27 5/217 1219
/proc/meminfo: memFree=23965040/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10555476 memory=217612 CPUtime=1.73 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 11815 0 0 0 166 7 0 0 20 0 15 0 95375329 10808807424 54403 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2638869 54403 3095 1 0 2627263 0
[pid=1204/tid=1206] ppid=1201 vsize=10555476 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) S 1201 1204 30942 0 -1 1077944384 5403 0 0 0 61 3 0 0 20 0 15 0 95375329 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886764989616 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10555476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) R 1201 1204 30942 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 15 0 95375330 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886686843384 139886745795043 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) R 1201 1204 30942 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 15 0 95375330 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886685792784 139886745799193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) R 1201 1204 30942 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 15 0 95375330 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886684737616 139886745799202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10555476 memory=8319106358720278582 CPUtime=0.01 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) R 1201 1204 30942 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 15 0 95375330 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886683687072 139886745793440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10555476 memory=6003407431529424466 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886253401504 139886760781525 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10555476 memory=7594873740214157412 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 54403 33554432000 4194304 4196468 140733268031728 139886252348960 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10555476 memory=5860981183527407972 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886251296112 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10555476 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 1890 0 0 0 34 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886249183072 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10555476 memory=15608 CPUtime=0.35 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 1427 0 0 0 35 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886248130272 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10555476 memory=1236 CPUtime=0.24 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 1630 0 0 0 24 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10555476 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10555476 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95375335 10808807424 54915 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 217612 KiB

[startup+1.50078 s]
/proc/loadavg: 2.08 2.09 2.27 4/217 1219
/proc/meminfo: memFree=23779860/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10555476 memory=468944 CPUtime=3.77 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 13523 0 0 0 350 27 0 0 20 0 15 0 95375329 10808807424 117236 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2638869 117236 3135 1 0 2627263 0
[pid=1204/tid=1206] ppid=1201 vsize=10555476 memory=359460 CPUtime=1.28 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 5465 0 0 0 123 5 0 0 20 0 15 0 95375329 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886765010032 139886367133248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10555476 memory=1236 CPUtime=0.16 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 155 0 0 0 12 4 0 0 20 0 15 0 95375330 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10555476 memory=1792 CPUtime=0.19 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 167 0 0 0 14 5 0 0 20 0 15 0 95375330 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10555476 memory=1156 CPUtime=0.18 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 166 0 0 0 14 4 0 0 20 0 15 0 95375330 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10555476 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 173 0 0 0 11 4 0 0 20 0 15 0 95375330 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10555476 memory=145499332293242 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 95375332 10808807424 117236 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0

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

/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2071 0 0 0 171 33 0 0 20 0 16 0 95375330 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10622040 memory=2081116 CPUtime=2 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 2555 0 0 0 167 33 0 0 20 0 16 0 95375330 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0.61 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 9563 0 0 0 58 3 0 0 20 0 16 0 95375332 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886252349024 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886251296128 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10622040 memory=2081116 CPUtime=1.65 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 8479 0 0 0 164 1 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10622040 memory=2081116 CPUtime=1.37 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 6625 0 0 0 136 1 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0.4 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 4280 0 0 0 39 1 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10622040 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10622040 memory=2081116 CPUtime=1.46 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 2050 0 0 0 69 77 0 0 20 0 16 0 95375335 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1220] ppid=1201 vsize=10622040 memory=2081116 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1220/stat : 1220 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95375597 10876968960 520279 33554432000 4194304 4196468 140733268031728 139886243927472 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 2453.67 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2081116 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.04 2.39 3/217 1566
/proc/meminfo: memFree=17903252/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10622040 memory=2138460 CPUtime=2513.71 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 93820 0 0 0 251152 219 0 0 20 0 16 0 95375329 10876968960 534615 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2655510 534615 3169 1 0 2643904 0
[pid=1204/tid=1206] ppid=1201 vsize=10622040 memory=2113884 CPUtime=2499.96 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 52292 0 0 0 249977 19 0 0 20 0 16 0 95375329 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886765010256 139886368147684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10622040 memory=2109788 CPUtime=2.02 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 2372 0 0 0 170 32 0 0 20 0 16 0 95375330 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10622040 memory=2115932 CPUtime=2.05 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 2075 0 0 0 172 33 0 0 20 0 16 0 95375330 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10622040 memory=2115932 CPUtime=2.04 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2071 0 0 0 171 33 0 0 20 0 16 0 95375330 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10622040 memory=2122076 CPUtime=2 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 2555 0 0 0 167 33 0 0 20 0 16 0 95375330 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10622040 memory=2138460 CPUtime=0.61 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 9570 0 0 0 58 3 0 0 20 0 16 0 95375332 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10622040 memory=2138460 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886252349024 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10622040 memory=2132316 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886251296128 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10622040 memory=2132316 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10622040 memory=2132316 CPUtime=1.65 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 8485 0 0 0 164 1 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10622040 memory=27536 CPUtime=1.37 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 6629 0 0 0 136 1 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10622040 memory=1292 CPUtime=0.4 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 4284 0 0 0 39 1 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10622040 memory=2128220 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10622040 memory=2126172 CPUtime=1.5 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 2082 0 0 0 70 80 0 0 20 0 16 0 95375335 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1220] ppid=1201 vsize=10622040 memory=2136412 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1220/stat : 1220 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95375597 10876968960 534615 33554432000 4194304 4196468 140733268031728 139886243927472 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 2513.71 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2138460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.6 s]
/proc/loadavg: 2.02 2.04 2.39 3/217 1566
/proc/meminfo: memFree=17895132/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10622040 memory=2148700 CPUtime=2520.02 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 93950 0 0 0 251782 220 0 0 20 0 16 0 95375329 10876968960 537175 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2655510 537175 3169 1 0 2643904 0
[pid=1204/tid=1206] ppid=1201 vsize=10622040 memory=291045332933148985 CPUtime=2506.26 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) R 1201 1204 30942 0 -1 4202560 52422 0 0 0 250607 19 0 0 20 0 16 0 95375329 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886765010256 139886367844223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10622040 memory=16104766677714557 CPUtime=2.02 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 2372 0 0 0 170 32 0 0 20 0 16 0 95375330 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10622040 memory=8514726395715349656 CPUtime=2.05 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 2075 0 0 0 172 33 0 0 20 0 16 0 95375330 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10622040 memory=3047711553320166262 CPUtime=2.04 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2071 0 0 0 171 33 0 0 20 0 16 0 95375330 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10622040 memory=8514701219730523551 CPUtime=2 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 2555 0 0 0 167 33 0 0 20 0 16 0 95375330 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10622040 memory=7596565867201450324 CPUtime=0.61 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 9570 0 0 0 58 3 0 0 20 0 16 0 95375332 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10622040 memory=7013342023187720299 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886252349024 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10622040 memory=7440056992597305454 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95375332 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886251296128 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10622040 memory=7019467088023532081 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10622040 memory=0 CPUtime=1.65 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 8485 0 0 0 164 1 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10622040 memory=86276 CPUtime=1.37 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 6629 0 0 0 136 1 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10622040 memory=9047017150487036575 CPUtime=0.4 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 4284 0 0 0 39 1 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10622040 memory=-8412656567318647667 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10622040 memory=7381227618607785792 CPUtime=1.51 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 2082 0 0 0 71 80 0 0 20 0 16 0 95375335 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1220] ppid=1201 vsize=10622040 memory=4629771062077588875 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1220/stat : 1220 (java) S 1201 1204 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95375597 10876968960 537175 33554432000 4194304 4196468 140733268031728 139886243927472 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2148700 KiB

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

[startup+2508.87 s]
# the end of solver process 1204 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.93 s, system=2.21574 s

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

[startup+2508.8 s]
/proc/loadavg: 2.02 2.04 2.39 3/217 1566
/proc/meminfo: memFree=17895132/32770624 swapFree=67108860/67108860
[pid=1204] ppid=1201 vsize=10821732 memory=2157144 CPUtime=2520.05 cores=0,2,4,6
/proc/1204/stat : 1204 (java) S 1201 1204 30942 0 -1 1077944320 94372 0 0 0 251785 220 0 0 20 0 17 0 95375329 11081453568 539286 33554432000 4194304 4196468 140733268031728 140733268014272 139886760771319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
/proc/1204/statm: 2705433 539286 3173 1 0 2693827 0
[pid=1204/tid=1206] ppid=1201 vsize=10821732 memory=8112282956445269571 CPUtime=2506.3 cores=0,2,4,6
/proc/1204/task/1206/stat : 1206 (java) S 1201 1204 30942 0 -1 1077944384 52467 0 0 0 250610 20 0 0 20 0 17 0 95375329 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886765014192 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1207] ppid=1201 vsize=10821732 memory=1204 CPUtime=2.02 cores=0,2,4,6
/proc/1204/task/1207/stat : 1207 (java) S 1201 1204 30942 0 -1 1077944384 2372 0 0 0 170 32 0 0 20 0 17 0 95375330 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886686845584 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1208] ppid=1201 vsize=10821732 memory=15872 CPUtime=2.05 cores=0,2,4,6
/proc/1204/task/1208/stat : 1208 (java) S 1201 1204 30942 0 -1 1077944384 2075 0 0 0 172 33 0 0 20 0 17 0 95375330 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886685792784 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1209] ppid=1201 vsize=10821732 memory=2344 CPUtime=2.04 cores=0,2,4,6
/proc/1204/task/1209/stat : 1209 (java) S 1201 1204 30942 0 -1 1077944384 2071 0 0 0 171 33 0 0 20 0 17 0 95375330 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886684739984 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1210] ppid=1201 vsize=10821732 memory=1576 CPUtime=2 cores=0,2,4,6
/proc/1204/task/1210/stat : 1210 (java) S 1201 1204 30942 0 -1 1077944384 2555 0 0 0 167 33 0 0 20 0 17 0 95375330 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886683687184 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1211] ppid=1201 vsize=10821732 memory=932 CPUtime=0.61 cores=0,2,4,6
/proc/1204/task/1211/stat : 1211 (java) S 1201 1204 30942 0 -1 1077944384 9570 0 0 0 58 3 0 0 20 0 17 0 95375332 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886253402992 139886760782466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1212] ppid=1201 vsize=10821732 memory=2081116 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1212/stat : 1212 (java) S 1201 1204 30942 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 95375332 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886252349024 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1213] ppid=1201 vsize=10821732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1213/stat : 1213 (java) S 1201 1204 30942 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95375332 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886251296128 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1214] ppid=1201 vsize=10821732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1214/stat : 1214 (java) S 1201 1204 30942 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886250244432 139886760789915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1215] ppid=1201 vsize=10821732 memory=15636 CPUtime=1.65 cores=0,2,4,6
/proc/1204/task/1215/stat : 1215 (java) S 1201 1204 30942 0 -1 1077944384 8485 0 0 0 164 1 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886249191792 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1216] ppid=1201 vsize=10821732 memory=1236 CPUtime=1.37 cores=0,2,4,6
/proc/1204/task/1216/stat : 1216 (java) S 1201 1204 30942 0 -1 1077944384 6629 0 0 0 136 1 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886248138992 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1217] ppid=1201 vsize=10821732 memory=1792 CPUtime=0.4 cores=0,2,4,6
/proc/1204/task/1217/stat : 1217 (java) S 1201 1204 30942 0 -1 1077944384 4404 0 0 0 39 1 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886247086192 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1218] ppid=1201 vsize=10821732 memory=68 CPUtime=0 cores=0,2,4,6
/proc/1204/task/1218/stat : 1218 (java) S 1201 1204 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886246033632 139886760781525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
[pid=1204/tid=1219] ppid=1201 vsize=10821732 memory=7233434456779875431 CPUtime=1.51 cores=0,2,4,6
/proc/1204/task/1219/stat : 1219 (java) S 1201 1204 30942 0 -1 1077944384 2082 0 0 0 71 80 0 0 20 0 17 0 95375335 11081453568 539286 33554432000 4194304 4196468 140733268031728 139886244981936 139886760782466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21032960 140733268038790 140733268038943 140733268038943 140733268041679 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2157144 KiB

Child status: 143
Real time (s): 2508.87
CPU time (s): 2520.14
CPU user time (s): 2517.93
CPU system time (s): 2.21574
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 2157144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.93
system time used= 2.21575
maximum resident set size= 2161564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56909
involuntary context switches= 1054


# summary of solver processes directly reported to runsolver:
#   pid: 1204
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.93
#   total CPU system time (s): 2.21574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0658 second user time and 17.2359 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 13:00:17
IDJOB=4263228
IDBENCH=123864
IDSOLVER=2651
FILE ID=node114/4263228-1502622875
RUNJOBID= node114-1502619125-747
PBS_JOBID= 20628297
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263228-1502622875/watcher-4263228-1502622875 -o /tmp/evaluation-result-4263228-1502622875/solver-4263228-1502622875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502619125-747 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263228-1502622875.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=566127181

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        24065908 kB
MemAvailable:   28947952 kB
Buffers:          146848 kB
Cached:          5025860 kB
SwapCached:            0 kB
Active:          3419324 kB
Inactive:        4845468 kB
Active(anon):    3095220 kB
Inactive(anon):    25036 kB
Active(file):     324104 kB
Inactive(file):  4820432 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:       3111048 kB
Mapped:            55112 kB
Shmem:             25224 kB
Slab:             132044 kB
SReclaimable:     106688 kB
SUnreclaim:        25356 kB
KernelStack:        3840 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4556788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2988032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 13:42:06