Trace number 4301946

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-20_c18.xml
MD5SUMd156824e13565888aa6df857cf60b633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark252.089
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints25481
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":800}]
Minimum variable degree59
Maximum variable degree78
Distribution of variable degrees[{"degree":59,"count":76},{"degree":60,"count":76},{"degree":61,"count":68},{"degree":62,"count":68},{"degree":63,"count":60},{"degree":64,"count":60},{"degree":65,"count":52},{"degree":66,"count":52},{"degree":67,"count":44},{"degree":68,"count":44},{"degree":69,"count":36},{"degree":70,"count":36},{"degree":71,"count":28},{"degree":72,"count":28},{"degree":73,"count":20},{"degree":74,"count":20},{"degree":75,"count":12},{"degree":76,"count":12},{"degree":77,"count":4},{"degree":78,"count":4}]
Minimum constraint arity2
Maximum constraint arity800
Distribution of constraint arities[{"arity":2,"count":25480},{"arity":800,"count":1}]
Number of extensional constraints0
Number of intensional constraints25480
Distribution of constraint types[{"type":"intension","count":25480},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

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

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

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


[startup+0.101249 s]*
/proc/loadavg: 4.34 3.14 2.68 4/216 19277
/proc/meminfo: memFree=22716044/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10659012 memory=28544 CPUtime=0.12 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 6754 0 0 0 11 1 0 0 20 0 15 0 106148384 10914828288 7136 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2664753 7136 2815 1 0 2627263 0
[pid=19262/tid=19264] ppid=19259 vsize=10659012 memory=-8197568871503139198 CPUtime=0.09 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 4553 0 0 0 8 1 0 0 20 0 15 0 106148384 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180653873008 140180633748830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180006593824 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0.02 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 7136 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28544 KiB

[startup+0.210604 s]*
/proc/loadavg: 4.34 3.14 2.68 4/216 19277
/proc/meminfo: memFree=22705180/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10659012 memory=40664 CPUtime=0.32 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 8300 0 0 0 30 2 0 0 20 0 15 0 106148384 10914828288 10166 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2664753 10166 3007 1 0 2627263 0
[pid=19262/tid=19264] ppid=19259 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 5088 0 0 0 18 1 0 0 20 0 15 0 106148384 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180653904608 140180633711973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10659012 memory=139827776375025 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180006593824 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10659012 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 771 0 0 0 3 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) R 19259 19262 13514 0 -1 4202560 818 0 0 0 7 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180001331568 140180628252983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 10166 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40664 KiB

[startup+0.310833 s]*
/proc/loadavg: 4.34 3.14 2.68 5/216 19277
/proc/meminfo: memFree=22693012/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10659012 memory=53540 CPUtime=0.58 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 9955 0 0 0 55 3 0 0 20 0 15 0 106148384 10914828288 13385 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2664753 13385 3049 1 0 2627263 0
[pid=19262/tid=19264] ppid=19259 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 5452 0 0 0 28 2 0 0 20 0 15 0 106148384 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180653906032 140180649690269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10659012 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10659012 memory=139827776372751 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148385 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180006593824 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106148387 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) R 19259 19262 13514 0 -1 4202560 1083 0 0 0 8 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180003421176 140180633154313 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) R 19259 19262 13514 0 -1 4202560 783 0 0 0 6 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180002364872 140180630370007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0.13 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) R 19259 19262 13514 0 -1 1077944384 1316 0 0 0 13 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10659012 memory=139827775743616 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148390 10914828288 13385 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 53540 KiB

[startup+0.700833 s]
/proc/loadavg: 4.34 3.14 2.68 5/216 19277
/proc/meminfo: memFree=22671048/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10659088 memory=125056 CPUtime=1.8 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 12073 0 0 0 176 4 0 0 20 0 15 0 106148384 10914906112 31264 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2664772 31264 3099 1 0 2627263 0
[pid=19262/tid=19264] ppid=19259 vsize=10659088 memory=16884 CPUtime=0.68 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 5905 0 0 0 65 3 0 0 20 0 15 0 106148384 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180653904448 140180287212112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106148385 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148385 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106148387 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106148387 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180006593824 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106148387 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10659088 memory=6081108994580573287 CPUtime=0.41 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) R 19259 19262 13514 0 -1 4202560 1856 0 0 0 41 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180003424224 140180634432470 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10659088 memory=6076878065162868073 CPUtime=0.41 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) R 19259 19262 13514 0 -1 4202560 1331 0 0 0 41 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180002373648 140180632880043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 1610 0 0 0 27 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106148390 10914906112 31264 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 125056 KiB

