Trace number 4290077

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.12 2375.97

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-m001_c18.xml
MD5SUM6b753b1e1a3070adcb3424354b76057b
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 benchmark816.032
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290077-1532223204/watcher-4290077-1532223204 -o /tmp/evaluation-result-4290077-1532223204/solver-4290077-1532223204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290077-1532223204.xml 

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

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


[startup+0.100207 s]*
/proc/loadavg: 2.07 2.14 2.41 2/217 29876
/proc/meminfo: memFree=22834844/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10659012 memory=30064 CPUtime=0.13 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 6612 0 0 0 12 1 0 0 20 0 15 0 39883571 10914828288 7516 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2664753 7516 2845 1 0 2627263 0
[pid=29861/tid=29863] ppid=29858 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 4420 0 0 0 8 1 0 0 20 0 15 0 39883571 10914828288 7516 33554432000 4194304 4196468 140723409089856 139706352246576 139705974884445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 7516 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 7516 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 7516 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 7516 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883573 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39883574 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705906751136 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39883574 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705905698032 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0.02 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 39883576 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883577 10914828288 7516 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210635 s]*
/proc/loadavg: 2.07 2.14 2.41 4/217 29876
/proc/meminfo: memFree=22824732/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10659012 memory=41748 CPUtime=0.33 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 8079 0 0 0 31 2 0 0 20 0 15 0 39883571 10914828288 10437 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2664753 10437 3004 1 0 2627263 0
[pid=29861/tid=29863] ppid=29858 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 4996 0 0 0 19 1 0 0 20 0 15 0 39883571 10914828288 10437 33554432000 4194304 4196468 140723409089856 139706352259824 139706332104030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 10437 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10659012 memory=140237939529885 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 10437 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 10437 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883572 10914828288 10437 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883573 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39883574 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705906751136 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39883574 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705905698032 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 15 0 39883576 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 39883576 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0.07 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) R 29858 29861 25432 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 15 0 39883576 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705901488112 139706329588231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10659012 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883577 10914828288 10437 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41748 KiB

[startup+0.310498 s]*
/proc/loadavg: 2.07 2.14 2.41 5/217 29876
/proc/meminfo: memFree=22817784/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10659088 memory=47192 CPUtime=0.51 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 9040 0 0 0 49 2 0 0 20 0 15 0 39883571 10914906112 11798 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2664772 11798 3046 1 0 2627263 0
[pid=29861/tid=29863] ppid=29858 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 5784 0 0 0 27 2 0 0 20 0 15 0 39883571 10914906112 11798 33554432000 4194304 4196468 140723409089856 139706352258544 139705974860928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 11798 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10659088 memory=140237939523644 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 11798 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 11798 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 11798 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10659088 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883573 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39883574 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705906751136 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39883574 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705905698032 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 658 0 0 0 4 0 0 0 20 0 15 0 39883576 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 482 0 0 0 5 0 0 0 20 0 15 0 39883576 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10659088 memory=140237939320448 CPUtime=0.11 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 748 0 0 0 11 0 0 0 20 0 15 0 39883576 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10659088 memory=140237939320448 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883577 10914906112 11798 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47192 KiB

[startup+0.70081 s]
/proc/loadavg: 2.07 2.14 2.41 5/217 29876
/proc/meminfo: memFree=22787196/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10659088 memory=108040 CPUtime=1.51 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 13002 0 0 0 147 4 0 0 20 0 15 0 39883571 10914906112 27010 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2664772 27010 3097 1 0 2627263 0
[pid=29861/tid=29863] ppid=29858 vsize=10659088 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 5895 0 0 0 65 2 0 0 20 0 15 0 39883571 10914906112 27010 33554432000 4194304 4196468 140723409089856 139706352259608 139705977424522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10659088 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 27010 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 27010 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 27010 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883572 10914906112 27010 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39883573 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10659088 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39883574 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705906751136 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39883574 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705905698032 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10659088 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10659088 memory=4639098309541129069 CPUtime=0.38 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) R 29858 29861 25432 0 -1 4202560 3404 0 0 0 37 1 0 0 20 0 15 0 39883576 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705903592896 139706328659440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10659088 memory=7380106142448643183 CPUtime=0.26 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 1431 0 0 0 26 0 0 0 20 0 15 0 39883576 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10659088 memory=7810487918915055718 CPUtime=0.17 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 904 0 0 0 17 0 0 0 20 0 15 0 39883576 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39883576 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10659088 memory=280475591848896 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39883577 10914906112 27010 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 108040 KiB

