Trace number 4263229

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1499 2514.9399

General information on the benchmark

NameBibd/Bibd-sum-stab2/
Bibd-sum-07-03-09.xml
MD5SUMf7d2c9f717525254c736d15a4c0e84f4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.73065901
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints92
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":441}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":441}]
Minimum constraint arity7
Maximum constraint arity441
Distribution of constraint arities[{"arity":7,"count":63},{"arity":63,"count":7},{"arity":126,"count":21},{"arity":441,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":91}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263229-1502622911/watcher-4263229-1502622911 -o /tmp/evaluation-result-4263229-1502622911/solver-4263229-1502622911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263229-1502622911.xml 

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

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


[startup+0.100138 s]*
/proc/loadavg: 2.00 2.22 2.51 4/206 15421
/proc/meminfo: memFree=29491104/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=9936560 memory=13936 CPUtime=0 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 2798 0 0 0 0 0 0 0 20 0 6 0 109797507 10175037440 3484 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2484140 3484 1425 1 0 2473637 0
[pid=15419/tid=15421] ppid=15416 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 1687 0 0 0 0 0 0 0 20 0 6 0 109797517 10175037440 3682 18446744073709551615 4194304 4196468 140735615858928 140663040459344 140662928277101 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109797518 10175037440 3682 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=9936560 memory=139691711702656 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109797518 10175037440 3682 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109797518 10175037440 3682 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109797518 10175037440 3682 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13936 KiB

[startup+0.21022 s]*
/proc/loadavg: 2.00 2.22 2.51 4/219 15434
/proc/meminfo: memFree=29476572/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10551156 memory=27516 CPUtime=0.09 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 5314 0 0 0 8 1 0 0 20 0 15 0 109797507 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2637789 6879 2787 1 0 2627261 0
[pid=15419/tid=15421] ppid=15416 vsize=10551156 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 3236 0 0 0 7 1 0 0 20 0 15 0 109797517 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140663040458688 140663015524971 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10551156 memory=139691711717639 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10551156 memory=139691711702656 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797519 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109797520 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662599320480 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109797520 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662598267888 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10551156 memory=139691711702656 CPUtime=0.01 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 109797522 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10551156 memory=139691711702656 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797526 10804383744 6879 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27516 KiB

[startup+0.310742 s]*
/proc/loadavg: 2.00 2.22 2.51 3/219 15434
/proc/meminfo: memFree=29466060/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10551156 memory=36292 CPUtime=0.25 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 8464 0 0 0 22 3 0 0 20 0 15 0 109797507 10804383744 9073 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2637789 9073 2849 1 0 2627261 0
[pid=15419/tid=15421] ppid=15416 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 6144 0 0 0 15 2 0 0 20 0 15 0 109797517 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140663040460096 140663020303710 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10551156 memory=139691711717639 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10551156 memory=3472467987872274096 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797519 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109797520 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662599320480 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109797520 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662598267888 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 15 0 109797522 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10551156 memory=8386791598020369134 CPUtime=0.04 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 388 0 0 0 4 0 0 0 20 0 15 0 109797522 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10551156 memory=139691711702656 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797526 10804383744 9138 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36292 KiB

[startup+0.700777 s]
/proc/loadavg: 2.00 2.22 2.51 4/219 15434
/proc/meminfo: memFree=29450592/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10551232 memory=123840 CPUtime=1.3 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 14384 0 0 0 124 6 0 0 20 0 15 0 109797507 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2637808 30960 3056 1 0 2627261 0
[pid=15419/tid=15421] ppid=15416 vsize=10551232 memory=18983755451683 CPUtime=0.56 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 7888 0 0 0 52 4 0 0 20 0 15 0 109797517 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140663040460656 140662679082097 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797518 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109797518 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 109797519 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109797520 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662599320480 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10551232 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109797520 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662598267888 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804461568 30960 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10551232 memory=984 CPUtime=0.26 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) R 15416 15419 4674 0 -1 4202560 1604 0 0 0 26 0 0 0 20 0 15 0 109797522 10804461568 31472 18446744073709551615 4194304 4196468 140735615858928 140662596144672 140663017767757 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10551232 memory=1728 CPUtime=0.23 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) R 15416 15419 4674 0 -1 4202560 1828 0 0 0 23 0 0 0 20 0 15 0 109797522 10804461568 31472 18446744073709551615 4194304 4196468 140735615858928 140662527729736 140663019780592 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10551232 memory=3472328279047811153 CPUtime=0.22 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 1691 0 0 0 22 0 0 0 20 0 15 0 109797522 10804461568 31472 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109797522 10804461568 31472 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109797526 10804461568 31472 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 123840 KiB

