Trace number 4301964

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 252.072 246.029

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-15_c18.xml
MD5SUMab9b164a4e6822ef65bd3fedb3115018
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark252.102
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints10586
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":450}]
Minimum variable degree44
Maximum variable degree59
Distribution of variable degrees[{"degree":44,"count":56},{"degree":45,"count":56},{"degree":46,"count":48},{"degree":47,"count":48},{"degree":48,"count":40},{"degree":49,"count":40},{"degree":50,"count":32},{"degree":51,"count":32},{"degree":52,"count":24},{"degree":53,"count":24},{"degree":54,"count":16},{"degree":55,"count":16},{"degree":56,"count":8},{"degree":57,"count":8},{"degree":58,"count":1},{"degree":59,"count":1}]
Minimum constraint arity2
Maximum constraint arity450
Distribution of constraint arities[{"arity":2,"count":10585},{"arity":450,"count":1}]
Number of extensional constraints0
Number of intensional constraints10585
Distribution of constraint types[{"type":"intension","count":10585},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301964-1532886095/watcher-4301964-1532886095 -o /tmp/evaluation-result-4301964-1532886095/solver-4301964-1532886095 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301964-1532886095.xml 

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

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

solver pid=19432, runsolver pid=19429

[startup+0.100952 s]*
/proc/loadavg: 2.05 2.54 2.54 3/218 19447
/proc/meminfo: memFree=28064232/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10659012 memory=31260 CPUtime=0.12 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 6878 0 0 0 11 1 0 0 20 0 15 0 106172686 10914828288 7815 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2664753 7815 2818 1 0 2627263 0
[pid=19432/tid=19434] ppid=19429 vsize=10659012 memory=-8701690554792447873 CPUtime=0.09 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 4717 0 0 0 8 1 0 0 20 0 15 0 106172687 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525599352768 140525595153565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525086688288 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106172690 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525085635440 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0.01 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) R 19429 19432 13514 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 106172692 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525081426544 140525574553040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172693 10914828288 7815 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31260 KiB

[startup+0.210689 s]*
/proc/loadavg: 2.05 2.54 2.54 4/218 19447
/proc/meminfo: memFree=28053832/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10659012 memory=41852 CPUtime=0.33 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 106172686 10914828288 10463 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2664753 10463 3004 1 0 2627263 0
[pid=19432/tid=19434] ppid=19429 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 5082 0 0 0 19 1 0 0 20 0 15 0 106172687 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525599367312 140525579175269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10659012 memory=139683469908209 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525086688288 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106172690 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525085635440 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 670 0 0 0 2 0 0 0 20 0 15 0 106172692 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 106172692 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) R 19429 19432 13514 0 -1 4202560 649 0 0 0 7 0 0 0 20 0 15 0 106172692 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525081426544 140525595143574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172693 10914828288 10463 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41852 KiB

[startup+0.313212 s]*
/proc/loadavg: 2.05 2.54 2.54 5/218 19447
/proc/meminfo: memFree=28038324/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10659012 memory=54700 CPUtime=0.6 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 9765 0 0 0 57 3 0 0 20 0 15 0 106172686 10914828288 13675 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2664753 13675 3042 1 0 2627263 0
[pid=19432/tid=19434] ppid=19429 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 5437 0 0 0 29 1 0 0 20 0 15 0 106172687 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525599367304 140525595153565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10659012 memory=139683469905935 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172688 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106172689 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525086688288 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106172690 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525085635440 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) R 19429 19432 13514 0 -1 4202560 1242 0 0 0 7 0 0 0 20 0 15 0 106172692 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525083524776 140525580013328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) R 19429 19432 13514 0 -1 4202560 764 0 0 0 7 0 0 0 20 0 15 0 106172692 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525082460360 140525580042794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0.12 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) R 19429 19432 13514 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 15 0 106172692 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10659012 memory=139683469276800 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172693 10914828288 13675 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54700 KiB