[startup+1.50075 s]
/proc/loadavg: 2.07 2.14 2.41 7/217 29876
/proc/meminfo: memFree=22645708/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10659088 memory=369648 CPUtime=3.38 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 14172 0 0 0 314 24 0 0 20 0 15 0 39883571 10914906112 92412 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2664772 92412 3130 1 0 2627263 0
[pid=29861/tid=29863] ppid=29858 vsize=10659088 memory=16 CPUtime=1.3 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 6008 0 0 0 126 4 0 0 20 0 15 0 39883571 10914906112 92412 33554432000 4194304 4196468 140723409089856 139706352256368 139705977131169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10659088 memory=16 CPUtime=0.15 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 156 0 0 0 11 4 0 0 20 0 15 0 39883572 10914906112 92412 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10659088 memory=16 CPUtime=0.16 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 117 0 0 0 12 4 0 0 20 0 15 0 39883572 10914906112 92412 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 153 0 0 0 12 4 0 0 20 0 15 0 39883572 10914906112 92412 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 141 0 0 0 12 4 0 0 20 0 15 0 39883572 10914906112 92412 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39883573 10914906112 92412 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0

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

/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 7990 0 0 0 550 74 0 0 20 0 16 0 39883572 10983067648 783475 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10725652 memory=3133900 CPUtime=6.21 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 8632 0 0 0 548 73 0 0 20 0 16 0 39883572 10983067648 783475 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10725652 memory=3133900 CPUtime=6.25 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 6007 0 0 0 549 76 0 0 20 0 16 0 39883572 10983067648 783475 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10725652 memory=3133900 CPUtime=1.94 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 7453 0 0 0 191 3 0 0 20 0 16 0 39883573 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39883574 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705906751200 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 39883574 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705905698048 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39883576 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10725652 memory=3133900 CPUtime=1.37 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 7560 0 0 0 136 1 0 0 20 0 16 0 39883576 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10725652 memory=4140 CPUtime=1.57 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 6410 0 0 0 156 1 0 0 20 0 16 0 39883576 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10725652 memory=14064 CPUtime=0.35 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 3326 0 0 0 35 0 0 0 20 0 16 0 39883576 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39883576 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10725652 memory=3133900 CPUtime=1.5 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1700 0 0 0 75 75 0 0 20 0 16 0 39883577 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29877] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29877/stat : 29877 (java) S 29858 29861 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39884149 10983067648 783475 33554432000 4194304 4196468 140723409089856 139705898329648 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 2345.76 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3133900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2375.7 s]
/proc/loadavg: 2.00 1.99 2.03 3/219 30095
/proc/meminfo: memFree=19117800/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10725652 memory=3302096 CPUtime=2400.01 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 141769 0 0 0 239596 405 0 0 20 0 16 0 39883571 10983067648 825524 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2681413 825524 3175 1 0 2643904 0
[pid=29861/tid=29863] ppid=29858 vsize=10725652 memory=3302096 CPUtime=2367.12 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) R 29858 29861 25432 0 -1 4202560 82599 0 0 0 236694 18 0 0 20 0 16 0 39883571 10983067648 825524 33554432000 4194304 4196468 140723409089856 139706352262432 139705978945478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10725652 memory=3302096 CPUtime=6.52 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 6734 0 0 0 571 81 0 0 20 0 16 0 39883572 10983067648 825524 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10725652 memory=3302096 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 8470 0 0 0 571 78 0 0 20 0 16 0 39883572 10983067648 825524 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10725652 memory=3302096 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 9376 0 0 0 570 79 0 0 20 0 16 0 39883572 10983067648 825524 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10725652 memory=3302096 CPUtime=6.53 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 6329 0 0 0 571 82 0 0 20 0 16 0 39883572 10983067648 825524 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10725652 memory=3302096 CPUtime=1.94 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 7771 0 0 0 191 3 0 0 20 0 16 0 39883573 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10725652 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39883574 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705906751200 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10725652 memory=3133900 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 39883574 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705905698048 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10725652 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39883576 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10725652 memory=3302096 CPUtime=1.37 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 7560 0 0 0 136 1 0 0 20 0 16 0 39883576 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10725652 memory=3302096 CPUtime=1.57 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 6410 0 0 0 156 1 0 0 20 0 16 0 39883576 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10725652 memory=3302096 CPUtime=0.35 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 3326 0 0 0 35 0 0 0 20 0 16 0 39883576 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10725652 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39883576 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10725652 memory=5404 CPUtime=1.54 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1739 0 0 0 76 78 0 0 20 0 16 0 39883577 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29877] ppid=29858 vsize=10725652 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29877/stat : 29877 (java) S 29858 29861 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39884149 10983067648 825524 33554432000 4194304 4196468 140723409089856 139705898329648 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3302096 KiB

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

