Trace number 4290133

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 2018-07-11? (TO) 2400.19 2391.27

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-7-cp_c18.xml
MD5SUM6d0c168c4ed68c601cb94602702970c2
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 variables252
Number of constraints13239
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":252}]
Minimum variable degree212
Maximum variable degree213
Distribution of variable degrees[{"degree":212,"count":216},{"degree":213,"count":36}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":13230},{"arity":36,"count":8},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints13230
Distribution of constraint types[{"type":"intension","count":13230},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

8.03/2.93	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.03/2.93	c This is free software under the dual EPL/GNU LGPL licenses.
8.03/2.93	c See www.sat4j.org for details.
8.03/2.93	c That software uses the Rhino library from the Mozilla project.
8.03/2.93	c version 2.3.6-SNAPSHOT
8.03/2.93	c java.runtime.name	Java(TM) SE Runtime Environment
8.03/2.93	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.03/2.93	c java.vm.version	25.131-b11
8.03/2.93	c java.vm.vendor	Oracle Corporation
8.03/2.93	c sun.arch.data.model	64
8.03/2.93	c java.version		1.8.0_131
8.03/2.93	c os.name		Linux
8.03/2.93	c os.version		3.10.0-514.16.1.el7.x86_64
8.03/2.93	c os.arch		amd64
8.03/2.93	c Free memory 		499604488
8.03/2.93	c Max memory 		7247757312
8.03/2.93	c Total memory 		504889344
8.03/2.93	c Number of processors 	4
8.03/2.93	c c --- Begin Solver configuration ---
8.03/2.93	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.03/2.93	c Learn all clauses as in MiniSAT
8.03/2.93	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.03/2.93	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.03/2.93	c No reason simplification
8.03/2.93	c Glucose 2.1 dynamic restart strategy
8.03/2.93	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
8.03/2.93	c timeout=2147483s
8.03/2.93	c DB Simplification allowed=false
8.03/2.93	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.03/2.93	c --- End Solver configuration ---
8.03/2.93	c constraints type 
8.03/2.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 504
8.03/2.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20381
8.03/2.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1231866
8.03/2.93	c org.sat4j.specs.Constr$1 => 1340
8.03/2.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 26907
8.03/2.93	c 1280998 constraints processed.
2400.12/2391.21	c starts		: 23314
2400.12/2391.21	c conflicts		: 5733500
2400.12/2391.21	c decisions		: 14969853
2400.12/2391.21	c propagations		: 4120453933
2400.12/2391.21	c inspects		: 33320662132
2400.12/2391.21	c shortcuts		: 0
2400.12/2391.21	c learnt literals	: 70
2400.12/2391.21	c learnt binary clauses	: 260
2400.12/2391.21	c learnt ternary clauses	: 798
2400.12/2391.21	c learnt constraints	: 5733430
2400.12/2391.21	c ignored constraints	: 0
2400.12/2391.21	c root simplifications	: 0
2400.12/2391.21	c removed literals (reason simplification)	: 0
2400.12/2391.21	c reason swapping (by a shorter reason)	: 0
2400.12/2391.21	c Calls to reduceDB	: 102
2400.12/2391.21	c Number of update (reduction) of LBD	: 2090272
2400.12/2391.21	c Imported unit clauses	: 0
2400.12/2391.21	c number of reductions to clauses (during analyze)	: 0
2400.12/2391.21	c number of learned constraints concerned by reduction	: 0
2400.12/2391.21	c number of learning phase by resolution	: 0
2400.12/2391.21	c number of learning phase by cutting planes	: 0
2400.12/2391.21	c number of rounding to 1 operations	: 0
2400.12/2391.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.12/2391.21	c number of reductions of the coefficients by power 2 	: 0
2400.12/2391.21	c number of right shift for reduction by power 2 	: 0
2400.12/2391.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.12/2391.21	c number of ending skipping 	: 0
2400.12/2391.21	c number of internal skipping 	: 0
2400.12/2391.21	c number of derivation steps 	: 0
2400.12/2391.21	c number of skipped derivation steps 	: 0
2400.12/2391.21	c number of remaining unassigned 	: 0
2400.12/2391.21	c number of remaining assigned 	: 0
2400.12/2391.21	c speed (assignments/second)	: 1725320.6599043224
2400.12/2391.21	c non guided choices	: 893573
2400.12/2391.24	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 260
2400.12/2391.24	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 177260
2400.12/2391.24	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 (5969 MiB free)
  memory of node 1: 16384 MiB (12762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290133-1532217489/watcher-4290133-1532217489 -o /tmp/evaluation-result-4290133-1532217489/solver-4290133-1532217489 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290133-1532217489.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=27537, runsolver pid=27534
Current StackSize limit: 8192 KiB


[startup+0.101363 s]*
/proc/loadavg: 4.55 5.23 4.01 2/217 27552
/proc/meminfo: memFree=19166280/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10659012 memory=29476 CPUtime=0.13 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 6486 0 0 0 12 1 0 0 20 0 15 0 39312050 10914828288 7369 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2664753 7369 2841 1 0 2627263 0
[pid=27537/tid=27539] ppid=27534 vsize=10659012 memory=-8125511277465734527 CPUtime=0.09 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 4274 0 0 0 8 1 0 0 20 0 15 0 39312051 10914828288 7369 33554432000 4194304 4196468 140728710731392 140391714158528 140391694017886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 7369 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 7369 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 7369 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 7369 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390812325024 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39312054 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390811271920 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0.02 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) R 27534 27537 23392 0 -1 4202560 385 0 0 0 2 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390807063024 140391688502737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 7369 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29476 KiB

[startup+0.210568 s]*
/proc/loadavg: 4.55 5.23 4.01 3/217 27552
/proc/meminfo: memFree=19155284/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10659012 memory=40788 CPUtime=0.33 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 7816 0 0 0 31 2 0 0 20 0 15 0 39312050 10914828288 10197 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2664753 10197 3004 1 0 2627263 0
[pid=27537/tid=27539] ppid=27534 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 4616 0 0 0 19 1 0 0 20 0 15 0 39312051 10914828288 10197 33554432000 4194304 4196468 140728710731392 140391714173680 140391693981029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 10197 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10659012 memory=4120990816978544288 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 10197 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 10197 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 10197 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390812325024 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39312054 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390811271920 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) R 27534 27537 23392 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390807063024 140391703037246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 10197 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40788 KiB

[startup+0.310455 s]*
/proc/loadavg: 4.55 5.23 4.01 5/217 27552
/proc/meminfo: memFree=19140396/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10659012 memory=54156 CPUtime=0.59 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 9593 0 0 0 56 3 0 0 20 0 15 0 39312050 10914828288 13539 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2664753 13539 3045 1 0 2627263 0
[pid=27537/tid=27539] ppid=27534 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 4970 0 0 0 28 1 0 0 20 0 15 0 39312051 10914828288 13539 33554432000 4194304 4196468 140728710731392 140391714172872 140391709959325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10659012 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 13539 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10659012 memory=3688648546990892704 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 13539 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 13539 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312052 10914828288 13539 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39312053 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390812325024 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39312054 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390811271920 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) R 27534 27537 23392 0 -1 4202560 1017 0 0 0 7 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390809154648 140391688329992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) R 27534 27537 23392 0 -1 4202560 1013 0 0 0 7 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390808097096 140391693468892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0.12 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) R 27534 27537 23392 0 -1 1077944384 1227 0 0 0 12 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10659012 memory=139754857506432 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312056 10914828288 13539 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54156 KiB