[startup+1.50118 s]
/proc/loadavg: 2.00 2.22 2.51 5/219 15434
/proc/meminfo: memFree=29281792/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10617796 memory=258764 CPUtime=3.85 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 18924 0 0 0 371 14 0 0 20 0 16 0 109797507 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2654449 64691 3108 1 0 2643902 0
[pid=15419/tid=15421] ppid=15416 vsize=10617796 memory=53164 CPUtime=1.27 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 7960 0 0 0 123 4 0 0 20 0 16 0 109797517 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140663040459752 140662676691981 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10617796 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 16 0 109797518 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10617796 memory=279383193968480 CPUtime=0.05 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 133 0 0 0 4 1 0 0 20 0 16 0 109797518 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10617796 memory=6944937900100196217 CPUtime=0.04 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 16 0 109797518 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10617796 memory=6944656592387989600 CPUtime=0.06 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 139 0 0 0 4 2 0 0 20 0 16 0 109797518 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10617796 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 109797519 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10617796 memory=5791739490257626210 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662599320480 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10617796 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662598267888 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10617796 memory=7596845155956319825 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10617796 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) R 15416 15419 4674 0 -1 4202560 3468 0 0 0 98 1 0 0 20 0 16 0 109797522 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662596155120 140663017747757 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10617796 memory=0 CPUtime=1 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) R 15416 15419 4674 0 -1 4202560 3508 0 0 0 100 0 0 0 20 0 16 0 109797522 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663015579611 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10617796 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 2107 0 0 0 31 0 0 0 20 0 16 0 109797522 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109797526 10872623104 64691 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 3.85 s
Current children cumulated vsize: 10617796 KiB

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

/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 505 0 0 0 16 7 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.2 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 1291 0 0 0 14 6 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.24 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 1689 0 0 0 16 8 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.06 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 1924 0 0 0 2 4 0 0 20 0 16 0 109797519 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662599320544 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662598267904 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10617796 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 6051 0 0 0 138 2 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10617796 memory=805112 CPUtime=1.49 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 8186 0 0 0 148 1 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.36 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 3815 0 0 0 35 1 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10617796 memory=279383195125568 CPUtime=1.45 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1535 0 0 0 67 78 0 0 20 0 16 0 109797526 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15435] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15435/stat : 15435 (java) S 15416 15419 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109797638 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662523536176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 2507.68 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 805112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.7 s]
/proc/loadavg: 2.00 2.09 2.54 3/215 15825
/proc/meminfo: memFree=26789564/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10617796 memory=805112 CPUtime=2520.09 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 46501 0 0 0 251892 117 0 0 20 0 16 0 109797507 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2654449 201278 3126 1 0 2643902 0
[pid=15419/tid=15421] ppid=15416 vsize=10617796 memory=805112 CPUtime=2514.36 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) R 15416 15419 4674 0 -1 4202560 19144 0 0 0 251424 12 0 0 20 0 16 0 109797517 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140663040462256 140662680778129 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.22 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 934 0 0 0 15 7 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.23 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 505 0 0 0 16 7 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.2 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 1291 0 0 0 14 6 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10617796 memory=-8774313645642428999 CPUtime=0.24 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 1689 0 0 0 16 8 0 0 20 0 16 0 109797518 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.06 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 1924 0 0 0 2 4 0 0 20 0 16 0 109797519 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10617796 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662599320544 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 109797520 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662598267904 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10617796 memory=805112 CPUtime=1.4 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 6051 0 0 0 138 2 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10617796 memory=805112 CPUtime=1.49 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 8186 0 0 0 148 1 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10617796 memory=805112 CPUtime=0.36 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 3815 0 0 0 35 1 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10617796 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109797522 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10617796 memory=4148 CPUtime=1.45 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1535 0 0 0 67 78 0 0 20 0 16 0 109797526 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15435] ppid=15416 vsize=10617796 memory=53304 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15435/stat : 15435 (java) S 15416 15419 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109797638 10872623104 201278 18446744073709551615 4194304 4196468 140735615858928 140662523536176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 805112 KiB

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