[startup+2375.97 s]
# the end of solver process 29861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.04 s, system=4.07666 s

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

[startup+2375.81 s]
/proc/loadavg: 2.00 1.99 2.03 3/219 30095
/proc/meminfo: memFree=19117800/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10925344 memory=3302392 CPUtime=2400.03 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 142670 0 0 0 239598 405 0 0 20 0 17 0 39883571 11187552256 825598 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2731336 825598 3178 1 0 2693827 0
[pid=29861/tid=29863] ppid=29858 vsize=10925344 memory=1228 CPUtime=2367.13 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) S 29858 29861 25432 0 -1 1077944384 82699 0 0 0 236695 18 0 0 20 0 17 0 39883571 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706352266416 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10925344 memory=796 CPUtime=6.52 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 6734 0 0 0 571 81 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10925344 memory=1008 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 8470 0 0 0 571 78 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10925344 memory=1712 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 9376 0 0 0 570 79 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10925344 memory=5404 CPUtime=6.53 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 6329 0 0 0 571 82 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10925344 memory=4612 CPUtime=1.94 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 7798 0 0 0 191 3 0 0 20 0 17 0 39883573 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10925344 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39883574 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705906751200 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10925344 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 39883574 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705905698048 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10925344 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10925344 memory=8368 CPUtime=1.37 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 7563 0 0 0 136 1 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10925344 memory=15868 CPUtime=1.57 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 6412 0 0 0 156 1 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10925344 memory=13500 CPUtime=0.35 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 3522 0 0 0 35 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10925344 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10925344 memory=4040 CPUtime=1.54 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1739 0 0 0 76 78 0 0 20 0 17 0 39883577 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3302392 KiB