[startup+0.701443 s]
/proc/loadavg: 4.55 5.23 4.01 6/217 27552
/proc/meminfo: memFree=19114708/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10659088 memory=162684 CPUtime=1.79 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 11816 0 0 0 173 6 0 0 20 0 15 0 39312050 10914906112 40671 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2664772 40671 3100 1 0 2627263 0
[pid=27537/tid=27539] ppid=27534 vsize=10659088 memory=258055325384439 CPUtime=0.68 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 5474 0 0 0 64 4 0 0 20 0 15 0 39312051 10914906112 40671 33554432000 4194304 4196468 140728710731392 140391714173312 140391349955740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10659088 memory=120106 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914906112 40671 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914906112 40671 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312052 10914906112 40671 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39312052 10914906112 40671 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39312053 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39312053 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390812325024 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39312054 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390811271920 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10659088 memory=6656426216303648864 CPUtime=0.42 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) R 27534 27537 23392 0 -1 4202560 1857 0 0 0 42 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390809158544 140391693494712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10659088 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) R 27534 27537 23392 0 -1 4202560 1638 0 0 0 42 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390808097488 140391694331264 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10659088 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) S 27534 27537 23392 0 -1 1077944384 1477 0 0 0 24 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10659088 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39312056 10914906112 40671 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 162684 KiB

