Trace number 4290071

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 2386.56

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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 benchmark0.108401
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.34 1.45 1.47 4/216 1142
/proc/meminfo: memFree=9133480/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10659012 memory=30012 CPUtime=0.1 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 6569 0 0 0 9 1 0 0 20 0 15 0 77023631 10914828288 7503 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2664753 7503 2826 1 0 2627263 0
[pid=1112/tid=1115] ppid=1106 vsize=10659012 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 4475 0 0 0 7 1 0 0 20 0 15 0 77023632 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334716159920 140334711993501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0.01 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) R 1106 1112 32243 0 -1 4202560 320 0 0 0 1 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334197365360 140334690671776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7503 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30012 KiB

[startup+0.212506 s]*
/proc/loadavg: 1.34 1.45 1.47 5/216 1142
/proc/meminfo: memFree=9115492/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10659012 memory=36752 CPUtime=0.24 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 7222 0 0 0 22 2 0 0 20 0 15 0 77023631 10914828288 9188 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2664753 9188 2919 1 0 2627263 0
[pid=1112/tid=1115] ppid=1106 vsize=10659012 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 4899 0 0 0 15 1 0 0 20 0 15 0 77023632 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334716197568 140334696052062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10659012 memory=3762105945880352416 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) R 1106 1112 32243 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0.05 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) R 1106 1112 32243 0 -1 4202560 400 0 0 0 5 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334197365360 140334696052062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10659012 memory=139877111912064 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9188 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 36752 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.34 1.45 1.47 4/216 1142
/proc/meminfo: memFree=9100748/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10659088 memory=44156 CPUtime=0.41 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 8766 0 0 0 38 3 0 0 20 0 15 0 77023631 10914906112 11039 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2664772 11039 3026 1 0 2627263 0
[pid=1112/tid=1115] ppid=1106 vsize=10659088 memory=6935054825532540783 CPUtime=0.26 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 5703 0 0 0 24 2 0 0 20 0 15 0 77023632 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334716203712 140334316888987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10659088 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10659088 memory=139876951501295 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10659088 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10659088 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10659088 memory=139876951487503 CPUtime=0.02 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) R 1106 1112 32243 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10659088 memory=139877111912064 CPUtime=0.09 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) S 1106 1112 32243 0 -1 1077944384 693 0 0 0 9 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10659088 memory=139876951529103 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10659088 memory=279754063305736 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11039 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 44156 KiB

[startup+0.7007 s]
/proc/loadavg: 1.34 1.45 1.47 8/216 1142
/proc/meminfo: memFree=9029260/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10725652 memory=123536 CPUtime=1.62 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 12458 0 0 0 157 5 0 0 20 0 16 0 77023631 10983067648 30884 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2681413 30884 3103 1 0 2643904 0
[pid=1112/tid=1115] ppid=1106 vsize=10725652 memory=144708789606340 CPUtime=0.64 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 6119 0 0 0 61 3 0 0 20 0 16 0 77023632 10983067648 30884 33554432000 4194304 4196468 140729313792624 140334716209728 140334711983510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10725652 memory=25505 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 30884 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 30884 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 30884 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10725652 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 30884 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 77023634 10983067648 30950 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 30950 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 30950 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 30950 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10725652 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) R 1106 1112 32243 0 -1 4202560 1997 0 0 0 35 0 0 0 20 0 16 0 77023638 10983067648 31016 33554432000 4194304 4196468 140729313792624 140334199460752 140334693515298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10725652 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) R 1106 1112 32243 0 -1 4202560 1934 0 0 0 36 0 0 0 20 0 16 0 77023638 10983067648 31016 33554432000 4194304 4196468 140729313792624 140334198399176 140334704261024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10725652 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) R 1106 1112 32243 0 -1 1077944384 1126 0 0 0 24 0 0 0 20 0 16 0 77023638 10983067648 31016 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 31016 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 31016 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 123536 KiB

[startup+1.50077 s]
/proc/loadavg: 1.34 1.45 1.47 4/217 1143
/proc/meminfo: memFree=8907688/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10725652 memory=140364 CPUtime=3.32 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 18859 0 0 0 326 6 0 0 20 0 16 0 77023631 10983067648 35091 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2681413 35091 3118 1 0 2643904 0
[pid=1112/tid=1115] ppid=1106 vsize=10725652 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 6657 0 0 0 140 3 0 0 20 0 16 0 77023632 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334716208104 140334318231497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10725652 memory=6425271076021 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10725652 memory=288230583166042425 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 77023633 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10725652 memory=13571483297384038 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 77023634 10983067648 35091 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0

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

