Trace number 4301223

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.134 158.857

General information on the benchmark

NameStillLife/
StillLife-wastage-17_c18.xml
MD5SUM6bdaa478fa612f14e4ae80d6384d4ab1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark138
Best CPU time to get the best result obtained on this benchmark252.145
Satisfiable
(Un)Satisfiability was proved
Number of variables742
Number of constraints467
Number of domains4
Minimum domain size2
Maximum domain size723
Distribution of domain sizes[{"size":2,"count":361},{"size":3,"count":361},{"size":290,"count":1},{"size":723,"count":19}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":358},{"degree":3,"count":22},{"degree":4,"count":68},{"degree":8,"count":64},{"degree":9,"count":225},{"degree":20,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":87},{"arity":3,"count":68},{"arity":10,"count":289},{"arity":19,"count":4},{"arity":20,"count":1},{"arity":21,"count":18}]
Number of extensional constraints357
Number of intensional constraints86
Distribution of constraint types[{"type":"extension","count":357},{"type":"intension","count":86},{"type":"sum","count":20},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301223-1532876311/watcher-4301223-1532876311 -o /tmp/evaluation-result-4301223-1532876311/solver-4301223-1532876311 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301223-1532876311.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=20747, runsolver pid=20744

[startup+0.100059 s]*
/proc/loadavg: 3.14 2.40 2.14 3/215 20762
/proc/meminfo: memFree=26229924/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10659012 memory=30320 CPUtime=0.13 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 6644 0 0 0 11 2 0 0 20 0 15 0 105194400 10914828288 7580 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2664753 7580 2824 1 0 2627263 0
[pid=20747/tid=20749] ppid=20744 vsize=10659012 memory=-8773748148830114688 CPUtime=0.09 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 4484 0 0 0 8 1 0 0 20 0 15 0 105194400 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345544591216 140345540398486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345031500704 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345030448112 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0.02 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) R 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 7580 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30320 KiB

[startup+0.210647 s]*
/proc/loadavg: 3.14 2.40 2.14 3/215 20762
/proc/meminfo: memFree=26219460/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10659012 memory=42024 CPUtime=0.33 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 8085 0 0 0 31 2 0 0 20 0 15 0 105194400 10914828288 10506 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2664753 10506 3008 1 0 2627263 0
[pid=20747/tid=20749] ppid=20744 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 5065 0 0 0 18 2 0 0 20 0 15 0 105194400 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345544622832 140345524430181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10659012 memory=288370484209809024 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345031500704 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105194403 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345030448112 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 680 0 0 0 2 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 290 0 0 0 2 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0.07 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) R 20744 20747 16915 0 -1 4202560 684 0 0 0 7 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345026239216 140345524467038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10659012 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194406 10914828288 10506 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42024 KiB

[startup+0.310346 s]*
/proc/loadavg: 3.14 2.40 2.14 7/215 20762
/proc/meminfo: memFree=26212884/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10659088 memory=46688 CPUtime=0.52 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 8780 0 0 0 49 3 0 0 20 0 15 0 105194400 10914906112 11672 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2664772 11672 3029 1 0 2627263 0
[pid=20747/tid=20749] ppid=20744 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 5626 0 0 0 27 2 0 0 20 0 15 0 105194400 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345544617264 140345524430181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10659088 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10659088 memory=288370484209809024 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10659088 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194403 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105194403 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345031500704 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105194403 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345030448112 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) R 20744 20747 16915 0 -1 1077944384 691 0 0 0 3 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) R 20744 20747 16915 0 -1 4202560 328 0 0 0 4 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345027291760 140345520041776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10659088 memory=140108058097280 CPUtime=0.12 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) R 20744 20747 16915 0 -1 4202560 768 0 0 0 12 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345026239344 140345540407898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10659088 memory=140108058097280 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194406 10914906112 11672 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46688 KiB

[startup+0.701369 s]
/proc/loadavg: 3.14 2.40 2.14 5/215 20762
/proc/meminfo: memFree=26181184/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10661136 memory=135920 CPUtime=1.7 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 13396 0 0 0 165 5 0 0 20 0 15 0 105194400 10917003264 33980 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2665284 33980 3117 1 0 2627775 0
[pid=20747/tid=20749] ppid=20744 vsize=10661136 memory=229245691389041 CPUtime=0.67 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 6216 0 0 0 64 3 0 0 20 0 15 0 105194400 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345544607192 140345522793596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10661136 memory=3977296629253554382 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194401 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10661136 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105194401 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10661136 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345031500704 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345030448112 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10661136 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10661136 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) R 20744 20747 16915 0 -1 4202560 1943 0 0 0 32 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345028330872 140345525313150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10661136 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) R 20744 20747 16915 0 -1 4202560 2335 0 0 0 34 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345027272776 140345524376877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10661136 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 1530 0 0 0 34 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10661136 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105194406 10917003264 33980 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 135920 KiB