[startup+1.50078 s]
/proc/loadavg: 4.55 5.23 4.01 6/217 27552
/proc/meminfo: memFree=18995496/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10661136 memory=227900 CPUtime=4.39 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 14610 0 0 0 429 10 0 0 20 0 15 0 39312050 10917003264 56975 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2665284 56975 3151 1 0 2627775 0
[pid=27537/tid=27539] ppid=27534 vsize=10661136 memory=10755 CPUtime=1.42 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 5756 0 0 0 138 4 0 0 20 0 15 0 39312051 10917003264 56975 33554432000 4194304 4196468 140728710731392 140391714171096 140391352033189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10661136 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 39312052 10917003264 56975 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10661136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 39312052 10917003264 56975 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10661136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 15 0 39312052 10917003264 56975 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10661136 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 81 0 0 0 2 1 0 0 20 0 15 0 39312052 10917003264 56975 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39312053 10917003264 56975 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0

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

/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 694 0 0 0 26 8 0 0 20 0 16 0 39312052 10985164800 293688 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10727700 memory=1172704 CPUtime=0.35 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 1813 0 0 0 26 9 0 0 20 0 16 0 39312052 10985164800 293688 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10727700 memory=1172704 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 1535 0 0 0 3 4 0 0 20 0 16 0 39312053 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10727700 memory=1174752 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39312053 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390812325088 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10727700 memory=1168608 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39312054 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390811271936 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10727700 memory=1139936 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10727700 memory=1172704 CPUtime=3.02 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 10328 0 0 0 300 2 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10727700 memory=1796 CPUtime=2.88 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 12665 0 0 0 286 2 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10727700 memory=1166560 CPUtime=0.69 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) S 27534 27537 23392 0 -1 1077944384 6818 0 0 0 68 1 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10727700 memory=1166560 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10727700 memory=288230574492221466 CPUtime=1.36 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 2237 0 0 0 61 75 0 0 20 0 16 0 39312056 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27553] ppid=27534 vsize=10727700 memory=303430261956411701 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27553/stat : 27553 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39312350 10985164800 293688 33554432000 4194304 4196468 140728710731392 140390359188528 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 2331.35 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1174752 KiB

