Trace number 4290142

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.13 2346.18

General information on the benchmark

NameStripPacking/
StripPacking-N1a_c18.xml
MD5SUM4209eb75c1d6f17ff2fcaefe706080c2
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 benchmark118.386
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290142-1532212271/watcher-4290142-1532212271 -o /tmp/evaluation-result-4290142-1532212271/solver-4290142-1532212271 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290142-1532212271.xml 

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

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

solver pid=27956, runsolver pid=27953

[startup+0.100125 s]*
/proc/loadavg: 2.00 2.01 2.04 4/217 27971
/proc/meminfo: memFree=17252608/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10659012 memory=31132 CPUtime=0.12 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 6830 0 0 0 10 2 0 0 20 0 15 0 38790256 10914828288 7783 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2664753 7783 2842 1 0 2627263 0
[pid=27956/tid=27958] ppid=27953 vsize=10659012 memory=-8701690554792055426 CPUtime=0.08 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) R 27953 27956 25105 0 -1 4202560 4674 0 0 0 7 1 0 0 20 0 15 0 38790257 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710823958384 140710803834206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790259 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38790259 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710378309152 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38790260 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710309258608 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0.01 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) R 27953 27956 25105 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 38790262 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710305048688 140710798876806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790263 10914828288 7783 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31132 KiB

[startup+0.210914 s]*
/proc/loadavg: 2.00 2.01 2.04 4/217 27971
/proc/meminfo: memFree=17241640/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10659012 memory=42044 CPUtime=0.33 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 8089 0 0 0 30 3 0 0 20 0 15 0 38790256 10914828288 10511 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2664753 10511 3005 1 0 2627263 0
[pid=27956/tid=27958] ppid=27953 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) R 27953 27956 25105 0 -1 4202560 5047 0 0 0 18 2 0 0 20 0 15 0 38790257 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710823990000 140710819765654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10659012 memory=140548756991841 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790258 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790259 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38790259 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710378309152 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38790260 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710309258608 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 15 0 38790262 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 422 0 0 0 2 0 0 0 20 0 15 0 38790262 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0.07 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) R 27953 27956 25105 0 -1 4202560 661 0 0 0 7 0 0 0 20 0 15 0 38790262 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710305048688 140710799059219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10659012 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790263 10914828288 10511 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42044 KiB

[startup+0.310324 s]*
/proc/loadavg: 2.00 2.01 2.04 5/217 27971
/proc/meminfo: memFree=17235064/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10659088 memory=47676 CPUtime=0.52 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 8954 0 0 0 48 4 0 0 20 0 15 0 38790256 10914906112 11919 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2664772 11919 3059 1 0 2627263 0
[pid=27956/tid=27958] ppid=27953 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) R 27953 27956 25105 0 -1 4202560 5679 0 0 0 27 3 0 0 20 0 15 0 38790257 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710823990528 140710819775066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10659088 memory=140548756991141 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790258 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790258 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10659088 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38790259 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38790259 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710378309152 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38790260 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710309258608 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 684 0 0 0 4 0 0 0 20 0 15 0 38790262 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 484 0 0 0 4 0 0 0 20 0 15 0 38790262 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10659088 memory=140548756964992 CPUtime=0.12 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) R 27953 27956 25105 0 -1 4202560 739 0 0 0 12 0 0 0 20 0 15 0 38790262 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710305048688 140710819765654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10659088 memory=140548756964992 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790263 10914906112 11919 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47676 KiB

[startup+0.700756 s]
/proc/loadavg: 2.00 2.01 2.04 5/217 27971
/proc/meminfo: memFree=17205096/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10659088 memory=206668 CPUtime=1.65 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 11132 0 0 0 154 11 0 0 20 0 15 0 38790256 10914906112 51667 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2664772 51667 3108 1 0 2627263 0
[pid=27956/tid=27958] ppid=27953 vsize=10659088 memory=1728 CPUtime=0.64 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) S 27953 27956 25105 0 -1 1077944384 6154 0 0 0 59 5 0 0 20 0 15 0 38790257 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710823989536 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10659088 memory=1696 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) R 27953 27956 25105 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 15 0 38790258 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710780713816 140710804781593 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10659088 memory=796 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) R 27953 27956 25105 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 15 0 38790258 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710425369104 140710812850420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10659088 memory=5408 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) R 27953 27956 25105 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 15 0 38790258 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710424316304 140710804781593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10659088 memory=1008 CPUtime=0.02 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) R 27953 27956 25105 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 38790258 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710423263504 140710812850420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10659088 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 38790259 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710379361696 140710819763925 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38790259 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710378309152 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38790260 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710309258608 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10659088 memory=7017547551848162880 CPUtime=0.29 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 1229 0 0 0 29 0 0 0 20 0 15 0 38790262 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10659088 memory=7811323491934034026 CPUtime=0.3 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 1081 0 0 0 30 0 0 0 20 0 15 0 38790262 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10659088 memory=5787213827096799335 CPUtime=0.26 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) S 27953 27956 25105 0 -1 1077944384 1207 0 0 0 26 0 0 0 20 0 15 0 38790262 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710305048688 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38790262 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38790263 10914906112 51667 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 206668 KiB