[startup+1.50142 s]
/proc/loadavg: 3.14 2.40 2.14 4/215 20762
/proc/meminfo: memFree=25965032/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10661136 memory=321104 CPUtime=4.04 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 22202 0 0 0 393 11 0 0 20 0 15 0 105194400 10917003264 80276 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2665284 80276 3161 1 0 2627775 0
[pid=20747/tid=20749] ppid=20744 vsize=10661136 memory=10799 CPUtime=1.4 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 6268 0 0 0 136 4 0 0 20 0 15 0 105194400 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345544618392 140345178321730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10661136 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 45 0 0 0 3 0 0 0 20 0 15 0 105194401 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 114 0 0 0 3 0 0 0 20 0 15 0 105194401 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10661136 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 113 0 0 0 4 0 0 0 20 0 15 0 105194401 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10661136 memory=6943526294502006880 CPUtime=0.03 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 132 0 0 0 3 0 0 0 20 0 15 0 105194401 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 80276 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0

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

/proc/20747/task/20751/stat : 20751 (java) R 20744 20747 16915 0 -1 4202560 22322 0 0 0 1911 75 0 0 20 0 15 0 105194401 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345146448784 140345525430763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10661136 memory=11763915425922 CPUtime=19.83 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) R 20744 20747 16915 0 -1 4202560 29042 0 0 0 1906 77 0 0 20 0 15 0 105194401 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345145396440 140345525413970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10661136 memory=5119284 CPUtime=19.75 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) R 20744 20747 16915 0 -1 4202560 17042 0 0 0 1894 81 0 0 20 0 15 0 105194401 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345144343896 140345525430875 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10661136 memory=5137468 CPUtime=5.07 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 17944 0 0 0 506 1 0 0 20 0 15 0 105194403 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345032552992 140345540396757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10661136 memory=5090200 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345031500704 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10661136 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105194403 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345030448112 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10661136 memory=4580 CPUtime=1.22 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 6908 0 0 0 120 2 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10661136 memory=5077724 CPUtime=1.31 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 8911 0 0 0 130 1 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10661136 memory=5077644 CPUtime=0.45 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 3257 0 0 0 45 0 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10661136 memory=280215881216032 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10661136 memory=6224326942513456231 CPUtime=0.02 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 164 0 0 0 1 1 0 0 20 0 15 0 105194406 10917003264 1287439 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 113.32 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 5149756 KiB