[startup+2382.3 s]
/proc/loadavg: 2.49 2.14 2.22 3/216 27805
/proc/meminfo: memFree=15406664/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10727700 memory=1211616 CPUtime=2391.39 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 74465 0 0 0 239010 129 0 0 20 0 16 0 39312050 10985164800 302904 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2681925 302904 3184 1 0 2644416 0
[pid=27537/tid=27539] ppid=27534 vsize=10727700 memory=1211616 CPUtime=2381.89 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 34637 0 0 0 238172 17 0 0 20 0 16 0 39312051 10985164800 302904 33554432000 4194304 4196468 140728710731392 140391714174264 140391354288974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10727700 memory=1209568 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 907 0 0 0 25 9 0 0 20 0 16 0 39312052 10985164800 302904 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10727700 memory=34 CPUtime=0.33 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1402 0 0 0 25 8 0 0 20 0 16 0 39312052 10985164800 302904 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10727700 memory=12468290062658 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 694 0 0 0 26 8 0 0 20 0 16 0 39312052 10985164800 302904 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10727700 memory=1207520 CPUtime=0.35 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 1813 0 0 0 26 9 0 0 20 0 16 0 39312052 10985164800 302904 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10727700 memory=1207520 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 1535 0 0 0 3 4 0 0 20 0 16 0 39312053 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10727700 memory=1205472 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39312053 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390812325088 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10727700 memory=1205472 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39312054 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390811271936 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10727700 memory=1209568 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10727700 memory=1207520 CPUtime=3.02 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 10328 0 0 0 300 2 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10727700 memory=1211616 CPUtime=2.88 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 12665 0 0 0 286 2 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10727700 memory=1211616 CPUtime=0.69 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) S 27534 27537 23392 0 -1 1077944384 6818 0 0 0 68 1 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10727700 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10727700 memory=1211616 CPUtime=1.39 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 2241 0 0 0 62 77 0 0 20 0 16 0 39312056 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27553] ppid=27534 vsize=10727700 memory=1209568 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27553/stat : 27553 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39312350 10985164800 302904 33554432000 4194304 4196468 140728710731392 140390359188528 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 2391.39 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1211616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391 s]*
/proc/loadavg: 2.87 2.23 2.25 6/216 27805
/proc/meminfo: memFree=14328680/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10727700 memory=1215712 CPUtime=2400.1 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 74553 0 0 0 239881 129 0 0 20 0 16 0 39312050 10985164800 303928 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2681925 303928 3184 1 0 2644416 0
[pid=27537/tid=27539] ppid=27534 vsize=10727700 memory=6791534058613427641 CPUtime=2390.6 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) R 27534 27537 23392 0 -1 4202560 34715 0 0 0 239043 17 0 0 20 0 16 0 39312051 10985164800 303928 33554432000 4194304 4196468 140728710731392 140391714174264 140391354163683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10727700 memory=6940449921282106475 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 907 0 0 0 25 9 0 0 20 0 16 0 39312052 10985164800 303928 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10727700 memory=4856626703559126638 CPUtime=0.33 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1402 0 0 0 25 8 0 0 20 0 16 0 39312052 10985164800 303928 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10727700 memory=8414074075373934941 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 694 0 0 0 26 8 0 0 20 0 16 0 39312052 10985164800 303928 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10727700 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 1813 0 0 0 26 9 0 0 20 0 16 0 39312052 10985164800 303928 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10727700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 1537 0 0 0 3 4 0 0 20 0 16 0 39312053 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39312053 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390812325088 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10727700 memory=2 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39312054 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390811271936 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10727700 memory=0 CPUtime=3.02 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 10330 0 0 0 300 2 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10727700 memory=0 CPUtime=2.88 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 12667 0 0 0 286 2 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10727700 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) S 27534 27537 23392 0 -1 1077944384 6820 0 0 0 68 1 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10727700 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 2243 0 0 0 63 77 0 0 20 0 16 0 39312056 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27553] ppid=27534 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27553/stat : 27553 (java) S 27534 27537 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39312350 10985164800 303928 33554432000 4194304 4196468 140728710731392 140390359188528 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1215712 KiB

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

[startup+2391.27 s]
# the end of solver process 27537 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.88 s, system=1.31116 s

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

