Trace number 4290089

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.2 2383.17

General information on the benchmark

NameEternity/
Eternity-10-05_c18.xml
MD5SUM6e3279f6b90dee0013fa01f52c3f5b67
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.08373
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints81
Number of domains2
Minimum domain size10
Maximum domain size50
Distribution of domain sizes[{"size":10,"count":115},{"size":50,"count":50}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":155},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":30},{"arity":5,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":30},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290089-1532272133/watcher-4290089-1532272133 -o /tmp/evaluation-result-4290089-1532272133/solver-4290089-1532272133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290089-1532272133.xml 

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

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=5226, runsolver pid=5223

[startup+0.100136 s]*
/proc/loadavg: 5.06 4.71 3.72 3/220 5241
/proc/meminfo: memFree=13160072/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10659012 memory=30496 CPUtime=0.12 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 6687 0 0 0 11 1 0 0 20 0 15 0 44776488 10914828288 7624 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2664753 7624 2821 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10659012 memory=-8970428810329420992 CPUtime=0.09 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 4531 0 0 0 8 1 0 0 20 0 15 0 44776489 10914828288 7624 33554432000 4194304 4196468 140733957246912 139671687427920 139671665425761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 7624 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 7624 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 7624 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 7624 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670717403936 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670716351600 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) R 5223 5226 3347 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) R 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0.02 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 3347 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670712142704 139671683213954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 7624 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30496 KiB

[startup+0.212446 s]*
/proc/loadavg: 5.06 4.71 3.72 3/220 5241
/proc/meminfo: memFree=13148944/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10659012 memory=42112 CPUtime=0.33 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 8161 0 0 0 31 2 0 0 20 0 15 0 44776488 10914828288 10528 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2664753 10528 3001 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 5044 0 0 0 19 1 0 0 20 0 15 0 44776489 10914828288 10528 33554432000 4194304 4196468 140733957246912 139671687439072 139671667283294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 10528 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10659012 memory=288370413568038528 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 10528 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 10528 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776489 10914828288 10528 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670717403936 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44776491 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670716351600 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 831 0 0 0 2 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0.08 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 3347 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670712142704 139671683224154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10659012 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776494 10914828288 10528 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42112 KiB

[startup+0.311341 s]*
/proc/loadavg: 5.06 4.71 3.72 6/220 5241
/proc/meminfo: memFree=13143672/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10659088 memory=47152 CPUtime=0.54 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 9106 0 0 0 51 3 0 0 20 0 15 0 44776488 10914906112 11788 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2664772 11788 3041 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 5786 0 0 0 28 2 0 0 20 0 15 0 44776489 10914906112 11854 33554432000 4194304 4196468 140733957246912 139671687429504 139671667283294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 11854 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10659088 memory=15394877377910424 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 11854 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 11854 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 11854 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10659088 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670717403936 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670716351600 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 854 0 0 0 5 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 310 0 0 0 5 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10659088 memory=140037416326784 CPUtime=0.12 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 3347 0 -1 4202560 793 0 0 0 12 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670712142704 139671662170828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10659088 memory=140037416326784 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 11854 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47152 KiB

[startup+0.700797 s]
/proc/loadavg: 5.06 4.71 3.72 5/220 5241
/proc/meminfo: memFree=13107376/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10659088 memory=130928 CPUtime=1.82 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 12565 0 0 0 177 5 0 0 20 0 15 0 44776488 10914906112 32732 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2664772 32732 3106 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10659088 memory=1844 CPUtime=0.68 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 5991 0 0 0 65 3 0 0 20 0 15 0 44776489 10914906112 32732 33554432000 4194304 4196468 140733957246912 139671687439808 139671283104836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 32732 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 32732 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10659088 memory=12984 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 32732 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10659088 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44776489 10914906112 32732 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670717403936 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670716351600 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10659088 memory=7739276948478455658 CPUtime=0.4 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) R 5223 5226 3347 0 -1 4202560 1603 0 0 0 40 0 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670714234640 139671668310346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10659088 memory=7368003688827211856 CPUtime=0.41 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) R 5223 5226 3347 0 -1 4202560 1820 0 0 0 41 0 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670713181016 139671667172495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 3347 0 -1 1077944384 1780 0 0 0 29 1 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670712142704 139671683213954 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44776494 10914906112 32732 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 130928 KiB

