Trace number 4290079

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.22 2320.19

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-m011_c18.xml
MD5SUMcb154bca5bef3b2160515065825e7dfd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"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":39}]
Optimization problemNO
Type of objective

Solver Data

47.12/18.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
47.12/18.08	c This is free software under the dual EPL/GNU LGPL licenses.
47.12/18.08	c See www.sat4j.org for details.
47.12/18.08	c That software uses the Rhino library from the Mozilla project.
47.12/18.08	c version 2.3.6-SNAPSHOT
47.12/18.08	c java.runtime.name	Java(TM) SE Runtime Environment
47.12/18.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
47.12/18.08	c java.vm.version	25.131-b11
47.12/18.08	c java.vm.vendor	Oracle Corporation
47.12/18.08	c sun.arch.data.model	64
47.12/18.08	c java.version		1.8.0_131
47.12/18.08	c os.name		Linux
47.12/18.08	c os.version		3.10.0-514.16.1.el7.x86_64
47.12/18.08	c os.arch		amd64
47.12/18.08	c Free memory 		499604488
47.12/18.08	c Max memory 		7247757312
47.12/18.08	c Total memory 		504889344
47.12/18.08	c Number of processors 	4
47.12/18.08	c c --- Begin Solver configuration ---
47.12/18.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
47.12/18.08	c Learn all clauses as in MiniSAT
47.12/18.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
47.12/18.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
47.12/18.08	c No reason simplification
47.12/18.08	c Glucose 2.1 dynamic restart strategy
47.12/18.08	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
47.12/18.08	c timeout=2147483s
47.12/18.08	c DB Simplification allowed=false
47.12/18.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
47.12/18.08	c --- End Solver configuration ---
47.12/18.08	c constraints type 
47.12/18.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 254
47.12/18.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1064172
47.12/18.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27983688
47.12/18.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
47.12/18.08	c 29048204 constraints processed.
2400.12/2320.10	c starts		: 16098
2400.12/2320.10	c conflicts		: 4611457
2400.12/2320.10	c decisions		: 93330077
2400.12/2320.10	c propagations		: 4192054907
2400.12/2320.10	c inspects		: 23660845216
2400.12/2320.10	c shortcuts		: 0
2400.12/2320.10	c learnt literals	: 21503
2400.12/2320.10	c learnt binary clauses	: 18555
2400.12/2320.10	c learnt ternary clauses	: 22539
2400.12/2320.10	c learnt constraints	: 4589954
2400.12/2320.10	c ignored constraints	: 0
2400.12/2320.10	c root simplifications	: 0
2400.12/2320.10	c removed literals (reason simplification)	: 0
2400.12/2320.10	c reason swapping (by a shorter reason)	: 0
2400.12/2320.10	c Calls to reduceDB	: 91
2400.12/2320.10	c Number of update (reduction) of LBD	: 5008089
2400.12/2320.10	c Imported unit clauses	: 0
2400.12/2320.10	c number of reductions to clauses (during analyze)	: 0
2400.12/2320.10	c number of learned constraints concerned by reduction	: 0
2400.12/2320.10	c number of learning phase by resolution	: 0
2400.12/2320.10	c number of learning phase by cutting planes	: 0
2400.12/2320.10	c number of rounding to 1 operations	: 0
2400.12/2320.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.12/2320.10	c number of reductions of the coefficients by power 2 	: 0
2400.12/2320.10	c number of right shift for reduction by power 2 	: 0
2400.12/2320.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.12/2320.10	c number of ending skipping 	: 0
2400.12/2320.10	c number of internal skipping 	: 0
2400.12/2320.10	c number of derivation steps 	: 0
2400.12/2320.10	c number of skipped derivation steps 	: 0
2400.12/2320.10	c number of remaining unassigned 	: 0
2400.12/2320.10	c number of remaining assigned 	: 0
2400.12/2320.10	c speed (assignments/second)	: 1821076.7353109191
2400.12/2320.10	c non guided choices	: 43810814
2400.12/2320.15	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 18555
2400.12/2320.15	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 186264
2400.12/2320.15	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-4290079-1532594608/watcher-4290079-1532594608 -o /tmp/evaluation-result-4290079-1532594608/solver-4290079-1532594608 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532594608-1082 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290079-1532594608.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=1111, runsolver pid=1105

