Trace number 4290076

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.13 2375.76

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-0010_c18.xml
MD5SUMa4a3304b5e9aae9c2bcc59fc5ef6ae6f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290076-1532222960/watcher-4290076-1532222960 -o /tmp/evaluation-result-4290076-1532222960/solver-4290076-1532222960 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290076-1532222960.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=28408, runsolver pid=28405

[startup+0.100059 s]*
/proc/loadavg: 2.07 2.12 2.44 3/216 28423
/proc/meminfo: memFree=21640708/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659012 memory=30060 CPUtime=0.12 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 6600 0 0 0 11 1 0 0 20 0 15 0 39859225 10914828288 7515 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2664753 7515 2841 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659012 memory=-8773748148830375811 CPUtime=0.09 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 4421 0 0 0 8 1 0 0 20 0 15 0 39859226 10914828288 7515 33554432000 4194304 4196468 140726846094080 140718454904768 140718434764126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 7515 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 7515 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 7515 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 7515 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717940888608 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717939835760 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0.02 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) R 28405 28408 23514 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717935626864 140718450704986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 7515 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30060 KiB

[startup+0.210398 s]*
/proc/loadavg: 2.07 2.12 2.44 3/216 28423
/proc/meminfo: memFree=21629396/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659012 memory=42032 CPUtime=0.33 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 8111 0 0 0 31 2 0 0 20 0 15 0 39859225 10914828288 10508 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2664753 10508 3003 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 5003 0 0 0 19 1 0 0 20 0 15 0 39859226 10914828288 10508 33554432000 4194304 4196468 140726846094080 140718454919040 140718434727269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 10508 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10659012 memory=139938910006234 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 10508 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 10508 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859226 10914828288 10508 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717940888608 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39859228 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717939835760 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0.07 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 688 0 0 0 7 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10659012 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859231 10914828288 10508 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42032 KiB

[startup+0.310382 s]*
/proc/loadavg: 2.07 2.12 2.44 5/216 28423
/proc/meminfo: memFree=21622324/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659088 memory=47524 CPUtime=0.52 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 9081 0 0 0 49 3 0 0 20 0 15 0 39859225 10914906112 11881 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2664772 11881 3057 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 5795 0 0 0 28 2 0 0 20 0 15 0 39859226 10914906112 11881 33554432000 4194304 4196468 140726846094080 140718454916648 140718450695574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10659088 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 11881 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10659088 memory=139938910006233 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 11881 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 11881 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 11881 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10659088 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717940888608 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717939835760 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 718 0 0 0 4 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 472 0 0 0 4 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10659088 memory=139938909800064 CPUtime=0.11 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) R 28405 28408 23514 0 -1 4202560 728 0 0 0 11 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717935626864 140718450695574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10659088 memory=139938909800064 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 11881 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47524 KiB

[startup+0.701495 s]
/proc/loadavg: 2.07 2.12 2.44 5/216 28423
/proc/meminfo: memFree=21603960/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659088 memory=106240 CPUtime=1.46 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 12633 0 0 0 141 5 0 0 20 0 15 0 39859225 10914906112 26560 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2664772 26560 3095 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659088 memory=261980254405214 CPUtime=0.67 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 5997 0 0 0 64 3 0 0 20 0 15 0 39859226 10914906112 26560 33554432000 4194304 4196468 140726846094080 140718454919704 140718046180165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10659088 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 26560 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 26560 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 26560 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859226 10914906112 26560 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717940888608 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717939835760 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10659088 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) R 28405 28408 23514 0 -1 4202560 3256 0 0 0 38 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717937723680 140718435073488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10659088 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 1113 0 0 0 21 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10659088 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 899 0 0 0 16 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10659088 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39859231 10914906112 26560 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 106240 KiB

[startup+1.50073 s]
/proc/loadavg: 2.07 2.12 2.44 7/216 28423
/proc/meminfo: memFree=21447144/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10659088 memory=343304 CPUtime=3.4 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 14325 0 0 0 320 20 0 0 20 0 15 0 39859225 10914906112 85826 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2664772 85826 3127 1 0 2627263 0
[pid=28408/tid=28410] ppid=28405 vsize=10659088 memory=10799 CPUtime=1.29 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 6091 0 0 0 124 5 0 0 20 0 15 0 39859226 10914906112 85826 33554432000 4194304 4196468 140726846094080 140718454917048 140718046509664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10659088 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 163 0 0 0 13 3 0 0 20 0 15 0 39859226 10914906112 85826 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 137 0 0 0 14 3 0 0 20 0 15 0 39859226 10914906112 85826 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10659088 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 134 0 0 0 11 3 0 0 20 0 15 0 39859226 10914906112 85826 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 117 0 0 0 9 3 0 0 20 0 15 0 39859226 10914906112 85826 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39859228 10914906112 85826 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0

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