[startup+1.50175 s]
/proc/loadavg: 2.00 2.01 2.04 3/217 27971
/proc/meminfo: memFree=16956640/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10659088 memory=614760 CPUtime=3.63 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 12599 0 0 0 315 48 0 0 20 0 15 0 38790256 10914906112 153690 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2664772 153690 3143 1 0 2627263 0
[pid=27956/tid=27958] ppid=27953 vsize=10659088 memory=0 CPUtime=1.07 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) S 27953 27956 25105 0 -1 1077944384 6233 0 0 0 100 7 0 0 20 0 15 0 38790257 10914906112 153690 33554432000 4194304 4196468 140721813472096 140710823988544 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10659088 memory=-6951259422114956437 CPUtime=0.39 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) R 27953 27956 25105 0 -1 4202560 392 0 0 0 30 9 0 0 20 0 15 0 38790258 10914906112 153690 33554432000 4194304 4196468 140721813472096 140710780713616 140710804451353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10659088 memory=-6509546260019855295 CPUtime=0.39 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) R 27953 27956 25105 0 -1 4202560 295 0 0 0 30 9 0 0 20 0 15 0 38790258 10914906112 153690 33554432000 4194304 4196468 140721813472096 140710425369304 140710804451494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10659088 memory=-7390251449858225344 CPUtime=0.4 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) R 27953 27956 25105 0 -1 4202560 249 0 0 0 31 9 0 0 20 0 15 0 38790258 10914906112 153690 33554432000 4194304 4196468 140721813472096 140710424316304 140710804738756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10659088 memory=-7096649868621430206 CPUtime=0.39 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) R 27953 27956 25105 0 -1 4202560 292 0 0 0 30 9 0 0 20 0 15 0 38790258 10914906112 153690 33554432000 4194304 4196468 140721813472096 140710423263504 140710804704324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 38790259 10914906112 153721 33554432000 4194304 4196468 140721813472096 140710379361504 140710819763925 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0

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

/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38790259 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710378309216 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38790260 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710309258624 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10727700 memory=13940 CPUtime=2.07 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 16500 0 0 0 205 2 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10727700 memory=1292 CPUtime=1.15 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 5625 0 0 0 114 1 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0.41 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) S 27953 27956 25105 0 -1 1077944384 3070 0 0 0 40 1 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710305048688 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10727700 memory=636 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10727700 memory=140548644719681 CPUtime=1.39 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 2126 0 0 0 67 72 0 0 20 0 16 0 38790263 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28128] ppid=27953 vsize=10727700 memory=-8096561256662390427 CPUtime=0 cores=0,2,4,6
/proc/27956/task/28128/stat : 28128 (java) S 27953 27956 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38791775 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710299792816 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 2376.41 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5218692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.9 s]
/proc/loadavg: 2.01 2.02 2.05 3/218 28231
/proc/meminfo: memFree=7958412/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10727700 memory=5218692 CPUtime=2400.03 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 265923 0 0 0 239513 490 0 0 20 0 16 0 38790256 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2681925 1304673 3182 1 0 2644416 0
[pid=27956/tid=27958] ppid=27953 vsize=10727700 memory=4616 CPUtime=2323.05 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) R 27953 27956 25105 0 -1 4202560 166554 0 0 0 232280 25 0 0 20 0 16 0 38790257 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710823992672 140710456989493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10727700 memory=5218692 CPUtime=16.5 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 16451 0 0 0 1556 94 0 0 20 0 16 0 38790258 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10727700 memory=5218692 CPUtime=16.51 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 11478 0 0 0 1546 105 0 0 20 0 16 0 38790258 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10727700 memory=5218692 CPUtime=16.42 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 14411 0 0 0 1545 97 0 0 20 0 16 0 38790258 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10727700 memory=5218692 CPUtime=16.43 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 12008 0 0 0 1540 103 0 0 20 0 16 0 38790258 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10727700 memory=5218692 CPUtime=5.98 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 16282 0 0 0 595 3 0 0 20 0 16 0 38790259 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38790259 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710378309216 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38790260 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710309258624 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10727700 memory=5218692 CPUtime=2.07 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 16500 0 0 0 205 2 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10727700 memory=5218692 CPUtime=1.15 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 5625 0 0 0 114 1 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0.41 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) S 27953 27956 25105 0 -1 1077944384 3070 0 0 0 40 1 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710305048688 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10727700 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38790262 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10727700 memory=5218692 CPUtime=1.41 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 2128 0 0 0 68 73 0 0 20 0 16 0 38790263 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28128] ppid=27953 vsize=10727700 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/27956/task/28128/stat : 28128 (java) S 27953 27956 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38791775 10985164800 1304673 33554432000 4194304 4196468 140721813472096 140710299792816 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 5218692 KiB

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