[startup+1.50083 s]
/proc/loadavg: 5.06 4.71 3.72 5/220 5241
/proc/meminfo: memFree=12963920/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10659088 memory=275648 CPUtime=4.3 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 22015 0 0 0 417 13 0 0 20 0 15 0 44776488 10914906112 68912 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2664772 68912 3138 1 0 2627263 0
[pid=5226/tid=5228] ppid=5223 vsize=10659088 memory=8112282956445269571 CPUtime=1.4 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 6018 0 0 0 137 3 0 0 20 0 15 0 44776489 10914906112 68912 33554432000 4194304 4196468 140733957246912 139671687437968 139671283398186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10659088 memory=-8754540793456063680 CPUtime=0.04 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 44776489 10914906112 68912 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10659088 memory=-2843869621055772062 CPUtime=0.06 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 108 0 0 0 5 1 0 0 20 0 15 0 44776489 10914906112 68912 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10659088 memory=5450919713671312938 CPUtime=0.02 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 44776489 10914906112 68912 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10659088 memory=7005738693937936738 CPUtime=0.07 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 121 0 0 0 5 2 0 0 20 0 15 0 44776489 10914906112 68912 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44776491 10914906112 68912 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0

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

/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44776491 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670717404000 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10727700 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 44776491 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670716351616 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10727700 memory=3324 CPUtime=2.18 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 10222 0 0 0 216 2 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10727700 memory=3334964 CPUtime=2.13 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 9427 0 0 0 211 2 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0.45 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 3347 0 -1 1077944384 3908 0 0 0 44 1 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670712142704 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10727700 memory=4036 CPUtime=1.16 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 3005 0 0 0 53 63 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5242] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44776689 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670706885296 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 2399.49 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3334964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.9 s]
/proc/loadavg: 1.92 2.01 2.18 3/222 5404
/proc/meminfo: memFree=7313688/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10727700 memory=3334964 CPUtime=2400.09 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 211337 0 0 0 239599 410 0 0 20 0 16 0 44776488 10985164800 833741 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2681925 833741 3188 1 0 2644416 0
[pid=5226/tid=5228] ppid=5223 vsize=10727700 memory=3334964 CPUtime=2378.77 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) R 5223 5226 3347 0 -1 4202560 82654 0 0 0 237853 24 0 0 20 0 16 0 44776489 10985164800 833741 33554432000 4194304 4196468 140733957246912 139671687441696 139671284661015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10727700 memory=3334964 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 20913 0 0 0 289 80 0 0 20 0 16 0 44776489 10985164800 833741 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10727700 memory=3334964 CPUtime=3.75 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 20857 0 0 0 292 83 0 0 20 0 16 0 44776489 10985164800 833741 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10727700 memory=280074549054104 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 19945 0 0 0 290 79 0 0 20 0 16 0 44776489 10985164800 833741 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10727700 memory=3334964 CPUtime=3.76 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 19476 0 0 0 296 80 0 0 20 0 16 0 44776489 10985164800 833741 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0.41 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 19477 0 0 0 38 3 0 0 20 0 16 0 44776491 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 44776491 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670717404000 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 44776491 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670716351616 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10727700 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10727700 memory=8112282956445269571 CPUtime=2.18 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 10222 0 0 0 216 2 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10727700 memory=5664 CPUtime=2.13 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 9427 0 0 0 211 2 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10727700 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 3347 0 -1 1077944384 3908 0 0 0 44 1 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670712142704 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10727700 memory=3324 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10727700 memory=3334964 CPUtime=1.16 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 3005 0 0 0 53 63 0 0 20 0 16 0 44776494 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5242] ppid=5223 vsize=10727700 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5242/stat : 5242 (java) S 5223 5226 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44776689 10985164800 833741 33554432000 4194304 4196468 140733957246912 139670706885296 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3334964 KiB

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

[startup+2383.17 s]
# the end of solver process 5226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.08 s, system=4.1226 s

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

