Trace number 4290160

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark134.841
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290160-1532220835/watcher-4290160-1532220835 -o /tmp/evaluation-result-4290160-1532220835/solver-4290160-1532220835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27993 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290160-1532220835.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=29540, runsolver pid=29537

[startup+0.100564 s]*
/proc/loadavg: 3.13 2.39 2.32 2/216 29555
/proc/meminfo: memFree=20579020/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659012 memory=28468 CPUtime=0.13 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 6740 0 0 0 11 2 0 0 20 0 15 0 39646712 10914828288 7117 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2664753 7117 2840 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659012 memory=-8197568871503531647 CPUtime=0.08 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 4526 0 0 0 7 1 0 0 20 0 15 0 39646712 10914828288 7117 33554432000 4194304 4196468 140728150541952 140230112827248 140230108644509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646714 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39646715 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229211022880 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39646715 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229209970032 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 7117 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 7117 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0.02 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) R 29537 29540 25432 0 -1 4202560 387 0 0 0 2 0 0 0 20 0 15 0 39646717 10914828288 7117 33554432000 4194304 4196468 140728150541952 140228763142256 140230108636492 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 7117 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646718 10914828288 7117 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28468 KiB

[startup+0.212176 s]*
/proc/loadavg: 3.13 2.39 2.32 5/216 29555
/proc/meminfo: memFree=20567936/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659012 memory=40896 CPUtime=0.33 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 8284 0 0 0 31 2 0 0 20 0 15 0 39646712 10914828288 10224 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2664753 10224 3007 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 5080 0 0 0 18 1 0 0 20 0 15 0 39646712 10914828288 10224 33554432000 4194304 4196468 140728150541952 140230112857552 140230108634518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10659012 memory=339 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10659012 memory=139732453671828 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646713 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646714 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39646715 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229211022880 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39646715 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229209970032 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 600 0 0 0 2 0 0 0 20 0 15 0 39646717 10914828288 10224 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 15 0 39646717 10914828288 10224 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0.07 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) R 29537 29540 25432 0 -1 4202560 819 0 0 0 7 0 0 0 20 0 15 0 39646717 10914828288 10224 33554432000 4194304 4196468 140728150541952 140228763142256 140230101729617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914828288 10224 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10659012 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646718 10914828288 10224 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40896 KiB

[startup+0.31048 s]*
/proc/loadavg: 3.13 2.39 2.32 6/216 29555
/proc/meminfo: memFree=20559996/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659088 memory=46628 CPUtime=0.51 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 9227 0 0 0 49 2 0 0 20 0 15 0 39646712 10914906112 11657 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2664772 11657 3057 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 5729 0 0 0 28 1 0 0 20 0 15 0 39646712 10914906112 11657 33554432000 4194304 4196468 140728150541952 140230112858320 140230108634518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10659088 memory=288230596118052887 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10659088 memory=139732453670871 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10659088 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646714 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39646715 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229211022880 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39646715 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229209970032 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 695 0 0 0 4 0 0 0 20 0 15 0 39646717 10914906112 11657 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) R 29537 29540 25432 0 -1 1077944384 488 0 0 0 4 0 0 0 20 0 15 0 39646717 10914906112 11657 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10659088 memory=139732453643904 CPUtime=0.11 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) R 29537 29540 25432 0 -1 4202560 947 0 0 0 11 0 0 0 20 0 15 0 39646717 10914906112 11657 33554432000 4194304 4196468 140728150541952 140228763142256 140230086726817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914906112 11657 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10659088 memory=139732453643904 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646718 10914906112 11657 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46628 KiB

