Trace number 4263226

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.1899 2504.49

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-39-057-19-13-06.xml
MD5SUM3f57466950d699c6fe06f63c47c5f1af
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2223
Number of constraints838
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2223}]
Minimum variable degree41
Maximum variable degree41
Distribution of variable degrees[{"degree":41,"count":2223}]
Minimum constraint arity39
Maximum constraint arity2223
Distribution of constraint arities[{"arity":39,"count":57},{"arity":57,"count":39},{"arity":114,"count":741},{"arity":2223,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":837}]
Optimization problemNO
Type of objective

Solver Data

18.43/8.18	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
18.43/8.18	c This is free software under the dual EPL/GNU LGPL licenses.
18.43/8.18	c See www.sat4j.org for details.
18.43/8.18	c That software uses the Rhino library from the Mozilla project.
18.43/8.18	c version CUSTOM.v20170705
18.43/8.18	c java.runtime.name	Java(TM) SE Runtime Environment
18.43/8.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
18.43/8.18	c java.vm.version	25.131-b11
18.43/8.18	c java.vm.vendor	Oracle Corporation
18.43/8.18	c sun.arch.data.model	64
18.43/8.18	c java.version		1.8.0_131
18.43/8.18	c os.name		Linux
18.43/8.18	c os.version		3.10.0-514.16.1.el7.x86_64
18.43/8.18	c os.arch		amd64
18.43/8.18	c Free memory 		499604488
18.43/8.18	c Max memory 		7247757312
18.43/8.18	c Total memory 		504889344
18.43/8.18	c Number of processors 	4
18.43/8.18	c c --- Begin Solver configuration ---
18.43/8.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
18.43/8.18	c Learn all clauses as in MiniSAT
18.43/8.18	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
18.43/8.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
18.43/8.18	c No reason simplification
18.43/8.18	c Glucose 2.1 dynamic restart strategy
18.43/8.18	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
18.43/8.18	c timeout=2147483s
18.43/8.18	c DB Simplification allowed=false
18.43/8.18	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
18.43/8.18	c --- End Solver configuration ---
18.43/8.18	c constraints type 
18.43/8.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 4446
18.43/8.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47520
18.43/8.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3686450
18.43/8.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 1862
18.43/8.18	c 3740278 constraints processed.
2520.08/2504.40	c starts		: 25199
2520.08/2504.40	c conflicts		: 6833767
2520.08/2504.40	c decisions		: 96785159
2520.08/2504.40	c propagations		: 5293014497
2520.08/2504.40	c inspects		: 16642728342
2520.08/2504.40	c shortcuts		: 0
2520.08/2504.40	c learnt literals	: 25186
2520.08/2504.40	c learnt binary clauses	: 80472
2520.08/2504.40	c learnt ternary clauses	: 206562
2520.08/2504.40	c learnt constraints	: 6808581
2520.08/2504.40	c ignored constraints	: 0
2520.08/2504.40	c root simplifications	: 0
2520.08/2504.40	c removed literals (reason simplification)	: 0
2520.08/2504.40	c reason swapping (by a shorter reason)	: 0
2520.08/2504.40	c Calls to reduceDB	: 112
2520.08/2504.40	c Number of update (reduction) of LBD	: 2120311
2520.08/2504.40	c Imported unit clauses	: 0
2520.08/2504.40	c number of reductions to clauses (during analyze)	: 0
2520.08/2504.40	c number of learned constraints concerned by reduction	: 0
2520.08/2504.40	c number of learning phase by resolution	: 0
2520.08/2504.40	c number of learning phase by cutting planes	: 0
2520.08/2504.40	c number of rounding to 1 operations	: 0
2520.08/2504.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.08/2504.40	c number of reductions of the coefficients by power 2 	: 0
2520.08/2504.40	c number of right shift for reduction by power 2 	: 0
2520.08/2504.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.08/2504.40	c speed (assignments/second)	: 2120497.6593664004
2520.08/2504.40	c non guided choices	72301148
2520.08/2504.47	c learnt constraints type 
2520.08/2504.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80472
2520.08/2504.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 460183
2520.08/2504.47	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 (9745 MiB free)
  memory of node 1: 16384 MiB (15594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263226-1502622970/watcher-4263226-1502622970 -o /tmp/evaluation-result-4263226-1502622970/solver-4263226-1502622970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263226-1502622970.xml 

running on 4 cores: 1,3,5,7

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
solver pid=5792, runsolver pid=5789
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 2.85 2.47 2.66 7/218 5807
/proc/meminfo: memFree=25930092/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10555400 memory=29936 CPUtime=0.12 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 6544 0 0 0 11 1 0 0 20 0 15 0 95384632 10808729600 7484 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2638850 7484 2814 1 0 2627263 0
[pid=5792/tid=5794] ppid=5789 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 4388 0 0 0 8 1 0 0 20 0 15 0 95384632 10808729600 7484 33554432000 4194304 4196468 140721231675312 140084310955968 140084290815326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 7484 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 7484 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 7484 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 7484 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95384634 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95384635 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083865248800 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95384635 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083864195952 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) R 5789 5792 32402 0 -1 4202560 365 0 0 0 1 0 0 0 20 0 15 0 95384637 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083859987056 140084290815326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384638 10808729600 7484 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29936 KiB

[startup+0.21722 s]*
/proc/loadavg: 2.85 2.47 2.66 8/218 5807
/proc/meminfo: memFree=25920156/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10555400 memory=40300 CPUtime=0.33 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 8167 0 0 0 31 2 0 0 20 0 15 0 95384632 10808729600 10075 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2638850 10075 2991 1 0 2627263 0
[pid=5792/tid=5794] ppid=5789 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 5124 0 0 0 19 1 0 0 20 0 15 0 95384632 10808729600 10140 33554432000 4194304 4196468 140721231675312 140084310972560 140084290815326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 10140 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10555400 memory=139968834900257 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 10140 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 10140 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95384633 10808729600 10140 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95384634 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95384635 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083865248800 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95384635 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083864195952 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 15 0 95384637 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 600 0 0 0 1 0 0 0 20 0 15 0 95384637 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0.07 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 859 0 0 0 7 0 0 0 20 0 15 0 95384637 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10555400 memory=139968834885248 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384638 10808729600 10140 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40300 KiB

[startup+0.311173 s]*
/proc/loadavg: 2.85 2.47 2.66 6/218 5807
/proc/meminfo: memFree=25914076/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10555476 memory=46544 CPUtime=0.53 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 8747 0 0 0 50 3 0 0 20 0 15 0 95384632 10808807424 11636 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2638869 11636 3026 1 0 2627263 0
[pid=5792/tid=5794] ppid=5789 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 5531 0 0 0 28 2 0 0 20 0 15 0 95384632 10808807424 11636 33554432000 4194304 4196468 140721231675312 140084310968400 140084306756765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808807424 11636 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10555476 memory=139968834943264 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808807424 11636 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384633 10808807424 11636 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95384633 10808807424 11636 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10555476 memory=139968834950176 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95384634 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95384635 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083865248800 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95384635 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083864195952 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) R 5789 5792 32402 0 -1 4202560 246 0 0 0 5 0 0 0 20 0 15 0 95384637 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083862092656 140084291839192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10555476 memory=139968689327631 CPUtime=0.03 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 654 0 0 0 3 0 0 0 20 0 15 0 95384637 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10555476 memory=139968834890936 CPUtime=0.13 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 954 0 0 0 13 0 0 0 20 0 15 0 95384637 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10555476 memory=139968689332175 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10555476 memory=279937524234176 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384638 10808807424 11636 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46544 KiB

[startup+0.700739 s]
/proc/loadavg: 2.85 2.47 2.66 6/218 5807
/proc/meminfo: memFree=25814736/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10555476 memory=192344 CPUtime=1.68 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 11815 0 0 0 161 7 0 0 20 0 15 0 95384632 10808807424 48086 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2638869 48086 3112 1 0 2627263 0
[pid=5792/tid=5794] ppid=5789 vsize=10555476 memory=2372 CPUtime=0.65 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 6044 0 0 0 61 4 0 0 20 0 15 0 95384632 10808807424 48152 33554432000 4194304 4196468 140721231675312 140084310966848 140084289193681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10555476 memory=6872598998417432672 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 15 0 95384633 10808807424 48152 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10555476 memory=1200 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 95384633 10808807424 48152 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10555476 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 95384633 10808807424 48152 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10555476 memory=15552 CPUtime=0.01 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 95384633 10808807424 48152 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95384634 10808807424 48152 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95384635 10808807424 48152 33554432000 4194304 4196468 140721231675312 140083865248800 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95384635 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083864195952 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) R 5789 5792 32402 0 -1 4202560 1444 0 0 0 32 0 0 0 20 0 15 0 95384637 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083862078680 140084288278556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) R 5789 5792 32402 0 -1 4202560 1390 0 0 0 30 0 0 0 20 0 15 0 95384637 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083861032488 140084291616582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 1532 0 0 0 31 0 0 0 20 0 15 0 95384637 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95384637 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95384638 10808807424 48218 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 192344 KiB