[startup+2383.01 s]*
/proc/loadavg: 1.92 2.01 2.18 2/223 5407
/proc/meminfo: memFree=7313424/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10927392 memory=3335276 CPUtime=2400.11 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 212263 0 0 0 239601 410 0 0 20 0 17 0 44776488 11189649408 833819 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2731848 833819 3192 1 0 2694339 0
[pid=5226/tid=5228] ppid=5223 vsize=10927392 memory=8112282956445269571 CPUtime=2378.78 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 3347 0 -1 1077944384 82760 0 0 0 237854 24 0 0 20 0 17 0 44776489 11189649408 833819 33554432000 4194304 4196468 140733957246912 139671687445680 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10927392 memory=4126316290023845779 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 20913 0 0 0 289 80 0 0 20 0 17 0 44776489 11189649408 833819 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10927392 memory=1408 CPUtime=3.75 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 20857 0 0 0 292 83 0 0 20 0 17 0 44776489 11189649408 833819 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10927392 memory=3324 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 19945 0 0 0 290 79 0 0 20 0 17 0 44776489 11189649408 833819 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10927392 memory=6543436 CPUtime=3.76 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 19476 0 0 0 296 80 0 0 20 0 17 0 44776489 11189649408 833819 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10927392 memory=8112282956445269571 CPUtime=0.41 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 19477 0 0 0 38 3 0 0 20 0 17 0 44776491 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10927392 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44776491 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670717404000 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10927392 memory=15256 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 44776491 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670716351616 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10927392 memory=2324 CPUtime=2.18 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 10223 0 0 0 216 2 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10927392 memory=1844 CPUtime=2.13 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 9428 0 0 0 211 2 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10927392 memory=796 CPUtime=0.45 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) S 5223 5226 3347 0 -1 1077944384 4052 0 0 0 44 1 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670712142704 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10927392 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10927392 memory=12984 CPUtime=1.16 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 3005 0 0 0 53 63 0 0 20 0 17 0 44776494 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5405] ppid=5223 vsize=10927392 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5405/stat : 5405 (java) S 5223 5226 3347 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 45014779 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670705832304 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5406] ppid=5223 vsize=10927392 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5406/stat : 5406 (java) S 5223 5226 3347 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 45014779 11189649408 833819 33554432000 4194304 4196468 140733957246912 139670704780432 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3335276 KiB