[startup+2514.94 s]
# the end of solver process 15419 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.97 s, system=1.18317 s

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

[startup+2514.81 s]
/proc/loadavg: 2.00 2.09 2.54 3/215 15825
/proc/meminfo: memFree=26789564/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10817488 memory=805344 CPUtime=2520.1 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 47022 0 0 0 251893 117 0 0 20 0 17 0 109797507 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2704372 201336 3129 1 0 2693825 0
[pid=15419/tid=15421] ppid=15416 vsize=10817488 memory=304556166158221622 CPUtime=2514.36 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) S 15416 15419 4674 0 -1 1077944384 19200 0 0 0 251424 12 0 0 20 0 17 0 109797517 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140663040466096 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10817488 memory=13564886244395551 CPUtime=0.22 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 934 0 0 0 15 7 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10817488 memory=3284 CPUtime=0.23 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 505 0 0 0 16 7 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10817488 memory=805112 CPUtime=0.2 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 1291 0 0 0 14 6 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10817488 memory=1152 CPUtime=0.24 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 1689 0 0 0 16 8 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10817488 memory=3176 CPUtime=0.06 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 1924 0 0 0 2 4 0 0 20 0 17 0 109797519 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10817488 memory=4175580 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 109797520 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662599320544 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10817488 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 109797520 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662598267904 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10817488 memory=-7023579799431922829 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10817488 memory=805112 CPUtime=1.4 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 6051 0 0 0 138 2 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10817488 memory=53304 CPUtime=1.49 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 8186 0 0 0 148 1 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10817488 memory=1296 CPUtime=0.36 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 3933 0 0 0 35 1 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10817488 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10817488 memory=304556123141439514 CPUtime=1.45 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1535 0 0 0 67 78 0 0 20 0 17 0 109797526 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 805344 KiB