[startup+0.700735 s]
/proc/loadavg: 3.13 2.39 2.32 7/216 29555
/proc/meminfo: memFree=20538964/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659088 memory=122488 CPUtime=1.73 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 11438 0 0 0 169 4 0 0 20 0 15 0 39646712 10914906112 30622 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2664772 30622 3102 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659088 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 5959 0 0 0 65 2 0 0 20 0 15 0 39646712 10914906112 30622 33554432000 4194304 4196468 140728150541952 140230112851744 140229749452423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10659088 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39646713 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10659088 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39646714 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10659088 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39646715 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229211022880 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39646715 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229209970032 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10659088 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10659088 memory=4639098309541129069 CPUtime=0.38 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) R 29537 29540 25432 0 -1 4202560 1466 0 0 0 38 0 0 0 20 0 15 0 39646717 10914906112 30622 33554432000 4194304 4196468 140728150541952 140229207851784 140230093507257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10659088 memory=7380106142448643183 CPUtime=0.39 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) R 29537 29540 25432 0 -1 4202560 1150 0 0 0 39 0 0 0 20 0 15 0 39646717 10914906112 30622 33554432000 4194304 4196468 140728150541952 140228764182816 140230093014570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10659088 memory=7810487918915055718 CPUtime=0.25 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25432 0 -1 1077944384 1492 0 0 0 25 0 0 0 20 0 15 0 39646717 10914906112 30622 33554432000 4194304 4196468 140728150541952 140228763142256 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39646717 10914906112 30622 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39646718 10914906112 30622 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 122488 KiB

[startup+1.50077 s]
/proc/loadavg: 3.13 2.39 2.32 5/216 29555
/proc/meminfo: memFree=20378908/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10659088 memory=283996 CPUtime=4.22 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 19802 0 0 0 410 12 0 0 20 0 15 0 39646712 10914906112 70999 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2664772 70999 3136 1 0 2627263 0
[pid=29540/tid=29542] ppid=29537 vsize=10659088 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 5988 0 0 0 134 3 0 0 20 0 15 0 39646712 10914906112 70999 33554432000 4194304 4196468 140728150541952 140230112857152 140229749037996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10659088 memory=-6951259422114956437 CPUtime=0.07 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 155 0 0 0 6 1 0 0 20 0 15 0 39646713 10914906112 70999 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 55 0 0 0 5 1 0 0 20 0 15 0 39646713 10914906112 70999 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10659088 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 131 0 0 0 7 1 0 0 20 0 15 0 39646713 10914906112 70999 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10659088 memory=4134692831991786133 CPUtime=0.06 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 130 0 0 0 5 1 0 0 20 0 15 0 39646713 10914906112 70999 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39646714 10914906112 70999 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0

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

/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 8618 0 0 0 789 88 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.78 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 7384 0 0 0 789 89 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.67 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 7500 0 0 0 782 85 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10725652 memory=4197968 CPUtime=3.67 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 14681 0 0 0 364 3 0 0 20 0 16 0 39646714 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39646715 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229211022944 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39646715 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229209970048 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10725652 memory=2257 CPUtime=2.24 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 9539 0 0 0 222 2 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10725652 memory=4197968 CPUtime=2.21 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 11168 0 0 0 220 1 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10725652 memory=2244 CPUtime=0.4 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25432 0 -1 1077944384 3917 0 0 0 39 1 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228763142256 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10725652 memory=4197968 CPUtime=1.38 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1744 0 0 0 68 70 0 0 20 0 16 0 39646718 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29556] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29556/stat : 29556 (java) S 29537 29540 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39647463 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228759983536 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 2354.6 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 4197968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.7 s]
/proc/loadavg: 2.08 2.14 2.41 3/218 29798
/proc/meminfo: memFree=18656240/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10725652 memory=4197968 CPUtime=2400.03 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 168519 0 0 0 239564 439 0 0 20 0 16 0 39646712 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2681413 1049492 3186 1 0 2643904 0
[pid=29540/tid=29542] ppid=29537 vsize=10725652 memory=4197968 CPUtime=2355.03 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) R 29537 29540 25432 0 -1 4202560 94183 0 0 0 235477 26 0 0 20 0 16 0 39646712 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140230112861488 140229750892076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.76 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 8306 0 0 0 791 85 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.77 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 8618 0 0 0 789 88 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.78 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 7384 0 0 0 789 89 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10725652 memory=4197968 CPUtime=8.67 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 7500 0 0 0 782 85 0 0 20 0 16 0 39646713 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10725652 memory=4197968 CPUtime=3.67 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 14686 0 0 0 364 3 0 0 20 0 16 0 39646714 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10725652 memory=878 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39646715 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229211022944 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39646715 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229209970048 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10725652 memory=4197968 CPUtime=2.24 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 9546 0 0 0 222 2 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10725652 memory=4197968 CPUtime=2.21 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 11172 0 0 0 220 1 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0.4 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25432 0 -1 1077944384 3921 0 0 0 39 1 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228763142256 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10725652 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39646717 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10725652 memory=4197968 CPUtime=1.41 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1783 0 0 0 69 72 0 0 20 0 16 0 39646718 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29556] ppid=29537 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29556/stat : 29556 (java) S 29537 29540 25432 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39647463 10983067648 1049492 33554432000 4194304 4196468 140728150541952 140228759983536 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 4197968 KiB

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