[startup+0.700678 s]
/proc/loadavg: 2.13 2.54 2.54 5/218 19447
/proc/meminfo: memFree=28017984/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10659088 memory=131828 CPUtime=1.8 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 11784 0 0 0 176 4 0 0 20 0 15 0 106172686 10914906112 32957 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2664772 32957 3105 1 0 2627263 0
[pid=19432/tid=19434] ppid=19429 vsize=10659088 memory=16884 CPUtime=0.67 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 5972 0 0 0 65 2 0 0 20 0 15 0 106172687 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525599365600 140525595143574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172688 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106172688 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106172689 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106172689 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525086688288 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106172690 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525085635440 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10659088 memory=6081108994580573287 CPUtime=0.41 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) R 19429 19432 13514 0 -1 4202560 1647 0 0 0 41 0 0 0 20 0 15 0 106172692 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525083520576 140525574348955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10659088 memory=6220993253238723945 CPUtime=0.41 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) R 19429 19432 13514 0 -1 4202560 1466 0 0 0 41 0 0 0 20 0 15 0 106172692 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525082468960 140525578518616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) R 19429 19432 13514 0 -1 1077944384 1329 0 0 0 27 0 0 0 20 0 15 0 106172692 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106172692 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106172693 10914906112 32957 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 131828 KiB

[startup+1.50124 s]
/proc/loadavg: 2.13 2.54 2.54 6/218 19447
/proc/meminfo: memFree=27892296/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10661136 memory=220924 CPUtime=4.46 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 16210 0 0 0 438 8 0 0 20 0 15 0 106172686 10917003264 55231 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2665284 55231 3141 1 0 2627775 0
[pid=19432/tid=19434] ppid=19429 vsize=10661136 memory=204276 CPUtime=1.45 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 13514 0 -1 1077944384 6165 0 0 0 142 3 0 0 20 0 15 0 106172687 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525599367488 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10661136 memory=33 CPUtime=0.01 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) R 19429 19432 13514 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 15 0 106172688 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525560413328 140525588235116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) R 19429 19432 13514 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 106172688 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10661136 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) R 19429 19432 13514 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 15 0 106172688 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525199531096 140525580159513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10661136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) R 19429 19432 13514 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 106172688 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525198478096 140525580159513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106172689 10917003264 55231 33554432000 4194304 4196468 140737306373472 140525087740832 140525595141845 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0

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

/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525086688352 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106172690 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525085635456 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10727700 memory=409208 CPUtime=2.53 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 5843 0 0 0 253 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10727700 memory=409208 CPUtime=2.68 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 6260 0 0 0 268 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.61 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 13514 0 -1 1077944384 4239 0 0 0 60 1 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10727700 memory=30256 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10727700 memory=2204 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 720 0 0 0 4 4 0 0 20 0 16 0 106172693 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19448] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106172907 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525076169648 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 168.47 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 409208 KiB