[startup+1.50076 s]
/proc/loadavg: 4.34 3.14 2.68 5/216 19277
/proc/meminfo: memFree=22541904/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10661136 memory=238124 CPUtime=4.46 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 18940 0 0 0 437 9 0 0 20 0 15 0 106148384 10917003264 59531 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2665284 59531 3143 1 0 2627775 0
[pid=19262/tid=19264] ppid=19259 vsize=10661136 memory=221028 CPUtime=1.43 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 6158 0 0 0 140 3 0 0 20 0 15 0 106148384 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180653902176 140180547532384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10661136 memory=33 CPUtime=0.02 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 15 0 106148385 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10661136 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 15 0 106148385 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10661136 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 106148385 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 33 0 0 0 3 0 0 0 20 0 15 0 106148385 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106148387 10917003264 59531 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0

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

/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 336 0 0 0 20 6 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10727700 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 392 0 0 0 17 6 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10727700 memory=396 CPUtime=0.28 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 815 0 0 0 21 7 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10727700 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 1783 0 0 0 1 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10727700 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180006593888 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10727700 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10727700 memory=2748 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10727700 memory=0 CPUtime=3.96 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 11180 0 0 0 395 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10727700 memory=4 CPUtime=4.27 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 10818 0 0 0 426 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 5801 0 0 0 63 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10727700 memory=5456 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10727700 memory=4140 CPUtime=0.11 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 898 0 0 0 5 6 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19278] ppid=19259 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19278/stat : 19278 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106148770 10985164800 203200 33554432000 4194304 4196468 140723768378528 140179996075184 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 232.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 812800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.301 s]
/proc/loadavg: 2.05 2.54 2.54 3/219 19369
/proc/meminfo: memFree=27283520/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10727700 memory=812800 CPUtime=252.05 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 46165 0 0 0 25158 47 0 0 20 0 16 0 106148384 10985164800 203200 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2681925 203200 3180 1 0 2644416 0
[pid=19262/tid=19264] ppid=19259 vsize=10727700 memory=812800 CPUtime=241.94 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) R 19259 19262 13514 0 -1 4202560 11147 0 0 0 24185 9 0 0 20 0 16 0 106148384 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180653907064 140180295145576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 1557 0 0 0 17 6 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.26 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 336 0 0 0 20 6 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 392 0 0 0 17 6 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.28 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 815 0 0 0 21 7 0 0 20 0 16 0 106148385 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10727700 memory=812800 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 1793 0 0 0 1 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180006593888 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10727700 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 106148387 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10727700 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10727700 memory=812800 CPUtime=3.96 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 11180 0 0 0 395 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10727700 memory=10368 CPUtime=4.27 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 10818 0 0 0 426 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10727700 memory=4140 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 5801 0 0 0 63 1 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10727700 memory=30256 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10727700 memory=1408 CPUtime=0.11 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 936 0 0 0 5 6 0 0 20 0 16 0 106148390 10985164800 203200 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19278] ppid=19259 vsize=10727700 memory=3044 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19278/stat : 19278 (java) S 19259 19262 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106148770 10985164800 203200 33554432000 4194304 4196468 140723768378528 140179996075184 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 812800 KiB

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

[startup+242.549 s]
# the end of solver process 19262 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.632 s, system=0.481169 s

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

[startup+242.405 s]
/proc/loadavg: 2.05 2.54 2.54 3/219 19369
/proc/meminfo: memFree=27283520/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10927392 memory=813148 CPUtime=252.07 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 47112 0 0 0 25160 47 0 0 20 0 17 0 106148384 11189649408 203287 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2731848 203287 3183 1 0 2694339 0
[pid=19262/tid=19264] ppid=19259 vsize=10927392 memory=2888 CPUtime=241.96 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) S 19259 19262 13514 0 -1 1077944384 11276 0 0 0 24187 9 0 0 20 0 17 0 106148384 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180653911216 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10927392 memory=473180 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 1557 0 0 0 17 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.26 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 336 0 0 0 20 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 392 0 0 0 17 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10927392 memory=1020 CPUtime=0.28 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 815 0 0 0 21 7 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10927392 memory=5456 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 1793 0 0 0 1 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10927392 memory=756 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180006593888 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10927392 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10927392 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 275 0 0 0 0 0 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10927392 memory=6791534058613427641 CPUtime=3.96 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 11183 0 0 0 395 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10927392 memory=924 CPUtime=4.27 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 10820 0 0 0 426 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10927392 memory=1992 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 5923 0 0 0 63 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10927392 memory=1172 CPUtime=0.11 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 936 0 0 0 5 6 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 813148 KiB