[startup+2514.9 s]
/proc/loadavg: 2.00 2.09 2.54 3/215 15825
/proc/meminfo: memFree=26789564/32770624 swapFree=67108764/67108860
[pid=15419] ppid=15416 vsize=10817488 memory=805344 CPUtime=2520.1 cores=1,3,5,7
/proc/15419/stat : 15419 (java) S 15416 15419 4674 0 -1 1077944320 47022 0 0 0 251893 117 0 0 20 0 17 0 109797507 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140735615841472 140663036223223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
/proc/15419/statm: 2704372 201336 3129 1 0 2693825 0
[pid=15419/tid=15421] ppid=15416 vsize=10817488 memory=805112 CPUtime=2514.36 cores=1,3,5,7
/proc/15419/task/15421/stat : 15421 (java) S 15416 15419 4674 0 -1 1077944384 19200 0 0 0 251424 12 0 0 20 0 17 0 109797517 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140663040466096 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15422] ppid=15416 vsize=10817488 memory=805112 CPUtime=0.22 cores=1,3,5,7
/proc/15419/task/15422/stat : 15422 (java) S 15416 15419 4674 0 -1 1077944384 934 0 0 0 15 7 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662999329552 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15423] ppid=15416 vsize=10817488 memory=805112 CPUtime=0.23 cores=1,3,5,7
/proc/15419/task/15423/stat : 15423 (java) S 15416 15419 4674 0 -1 1077944384 505 0 0 0 16 7 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662646057872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15424] ppid=15416 vsize=10817488 memory=5712 CPUtime=0.2 cores=1,3,5,7
/proc/15419/task/15424/stat : 15424 (java) S 15416 15419 4674 0 -1 1077944384 1291 0 0 0 14 6 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662645005328 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15425] ppid=15416 vsize=10817488 memory=56 CPUtime=0.24 cores=1,3,5,7
/proc/15419/task/15425/stat : 15425 (java) S 15416 15419 4674 0 -1 1077944384 1689 0 0 0 16 8 0 0 20 0 17 0 109797518 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662643952784 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15426] ppid=15416 vsize=10817488 memory=805112 CPUtime=0.06 cores=1,3,5,7
/proc/15419/task/15426/stat : 15426 (java) S 15416 15419 4674 0 -1 1077944384 1924 0 0 0 2 4 0 0 20 0 17 0 109797519 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662600374256 140663036234370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15427] ppid=15416 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15427/stat : 15427 (java) S 15416 15419 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 109797520 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662599320544 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15428] ppid=15416 vsize=10817488 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15428/stat : 15428 (java) S 15416 15419 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 109797520 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662598267904 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15429] ppid=15416 vsize=10817488 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15429/stat : 15429 (java) S 15416 15419 4674 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662597216464 140663036241819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15430] ppid=15416 vsize=10817488 memory=805112 CPUtime=1.4 cores=1,3,5,7
/proc/15419/task/15430/stat : 15430 (java) S 15416 15419 4674 0 -1 1077944384 6051 0 0 0 138 2 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662596164080 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15431] ppid=15416 vsize=10817488 memory=805112 CPUtime=1.49 cores=1,3,5,7
/proc/15419/task/15431/stat : 15431 (java) S 15416 15419 4674 0 -1 1077944384 8186 0 0 0 148 1 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662527748720 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15432] ppid=15416 vsize=10817488 memory=805112 CPUtime=0.36 cores=1,3,5,7
/proc/15419/task/15432/stat : 15432 (java) S 15416 15419 4674 0 -1 1077944384 3933 0 0 0 35 1 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662526696176 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15433] ppid=15416 vsize=10817488 memory=805112 CPUtime=0 cores=1,3,5,7
/proc/15419/task/15433/stat : 15433 (java) S 15416 15419 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109797522 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662525643872 140663036233429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
[pid=15419/tid=15434] ppid=15416 vsize=10817488 memory=4148 CPUtime=1.45 cores=1,3,5,7
/proc/15419/task/15434/stat : 15434 (java) S 15416 15419 4674 0 -1 1077944384 1535 0 0 0 67 78 0 0 20 0 17 0 109797526 11077107712 201336 18446744073709551615 4194304 4196468 140735615858928 140662524590384 140663036234370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30584832 140735615861136 140735615861289 140735615861289 140735615864783 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 805344 KiB

Child status: 143
Real time (s): 2514.94
CPU time (s): 2520.15
CPU user time (s): 2518.97
CPU system time (s): 1.18317
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 805344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.97
system time used= 1.18317
maximum resident set size= 805744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56466
involuntary context switches= 1639


# summary of solver processes directly reported to runsolver:
#   pid: 15419
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2518.97
#   total CPU system time (s): 1.18317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5977 second user time and 23.6101 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:01:16
IDJOB=4263229
IDBENCH=123963
IDSOLVER=2651
FILE ID=node134/4263229-1502622911
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab2/Bibd-sum-07-03-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263229-1502622911/watcher-4263229-1502622911 -o /tmp/evaluation-result-4263229-1502622911/solver-4263229-1502622911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263229-1502622911.xml

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

MD5SUM BENCH= f7d2c9f717525254c736d15a4c0e84f4
RANDOM SEED=66174723

node134.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.43
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.43
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.43
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.43
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:        29492800 kB
MemAvailable:   29700200 kB
Buffers:          221588 kB
Cached:           279452 kB
SwapCached:            4 kB
Active:          2616592 kB
Inactive:         205052 kB
Active(anon):    2267720 kB
Inactive(anon):    94440 kB
Active(file):     348872 kB
Inactive(file):   110612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1612 kB
Writeback:             4 kB
AnonPages:       2320588 kB
Mapped:            68668 kB
Shmem:             41564 kB
Slab:             154260 kB
SReclaimable:     127504 kB
SUnreclaim:        26756 kB
KernelStack:        3552 kB
PageTables:         9912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3865704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2203648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:43:11