[startup+1.50084 s]
/proc/loadavg: 2.85 2.47 2.66 8/218 5807
/proc/meminfo: memFree=25694416/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10555476 memory=502052 CPUtime=4.28 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 17375 0 0 0 404 24 0 0 20 0 15 0 95384632 10808807424 125513 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2638869 125513 3127 1 0 2627263 0
[pid=5792/tid=5794] ppid=5789 vsize=10555476 memory=3467830207127435328 CPUtime=1.25 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 6104 0 0 0 119 6 0 0 20 0 15 0 95384632 10808807424 125513 33554432000 4194304 4196468 140721231675312 140084310956960 140084288685564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10555476 memory=262920 CPUtime=0.19 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 164 0 0 0 16 3 0 0 20 0 15 0 95384633 10808807424 125513 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10555476 memory=2241 CPUtime=0.19 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 159 0 0 0 16 3 0 0 20 0 15 0 95384633 10808807424 125513 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10555476 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 162 0 0 0 17 4 0 0 20 0 15 0 95384633 10808807424 125513 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10555476 memory=15872 CPUtime=0.15 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 174 0 0 0 12 3 0 0 20 0 15 0 95384633 10808807424 125513 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10555476 memory=15552 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95384634 10808807424 125513 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0

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

/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 5380 0 0 0 300 40 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10622040 memory=2429952 CPUtime=3.32 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 6413 0 0 0 293 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0.66 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 3570 0 0 0 64 2 0 0 20 0 16 0 95384634 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083865248864 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083864195968 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10622040 memory=2429952 CPUtime=2.14 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 9738 0 0 0 212 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10622040 memory=2429952 CPUtime=1.98 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 8567 0 0 0 196 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0.5 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 3996 0 0 0 49 1 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10622040 memory=2429952 CPUtime=1.24 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 2685 0 0 0 57 67 0 0 20 0 16 0 95384638 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5808] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5808/stat : 5808 (java) S 5789 5792 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95385461 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083856827312 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 2458.11 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2429952 KiB