[startup+242.501 s]
/proc/loadavg: 2.05 2.54 2.54 3/219 19369
/proc/meminfo: memFree=27283520/32770624 swapFree=67108860/67108860
[pid=19262] ppid=19259 vsize=10927392 memory=813148 CPUtime=252.07 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 13514 0 -1 1077944320 47112 0 0 0 25160 47 0 0 20 0 17 0 106148384 11189649408 203287 33554432000 4194304 4196468 140723768378528 140723768361072 140180649668343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
/proc/19262/statm: 2731848 203287 3183 1 0 2694339 0
[pid=19262/tid=19264] ppid=19259 vsize=10927392 memory=812800 CPUtime=241.96 cores=0,2,4,6
/proc/19262/task/19264/stat : 19264 (java) S 19259 19262 13514 0 -1 1077944384 11276 0 0 0 24187 9 0 0 20 0 17 0 106148384 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180653911216 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19265] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19265/stat : 19265 (java) S 19259 19262 13514 0 -1 1077944384 1557 0 0 0 17 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180256590224 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19266] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.26 cores=0,2,4,6
/proc/19262/task/19266/stat : 19266 (java) S 19259 19262 13514 0 -1 1077944384 336 0 0 0 20 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180255537424 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19267] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.23 cores=0,2,4,6
/proc/19262/task/19267/stat : 19267 (java) S 19259 19262 13514 0 -1 1077944384 392 0 0 0 17 6 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180254485136 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19268] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.28 cores=0,2,4,6
/proc/19262/task/19268/stat : 19268 (java) S 19259 19262 13514 0 -1 1077944384 815 0 0 0 21 7 0 0 20 0 17 0 106148385 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180253432336 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19269] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.01 cores=0,2,4,6
/proc/19262/task/19269/stat : 19269 (java) S 19259 19262 13514 0 -1 1077944384 1793 0 0 0 1 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180007647856 140180649679490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19270] ppid=19259 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19270/stat : 19270 (java) S 19259 19262 13514 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180006593888 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19271] ppid=19259 vsize=10927392 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19271/stat : 19271 (java) S 19259 19262 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 106148387 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180005541488 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19272] ppid=19259 vsize=10927392 memory=812800 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19272/stat : 19272 (java) S 19259 19262 13514 0 -1 1077944384 275 0 0 0 0 0 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180004489808 140180649686939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19273] ppid=19259 vsize=10927392 memory=4140 CPUtime=3.96 cores=0,2,4,6
/proc/19262/task/19273/stat : 19273 (java) S 19259 19262 13514 0 -1 1077944384 11183 0 0 0 395 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180003436656 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19274] ppid=19259 vsize=10927392 memory=30256 CPUtime=4.27 cores=0,2,4,6
/proc/19262/task/19274/stat : 19274 (java) S 19259 19262 13514 0 -1 1077944384 10820 0 0 0 426 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180002383856 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19275] ppid=19259 vsize=10927392 memory=812800 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19275/stat : 19275 (java) S 19259 19262 13514 0 -1 1077944384 5923 0 0 0 63 1 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180001331568 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19276] ppid=19259 vsize=10927392 memory=10368 CPUtime=0 cores=0,2,4,6
/proc/19262/task/19276/stat : 19276 (java) S 19259 19262 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140180000279008 140180649678549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
[pid=19262/tid=19277] ppid=19259 vsize=10927392 memory=1408 CPUtime=0.11 cores=0,2,4,6
/proc/19262/task/19277/stat : 19277 (java) S 19259 19262 13514 0 -1 1077944384 936 0 0 0 5 6 0 0 20 0 17 0 106148390 11189649408 203287 33554432000 4194304 4196468 140723768378528 140179999226800 140180649679490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18546688 140723768382582 140723768382734 140723768382734 140723768385487 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 813148 KiB

Child status: 143
Real time (s): 242.549
CPU time (s): 252.114
CPU user time (s): 251.632
CPU system time (s): 0.481169
CPU usage (%): 103.943
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 813148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.632
system time used= 0.481169
maximum resident set size= 813400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7595
involuntary context switches= 395


# summary of solver processes directly reported to runsolver:
#   pid: 19262
#   total CPU time (s): 252.114
#   total CPU user time (s): 251.632
#   total CPU system time (s): 0.481169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32738 second user time and 2.44276 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:37:32
IDJOB=4301946
IDBENCH=141482
IDSOLVER=2773
FILE ID=node136/4301946-1532885852
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

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

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

MD5SUM BENCH= d156824e13565888aa6df857cf60b633
RANDOM SEED=1210904843

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22731708 kB
MemAvailable:   26035628 kB
Buffers:          214140 kB
Cached:          3360300 kB
SwapCached:            0 kB
Active:          7600080 kB
Inactive:        1953132 kB
Active(anon):    5930048 kB
Inactive(anon):    76480 kB
Active(file):    1670032 kB
Inactive(file):  1876652 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:       5985812 kB
Mapped:            46604 kB
Shmem:             25228 kB
Slab:             174432 kB
SReclaimable:     146144 kB
SUnreclaim:        28288 kB
KernelStack:        3552 kB
PageTables:        17620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7483320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5552128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 19:41:35