[startup+0.101272 s]*
/proc/loadavg: 1.34 1.45 1.47 5/216 1142
/proc/meminfo: memFree=9133480/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10659012 memory=29616 CPUtime=0.1 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 6474 0 0 0 9 1 0 0 20 0 15 0 77023631 10914828288 7404 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2664753 7404 2821 1 0 2627263 0
[pid=1111/tid=1116] ppid=1105 vsize=10659012 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 4378 0 0 0 7 1 0 0 20 0 15 0 77023632 10914828288 7470 33554432000 4194304 4196468 140736207197344 139628794193840 139628774085982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7470 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7470 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628281329056 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628280276464 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0.01 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) R 1105 1111 32243 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628276066544 139628768929714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 7495 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29616 KiB

[startup+0.210246 s]*
/proc/loadavg: 1.34 1.45 1.47 6/216 1142
/proc/meminfo: memFree=9115492/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10659012 memory=36144 CPUtime=0.23 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 7182 0 0 0 21 2 0 0 20 0 15 0 77023631 10914828288 9036 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2664753 9036 2895 1 0 2627263 0
[pid=1111/tid=1116] ppid=1105 vsize=10659012 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 4871 0 0 0 15 1 0 0 20 0 15 0 77023632 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628794233472 139628790017430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10659012 memory=3762106177852642976 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628281329056 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628280276464 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0.04 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) R 1105 1111 32243 0 -1 4202560 399 0 0 0 4 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628276066544 139628790026842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10659012 memory=140109084202624 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914828288 9102 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 36144 KiB

[startup+0.310513 s]*
/proc/loadavg: 1.34 1.45 1.47 5/216 1142
/proc/meminfo: memFree=9100748/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10659088 memory=44028 CPUtime=0.42 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 8719 0 0 0 39 3 0 0 20 0 15 0 77023631 10914906112 11007 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2664772 11007 3040 1 0 2627263 0
[pid=1111/tid=1116] ppid=1105 vsize=10659088 memory=6935054825532540783 CPUtime=0.26 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 5645 0 0 0 24 2 0 0 20 0 15 0 77023632 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628794237632 139628782226400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10659088 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10659088 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628281329056 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628280276464 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10659088 memory=140108946844143 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10659088 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 806 0 0 0 2 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10659088 memory=140108946828047 CPUtime=0.02 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10659088 memory=280218030939144 CPUtime=0.09 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) R 1105 1111 32243 0 -1 4202560 713 0 0 0 9 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628276061616 139628774085982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10659088 memory=140108946871951 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10659088 memory=140109084202633 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 11007 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 44028 KiB

[startup+0.700728 s]
/proc/loadavg: 1.34 1.45 1.47 10/216 1142
/proc/meminfo: memFree=9025164/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10659088 memory=103684 CPUtime=1.45 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 12063 0 0 0 140 5 0 0 20 0 15 0 77023631 10914906112 25921 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2664772 25921 3097 1 0 2627263 0
[pid=1111/tid=1116] ppid=1105 vsize=10659088 memory=144945079916483 CPUtime=0.63 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 5977 0 0 0 60 3 0 0 20 0 15 0 77023632 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628794241696 139628399528116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10659088 memory=25505 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023633 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77023634 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628281329056 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77023635 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628280276464 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10659088 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 1734 0 0 0 29 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) R 1105 1111 32243 0 -1 4202560 2035 0 0 0 32 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628277104968 139628771548619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) S 1105 1111 32243 0 -1 1077944384 949 0 0 0 18 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628276066544 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77023638 10914906112 25921 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 103684 KiB