/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 13941 0 0 0 324 19 0 0 20 0 16 0 77023633 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10725652 memory=531232 CPUtime=3.44 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 13684 0 0 0 323 21 0 0 20 0 16 0 77023633 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10725652 memory=531232 CPUtime=3.44 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 11363 0 0 0 325 19 0 0 20 0 16 0 77023633 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10725652 memory=531232 CPUtime=0.31 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 17262 0 0 0 26 5 0 0 20 0 16 0 77023634 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10725652 memory=533252 CPUtime=1.03 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 5713 0 0 0 102 1 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10725652 memory=531232 CPUtime=0.92 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 5586 0 0 0 91 1 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10725652 memory=792 CPUtime=0.3 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) S 1106 1112 32243 0 -1 1077944384 2687 0 0 0 30 0 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10725652 memory=1204 CPUtime=1.35 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1763 0 0 0 59 76 0 0 20 0 16 0 77023638 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1143] ppid=1106 vsize=10725652 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1143/stat : 1143 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77023694 10983067648 132808 33554432000 4194304 4196468 140729313792624 140334194205616 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 2395.97 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 531232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.3 s]
/proc/loadavg: 1.87 1.94 1.95 3/218 1340
/proc/meminfo: memFree=8324380/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10725652 memory=530204 CPUtime=2400.03 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 109246 0 0 0 239848 155 0 0 20 0 16 0 77023631 10983067648 132551 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2681413 132551 3179 1 0 2643904 0
[pid=1112/tid=1115] ppid=1106 vsize=10725652 memory=530204 CPUtime=2382.16 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) R 1106 1112 32243 0 -1 4202560 23611 0 0 0 238210 6 0 0 20 0 16 0 77023632 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334716210608 140334318230518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10725652 memory=531232 CPUtime=3.49 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 12119 0 0 0 330 19 0 0 20 0 16 0 77023633 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10725652 memory=533268 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 13947 0 0 0 327 19 0 0 20 0 16 0 77023633 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10725652 memory=279753902975216 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 13709 0 0 0 325 21 0 0 20 0 16 0 77023633 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10725652 memory=531232 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 11369 0 0 0 327 19 0 0 20 0 16 0 77023633 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10725652 memory=531232 CPUtime=0.31 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 17269 0 0 0 26 5 0 0 20 0 16 0 77023634 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10725652 memory=530204 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10725652 memory=8552 CPUtime=1.03 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 5715 0 0 0 102 1 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10725652 memory=1444 CPUtime=0.92 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 5588 0 0 0 91 1 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10725652 memory=530204 CPUtime=0.3 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) S 1106 1112 32243 0 -1 1077944384 2689 0 0 0 30 0 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10725652 memory=531232 CPUtime=1.36 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1763 0 0 0 60 76 0 0 20 0 16 0 77023638 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1143] ppid=1106 vsize=10725652 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1143/stat : 1143 (java) S 1106 1112 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 77023694 10983067648 132551 33554432000 4194304 4196468 140729313792624 140334194205616 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 530204 KiB

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

[startup+2386.56 s]
# the end of solver process 1112 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.56 s, system=1.56509 s

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

[startup+2386.41 s]
/proc/loadavg: 1.87 1.94 1.95 3/218 1340
/proc/meminfo: memFree=8324380/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10925344 memory=530348 CPUtime=2400.04 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 109621 0 0 0 239849 155 0 0 20 0 17 0 77023631 11187552256 132587 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2731336 132587 3181 1 0 2693827 0
[pid=1112/tid=1115] ppid=1106 vsize=10925344 memory=4104 CPUtime=2382.17 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) S 1106 1112 32243 0 -1 1077944384 23636 0 0 0 238211 6 0 0 20 0 17 0 77023632 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334716214448 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10925344 memory=1788 CPUtime=3.49 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 12119 0 0 0 330 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10925344 memory=8112282956445269571 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 13947 0 0 0 327 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10925344 memory=18460 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 13709 0 0 0 325 21 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10925344 memory=14464 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 11369 0 0 0 327 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10925344 memory=4104 CPUtime=0.31 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 17269 0 0 0 26 5 0 0 20 0 17 0 77023634 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10925344 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10925344 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10925344 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10925344 memory=644 CPUtime=1.03 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 5715 0 0 0 102 1 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10925344 memory=1408 CPUtime=0.92 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 5588 0 0 0 91 1 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10925344 memory=3344 CPUtime=0.3 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) S 1106 1112 32243 0 -1 1077944384 2817 0 0 0 30 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10925344 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10925344 memory=952 CPUtime=1.36 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1763 0 0 0 60 76 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 530348 KiB