[startup+2502.3 s]
/proc/loadavg: 3.83 2.59 2.28 6/217 5961
/proc/meminfo: memFree=21030880/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10622040 memory=2429952 CPUtime=2518.15 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 120245 0 0 0 251574 241 0 0 20 0 16 0 95384632 10876968960 607488 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2655510 607488 3169 1 0 2643904 0
[pid=5792/tid=5794] ppid=5789 vsize=10622040 memory=2429952 CPUtime=2497.99 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 65188 0 0 0 249780 19 0 0 20 0 16 0 95384632 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084310973824 140083937722169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10622040 memory=2429952 CPUtime=3.38 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 6063 0 0 0 299 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10622040 memory=2429952 CPUtime=3.41 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 7058 0 0 0 302 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10622040 memory=2429952 CPUtime=3.4 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 5380 0 0 0 300 40 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10622040 memory=2429952 CPUtime=3.32 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 6413 0 0 0 293 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0.66 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 3590 0 0 0 64 2 0 0 20 0 16 0 95384634 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083865248864 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083864195968 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10622040 memory=2429952 CPUtime=2.14 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 9753 0 0 0 212 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10622040 memory=4100 CPUtime=1.98 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 8573 0 0 0 196 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0.5 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 4008 0 0 0 49 1 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10622040 memory=5792 CPUtime=1.28 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 2762 0 0 0 59 69 0 0 20 0 16 0 95384638 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5808] ppid=5789 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5808/stat : 5808 (java) S 5789 5792 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95385461 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083856827312 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 2518.15 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2429952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.2 s]
/proc/loadavg: 3.83 2.59 2.28 6/217 5961
/proc/meminfo: memFree=21030896/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10622040 memory=2429952 CPUtime=2520.05 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 120262 0 0 0 251764 241 0 0 20 0 16 0 95384632 10876968960 607488 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2655510 607488 3169 1 0 2643904 0
[pid=5792/tid=5794] ppid=5789 vsize=10622040 memory=6764 CPUtime=2499.89 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) R 5789 5792 32402 0 -1 4202560 65205 0 0 0 249970 19 0 0 20 0 16 0 95384632 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084310973824 140083937558588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10622040 memory=840 CPUtime=3.38 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 6063 0 0 0 299 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10622040 memory=2536 CPUtime=3.41 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 7058 0 0 0 302 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10622040 memory=2880 CPUtime=3.4 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 5380 0 0 0 300 40 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10622040 memory=1160 CPUtime=3.32 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 6413 0 0 0 293 39 0 0 20 0 16 0 95384633 10876968960 607488 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10622040 memory=3240 CPUtime=0.66 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 3590 0 0 0 64 2 0 0 20 0 16 0 95384634 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10622040 memory=2429952 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083865248864 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10622040 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 95384635 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083864195968 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10622040 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10622040 memory=2964 CPUtime=2.14 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 9753 0 0 0 212 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10622040 memory=288230574492221466 CPUtime=1.98 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 8573 0 0 0 196 2 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10622040 memory=288230617509003574 CPUtime=0.5 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 4008 0 0 0 49 1 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10622040 memory=15825482151102897 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95384637 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10622040 memory=12068 CPUtime=1.28 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 2762 0 0 0 59 69 0 0 20 0 16 0 95384638 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5808] ppid=5789 vsize=10622040 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5808/stat : 5808 (java) S 5789 5792 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95385461 10876968960 607488 33554432000 4194304 4196468 140721231675312 140083856827312 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 2429952 KiB

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