[startup+222.301 s]
/proc/loadavg: 2.65 2.44 2.49 3/216 19605
/proc/meminfo: memFree=23084096/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10727700 memory=409208 CPUtime=228.51 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 27691 0 0 0 22828 23 0 0 20 0 16 0 106172686 10985164800 102302 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2681925 102302 3169 1 0 2644416 0
[pid=19432/tid=19434] ppid=19429 vsize=10727700 memory=4140 CPUtime=222.16 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 8643 0 0 0 22211 5 0 0 20 0 16 0 106172687 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525599368120 140525238151580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 59 0 0 0 6 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 48 0 0 0 5 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 54 0 0 0 5 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525086688352 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106172690 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525085635456 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10727700 memory=2724 CPUtime=2.53 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 5843 0 0 0 253 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10727700 memory=409208 CPUtime=2.68 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 6260 0 0 0 268 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10727700 memory=4140 CPUtime=0.61 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 13514 0 -1 1077944384 4239 0 0 0 60 1 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10727700 memory=30256 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10727700 memory=409208 CPUtime=0.12 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 724 0 0 0 6 6 0 0 20 0 16 0 106172693 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19448] ppid=19429 vsize=10727700 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106172907 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525076169648 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 228.51 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 409208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.801 s]
/proc/loadavg: 2.55 2.43 2.49 6/216 19605
/proc/meminfo: memFree=22883340/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10727700 memory=409208 CPUtime=252.02 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 28023 0 0 0 25179 23 0 0 20 0 16 0 106172686 10985164800 102302 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2681925 102302 3169 1 0 2644416 0
[pid=19432/tid=19434] ppid=19429 vsize=10727700 memory=2204 CPUtime=245.66 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) R 19429 19432 13514 0 -1 4202560 8910 0 0 0 24561 5 0 0 20 0 16 0 106172687 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525599368120 140525237989770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10727700 memory=1240 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 59 0 0 0 6 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10727700 memory=1520 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 48 0 0 0 5 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10727700 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 54 0 0 0 5 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10727700 memory=844 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 16 0 106172688 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10727700 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10727700 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106172689 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525086688352 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10727700 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106172690 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525085635456 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10727700 memory=10368 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10727700 memory=14572 CPUtime=2.53 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 5849 0 0 0 253 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10727700 memory=12708 CPUtime=2.68 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 6263 0 0 0 268 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10727700 memory=16884 CPUtime=0.61 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 13514 0 -1 1077944384 4249 0 0 0 60 1 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10727700 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106172692 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10727700 memory=1584 CPUtime=0.13 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 761 0 0 0 7 6 0 0 20 0 16 0 106172693 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19448] ppid=19429 vsize=10727700 memory=496 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19448/stat : 19448 (java) S 19429 19432 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106172907 10985164800 102302 33554432000 4194304 4196468 140737306373472 140525076169648 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 409208 KiB

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

[startup+246.029 s]
# the end of solver process 19432 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.828 s, system=0.244092 s

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