[startup+2386.5 s]
/proc/loadavg: 1.87 1.94 1.95 3/218 1340
/proc/meminfo: memFree=8324380/32770624 swapFree=67108860/67108860
[pid=1112] ppid=1106 vsize=10925344 memory=530348 CPUtime=2400.04 cores=1,3,5,7
/proc/1112/stat : 1112 (java) S 1106 1112 32243 0 -1 1077944320 109621 0 0 0 239849 155 0 0 20 0 17 0 77023631 11187552256 132587 33554432000 4194304 4196468 140729313792624 140729313775168 140334711971575 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
/proc/1112/statm: 2731336 132587 3181 1 0 2693827 0
[pid=1112/tid=1115] ppid=1106 vsize=10925344 memory=531232 CPUtime=2382.17 cores=1,3,5,7
/proc/1112/task/1115/stat : 1115 (java) S 1106 1112 32243 0 -1 1077944384 23636 0 0 0 238211 6 0 0 20 0 17 0 77023632 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334716214448 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1118] ppid=1106 vsize=10925344 memory=531232 CPUtime=3.49 cores=1,3,5,7
/proc/1112/task/1118/stat : 1118 (java) S 1106 1112 32243 0 -1 1077944384 12119 0 0 0 330 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334638046352 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1120] ppid=1106 vsize=10925344 memory=531232 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1120/stat : 1120 (java) S 1106 1112 32243 0 -1 1077944384 13947 0 0 0 327 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334636993552 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1122] ppid=1106 vsize=10925344 memory=531232 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1122/stat : 1122 (java) S 1106 1112 32243 0 -1 1077944384 13709 0 0 0 325 21 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334635940752 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1124] ppid=1106 vsize=10925344 memory=279753902975216 CPUtime=3.46 cores=1,3,5,7
/proc/1112/task/1124/stat : 1124 (java) S 1106 1112 32243 0 -1 1077944384 11369 0 0 0 327 19 0 0 20 0 17 0 77023633 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334315072272 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1125] ppid=1106 vsize=10925344 memory=533268 CPUtime=0.31 cores=1,3,5,7
/proc/1112/task/1125/stat : 1125 (java) S 1106 1112 32243 0 -1 1077944384 17269 0 0 0 26 5 0 0 20 0 17 0 77023634 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334203681136 140334711982722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1127] ppid=1106 vsize=10925344 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1127/stat : 1127 (java) S 1106 1112 32243 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334202627104 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1129] ppid=1106 vsize=10925344 memory=530204 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1129/stat : 1129 (java) S 1106 1112 32243 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334201574256 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1132] ppid=1106 vsize=10925344 memory=530204 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1132/stat : 1132 (java) S 1106 1112 32243 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334200522576 140334711990171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1134] ppid=1106 vsize=10925344 memory=530204 CPUtime=1.03 cores=1,3,5,7
/proc/1112/task/1134/stat : 1134 (java) S 1106 1112 32243 0 -1 1077944384 5715 0 0 0 102 1 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334199470960 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1136] ppid=1106 vsize=10925344 memory=531232 CPUtime=0.92 cores=1,3,5,7
/proc/1112/task/1136/stat : 1136 (java) S 1106 1112 32243 0 -1 1077944384 5588 0 0 0 91 1 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334198418160 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1138] ppid=1106 vsize=10925344 memory=531232 CPUtime=0.3 cores=1,3,5,7
/proc/1112/task/1138/stat : 1138 (java) S 1106 1112 32243 0 -1 1077944384 2817 0 0 0 30 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334197365360 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1140] ppid=1106 vsize=10925344 memory=531232 CPUtime=0 cores=1,3,5,7
/proc/1112/task/1140/stat : 1140 (java) S 1106 1112 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334196312800 140334711981781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
[pid=1112/tid=1142] ppid=1106 vsize=10925344 memory=8552 CPUtime=1.36 cores=1,3,5,7
/proc/1112/task/1142/stat : 1142 (java) S 1106 1112 32243 0 -1 1077944384 1763 0 0 0 60 76 0 0 20 0 17 0 77023638 11187552256 132587 33554432000 4194304 4196468 140729313792624 140334195260080 140334711982722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 37793792 140729313801329 140729313801481 140729313801481 140729313804239 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 530348 KiB

Child status: 143
Real time (s): 2386.56
CPU time (s): 2400.12
CPU user time (s): 2398.56
CPU system time (s): 1.56509
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 760328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.56
system time used= 1.56509
maximum resident set size= 760376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110172
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55462
involuntary context switches= 1441


# summary of solver processes directly reported to runsolver:
#   pid: 1112
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2398.56
#   total CPU system time (s): 1.56509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7845 second user time and 22.2153 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 10:43:28
IDJOB=4290071
IDBENCH=141567
IDSOLVER=2742
FILE ID=node106/4290071-1532594608
RUNJOBID= node106-1532594608-1083
PBS_JOBID= 21021967
Free space on /tmp= 46240 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290071-1532594608/watcher-4290071-1532594608 -o /tmp/evaluation-result-4290071-1532594608/solver-4290071-1532594608 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1083 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290071-1532594608.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=77294657

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         9165860 kB
MemAvailable:   31928600 kB
Buffers:          233668 kB
Cached:         22429600 kB
SwapCached:            0 kB
Active:          2815656 kB
Inactive:       19902932 kB
Active(anon):      32724 kB
Inactive(anon):    50640 kB
Active(file):    2782932 kB
Inactive(file): 19852292 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4748 kB
Writeback:             0 kB
AnonPages:         78612 kB
Mapped:            41204 kB
Shmem:             25228 kB
Slab:             583328 kB
SReclaimable:     555976 kB
SUnreclaim:        27352 kB
KernelStack:        3472 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46232 MiB
End job on node106 at 2018-07-26 11:23:14