[startup+2504.49 s]
# the end of solver process 5792 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.76 s, system=2.43015 s

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

[startup+2504.4 s]
/proc/loadavg: 3.83 2.59 2.28 6/217 5961
/proc/meminfo: memFree=21030896/32770624 swapFree=67108860/67108860
[pid=5792] ppid=5789 vsize=10821732 memory=2430268 CPUtime=2520.08 cores=1,3,5,7
/proc/5792/stat : 5792 (java) S 5789 5792 32402 0 -1 1077944320 121280 0 0 0 251767 241 0 0 20 0 17 0 95384632 11081453568 607567 33554432000 4194304 4196468 140721231675312 140721231657856 140084306734839 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
/proc/5792/statm: 2705433 607567 3173 1 0 2693827 0
[pid=5792/tid=5794] ppid=5789 vsize=10821732 memory=8112282956445269571 CPUtime=2499.91 cores=1,3,5,7
/proc/5792/task/5794/stat : 5794 (java) S 5789 5792 32402 0 -1 1077944384 65340 0 0 0 249972 19 0 0 20 0 17 0 95384632 11081453568 607567 33554432000 4194304 4196468 140721231675312 140084310977712 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5795] ppid=5789 vsize=10821732 memory=1440 CPUtime=3.38 cores=1,3,5,7
/proc/5792/task/5795/stat : 5795 (java) S 5789 5792 32402 0 -1 1077944384 6063 0 0 0 299 39 0 0 20 0 17 0 95384633 11081453568 607567 33554432000 4194304 4196468 140721231675312 140084259355792 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5796] ppid=5789 vsize=10821732 memory=5792 CPUtime=3.41 cores=1,3,5,7
/proc/5792/task/5796/stat : 5796 (java) S 5789 5792 32402 0 -1 1077944384 7058 0 0 0 302 39 0 0 20 0 17 0 95384633 11081453568 607567 33554432000 4194304 4196468 140721231675312 140084258302992 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5797] ppid=5789 vsize=10821732 memory=1224 CPUtime=3.4 cores=1,3,5,7
/proc/5792/task/5797/stat : 5797 (java) S 5789 5792 32402 0 -1 1077944384 5380 0 0 0 300 40 0 0 20 0 17 0 95384633 11081453568 607567 33554432000 4194304 4196468 140721231675312 140084257250192 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5798] ppid=5789 vsize=10821732 memory=8560 CPUtime=3.32 cores=1,3,5,7
/proc/5792/task/5798/stat : 5798 (java) S 5789 5792 32402 0 -1 1077944384 6413 0 0 0 293 39 0 0 20 0 17 0 95384633 11081453568 607567 33554432000 4194304 4196468 140721231675312 140084256197392 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5799] ppid=5789 vsize=10821732 memory=1712 CPUtime=0.66 cores=1,3,5,7
/proc/5792/task/5799/stat : 5799 (java) S 5789 5792 32402 0 -1 1077944384 3624 0 0 0 64 2 0 0 20 0 17 0 95384634 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083866302832 140084306745986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5800] ppid=5789 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5800/stat : 5800 (java) S 5789 5792 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95384635 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083865248864 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5801] ppid=5789 vsize=10821732 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5801/stat : 5801 (java) S 5789 5792 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 95384635 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083864195968 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5802] ppid=5789 vsize=10821732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5802/stat : 5802 (java) S 5789 5792 32402 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 95384637 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083863144272 140084306753435 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5803] ppid=5789 vsize=10821732 memory=4612 CPUtime=2.14 cores=1,3,5,7
/proc/5792/task/5803/stat : 5803 (java) S 5789 5792 32402 0 -1 1077944384 9753 0 0 0 212 2 0 0 20 0 17 0 95384637 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083862092656 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5804] ppid=5789 vsize=10821732 memory=1004 CPUtime=1.99 cores=1,3,5,7
/proc/5792/task/5804/stat : 5804 (java) S 5789 5792 32402 0 -1 1077944384 8573 0 0 0 197 2 0 0 20 0 17 0 95384637 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083861039856 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5805] ppid=5789 vsize=10821732 memory=1200 CPUtime=0.5 cores=1,3,5,7
/proc/5792/task/5805/stat : 5805 (java) S 5789 5792 32402 0 -1 1077944384 4270 0 0 0 49 1 0 0 20 0 17 0 95384637 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083859987056 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5806] ppid=5789 vsize=10821732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5792/task/5806/stat : 5806 (java) S 5789 5792 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95384637 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083858934496 140084306745045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
[pid=5792/tid=5807] ppid=5789 vsize=10821732 memory=15572 CPUtime=1.28 cores=1,3,5,7
/proc/5792/task/5807/stat : 5807 (java) S 5789 5792 32402 0 -1 1077944384 2762 0 0 0 59 69 0 0 20 0 17 0 95384638 11081453568 607567 33554432000 4194304 4196468 140721231675312 140083857881776 140084306745986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15015936 140721231680646 140721231680799 140721231680799 140721231683535 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 2430268 KiB