/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 9089 0 0 0 591 74 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10725652 memory=3108716 CPUtime=6.66 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 5733 0 0 0 595 71 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10725652 memory=3108716 CPUtime=6.61 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 8242 0 0 0 595 66 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10725652 memory=2257 CPUtime=2 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 8877 0 0 0 197 3 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717940888672 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10725652 memory=308 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717939835776 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10725652 memory=3108716 CPUtime=1.79 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 7673 0 0 0 178 1 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10725652 memory=6791534058613427641 CPUtime=1.44 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 5422 0 0 0 143 1 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10725652 memory=956 CPUtime=0.34 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 3519 0 0 0 34 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10725652 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10725652 memory=4612 CPUtime=1.25 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1691 0 0 0 67 58 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28424] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28424/stat : 28424 (java) S 28405 28408 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39859859 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717932467120 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 2346.8 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3108716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2375.5 s]
/proc/loadavg: 1.00 1.04 1.33 2/195 28568
/proc/meminfo: memFree=19348696/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10725652 memory=3108716 CPUtime=2400.03 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 143310 0 0 0 239640 363 0 0 20 0 16 0 39859225 10983067648 777179 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2681413 777179 3173 1 0 2643904 0
[pid=28408/tid=28410] ppid=28405 vsize=10725652 memory=9920 CPUtime=2366.48 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) R 28405 28408 23514 0 -1 4202560 83491 0 0 0 236627 21 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718454922528 140718047429967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10725652 memory=3108716 CPUtime=6.67 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 8007 0 0 0 594 73 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10725652 memory=56 CPUtime=6.65 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 9089 0 0 0 591 74 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10725652 memory=56 CPUtime=6.66 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 5733 0 0 0 595 71 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10725652 memory=3108716 CPUtime=6.61 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 8242 0 0 0 595 66 0 0 20 0 16 0 39859226 10983067648 777179 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10725652 memory=3108716 CPUtime=2 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 8897 0 0 0 197 3 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717940888672 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 39859228 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717939835776 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10725652 memory=3108716 CPUtime=1.79 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 7681 0 0 0 178 1 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10725652 memory=3108716 CPUtime=1.44 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 5425 0 0 0 143 1 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0.34 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 3522 0 0 0 34 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10725652 memory=3108716 CPUtime=1.28 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1762 0 0 0 69 59 0 0 20 0 16 0 39859231 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28424] ppid=28405 vsize=10725652 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28424/stat : 28424 (java) S 28405 28408 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39859859 10983067648 777179 33554432000 4194304 4196468 140726846094080 140717932467120 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 3108716 KiB

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

[startup+2375.76 s]
# the end of solver process 28408 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.48 s, system=3.647 s

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

[startup+2375.61 s]
/proc/loadavg: 1.00 1.04 1.33 2/195 28568
/proc/meminfo: memFree=19348696/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10925344 memory=3109148 CPUtime=2400.05 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 144282 0 0 0 239642 363 0 0 20 0 17 0 39859225 11187552256 777287 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2731336 777287 3177 1 0 2693827 0
[pid=28408/tid=28410] ppid=28405 vsize=10925344 memory=14172 CPUtime=2366.5 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) S 28405 28408 23514 0 -1 1077944384 83598 0 0 0 236629 21 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718454926512 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10925344 memory=1292 CPUtime=6.67 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 8007 0 0 0 594 73 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10925344 memory=2436 CPUtime=6.65 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 9089 0 0 0 591 74 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10925344 memory=6791534058613427641 CPUtime=6.66 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 5733 0 0 0 595 71 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10925344 memory=14172 CPUtime=6.61 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 8242 0 0 0 595 66 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10925344 memory=1292 CPUtime=2 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 8928 0 0 0 197 3 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10925344 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717940888672 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10925344 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717939835776 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10925344 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10925344 memory=5520 CPUtime=1.79 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 7684 0 0 0 178 1 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10925344 memory=4612 CPUtime=1.44 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 5428 0 0 0 143 1 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10925344 memory=9920 CPUtime=0.35 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 3745 0 0 0 35 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10925344 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10925344 memory=1428 CPUtime=1.28 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1762 0 0 0 69 59 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3109148 KiB