[startup+2375.9 s]
/proc/loadavg: 2.00 1.99 2.03 3/219 30095
/proc/meminfo: memFree=19117800/32770624 swapFree=67108860/67108860
[pid=29861] ppid=29858 vsize=10925344 memory=3302392 CPUtime=2400.03 cores=0,2,4,6
/proc/29861/stat : 29861 (java) S 29858 29861 25432 0 -1 1077944320 142670 0 0 0 239598 405 0 0 20 0 17 0 39883571 11187552256 825598 33554432000 4194304 4196468 140723409089856 140723409072400 139706348023543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
/proc/29861/statm: 2731336 825598 3178 1 0 2693827 0
[pid=29861/tid=29863] ppid=29858 vsize=10925344 memory=3302096 CPUtime=2367.13 cores=0,2,4,6
/proc/29861/task/29863/stat : 29863 (java) S 29858 29861 25432 0 -1 1077944384 82699 0 0 0 236695 18 0 0 20 0 17 0 39883571 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706352266416 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29864] ppid=29858 vsize=10925344 memory=3302096 CPUtime=6.52 cores=0,2,4,6
/proc/29861/task/29864/stat : 29864 (java) S 29858 29861 25432 0 -1 1077944384 6734 0 0 0 571 81 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706300643856 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29865] ppid=29858 vsize=10925344 memory=3302096 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29865/stat : 29865 (java) S 29858 29861 25432 0 -1 1077944384 8470 0 0 0 571 78 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706299591312 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29866] ppid=29858 vsize=10925344 memory=3302096 CPUtime=6.49 cores=0,2,4,6
/proc/29861/task/29866/stat : 29866 (java) S 29858 29861 25432 0 -1 1077944384 9376 0 0 0 570 79 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706298538256 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29867] ppid=29858 vsize=10925344 memory=3133900 CPUtime=6.53 cores=0,2,4,6
/proc/29861/task/29867/stat : 29867 (java) S 29858 29861 25432 0 -1 1077944384 6329 0 0 0 571 82 0 0 20 0 17 0 39883572 11187552256 825598 33554432000 4194304 4196468 140723409089856 139706297485712 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29868] ppid=29858 vsize=10925344 memory=3302096 CPUtime=1.94 cores=0,2,4,6
/proc/29861/task/29868/stat : 29868 (java) S 29858 29861 25432 0 -1 1077944384 7798 0 0 0 191 3 0 0 20 0 17 0 39883573 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705907804912 139706348034690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29869] ppid=29858 vsize=10925344 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29869/stat : 29869 (java) S 29858 29861 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39883574 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705906751200 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29870] ppid=29858 vsize=10925344 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29870/stat : 29870 (java) S 29858 29861 25432 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 39883574 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705905698048 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29871] ppid=29858 vsize=10925344 memory=3302096 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29871/stat : 29871 (java) S 29858 29861 25432 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705904646608 139706348042139 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29872] ppid=29858 vsize=10925344 memory=3302096 CPUtime=1.37 cores=0,2,4,6
/proc/29861/task/29872/stat : 29872 (java) S 29858 29861 25432 0 -1 1077944384 7563 0 0 0 136 1 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705903593712 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29873] ppid=29858 vsize=10925344 memory=3302096 CPUtime=1.57 cores=0,2,4,6
/proc/29861/task/29873/stat : 29873 (java) S 29858 29861 25432 0 -1 1077944384 6412 0 0 0 156 1 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705902541168 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29874] ppid=29858 vsize=10925344 memory=3302096 CPUtime=0.35 cores=0,2,4,6
/proc/29861/task/29874/stat : 29874 (java) S 29858 29861 25432 0 -1 1077944384 3522 0 0 0 35 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705901488112 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29875] ppid=29858 vsize=10925344 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/29861/task/29875/stat : 29875 (java) S 29858 29861 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39883576 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705900435808 139706348033749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
[pid=29861/tid=29876] ppid=29858 vsize=10925344 memory=3302096 CPUtime=1.54 cores=0,2,4,6
/proc/29861/task/29876/stat : 29876 (java) S 29858 29861 25432 0 -1 1077944384 1739 0 0 0 76 78 0 0 20 0 17 0 39883577 11187552256 825598 33554432000 4194304 4196468 140723409089856 139705899383856 139706348034690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35737600 140723409093745 140723409093897 140723409093897 140723409096655 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3302392 KiB

Child status: 143
Real time (s): 2375.97
CPU time (s): 2400.12
CPU user time (s): 2396.04
CPU system time (s): 4.07666
CPU usage (%): 101.016
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3302392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.04
system time used= 4.07666
maximum resident set size= 3302620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54134
involuntary context switches= 1665


# summary of solver processes directly reported to runsolver:
#   pid: 29861
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.04
#   total CPU system time (s): 4.07666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0349 second user time and 20.9009 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 03:33:24
IDJOB=4290077
IDBENCH=141561
IDSOLVER=2742
FILE ID=node138/4290077-1532223204
RUNJOBID= node138-1532209093-27993
PBS_JOBID= 21018929
Free space on /tmp= 59112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-m001_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290077-1532223204/watcher-4290077-1532223204 -o /tmp/evaluation-result-4290077-1532223204/solver-4290077-1532223204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290077-1532223204.xml

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

MD5SUM BENCH= 6b753b1e1a3070adcb3424354b76057b
RANDOM SEED=457682256

node138.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.71
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.71
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.71
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.71
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:        22852384 kB
MemAvailable:   31816448 kB
Buffers:          228100 kB
Cached:          8978604 kB
SwapCached:            0 kB
Active:          2353656 kB
Inactive:        7051260 kB
Active(anon):     200644 kB
Inactive(anon):    17064 kB
Active(file):    2153012 kB
Inactive(file):  7034196 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:            24 kB
AnonPages:        209360 kB
Mapped:            46688 kB
Shmem:             17068 kB
Slab:             212708 kB
SReclaimable:     185384 kB
SUnreclaim:        27324 kB
KernelStack:        3920 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59108 MiB
End job on node138 at 2018-07-22 04:13:00