Child status: 143
Real time (s): 2504.49
CPU time (s): 2520.19
CPU user time (s): 2517.76
CPU system time (s): 2.43015
CPU usage (%): 100.627
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 2430268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.76
system time used= 2.43015
maximum resident set size= 2430524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57256
involuntary context switches= 1783


# summary of solver processes directly reported to runsolver:
#   pid: 5792
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2517.76
#   total CPU system time (s): 2.43015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.517 second user time and 24.079 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:01:52
IDJOB=4263226
IDBENCH=124090
IDSOLVER=2651
FILE ID=node113/4263226-1502622970
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61780 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-39-057-19-13-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263226-1502622970/watcher-4263226-1502622970 -o /tmp/evaluation-result-4263226-1502622970/solver-4263226-1502622970 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263226-1502622970.xml

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

MD5SUM BENCH= 3f57466950d699c6fe06f63c47c5f1af
RANDOM SEED=768897926

node113.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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.89
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:        25948932 kB
MemAvailable:   26268484 kB
Buffers:          107192 kB
Cached:           499504 kB
SwapCached:            0 kB
Active:          6219956 kB
Inactive:         151212 kB
Active(anon):    5714952 kB
Inactive(anon):    77700 kB
Active(file):     505004 kB
Inactive(file):    73512 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:       5634840 kB
Mapped:            55016 kB
Shmem:             25224 kB
Slab:             139744 kB
SReclaimable:     113740 kB
SUnreclaim:        26004 kB
KernelStack:        3888 kB
PageTables:        16272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6140816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4425728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 13:43:36