[startup+102.301 s]
/proc/loadavg: 3.04 2.72 2.30 3/218 20773
/proc/meminfo: memFree=16679452/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10727700 memory=6559124 CPUtime=195.1 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 262370 0 0 0 19078 432 0 0 20 0 16 0 105194400 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2681925 1639781 3186 1 0 2644416 0
[pid=20747/tid=20749] ppid=20744 vsize=10727700 memory=6559124 CPUtime=64.31 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 19860 0 0 0 6408 23 0 0 20 0 16 0 105194400 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345544623064 140345178325060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10727700 memory=2257 CPUtime=29.55 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 54646 0 0 0 2859 96 0 0 20 0 16 0 105194401 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10727700 memory=280214068814141 CPUtime=29.63 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 45114 0 0 0 2866 97 0 0 20 0 16 0 105194401 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10727700 memory=6050080 CPUtime=29.49 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 50257 0 0 0 2846 103 0 0 20 0 16 0 105194401 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10727700 memory=6050080 CPUtime=29.58 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 45152 0 0 0 2856 102 0 0 20 0 16 0 105194401 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10727700 memory=6558988 CPUtime=8.01 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 21484 0 0 0 800 1 0 0 20 0 16 0 105194403 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10727700 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 105194403 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345031500768 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 105194403 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345030448128 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10727700 memory=280215880491808 CPUtime=1.93 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 9656 0 0 0 191 2 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10727700 memory=6944656575208382560 CPUtime=1.88 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 10715 0 0 0 187 1 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10727700 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 3821 0 0 0 56 0 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10727700 memory=6559084 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10727700 memory=288230583166042426 CPUtime=0.05 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 211 0 0 0 3 2 0 0 20 0 16 0 105194406 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20765] ppid=20744 vsize=10727700 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20765/stat : 20765 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105201130 10985164800 1639781 33554432000 4194304 4196468 140732422994768 140345020982064 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 195.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6559124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+158.601 s]
/proc/loadavg: 2.42 2.60 2.28 3/218 20796
/proc/meminfo: memFree=16390540/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10727700 memory=6559448 CPUtime=252.01 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 299722 0 0 0 24765 436 0 0 20 0 16 0 105194400 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2681925 1639862 3193 1 0 2644416 0
[pid=20747/tid=20749] ppid=20744 vsize=10727700 memory=1228 CPUtime=120.6 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) R 20744 20747 16915 0 -1 4202560 50260 0 0 0 12035 25 0 0 20 0 16 0 105194400 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345544622336 140345184234280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10727700 memory=1200 CPUtime=29.55 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 54646 0 0 0 2859 96 0 0 20 0 16 0 105194401 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10727700 memory=15876 CPUtime=29.63 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 45114 0 0 0 2866 97 0 0 20 0 16 0 105194401 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10727700 memory=6559448 CPUtime=29.49 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 50257 0 0 0 2846 103 0 0 20 0 16 0 105194401 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10727700 memory=3852 CPUtime=29.58 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 45152 0 0 0 2856 102 0 0 20 0 16 0 105194401 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10727700 memory=4096 CPUtime=8.02 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 21530 0 0 0 800 2 0 0 20 0 16 0 105194403 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10727700 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 105194403 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345031500768 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10727700 memory=2584 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 105194403 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345030448128 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10727700 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10727700 memory=1232 CPUtime=2.33 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 13621 0 0 0 231 2 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10727700 memory=956 CPUtime=2.04 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 12690 0 0 0 203 1 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10727700 memory=2464 CPUtime=0.58 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 4739 0 0 0 57 1 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10727700 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10727700 memory=6559448 CPUtime=0.08 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 259 0 0 0 4 4 0 0 20 0 16 0 105194406 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20765] ppid=20744 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20765/stat : 20765 (java) S 20744 20747 16915 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105201130 10985164800 1639862 33554432000 4194304 4196468 140732422994768 140345020982064 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 6559448 KiB

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

[startup+158.857 s]
# the end of solver process 20747 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=247.723 s, system=4.41037 s

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