[startup+2346.18 s]
# the end of solver process 27956 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.2 s, system=4.9295 s

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

[startup+2346.01 s]*
/proc/loadavg: 2.01 2.02 2.05 2/219 28234
/proc/meminfo: memFree=7958476/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10927392 memory=5218992 CPUtime=2400.04 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 266781 0 0 0 239514 490 0 0 20 0 17 0 38790256 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2731848 1304748 3184 1 0 2694339 0
[pid=27956/tid=27958] ppid=27953 vsize=10927392 memory=6791534058613427641 CPUtime=2323.05 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) S 27953 27956 25105 0 -1 1077944384 166624 0 0 0 232280 25 0 0 20 0 17 0 38790257 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710823996592 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10927392 memory=4126316290023845779 CPUtime=16.5 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 16451 0 0 0 1556 94 0 0 20 0 17 0 38790258 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10927392 memory=7528 CPUtime=16.51 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 11478 0 0 0 1546 105 0 0 20 0 17 0 38790258 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10927392 memory=844 CPUtime=16.42 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 14411 0 0 0 1545 97 0 0 20 0 17 0 38790258 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10927392 memory=1796 CPUtime=16.43 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 12008 0 0 0 1540 103 0 0 20 0 17 0 38790258 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10927392 memory=916 CPUtime=5.98 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 16313 0 0 0 595 3 0 0 20 0 17 0 38790259 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10927392 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38790259 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710378309216 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10927392 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38790260 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710309258624 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10927392 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 17 0 38790262 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10927392 memory=2580 CPUtime=2.07 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 16500 0 0 0 205 2 0 0 20 0 17 0 38790262 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10927392 memory=1404 CPUtime=1.15 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 5625 0 0 0 114 1 0 0 20 0 17 0 38790262 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10927392 memory=3332 CPUtime=0.41 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) S 27953 27956 25105 0 -1 1077944384 3175 0 0 0 40 1 0 0 20 0 17 0 38790262 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710305048688 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38790262 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10927392 memory=1404 CPUtime=1.41 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 2128 0 0 0 68 73 0 0 20 0 17 0 38790263 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28232] ppid=27953 vsize=10927392 memory=3320 CPUtime=0 cores=0,2,4,6
/proc/27956/task/28232/stat : 28232 (java) S 27953 27956 25105 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 39024847 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710298739312 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28233] ppid=27953 vsize=10927392 memory=5453004 CPUtime=0 cores=0,2,4,6
/proc/27956/task/28233/stat : 28233 (java) S 27953 27956 25105 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 39024847 11189649408 1304748 33554432000 4194304 4196468 140721813472096 140710297687440 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5218992 KiB