[startup+2367.96 s]
# the end of solver process 29540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.71 s, system=4.41044 s

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

[startup+2367.81 s]
/proc/loadavg: 2.08 2.14 2.41 3/218 29798
/proc/meminfo: memFree=18656240/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10925344 memory=4198292 CPUtime=2400.06 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 169688 0 0 0 239567 439 0 0 20 0 17 0 39646712 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2731336 1049573 3190 1 0 2693827 0
[pid=29540/tid=29542] ppid=29537 vsize=10925344 memory=644 CPUtime=2355.05 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) S 29537 29540 25432 0 -1 1077944384 94274 0 0 0 235479 26 0 0 20 0 17 0 39646712 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140230112865456 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10925344 memory=1792 CPUtime=8.76 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 8306 0 0 0 791 85 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10925344 memory=6791534058613427641 CPUtime=8.77 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 8618 0 0 0 789 88 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10925344 memory=4612 CPUtime=8.78 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 7384 0 0 0 789 89 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10925344 memory=1432 CPUtime=8.67 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 7500 0 0 0 782 85 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10925344 memory=1200 CPUtime=3.67 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 14722 0 0 0 364 3 0 0 20 0 17 0 39646714 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10925344 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39646715 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229211022944 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10925344 memory=8368 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39646715 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229209970048 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10925344 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10925344 memory=13464 CPUtime=2.24 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 9546 0 0 0 222 2 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10925344 memory=18472 CPUtime=2.21 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 11172 0 0 0 220 1 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10925344 memory=4040 CPUtime=0.4 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25432 0 -1 1077944384 4364 0 0 0 39 1 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228763142256 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10925344 memory=644 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10925344 memory=1792 CPUtime=1.41 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1783 0 0 0 69 72 0 0 20 0 17 0 39646718 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 4198292 KiB