[startup+158.801 s]
/proc/loadavg: 2.42 2.60 2.28 3/218 20796
/proc/meminfo: memFree=16390540/32770624 swapFree=67108792/67108860
[pid=20747] ppid=20744 vsize=10927392 memory=6559676 CPUtime=252.07 cores=0,2,4,6
/proc/20747/stat : 20747 (java) S 20744 20747 16915 0 -1 1077944320 300273 0 0 0 24771 436 0 0 20 0 17 0 105194400 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140732422977312 140345540386551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
/proc/20747/statm: 2731848 1639919 3195 1 0 2694339 0
[pid=20747/tid=20749] ppid=20744 vsize=10927392 memory=1232 CPUtime=120.67 cores=0,2,4,6
/proc/20747/task/20749/stat : 20749 (java) S 20744 20747 16915 0 -1 1077944384 50284 0 0 0 12042 25 0 0 20 0 17 0 105194400 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345544629424 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20750] ppid=20744 vsize=10927392 memory=956 CPUtime=29.55 cores=0,2,4,6
/proc/20747/task/20750/stat : 20750 (java) S 20744 20747 16915 0 -1 1077944384 54646 0 0 0 2859 96 0 0 20 0 17 0 105194401 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345147501328 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20751] ppid=20744 vsize=10927392 memory=6791534058613427641 CPUtime=29.63 cores=0,2,4,6
/proc/20747/task/20751/stat : 20751 (java) S 20744 20747 16915 0 -1 1077944384 45114 0 0 0 2866 97 0 0 20 0 17 0 105194401 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345146448784 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20752] ppid=20744 vsize=10927392 memory=2240 CPUtime=29.49 cores=0,2,4,6
/proc/20747/task/20752/stat : 20752 (java) S 20744 20747 16915 0 -1 1077944384 50257 0 0 0 2846 103 0 0 20 0 17 0 105194401 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345145396240 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20753] ppid=20744 vsize=10927392 memory=4128 CPUtime=29.58 cores=0,2,4,6
/proc/20747/task/20753/stat : 20753 (java) S 20744 20747 16915 0 -1 1077944384 45152 0 0 0 2856 102 0 0 20 0 17 0 105194401 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345144343696 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20754] ppid=20744 vsize=10927392 memory=2200 CPUtime=8.02 cores=0,2,4,6
/proc/20747/task/20754/stat : 20754 (java) S 20744 20747 16915 0 -1 1077944384 21532 0 0 0 800 2 0 0 20 0 17 0 105194403 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345032554480 140345540397698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20755] ppid=20744 vsize=10927392 memory=7892 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20755/stat : 20755 (java) S 20744 20747 16915 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 105194403 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345031500768 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20756] ppid=20744 vsize=10927392 memory=2464 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20756/stat : 20756 (java) S 20744 20747 16915 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 105194403 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345030448128 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20757] ppid=20744 vsize=10927392 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20757/stat : 20757 (java) S 20744 20747 16915 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345029396688 140345540405147 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20758] ppid=20744 vsize=10927392 memory=928 CPUtime=2.33 cores=0,2,4,6
/proc/20747/task/20758/stat : 20758 (java) S 20744 20747 16915 0 -1 1077944384 13621 0 0 0 231 2 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345028344304 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20759] ppid=20744 vsize=10927392 memory=2240 CPUtime=2.04 cores=0,2,4,6
/proc/20747/task/20759/stat : 20759 (java) S 20744 20747 16915 0 -1 1077944384 12690 0 0 0 203 1 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345027291760 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20760] ppid=20744 vsize=10927392 memory=4128 CPUtime=0.58 cores=0,2,4,6
/proc/20747/task/20760/stat : 20760 (java) S 20744 20747 16915 0 -1 1077944384 4836 0 0 0 57 1 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345026239216 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20761] ppid=20744 vsize=10927392 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/20747/task/20761/stat : 20761 (java) S 20744 20747 16915 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345025186912 140345540396757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
[pid=20747/tid=20762] ppid=20744 vsize=10927392 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20747/task/20762/stat : 20762 (java) S 20744 20747 16915 0 -1 1077944384 259 0 0 0 4 4 0 0 20 0 17 0 105194406 11189649408 1639919 33554432000 4194304 4196468 140732422994768 140345024133424 140345540397698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16961536 140732423001206 140732423001358 140732423001358 140732423004111 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 6559676 KiB

Child status: 143
Real time (s): 158.857
CPU time (s): 252.134
CPU user time (s): 247.723
CPU system time (s): 4.41037
CPU usage (%): 158.717
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 6559676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.723
system time used= 4.41037
maximum resident set size= 6559952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300523
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= 8715
involuntary context switches= 2021


# summary of solver processes directly reported to runsolver:
#   pid: 20747
#   total CPU time (s): 252.134
#   total CPU user time (s): 247.723
#   total CPU system time (s): 4.41037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04166 second user time and 1.50043 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 16:58:31
IDJOB=4301223
IDBENCH=141033
IDSOLVER=2773
FILE ID=node150/4301223-1532876311
RUNJOBID= node150-1532875965-20368
PBS_JOBID= 21022492
Free space on /tmp= 55348 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-17_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301223-1532876311/watcher-4301223-1532876311 -o /tmp/evaluation-result-4301223-1532876311/solver-4301223-1532876311 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532875965-20368 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301223-1532876311.xml

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

MD5SUM BENCH= 6bdaa478fa612f14e4ae80d6384d4ab1
RANDOM SEED=378575941

node150.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.76
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.76
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.76
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.76
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:        26246864 kB
MemAvailable:   29972848 kB
Buffers:          219824 kB
Cached:          3748952 kB
SwapCached:           32 kB
Active:          3407208 kB
Inactive:        2581884 kB
Active(anon):    1971684 kB
Inactive(anon):    76188 kB
Active(file):    1435524 kB
Inactive(file):  2505696 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:       2029872 kB
Mapped:            56236 kB
Shmem:             25156 kB
Slab:             230036 kB
SReclaimable:     201200 kB
SUnreclaim:        28836 kB
KernelStack:        3696 kB
PageTables:         9488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3901076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55344 MiB
End job on node150 at 2018-07-29 17:01:10