[startup+2346.12 s]
/proc/loadavg: 2.01 2.02 2.05 2/219 28234
/proc/meminfo: memFree=7958476/32770624 swapFree=67108860/67108860
[pid=27956] ppid=27953 vsize=10927392 memory=5219020 CPUtime=2400.06 cores=0,2,4,6
/proc/27956/stat : 27956 (java) S 27953 27956 25105 0 -1 1077944320 267788 0 0 0 239516 490 0 0 20 0 17 0 38790256 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140721813454640 140710819753719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
/proc/27956/statm: 2731848 1304755 3184 1 0 2694339 0
[pid=27956/tid=27958] ppid=27953 vsize=10927392 memory=5218692 CPUtime=2323.05 cores=0,2,4,6
/proc/27956/task/27958/stat : 27958 (java) S 27953 27956 25105 0 -1 1077944384 166624 0 0 0 232280 25 0 0 20 0 17 0 38790257 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710823996592 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27959] ppid=27953 vsize=10927392 memory=5218692 CPUtime=16.5 cores=0,2,4,6
/proc/27956/task/27959/stat : 27959 (java) S 27953 27956 25105 0 -1 1077944384 16451 0 0 0 1556 94 0 0 20 0 17 0 38790258 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710780713616 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27960] ppid=27953 vsize=10927392 memory=5218692 CPUtime=16.51 cores=0,2,4,6
/proc/27956/task/27960/stat : 27960 (java) S 27953 27956 25105 0 -1 1077944384 11478 0 0 0 1546 105 0 0 20 0 17 0 38790258 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710425369104 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27961] ppid=27953 vsize=10927392 memory=5218692 CPUtime=16.42 cores=0,2,4,6
/proc/27956/task/27961/stat : 27961 (java) S 27953 27956 25105 0 -1 1077944384 14411 0 0 0 1545 97 0 0 20 0 17 0 38790258 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710424316304 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27962] ppid=27953 vsize=10927392 memory=5218692 CPUtime=16.43 cores=0,2,4,6
/proc/27956/task/27962/stat : 27962 (java) S 27953 27956 25105 0 -1 1077944384 12008 0 0 0 1540 103 0 0 20 0 17 0 38790258 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710423263504 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27963] ppid=27953 vsize=10927392 memory=5218692 CPUtime=5.98 cores=0,2,4,6
/proc/27956/task/27963/stat : 27963 (java) S 27953 27956 25105 0 -1 1077944384 16313 0 0 0 595 3 0 0 20 0 17 0 38790259 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710379363184 140710819764866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27964] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27964/stat : 27964 (java) S 27953 27956 25105 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 38790259 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710378309216 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27965] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27965/stat : 27965 (java) S 27953 27956 25105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 38790260 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710309258624 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27966] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27966/stat : 27966 (java) S 27953 27956 25105 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 17 0 38790262 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710308206928 140710819772315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27967] ppid=27953 vsize=10927392 memory=4616 CPUtime=2.08 cores=0,2,4,6
/proc/27956/task/27967/stat : 27967 (java) S 27953 27956 25105 0 -1 1077944384 16684 0 0 0 206 2 0 0 20 0 17 0 38790262 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710307154288 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27968] ppid=27953 vsize=10927392 memory=5218692 CPUtime=1.15 cores=0,2,4,6
/proc/27956/task/27968/stat : 27968 (java) S 27953 27956 25105 0 -1 1077944384 5743 0 0 0 114 1 0 0 20 0 17 0 38790262 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710306101488 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27969] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0.41 cores=0,2,4,6
/proc/27956/task/27969/stat : 27969 (java) S 27953 27956 25105 0 -1 1077944384 3641 0 0 0 40 1 0 0 20 0 17 0 38790262 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710305048688 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27970] ppid=27953 vsize=10927392 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/27956/task/27970/stat : 27970 (java) S 27953 27956 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38790262 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710303996128 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=27971] ppid=27953 vsize=10927392 memory=5218692 CPUtime=1.41 cores=0,2,4,6
/proc/27956/task/27971/stat : 27971 (java) S 27953 27956 25105 0 -1 1077944384 2128 0 0 0 68 73 0 0 20 0 17 0 38790263 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710302944432 140710819764866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28232] ppid=27953 vsize=10927392 memory=5218692 CPUtime=0 cores=0,2,4,6
/proc/27956/task/28232/stat : 28232 (java) S 27953 27956 25105 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 39024847 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710298739312 140710819763925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
[pid=27956/tid=28233] ppid=27953 vsize=10927392 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/27956/task/28233/stat : 28233 (java) R 27953 27956 25105 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 17 0 39024847 11189649408 1304755 33554432000 4194304 4196468 140721813472096 140710297683576 140710455886067 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34529280 140721813480561 140721813480713 140721813480713 140721813483471 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 5219020 KiB

Child status: 143
Real time (s): 2346.18
CPU time (s): 2400.13
CPU user time (s): 2395.2
CPU system time (s): 4.9295
CPU usage (%): 102.3
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 5219020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.2
system time used= 4.9295
maximum resident set size= 5219376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54557
involuntary context switches= 2034


# summary of solver processes directly reported to runsolver:
#   pid: 27956
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2395.2
#   total CPU system time (s): 4.9295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2518 second user time and 23.9967 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 00:31:11
IDJOB=4290142
IDBENCH=141129
IDSOLVER=2742
FILE ID=node139/4290142-1532212271
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StripPacking/StripPacking-N1a_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290142-1532212271/watcher-4290142-1532212271 -o /tmp/evaluation-result-4290142-1532212271/solver-4290142-1532212271 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290142-1532212271.xml

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

MD5SUM BENCH= 4209eb75c1d6f17ff2fcaefe706080c2
RANDOM SEED=1511885255

node139.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.80
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.80
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.80
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.80
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:        17269412 kB
MemAvailable:   30578580 kB
Buffers:          126084 kB
Cached:         13239724 kB
SwapCached:            0 kB
Active:          2432440 kB
Inactive:       12344760 kB
Active(anon):    1367392 kB
Inactive(anon):    64124 kB
Active(file):    1065048 kB
Inactive(file): 12280636 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       1521336 kB
Mapped:            46992 kB
Shmem:             17036 kB
Slab:             418344 kB
SReclaimable:     391944 kB
SUnreclaim:        26400 kB
KernelStack:        3872 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2600300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1394688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 01:10:17