[startup+2367.9 s]
/proc/loadavg: 2.08 2.14 2.41 3/218 29798
/proc/meminfo: memFree=18656240/32770624 swapFree=67108860/67108860
[pid=29540] ppid=29537 vsize=10925344 memory=4198292 CPUtime=2400.06 cores=0,2,4,6
/proc/29540/stat : 29540 (java) S 29537 29540 25432 0 -1 1077944320 169688 0 0 0 239567 439 0 0 20 0 17 0 39646712 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140728150524496 140230108622583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
/proc/29540/statm: 2731336 1049573 3190 1 0 2693827 0
[pid=29540/tid=29542] ppid=29537 vsize=10925344 memory=4197968 CPUtime=2355.05 cores=0,2,4,6
/proc/29540/task/29542/stat : 29542 (java) S 29537 29540 25432 0 -1 1077944384 94274 0 0 0 235479 26 0 0 20 0 17 0 39646712 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140230112865456 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29543] ppid=29537 vsize=10925344 memory=4197968 CPUtime=8.76 cores=0,2,4,6
/proc/29540/task/29543/stat : 29543 (java) S 29537 29540 25432 0 -1 1077944384 8306 0 0 0 791 85 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229715823248 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29544] ppid=29537 vsize=10925344 memory=878 CPUtime=8.77 cores=0,2,4,6
/proc/29540/task/29544/stat : 29544 (java) S 29537 29540 25432 0 -1 1077944384 8618 0 0 0 789 88 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229714770448 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29545] ppid=29537 vsize=10925344 memory=4197968 CPUtime=8.78 cores=0,2,4,6
/proc/29540/task/29545/stat : 29545 (java) S 29537 29540 25432 0 -1 1077944384 7384 0 0 0 789 89 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229713717648 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29546] ppid=29537 vsize=10925344 memory=4197968 CPUtime=8.67 cores=0,2,4,6
/proc/29540/task/29546/stat : 29546 (java) S 29537 29540 25432 0 -1 1077944384 7500 0 0 0 782 85 0 0 20 0 17 0 39646713 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229712664848 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29547] ppid=29537 vsize=10925344 memory=4197968 CPUtime=3.67 cores=0,2,4,6
/proc/29540/task/29547/stat : 29547 (java) S 29537 29540 25432 0 -1 1077944384 14722 0 0 0 364 3 0 0 20 0 17 0 39646714 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229212076912 140230108633730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29548] ppid=29537 vsize=10925344 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29548/stat : 29548 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39646715 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229211022944 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29549] ppid=29537 vsize=10925344 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29549/stat : 29549 (java) S 29537 29540 25432 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39646715 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229209970048 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29550] ppid=29537 vsize=10925344 memory=4197968 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29550/stat : 29550 (java) S 29537 29540 25432 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229208918352 140230108641179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29551] ppid=29537 vsize=10925344 memory=4197968 CPUtime=2.24 cores=0,2,4,6
/proc/29540/task/29551/stat : 29551 (java) S 29537 29540 25432 0 -1 1077944384 9546 0 0 0 222 2 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140229207865712 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29552] ppid=29537 vsize=10925344 memory=4197968 CPUtime=2.21 cores=0,2,4,6
/proc/29540/task/29552/stat : 29552 (java) S 29537 29540 25432 0 -1 1077944384 11172 0 0 0 220 1 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228764195056 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29553] ppid=29537 vsize=10925344 memory=796 CPUtime=0.4 cores=0,2,4,6
/proc/29540/task/29553/stat : 29553 (java) S 29537 29540 25432 0 -1 1077944384 4364 0 0 0 39 1 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228763142256 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29554] ppid=29537 vsize=10925344 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29540/task/29554/stat : 29554 (java) S 29537 29540 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39646717 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228762089696 140230108632789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
[pid=29540/tid=29555] ppid=29537 vsize=10925344 memory=1228 CPUtime=1.41 cores=0,2,4,6
/proc/29540/task/29555/stat : 29555 (java) S 29537 29540 25432 0 -1 1077944384 1783 0 0 0 69 72 0 0 20 0 17 0 39646718 11187552256 1049573 33554432000 4194304 4196468 140728150541952 140228761038000 140230108633730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16109568 140728150549617 140728150549769 140728150549769 140728150552527 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 4198292 KiB

Child status: 143
Real time (s): 2367.96
CPU time (s): 2400.12
CPU user time (s): 2395.71
CPU system time (s): 4.41044
CPU usage (%): 101.358
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 4198292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.71
system time used= 4.41044
maximum resident set size= 4198552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171126
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= 54154
involuntary context switches= 2581


# summary of solver processes directly reported to runsolver:
#   pid: 29540
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2395.71
#   total CPU system time (s): 4.41044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8962 second user time and 22.2015 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 02:53:55
IDJOB=4290160
IDBENCH=141504
IDSOLVER=2742
FILE ID=node138/4290160-1532220835
RUNJOBID= node138-1532209093-27993
PBS_JOBID= 21018929
Free space on /tmp= 59108 MiB

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

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

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=184128615

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20594144 kB
MemAvailable:   29556836 kB
Buffers:          227404 kB
Cached:          8977932 kB
SwapCached:            0 kB
Active:          4608316 kB
Inactive:        7051064 kB
Active(anon):    2456428 kB
Inactive(anon):    17052 kB
Active(file):    2151888 kB
Inactive(file):  7034012 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:       2460596 kB
Mapped:            46924 kB
Shmem:             17036 kB
Slab:             212584 kB
SReclaimable:     185252 kB
SUnreclaim:        27332 kB
KernelStack:        3600 kB
PageTables:        10124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4324176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2283520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59108 MiB
End job on node138 at 2018-07-22 03:33:23