[startup+1.50098 s]
/proc/loadavg: 1.34 1.45 1.47 4/217 1143
/proc/meminfo: memFree=8907688/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10659088 memory=227288 CPUtime=2.78 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 18750 0 0 0 265 13 0 0 20 0 15 0 77023631 10914906112 56822 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2664772 56822 3131 1 0 2627263 0
[pid=1111/tid=1116] ppid=1105 vsize=10659088 memory=288230583166042425 CPUtime=1.38 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 6658 0 0 0 133 5 0 0 20 0 15 0 77023632 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628794224192 139628399874997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10659088 memory=13571483297384038 CPUtime=0.04 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 325 0 0 0 3 1 0 0 20 0 15 0 77023633 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10659088 memory=8112282956445269571 CPUtime=0.04 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 200 0 0 0 3 1 0 0 20 0 15 0 77023633 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10659088 memory=6944656592455359580 CPUtime=0.05 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 15 0 77023633 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10659088 memory=6943526294502006880 CPUtime=0.04 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 142 0 0 0 3 1 0 0 20 0 15 0 77023633 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10659088 memory=-7361174377247368086 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 77023634 10914906112 56822 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0

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

/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628281329120 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10725652 memory=6340164 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628280276480 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10725652 memory=6340164 CPUtime=1.55 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 10132 0 0 0 154 1 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10725652 memory=6340164 CPUtime=1.66 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 10120 0 0 0 164 2 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10725652 memory=1228 CPUtime=0.38 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) S 1105 1111 32243 0 -1 1077944384 5589 0 0 0 38 0 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628276066544 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10725652 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10725652 memory=6340164 CPUtime=1.13 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 2251 0 0 0 53 60 0 0 20 0 16 0 77023638 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1144] ppid=1105 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1144/stat : 1144 (java) S 1105 1111 32243 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 77025445 10983067648 1585041 33554432000 4194304 4196468 140736207197344 139628272907568 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 2342 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6340164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.9 s]
/proc/loadavg: 2.00 1.99 1.97 4/218 1260
/proc/meminfo: memFree=2297232/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10725652 memory=6340196 CPUtime=2400.09 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 276813 0 0 0 239285 724 0 0 20 0 16 0 77023631 10983067648 1585049 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2681413 1585049 3181 1 0 2643904 0
[pid=1111/tid=1116] ppid=1105 vsize=10725652 memory=6340196 CPUtime=2287.06 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) R 1105 1111 32243 0 -1 4202560 180261 0 0 0 228667 39 0 0 20 0 16 0 77023632 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628794244384 139628401349695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10725652 memory=6340196 CPUtime=25.45 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 10778 0 0 0 2389 156 0 0 20 0 16 0 77023633 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10725652 memory=6340196 CPUtime=25.36 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 11628 0 0 0 2382 154 0 0 20 0 16 0 77023633 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10725652 memory=535304 CPUtime=25.34 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 12201 0 0 0 2379 155 0 0 20 0 16 0 77023633 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10725652 memory=952 CPUtime=25.26 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 12247 0 0 0 2364 162 0 0 20 0 16 0 77023633 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10725652 memory=1408 CPUtime=6.78 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 20029 0 0 0 674 4 0 0 20 0 16 0 77023634 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10725652 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628281329120 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10725652 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 77023635 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628280276480 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10725652 memory=6340196 CPUtime=1.55 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 10135 0 0 0 154 1 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10725652 memory=4140 CPUtime=1.66 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 10128 0 0 0 164 2 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10725652 memory=6340196 CPUtime=0.38 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) S 1105 1111 32243 0 -1 1077944384 5592 0 0 0 38 0 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628276066544 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10725652 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10725652 memory=6340196 CPUtime=1.16 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 2290 0 0 0 54 62 0 0 20 0 16 0 77023638 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1144] ppid=1105 vsize=10725652 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1144/stat : 1144 (java) S 1105 1111 32243 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 77025445 10983067648 1585049 33554432000 4194304 4196468 140736207197344 139628272907568 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 6340196 KiB

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

[startup+2320.19 s]
# the end of solver process 1111 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2392.95 s, system=7.27137 s

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