[startup+2375.7 s]
/proc/loadavg: 1.00 1.04 1.33 2/195 28568
/proc/meminfo: memFree=19348696/32770624 swapFree=67108860/67108860
[pid=28408] ppid=28405 vsize=10925344 memory=3109148 CPUtime=2400.05 cores=0,2,4,6
/proc/28408/stat : 28408 (java) S 28405 28408 23514 0 -1 1077944320 144282 0 0 0 239642 363 0 0 20 0 17 0 39859225 11187552256 777287 33554432000 4194304 4196468 140726846094080 140726846076624 140718450683639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
/proc/28408/statm: 2731336 777287 3177 1 0 2693827 0
[pid=28408/tid=28410] ppid=28405 vsize=10925344 memory=3108716 CPUtime=2366.5 cores=0,2,4,6
/proc/28408/task/28410/stat : 28410 (java) S 28405 28408 23514 0 -1 1077944384 83598 0 0 0 236629 21 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718454926512 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28411] ppid=28405 vsize=10925344 memory=3108716 CPUtime=6.67 cores=0,2,4,6
/proc/28408/task/28411/stat : 28411 (java) S 28405 28408 23514 0 -1 1077944384 8007 0 0 0 594 73 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718376758416 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28412] ppid=28405 vsize=10925344 memory=3108716 CPUtime=6.65 cores=0,2,4,6
/proc/28408/task/28412/stat : 28412 (java) S 28405 28408 23514 0 -1 1077944384 9089 0 0 0 591 74 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718375705616 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28413] ppid=28405 vsize=10925344 memory=3108716 CPUtime=6.66 cores=0,2,4,6
/proc/28408/task/28413/stat : 28413 (java) S 28405 28408 23514 0 -1 1077944384 5733 0 0 0 595 71 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718374652816 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28414] ppid=28405 vsize=10925344 memory=3108716 CPUtime=6.61 cores=0,2,4,6
/proc/28408/task/28414/stat : 28414 (java) S 28405 28408 23514 0 -1 1077944384 8242 0 0 0 595 66 0 0 20 0 17 0 39859226 11187552256 777287 33554432000 4194304 4196468 140726846094080 140718373600016 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28415] ppid=28405 vsize=10925344 memory=3108716 CPUtime=2 cores=0,2,4,6
/proc/28408/task/28415/stat : 28415 (java) S 28405 28408 23514 0 -1 1077944384 8928 0 0 0 197 3 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717941942640 140718450694786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28416] ppid=28405 vsize=10925344 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28416/stat : 28416 (java) S 28405 28408 23514 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717940888672 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28417] ppid=28405 vsize=10925344 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28417/stat : 28417 (java) S 28405 28408 23514 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 39859228 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717939835776 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28418] ppid=28405 vsize=10925344 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28418/stat : 28418 (java) S 28405 28408 23514 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717938784080 140718450702235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28419] ppid=28405 vsize=10925344 memory=3108716 CPUtime=1.79 cores=0,2,4,6
/proc/28408/task/28419/stat : 28419 (java) S 28405 28408 23514 0 -1 1077944384 7684 0 0 0 178 1 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717937732464 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28420] ppid=28405 vsize=10925344 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/28408/task/28420/stat : 28420 (java) S 28405 28408 23514 0 -1 1077944384 5428 0 0 0 143 1 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717936679664 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28421] ppid=28405 vsize=10925344 memory=56 CPUtime=0.35 cores=0,2,4,6
/proc/28408/task/28421/stat : 28421 (java) S 28405 28408 23514 0 -1 1077944384 3745 0 0 0 35 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717935626864 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28422] ppid=28405 vsize=10925344 memory=3108716 CPUtime=0 cores=0,2,4,6
/proc/28408/task/28422/stat : 28422 (java) S 28405 28408 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717934574304 140718450693845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
[pid=28408/tid=28423] ppid=28405 vsize=10925344 memory=9920 CPUtime=1.28 cores=0,2,4,6
/proc/28408/task/28423/stat : 28423 (java) S 28405 28408 23514 0 -1 1077944384 1762 0 0 0 69 59 0 0 20 0 17 0 39859231 11187552256 777287 33554432000 4194304 4196468 140726846094080 140717933521584 140718450694786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35774464 140726846100593 140726846100745 140726846100745 140726846103503 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 3109148 KiB

Child status: 143
Real time (s): 2375.76
CPU time (s): 2400.13
CPU user time (s): 2396.48
CPU system time (s): 3.647
CPU usage (%): 101.026
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3109148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.647
maximum resident set size= 3109336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54061
involuntary context switches= 4296


# summary of solver processes directly reported to runsolver:
#   pid: 28408
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.48
#   total CPU system time (s): 3.647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0749 second user time and 23.082 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 03:29:20
IDJOB=4290076
IDBENCH=141560
IDSOLVER=2742
FILE ID=node150/4290076-1532222960
RUNJOBID= node150-1532207966-25848
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-0010_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290076-1532222960/watcher-4290076-1532222960 -o /tmp/evaluation-result-4290076-1532222960/solver-4290076-1532222960 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25848 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290076-1532222960.xml

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

MD5SUM BENCH= a4a3304b5e9aae9c2bcc59fc5ef6ae6f
RANDOM SEED=1313691637

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21657272 kB
MemAvailable:   31149624 kB
Buffers:          224452 kB
Cached:          9480956 kB
SwapCached:            0 kB
Active:          1817512 kB
Inactive:        8730764 kB
Active(anon):     845776 kB
Inactive(anon):    16868 kB
Active(file):     971736 kB
Inactive(file):  8713896 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2504 kB
Writeback:             0 kB
AnonPages:        850740 kB
Mapped:            46864 kB
Shmem:             17032 kB
Slab:             262000 kB
SReclaimable:     235180 kB
SUnreclaim:        26820 kB
KernelStack:        3600 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1381972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57252 MiB
End job on node150 at 2018-07-22 04:08:55