[startup+2383.11 s]
/proc/loadavg: 1.92 2.01 2.18 2/223 5407
/proc/meminfo: memFree=7313424/32770624 swapFree=67108860/67108860
[pid=5226] ppid=5223 vsize=10927392 memory=3335324 CPUtime=2400.11 cores=1,3,5,7
/proc/5226/stat : 5226 (java) S 5223 5226 3347 0 -1 1077944320 212729 0 0 0 239601 410 0 0 20 0 17 0 44776488 11189649408 833831 33554432000 4194304 4196468 140733957246912 140733957229456 139671683202807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
/proc/5226/statm: 2731848 833831 3192 1 0 2694339 0
[pid=5226/tid=5228] ppid=5223 vsize=10927392 memory=3334964 CPUtime=2378.78 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (java) S 5223 5226 3347 0 -1 1077944384 82760 0 0 0 237854 24 0 0 20 0 17 0 44776489 11189649408 833831 33554432000 4194304 4196468 140733957246912 139671687445680 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5229] ppid=5223 vsize=10927392 memory=3334964 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (java) S 5223 5226 3347 0 -1 1077944384 20913 0 0 0 289 80 0 0 20 0 17 0 44776489 11189649408 833831 33554432000 4194304 4196468 140733957246912 139671609277328 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5230] ppid=5223 vsize=10927392 memory=3334964 CPUtime=3.75 cores=1,3,5,7
/proc/5226/task/5230/stat : 5230 (java) S 5223 5226 3347 0 -1 1077944384 20857 0 0 0 292 83 0 0 20 0 17 0 44776489 11189649408 833831 33554432000 4194304 4196468 140733957246912 139671608224528 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5231] ppid=5223 vsize=10927392 memory=3334964 CPUtime=3.69 cores=1,3,5,7
/proc/5226/task/5231/stat : 5231 (java) S 5223 5226 3347 0 -1 1077944384 19945 0 0 0 290 79 0 0 20 0 17 0 44776489 11189649408 833831 33554432000 4194304 4196468 140733957246912 139671607172240 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5232] ppid=5223 vsize=10927392 memory=280074549054104 CPUtime=3.76 cores=1,3,5,7
/proc/5226/task/5232/stat : 5232 (java) S 5223 5226 3347 0 -1 1077944384 19476 0 0 0 296 80 0 0 20 0 17 0 44776489 11189649408 833831 33554432000 4194304 4196468 140733957246912 139671606119440 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5233] ppid=5223 vsize=10927392 memory=3334964 CPUtime=0.41 cores=1,3,5,7
/proc/5226/task/5233/stat : 5233 (java) S 5223 5226 3347 0 -1 1077944384 19477 0 0 0 38 3 0 0 20 0 17 0 44776491 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670718457968 139671683213954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5234] ppid=5223 vsize=10927392 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5234/stat : 5234 (java) S 5223 5226 3347 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 44776491 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670717404000 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5235] ppid=5223 vsize=10927392 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5235/stat : 5235 (java) S 5223 5226 3347 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 44776491 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670716351616 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5236] ppid=5223 vsize=10927392 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5236/stat : 5236 (java) S 5223 5226 3347 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670715299920 139671683221403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5237] ppid=5223 vsize=10927392 memory=3334964 CPUtime=2.18 cores=1,3,5,7
/proc/5226/task/5237/stat : 5237 (java) S 5223 5226 3347 0 -1 1077944384 10223 0 0 0 216 2 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670714247792 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5238] ppid=5223 vsize=10927392 memory=8112282956445269571 CPUtime=2.13 cores=1,3,5,7
/proc/5226/task/5238/stat : 5238 (java) S 5223 5226 3347 0 -1 1077944384 9428 0 0 0 211 2 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670713194992 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5239] ppid=5223 vsize=10927392 memory=3334964 CPUtime=0.45 cores=1,3,5,7
/proc/5226/task/5239/stat : 5239 (java) R 5223 5226 3347 0 -1 4202560 4445 0 0 0 44 1 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670712142704 139671662477556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5240] ppid=5223 vsize=10927392 memory=3334964 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5240/stat : 5240 (java) S 5223 5226 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670711090144 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5241] ppid=5223 vsize=10927392 memory=3334964 CPUtime=1.16 cores=1,3,5,7
/proc/5226/task/5241/stat : 5241 (java) S 5223 5226 3347 0 -1 1077944384 3005 0 0 0 53 63 0 0 20 0 17 0 44776494 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670710036912 139671683213954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5405] ppid=5223 vsize=10927392 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5405/stat : 5405 (java) S 5223 5226 3347 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 45014779 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670705832304 139671683213013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
[pid=5226/tid=5406] ppid=5223 vsize=10927392 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5406/stat : 5406 (java) R 5223 5226 3347 0 -1 4202560 269 0 0 0 0 0 0 0 20 0 17 0 45014779 11189649408 833831 33554432000 4194304 4196468 140733957246912 139670704778192 139671279597616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25243648 140733957248113 140733957248265 140733957248265 140733957251023 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3335324 KiB

Child status: 143
Real time (s): 2383.17
CPU time (s): 2400.2
CPU user time (s): 2396.08
CPU system time (s): 4.1226
CPU usage (%): 100.714
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3635868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.08
system time used= 4.12261
maximum resident set size= 3635868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54984
involuntary context switches= 1165


# summary of solver processes directly reported to runsolver:
#   pid: 5226
#   total CPU time (s): 2400.2
#   total CPU user time (s): 2396.08
#   total CPU system time (s): 4.1226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3476 second user time and 22.6074 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 17:08:53
IDJOB=4290089
IDBENCH=141651
IDSOLVER=2742
FILE ID=node133/4290089-1532272133
RUNJOBID= node133-1532260671-3379
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Eternity/Eternity-10-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290089-1532272133/watcher-4290089-1532272133 -o /tmp/evaluation-result-4290089-1532272133/solver-4290089-1532272133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3379 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290089-1532272133.xml

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

MD5SUM BENCH= 6e3279f6b90dee0013fa01f52c3f5b67
RANDOM SEED=931911088

node133.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.24
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.24
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.24
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.24
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:        13179368 kB
MemAvailable:   27928428 kB
Buffers:          202624 kB
Cached:         14624052 kB
SwapCached:            0 kB
Active:          5230356 kB
Inactive:       13654068 kB
Active(anon):    4048200 kB
Inactive(anon):    29520 kB
Active(file):    1182156 kB
Inactive(file): 13624548 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:       4055020 kB
Mapped:            47648 kB
Shmem:             17056 kB
Slab:             398744 kB
SReclaimable:     370816 kB
SUnreclaim:        27928 kB
KernelStack:        3920 kB
PageTables:        12940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4945840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3923968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 17:48:37