[startup+2320.01 s]*
/proc/loadavg: 2.00 1.99 1.97 3/219 1263
/proc/meminfo: memFree=2297232/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10925344 memory=6340416 CPUtime=2400.12 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 277855 0 0 0 239288 724 0 0 20 0 17 0 77023631 11187552256 1585104 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2731336 1585104 3183 1 0 2693827 0
[pid=1111/tid=1116] ppid=1105 vsize=10925344 memory=6935054825532540783 CPUtime=2287.08 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) S 1105 1111 32243 0 -1 1077944384 180329 0 0 0 228669 39 0 0 20 0 17 0 77023632 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628794248368 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10925344 memory=4126316290023845779 CPUtime=25.45 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 10778 0 0 0 2389 156 0 0 20 0 17 0 77023633 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10925344 memory=23064 CPUtime=25.36 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 11628 0 0 0 2382 154 0 0 20 0 17 0 77023633 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10925344 memory=1296 CPUtime=25.34 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 12201 0 0 0 2379 155 0 0 20 0 17 0 77023633 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10925344 memory=2408 CPUtime=25.26 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 12247 0 0 0 2364 162 0 0 20 0 17 0 77023633 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10925344 memory=1724 CPUtime=6.78 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 20061 0 0 0 674 4 0 0 20 0 17 0 77023634 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10925344 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628281329120 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10925344 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628280276480 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10925344 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10925344 memory=18460 CPUtime=1.55 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) S 1105 1111 32243 0 -1 1077944384 10135 0 0 0 154 1 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10925344 memory=14464 CPUtime=1.66 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) S 1105 1111 32243 0 -1 1077944384 10128 0 0 0 164 2 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628277119088 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10925344 memory=4104 CPUtime=0.38 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) S 1105 1111 32243 0 -1 1077944384 5971 0 0 0 38 0 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628276066544 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10925344 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10925344 memory=1952 CPUtime=1.16 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 2290 0 0 0 54 62 0 0 20 0 17 0 77023638 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1261] ppid=1105 vsize=10925344 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1261/stat : 1261 (java) S 1105 1111 32243 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 17 0 77255622 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628271854320 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1262] ppid=1105 vsize=10925344 memory=792 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1262/stat : 1262 (java) S 1105 1111 32243 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 77255622 11187552256 1585104 33554432000 4194304 4196468 140736207197344 139628270802704 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6340416 KiB