[startup+246.001 s]*
/proc/loadavg: 2.75 2.47 2.50 2/217 19608
/proc/meminfo: memFree=22883200/32770624 swapFree=67108860/67108860
[pid=19432] ppid=19429 vsize=10927392 memory=409536 CPUtime=252.04 cores=0,2,4,6
/proc/19432/stat : 19432 (java) S 19429 19432 13514 0 -1 1077944320 29024 0 0 0 25181 23 0 0 20 0 17 0 106172686 11189649408 102384 33554432000 4194304 4196468 140737306373472 140737306356016 140525595131639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
/proc/19432/statm: 2731848 102384 3172 1 0 2694339 0
[pid=19432/tid=19434] ppid=19429 vsize=10927392 memory=6791534058613427641 CPUtime=245.67 cores=0,2,4,6
/proc/19432/task/19434/stat : 19434 (java) S 19429 19432 13514 0 -1 1077944384 9011 0 0 0 24562 5 0 0 20 0 17 0 106172687 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525599374512 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19435] ppid=19429 vsize=10927392 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19435/stat : 19435 (java) S 19429 19432 13514 0 -1 1077944384 59 0 0 0 6 2 0 0 20 0 17 0 106172688 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525560413328 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19436] ppid=19429 vsize=10927392 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19436/stat : 19436 (java) S 19429 19432 13514 0 -1 1077944384 48 0 0 0 5 2 0 0 20 0 17 0 106172688 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525200583696 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19437] ppid=19429 vsize=10927392 memory=13847486485760432 CPUtime=0.07 cores=0,2,4,6
/proc/19432/task/19437/stat : 19437 (java) S 19429 19432 13514 0 -1 1077944384 54 0 0 0 5 2 0 0 20 0 17 0 106172688 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525199530896 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19438] ppid=19429 vsize=10927392 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/19432/task/19438/stat : 19438 (java) S 19429 19432 13514 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 17 0 106172688 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525198478096 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19439] ppid=19429 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19439/stat : 19439 (java) S 19429 19432 13514 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 17 0 106172689 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525087742320 140525595142786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19440] ppid=19429 vsize=10927392 memory=3184 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19440/stat : 19440 (java) S 19429 19432 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 106172689 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525086688352 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19441] ppid=19429 vsize=10927392 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19441/stat : 19441 (java) S 19429 19432 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 106172690 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525085635456 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19442] ppid=19429 vsize=10927392 memory=10368 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19442/stat : 19442 (java) S 19429 19432 13514 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 17 0 106172692 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525084583760 140525595150235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19443] ppid=19429 vsize=10927392 memory=1700 CPUtime=2.53 cores=0,2,4,6
/proc/19432/task/19443/stat : 19443 (java) S 19429 19432 13514 0 -1 1077944384 5948 0 0 0 253 0 0 0 20 0 17 0 106172692 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525083532144 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19444] ppid=19429 vsize=10927392 memory=1408 CPUtime=2.68 cores=0,2,4,6
/proc/19432/task/19444/stat : 19444 (java) S 19429 19432 13514 0 -1 1077944384 6263 0 0 0 268 0 0 0 20 0 17 0 106172692 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525082479344 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19445] ppid=19429 vsize=10927392 memory=3184 CPUtime=0.61 cores=0,2,4,6
/proc/19432/task/19445/stat : 19445 (java) S 19429 19432 13514 0 -1 1077944384 4376 0 0 0 60 1 0 0 20 0 17 0 106172692 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525081426544 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19446] ppid=19429 vsize=10927392 memory=409208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19446/stat : 19446 (java) S 19429 19432 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106172692 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525080373984 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19447] ppid=19429 vsize=10927392 memory=1408 CPUtime=0.13 cores=0,2,4,6
/proc/19432/task/19447/stat : 19447 (java) S 19429 19432 13514 0 -1 1077944384 761 0 0 0 7 6 0 0 20 0 17 0 106172693 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525079321264 140525595142786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19606] ppid=19429 vsize=10927392 memory=4629771062077588875 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19606/stat : 19606 (java) S 19429 19432 13514 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 17 0 106197267 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525075116144 140525595141845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
[pid=19432/tid=19607] ppid=19429 vsize=10927392 memory=5187208 CPUtime=0 cores=0,2,4,6
/proc/19432/task/19607/stat : 19607 (java) R 19429 19432 13514 0 -1 4202560 218 0 0 0 0 0 0 0 20 0 17 0 106197267 11189649408 102387 33554432000 4194304 4196468 140737306373472 140525074064272 140525237605831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20045824 140737306379382 140737306379534 140737306379534 140737306382287 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 409536 KiB

Child status: 143
Real time (s): 246.029
CPU time (s): 252.072
CPU user time (s): 251.828
CPU system time (s): 0.244092
CPU usage (%): 102.456
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 409536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.828
system time used= 0.244092
maximum resident set size= 410048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7416
involuntary context switches= 367


# summary of solver processes directly reported to runsolver:
#   pid: 19432
#   total CPU time (s): 252.072
#   total CPU user time (s): 251.828
#   total CPU system time (s): 0.244092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51877 second user time and 2.40756 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:41:35
IDJOB=4301964
IDBENCH=141488
IDSOLVER=2773
FILE ID=node136/4301964-1532886095
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-15_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301964-1532886095/watcher-4301964-1532886095 -o /tmp/evaluation-result-4301964-1532886095/solver-4301964-1532886095 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301964-1532886095.xml

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

MD5SUM BENCH= ab9b164a4e6822ef65bd3fedb3115018
RANDOM SEED=1723968998

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:        28082104 kB
MemAvailable:   31386232 kB
Buffers:          214236 kB
Cached:          3360552 kB
SwapCached:            0 kB
Active:          2260064 kB
Inactive:        1953232 kB
Active(anon):     589956 kB
Inactive(anon):    76480 kB
Active(file):    1670108 kB
Inactive(file):  1876752 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:        653256 kB
Mapped:            46704 kB
Shmem:             25228 kB
Slab:             174132 kB
SReclaimable:     146204 kB
SUnreclaim:        27928 kB
KernelStack:        3840 kB
PageTables:         6832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1573120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 60224 MiB
End job on node136 at 2018-07-29 19:45:41