[startup+2391.2 s]
/proc/loadavg: 2.87 2.23 2.25 6/216 27805
/proc/meminfo: memFree=14328680/32770624 swapFree=67108860/67108860
[pid=27537] ppid=27534 vsize=10927392 memory=1224200 CPUtime=2400.12 cores=1,3,5,7
/proc/27537/stat : 27537 (java) S 27534 27537 23392 0 -1 1077944320 76076 0 0 0 239882 130 0 0 20 0 17 0 39312050 11189649408 306050 33554432000 4194304 4196468 140728710731392 140728710713936 140391709937399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
/proc/27537/statm: 2731848 306050 3187 1 0 2694339 0
[pid=27537/tid=27539] ppid=27534 vsize=10927392 memory=13960 CPUtime=2390.62 cores=1,3,5,7
/proc/27537/task/27539/stat : 27539 (java) S 27534 27537 23392 0 -1 1077944384 34807 0 0 0 239044 18 0 0 20 0 17 0 39312051 11189649408 306050 33554432000 4194304 4196468 140728710731392 140391714180272 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27540] ppid=27534 vsize=10927392 memory=4140 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27540/stat : 27540 (java) S 27534 27537 23392 0 -1 1077944384 907 0 0 0 25 9 0 0 20 0 17 0 39312052 11189649408 306050 33554432000 4194304 4196468 140728710731392 140391677496336 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27541] ppid=27534 vsize=10927392 memory=13960 CPUtime=0.33 cores=1,3,5,7
/proc/27537/task/27541/stat : 27541 (java) S 27534 27537 23392 0 -1 1077944384 1402 0 0 0 25 8 0 0 20 0 17 0 39312052 11189649408 306050 33554432000 4194304 4196468 140728710731392 140391316122768 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27542] ppid=27534 vsize=10927392 memory=2436 CPUtime=0.34 cores=1,3,5,7
/proc/27537/task/27542/stat : 27542 (java) S 27534 27537 23392 0 -1 1077944384 694 0 0 0 26 8 0 0 20 0 17 0 39312052 11189649408 306050 33554432000 4194304 4196468 140728710731392 140391315069712 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27543] ppid=27534 vsize=10927392 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/27537/task/27543/stat : 27543 (java) S 27534 27537 23392 0 -1 1077944384 1813 0 0 0 26 9 0 0 20 0 17 0 39312052 11189649408 306050 33554432000 4194304 4196468 140728710731392 140391314017168 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27544] ppid=27534 vsize=10927392 memory=13960 CPUtime=0.07 cores=1,3,5,7
/proc/27537/task/27544/stat : 27544 (java) S 27534 27537 23392 0 -1 1077944384 1537 0 0 0 3 4 0 0 20 0 17 0 39312053 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390813378800 140391709948546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27545] ppid=27534 vsize=10927392 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27545/stat : 27545 (java) S 27534 27537 23392 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39312053 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390812325088 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27546] ppid=27534 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27546/stat : 27546 (java) S 27534 27537 23392 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 39312054 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390811271936 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27547] ppid=27534 vsize=10927392 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27547/stat : 27547 (java) S 27534 27537 23392 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390810220496 140391709955995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27548] ppid=27534 vsize=10927392 memory=12976 CPUtime=3.02 cores=1,3,5,7
/proc/27537/task/27548/stat : 27548 (java) S 27534 27537 23392 0 -1 1077944384 10330 0 0 0 300 2 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390809168624 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27549] ppid=27534 vsize=10927392 memory=1696 CPUtime=2.88 cores=1,3,5,7
/proc/27537/task/27549/stat : 27549 (java) S 27534 27537 23392 0 -1 1077944384 12667 0 0 0 286 2 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390808116080 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27550] ppid=27534 vsize=10927392 memory=1232 CPUtime=0.7 cores=1,3,5,7
/proc/27537/task/27550/stat : 27550 (java) S 27534 27537 23392 0 -1 1077944384 7672 0 0 0 68 2 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390807063024 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27551] ppid=27534 vsize=10927392 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/27537/task/27551/stat : 27551 (java) S 27534 27537 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390806010720 140391709947605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
[pid=27537/tid=27552] ppid=27534 vsize=10927392 memory=1296 CPUtime=1.4 cores=1,3,5,7
/proc/27537/task/27552/stat : 27552 (java) S 27534 27537 23392 0 -1 1077944384 2243 0 0 0 63 77 0 0 20 0 17 0 39312056 11189649408 306050 33554432000 4194304 4196468 140728710731392 140390362339888 140391709948546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6303744 140728710739057 140728710739209 140728710739209 140728710741967 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1224200 KiB

Child status: 143
Real time (s): 2391.27
CPU time (s): 2400.19
CPU user time (s): 2398.88
CPU system time (s): 1.31116
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1224200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.88
system time used= 1.31116
maximum resident set size= 1226520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54370
involuntary context switches= 1078


# summary of solver processes directly reported to runsolver:
#   pid: 27537
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2398.88
#   total CPU system time (s): 1.31116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9445 second user time and 17.7178 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:58:09
IDJOB=4290133
IDBENCH=141388
IDSOLVER=2742
FILE ID=node136/4290133-1532217489
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-7-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290133-1532217489/watcher-4290133-1532217489 -o /tmp/evaluation-result-4290133-1532217489/solver-4290133-1532217489 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290133-1532217489.xml

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

MD5SUM BENCH= 6d0c168c4ed68c601cb94602702970c2
RANDOM SEED=1985451052

node136.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.50
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.50
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.50
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.50
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:        19182392 kB
MemAvailable:   29017104 kB
Buffers:          225672 kB
Cached:          9817976 kB
SwapCached:            0 kB
Active:          3975692 kB
Inactive:        9040168 kB
Active(anon):    2975148 kB
Inactive(anon):    16920 kB
Active(file):    1000544 kB
Inactive(file):  9023248 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3328 kB
Writeback:             0 kB
AnonPages:       2928500 kB
Mapped:            46996 kB
Shmem:             17036 kB
Slab:             266092 kB
SReclaimable:     239380 kB
SUnreclaim:        26712 kB
KernelStack:        3856 kB
PageTables:        10488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4601756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2811904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57108 MiB
End job on node136 at 2018-07-22 02:38:00