[startup+2320.11 s]
/proc/loadavg: 2.00 1.99 1.97 3/219 1263
/proc/meminfo: memFree=2297232/32770624 swapFree=67108860/67108860
[pid=1111] ppid=1105 vsize=10925344 memory=6340520 CPUtime=2400.12 cores=0,2,4,6
/proc/1111/stat : 1111 (java) S 1105 1111 32243 0 -1 1077944320 278218 0 0 0 239288 724 0 0 20 0 17 0 77023631 11187552256 1585129 33554432000 4194304 4196468 140736207197344 140736207179888 139628790005495 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
/proc/1111/statm: 2731336 1585130 3183 1 0 2693827 0
[pid=1111/tid=1116] ppid=1105 vsize=10925344 memory=6340196 CPUtime=2287.08 cores=0,2,4,6
/proc/1111/task/1116/stat : 1116 (java) S 1105 1111 32243 0 -1 1077944384 180329 0 0 0 228669 39 0 0 20 0 17 0 77023632 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628794248368 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1117] ppid=1105 vsize=10925344 memory=6340196 CPUtime=25.45 cores=0,2,4,6
/proc/1111/task/1117/stat : 1117 (java) S 1105 1111 32243 0 -1 1077944384 10778 0 0 0 2389 156 0 0 20 0 17 0 77023633 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628396931344 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1119] ppid=1105 vsize=10925344 memory=6340196 CPUtime=25.36 cores=0,2,4,6
/proc/1111/task/1119/stat : 1119 (java) S 1105 1111 32243 0 -1 1077944384 11628 0 0 0 2382 154 0 0 20 0 17 0 77023633 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628395878800 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1121] ppid=1105 vsize=10925344 memory=1408 CPUtime=25.34 cores=0,2,4,6
/proc/1111/task/1121/stat : 1121 (java) S 1105 1111 32243 0 -1 1077944384 12201 0 0 0 2379 155 0 0 20 0 17 0 77023633 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628394826256 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1123] ppid=1105 vsize=10925344 memory=1408 CPUtime=25.26 cores=0,2,4,6
/proc/1111/task/1123/stat : 1123 (java) S 1105 1111 32243 0 -1 1077944384 12247 0 0 0 2364 162 0 0 20 0 17 0 77023633 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628393773712 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1126] ppid=1105 vsize=10925344 memory=6340196 CPUtime=6.78 cores=0,2,4,6
/proc/1111/task/1126/stat : 1126 (java) S 1105 1111 32243 0 -1 1077944384 20061 0 0 0 674 4 0 0 20 0 17 0 77023634 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628282382832 139628790016642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1128] ppid=1105 vsize=10925344 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1128/stat : 1128 (java) S 1105 1111 32243 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628281329120 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1130] ppid=1105 vsize=10925344 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1130/stat : 1130 (java) S 1105 1111 32243 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 77023635 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628280276480 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1131] ppid=1105 vsize=10925344 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1131/stat : 1131 (java) S 1105 1111 32243 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628279225040 139628790024091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1133] ppid=1105 vsize=10925344 memory=535304 CPUtime=1.55 cores=0,2,4,6
/proc/1111/task/1133/stat : 1133 (java) R 1105 1111 32243 0 -1 1077944384 10135 0 0 0 154 1 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628278171632 139628790016642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1135] ppid=1105 vsize=10925344 memory=952 CPUtime=1.66 cores=0,2,4,6
/proc/1111/task/1135/stat : 1135 (java) R 1105 1111 32243 0 -1 4202560 10191 0 0 0 164 2 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628277119088 139628767857243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1137] ppid=1105 vsize=10925344 memory=6340196 CPUtime=0.38 cores=0,2,4,6
/proc/1111/task/1137/stat : 1137 (java) R 1105 1111 32243 0 -1 4202560 6198 0 0 0 38 0 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628276066544 139628775680639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1139] ppid=1105 vsize=10925344 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1139/stat : 1139 (java) S 1105 1111 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628275014240 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1141] ppid=1105 vsize=10925344 memory=6340196 CPUtime=1.16 cores=0,2,4,6
/proc/1111/task/1141/stat : 1141 (java) S 1105 1111 32243 0 -1 1077944384 2290 0 0 0 54 62 0 0 20 0 17 0 77023638 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628273961776 139628790016642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1261] ppid=1105 vsize=10925344 memory=6340196 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1261/stat : 1261 (java) S 1105 1111 32243 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 17 0 77255622 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628271854320 139628790015701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
[pid=1111/tid=1262] ppid=1105 vsize=10925344 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1111/task/1262/stat : 1262 (java) R 1105 1111 32243 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 17 0 77255622 11187552256 1585130 33554432000 4194304 4196468 140736207197344 139628270802704 139628397079579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140736207201393 140736207201545 140736207201545 140736207204303 0
Current children cumulated CPU time: 2400.12 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 6340520 KiB

Child status: 143
Real time (s): 2320.19
CPU time (s): 2400.22
CPU user time (s): 2392.95
CPU system time (s): 7.27137
CPU usage (%): 103.449
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 6340520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.95
system time used= 7.27137
maximum resident set size= 6340616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53732
involuntary context switches= 3485


# summary of solver processes directly reported to runsolver:
#   pid: 1111
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2392.95
#   total CPU system time (s): 7.27137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5177 second user time and 21.8926 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= cb154bca5bef3b2160515065825e7dfd
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:   31928860 kB
Buffers:          233668 kB
Cached:         22429600 kB
SwapCached:            0 kB
Active:          2816176 kB
Inactive:       19902672 kB
Active(anon):      32724 kB
Inactive(anon):    50640 kB
Active(file):    2783452 kB
Inactive(file): 19852032 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4748 kB
Writeback:             0 kB
AnonPages:         79000 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:     326172 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:22:08