Trace number 4263217

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 2017-07-05? (TO) 2520.1001 2495.96

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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.066059001
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.82/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.82/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.82/0.48	c See www.sat4j.org for details.
0.82/0.48	c That software uses the Rhino library from the Mozilla project.
0.82/0.48	c version CUSTOM.v20170705
0.82/0.48	c java.runtime.name	Java(TM) SE Runtime Environment
0.82/0.48	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.82/0.48	c java.vm.version	25.131-b11
0.82/0.48	c java.vm.vendor	Oracle Corporation
0.82/0.48	c sun.arch.data.model	64
0.82/0.48	c java.version		1.8.0_131
0.82/0.48	c os.name		Linux
0.82/0.48	c os.version		3.10.0-514.16.1.el7.x86_64
0.82/0.48	c os.arch		amd64
0.82/0.48	c Free memory 		499604488
0.82/0.48	c Max memory 		7247757312
0.82/0.48	c Total memory 		504889344
0.82/0.48	c Number of processors 	4
0.82/0.48	c c --- Begin Solver configuration ---
0.82/0.48	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.82/0.48	c Learn all clauses as in MiniSAT
0.82/0.48	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.82/0.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.82/0.48	c No reason simplification
0.82/0.48	c Glucose 2.1 dynamic restart strategy
0.82/0.48	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
0.82/0.48	c timeout=2147483s
0.82/0.48	c DB Simplification allowed=false
0.82/0.48	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.82/0.48	c --- End Solver configuration ---
0.82/0.48	c constraints type 
0.82/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
0.82/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39899
0.82/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 82110
0.82/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 68
0.82/0.48	c 122215 constraints processed.
2520.02/2495.90	c starts		: 12736
2520.02/2495.90	c conflicts		: 7339128
2520.02/2495.90	c decisions		: 17287872
2520.02/2495.90	c propagations		: 1160197530
2520.02/2495.90	c inspects		: 52201732195
2520.02/2495.90	c shortcuts		: 0
2520.02/2495.90	c learnt literals	: 0
2520.02/2495.90	c learnt binary clauses	: 1082
2520.02/2495.90	c learnt ternary clauses	: 2188
2520.02/2495.90	c learnt constraints	: 7339128
2520.02/2495.90	c ignored constraints	: 0
2520.02/2495.90	c root simplifications	: 0
2520.02/2495.90	c removed literals (reason simplification)	: 0
2520.02/2495.90	c reason swapping (by a shorter reason)	: 0
2520.02/2495.90	c Calls to reduceDB	: 116
2520.02/2495.90	c Number of update (reduction) of LBD	: 4219306
2520.02/2495.90	c Imported unit clauses	: 0
2520.02/2495.90	c number of reductions to clauses (during analyze)	: 0
2520.02/2495.90	c number of learned constraints concerned by reduction	: 0
2520.02/2495.90	c number of learning phase by resolution	: 0
2520.02/2495.90	c number of learning phase by cutting planes	: 0
2520.02/2495.90	c number of rounding to 1 operations	: 0
2520.02/2495.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.02/2495.90	c number of reductions of the coefficients by power 2 	: 0
2520.02/2495.90	c number of right shift for reduction by power 2 	: 0
2520.02/2495.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.02/2495.90	c speed (assignments/second)	: 464930.76516177633
2520.02/2495.90	c non guided choices	27072
2520.02/2495.94	c learnt constraints type 
2520.02/2495.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1082
2520.02/2495.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207072
2520.02/2495.94	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 (14907 MiB free)
  memory of node 1: 16384 MiB (15687 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263217-1502623023/watcher-4263217-1502623023 -o /tmp/evaluation-result-4263217-1502623023/solver-4263217-1502623023 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263217-1502623023.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=5093, runsolver pid=5090

[startup+0.100059 s]*
/proc/loadavg: 1.94 2.22 2.59 4/218 5108
/proc/meminfo: memFree=31312500/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10555400 memory=28340 CPUtime=0.12 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 6667 0 0 0 11 1 0 0 20 0 15 0 95390091 10808729600 7085 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2638850 7085 2821 1 0 2627263 0
[pid=5093/tid=5095] ppid=5090 vsize=10555400 memory=-8774005365546193501 CPUtime=0.09 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 4496 0 0 0 8 1 0 0 20 0 15 0 95390091 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422984206832 140422964065630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10555400 memory=5793855309967940025 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390093 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95390094 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95390094 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390096 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 95390096 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390096 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0.01 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) R 5090 5093 1335 0 -1 4202560 386 0 0 0 1 0 0 0 20 0 15 0 95390096 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422465656816 140422980006490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390097 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390097 10808729600 7085 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28340 KiB

[startup+0.210731 s]*
/proc/loadavg: 1.94 2.22 2.59 3/218 5108
/proc/meminfo: memFree=31303792/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10555400 memory=36280 CPUtime=0.28 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 7878 0 0 0 26 2 0 0 20 0 15 0 95390091 10808729600 9070 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2638850 9070 2906 1 0 2627263 0
[pid=5093/tid=5095] ppid=5090 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 5433 0 0 0 19 1 0 0 20 0 15 0 95390091 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422984211088 140422964028773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10555400 memory=4211973785162837386 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390092 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390093 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95390094 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95390094 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390096 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 95390096 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 95390096 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0.05 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) R 5090 5093 1335 0 -1 4202560 476 0 0 0 5 0 0 0 20 0 15 0 95390096 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422465656816 140422979997078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390097 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10555400 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390097 10808729600 9135 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 36280 KiB

[startup+0.310252 s]*
/proc/loadavg: 1.94 2.22 2.59 5/218 5108
/proc/meminfo: memFree=31295224/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10555476 memory=45600 CPUtime=0.5 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 9163 0 0 0 48 2 0 0 20 0 15 0 95390091 10808807424 11400 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2638869 11400 3037 1 0 2627263 0
[pid=5093/tid=5095] ppid=5090 vsize=10555476 memory=7377246124687064083 CPUtime=0.3 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 5834 0 0 0 29 1 0 0 20 0 15 0 95390091 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422984222512 140422617280911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10555476 memory=4211973785162837386 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10555476 memory=140058958049020 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10555476 memory=140058816525091 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95390092 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10555476 memory=140058816531919 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390092 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10555476 memory=140058958049200 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390093 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10555476 memory=140058816541103 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95390094 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10555476 memory=280117633073040 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95390094 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10555476 memory=280117633070736 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390096 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) R 5090 5093 1335 0 -1 4202560 690 0 0 0 4 0 0 0 20 0 15 0 95390096 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422467762416 140422980006490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 375 0 0 0 4 0 0 0 20 0 15 0 95390096 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10555476 memory=140058958046848 CPUtime=0.11 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) R 5090 5093 1335 0 -1 1077944384 901 0 0 0 11 0 0 0 20 0 15 0 95390096 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95390097 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10555476 memory=140058958046848 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95390097 10808807424 11400 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45600 KiB

[startup+0.700808 s]
/proc/loadavg: 1.94 2.22 2.59 7/219 5109
/proc/meminfo: memFree=31263512/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10622040 memory=88068 CPUtime=1.72 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 14310 0 0 0 168 4 0 0 20 0 16 0 95390091 10876968960 22017 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2655510 22017 3083 1 0 2643904 0
[pid=5093/tid=5095] ppid=5090 vsize=10622040 memory=1948 CPUtime=0.67 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 6034 0 0 0 65 2 0 0 20 0 16 0 95390091 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422984223696 140422979997078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10622040 memory=8532 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10622040 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95390093 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10622040 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10622040 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390096 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10622040 memory=20036 CPUtime=0.4 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) R 5090 5093 1335 0 -1 4202560 3066 0 0 0 40 0 0 0 20 0 16 0 95390096 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422467753744 140422959837275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10622040 memory=1436 CPUtime=0.4 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) R 5090 5093 1335 0 -1 4202560 2249 0 0 0 40 0 0 0 20 0 16 0 95390096 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422466690888 140422957838433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10622040 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) S 5090 5093 1335 0 -1 1077944384 1569 0 0 0 21 0 0 0 20 0 16 0 95390096 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10622040 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390097 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10622040 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95390097 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5109] ppid=5090 vsize=10622040 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5109/stat : 5109 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95390140 10876968960 22017 33554432000 4194304 4196468 140726779656960 140422462498352 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 88068 KiB

[startup+1.50081 s]
/proc/loadavg: 1.94 2.22 2.59 3/219 5109
/proc/meminfo: memFree=31249560/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10622040 memory=97268 CPUtime=2.97 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 17094 0 0 0 292 5 0 0 20 0 16 0 95390091 10876968960 24317 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2655510 24317 3097 1 0 2643904 0
[pid=5093/tid=5095] ppid=5090 vsize=10622040 memory=8112282956445269571 CPUtime=1.47 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 6395 0 0 0 145 2 0 0 20 0 16 0 95390091 10876968960 24317 33554432000 4194304 4196468 140726779656960 140422984210560 140422620031735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 24317 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 24317 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 24317 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95390092 10876968960 24317 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0

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

/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 12046 0 0 0 614 34 0 0 20 0 16 0 95390092 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10622040 memory=308716 CPUtime=6.49 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 11016 0 0 0 615 34 0 0 20 0 16 0 95390092 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10622040 memory=250880 CPUtime=6.49 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 11965 0 0 0 615 34 0 0 20 0 16 0 95390092 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10622040 memory=233676 CPUtime=0.67 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 49950 0 0 0 58 9 0 0 20 0 16 0 95390093 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10622040 memory=259300 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10622040 memory=269976 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10622040 memory=269976 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390096 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10622040 memory=269976 CPUtime=0.82 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 6253 0 0 0 81 1 0 0 20 0 16 0 95390096 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10622040 memory=246784 CPUtime=1.12 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 6357 0 0 0 111 1 0 0 20 0 16 0 95390096 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10622040 memory=267652 CPUtime=0.26 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) S 5090 5093 1335 0 -1 1077944384 2538 0 0 0 25 1 0 0 20 0 16 0 95390096 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10622040 memory=265444 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390097 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10622040 memory=269976 CPUtime=1.21 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 1961 0 0 0 58 63 0 0 20 0 16 0 95390097 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5109] ppid=5090 vsize=10622040 memory=250884 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5109/stat : 5109 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95390140 10876968960 68021 33554432000 4194304 4196468 140726779656960 140422462498352 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 2465.2 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 272084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.7 s]
/proc/loadavg: 1.76 1.84 1.97 3/218 5426
/proc/meminfo: memFree=31340648/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10622040 memory=262964 CPUtime=2520.01 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 139123 0 0 0 251777 224 0 0 20 0 16 0 95390091 10876968960 65741 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2655510 65741 3157 1 0 2643904 0
[pid=5093/tid=5095] ppid=5090 vsize=10622040 memory=255532 CPUtime=2487.86 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) R 5090 5093 1335 0 -1 4202560 20391 0 0 0 248780 6 0 0 20 0 16 0 95390091 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422984224096 140422620031735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10622040 memory=255532 CPUtime=7.01 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 12165 0 0 0 664 37 0 0 20 0 16 0 95390092 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10622040 memory=241680 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 12718 0 0 0 658 37 0 0 20 0 16 0 95390092 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10622040 memory=202940 CPUtime=6.96 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 11676 0 0 0 659 37 0 0 20 0 16 0 95390092 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10622040 memory=295336 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 12594 0 0 0 658 37 0 0 20 0 16 0 95390092 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10622040 memory=248840 CPUtime=0.74 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 50982 0 0 0 65 9 0 0 20 0 16 0 95390093 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10622040 memory=262964 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10622040 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95390094 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10622040 memory=230852 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390096 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10622040 memory=18292 CPUtime=0.82 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 6255 0 0 0 81 1 0 0 20 0 16 0 95390096 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10622040 memory=280117633884544 CPUtime=1.12 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 6359 0 0 0 111 1 0 0 20 0 16 0 95390096 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10622040 memory=2332 CPUtime=0.26 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) S 5090 5093 1335 0 -1 1077944384 2540 0 0 0 25 1 0 0 20 0 16 0 95390096 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95390097 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10622040 memory=4132 CPUtime=1.24 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 1986 0 0 0 60 64 0 0 20 0 16 0 95390097 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5109] ppid=5090 vsize=10622040 memory=27864 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5109/stat : 5109 (java) S 5090 5093 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95390140 10876968960 65741 33554432000 4194304 4196468 140726779656960 140422462498352 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 262964 KiB

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

[startup+2495.96 s]
# the end of solver process 5093 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.84 s, system=2.25449 s

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

[startup+2495.81 s]
/proc/loadavg: 1.76 1.84 1.97 3/218 5426
/proc/meminfo: memFree=31340648/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10821732 memory=263104 CPUtime=2520.02 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 139348 0 0 0 251778 224 0 0 20 0 17 0 95390091 11081453568 65776 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2705433 65776 3160 1 0 2693827 0
[pid=5093/tid=5095] ppid=5090 vsize=10821732 memory=1948 CPUtime=2487.87 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) S 5090 5093 1335 0 -1 1077944384 20415 0 0 0 248781 6 0 0 20 0 17 0 95390091 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422984228016 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10821732 memory=8532 CPUtime=7.01 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 12165 0 0 0 664 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10821732 memory=4616 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 12718 0 0 0 658 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10821732 memory=1720 CPUtime=6.96 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 11676 0 0 0 659 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10821732 memory=1004 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 12594 0 0 0 658 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10821732 memory=3108 CPUtime=0.74 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 50982 0 0 0 65 9 0 0 20 0 17 0 95390093 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10821732 memory=219020 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95390094 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 95390094 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10821732 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10821732 memory=219020 CPUtime=0.82 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 6255 0 0 0 81 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10821732 memory=8112282956445269571 CPUtime=1.12 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 6359 0 0 0 111 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10821732 memory=4040 CPUtime=0.26 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) S 5090 5093 1335 0 -1 1077944384 2560 0 0 0 25 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10821732 memory=16504 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95390097 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10821732 memory=18292 CPUtime=1.24 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 1986 0 0 0 60 64 0 0 20 0 17 0 95390097 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 263104 KiB

[startup+2495.9 s]
/proc/loadavg: 1.76 1.84 1.97 3/218 5426
/proc/meminfo: memFree=31340648/32770624 swapFree=67108860/67108860
[pid=5093] ppid=5090 vsize=10821732 memory=263104 CPUtime=2520.02 cores=1,3,5,7
/proc/5093/stat : 5093 (java) S 5090 5093 1335 0 -1 1077944320 139348 0 0 0 251778 224 0 0 20 0 17 0 95390091 11081453568 65776 33554432000 4194304 4196468 140726779656960 140726779639504 140422979985143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
/proc/5093/statm: 2705433 65776 3160 1 0 2693827 0
[pid=5093/tid=5095] ppid=5090 vsize=10821732 memory=295336 CPUtime=2487.87 cores=1,3,5,7
/proc/5093/task/5095/stat : 5095 (java) S 5090 5093 1335 0 -1 1077944384 20415 0 0 0 248781 6 0 0 20 0 17 0 95390091 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422984228016 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5096] ppid=5090 vsize=10821732 memory=202940 CPUtime=7.01 cores=1,3,5,7
/proc/5093/task/5096/stat : 5096 (java) S 5090 5093 1335 0 -1 1077944384 12165 0 0 0 664 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422586698256 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5097] ppid=5090 vsize=10821732 memory=262964 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5097/stat : 5097 (java) S 5090 5093 1335 0 -1 1077944384 12718 0 0 0 658 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422585645712 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5098] ppid=5090 vsize=10821732 memory=230852 CPUtime=6.96 cores=1,3,5,7
/proc/5093/task/5098/stat : 5098 (java) S 5090 5093 1335 0 -1 1077944384 11676 0 0 0 659 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422584592656 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5099] ppid=5090 vsize=10821732 memory=18292 CPUtime=6.95 cores=1,3,5,7
/proc/5093/task/5099/stat : 5099 (java) S 5090 5093 1335 0 -1 1077944384 12594 0 0 0 658 37 0 0 20 0 17 0 95390092 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422583540112 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5100] ppid=5090 vsize=10821732 memory=255532 CPUtime=0.74 cores=1,3,5,7
/proc/5093/task/5100/stat : 5100 (java) S 5090 5093 1335 0 -1 1077944384 50982 0 0 0 65 9 0 0 20 0 17 0 95390093 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422471973616 140422979996290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5101] ppid=5090 vsize=10821732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5101/stat : 5101 (java) S 5090 5093 1335 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95390094 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422470919840 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5102] ppid=5090 vsize=10821732 memory=920 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5102/stat : 5102 (java) S 5090 5093 1335 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 95390094 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422469866736 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5103] ppid=5090 vsize=10821732 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5103/stat : 5103 (java) S 5090 5093 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422468815312 140422980003739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5104] ppid=5090 vsize=10821732 memory=255532 CPUtime=0.82 cores=1,3,5,7
/proc/5093/task/5104/stat : 5104 (java) S 5090 5093 1335 0 -1 1077944384 6255 0 0 0 81 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422467762416 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5105] ppid=5090 vsize=10821732 memory=255532 CPUtime=1.12 cores=1,3,5,7
/proc/5093/task/5105/stat : 5105 (java) S 5090 5093 1335 0 -1 1077944384 6359 0 0 0 111 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422466709872 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5106] ppid=5090 vsize=10821732 memory=241168 CPUtime=0.26 cores=1,3,5,7
/proc/5093/task/5106/stat : 5106 (java) S 5090 5093 1335 0 -1 1077944384 2560 0 0 0 25 1 0 0 20 0 17 0 95390096 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422465656816 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5107] ppid=5090 vsize=10821732 memory=241168 CPUtime=0 cores=1,3,5,7
/proc/5093/task/5107/stat : 5107 (java) S 5090 5093 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95390097 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422464604512 140422979995349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
[pid=5093/tid=5108] ppid=5090 vsize=10821732 memory=222596 CPUtime=1.24 cores=1,3,5,7
/proc/5093/task/5108/stat : 5108 (java) S 5090 5093 1335 0 -1 1077944384 1986 0 0 0 60 64 0 0 20 0 17 0 95390097 11081453568 65776 33554432000 4194304 4196468 140726779656960 140422463552560 140422979996290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6889472 140726779659398 140726779659551 140726779659551 140726779662287 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 263104 KiB

Child status: 143
Real time (s): 2495.96
CPU time (s): 2520.1
CPU user time (s): 2517.84
CPU system time (s): 2.25449
CPU usage (%): 100.967
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 750752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.84
system time used= 2.25449
maximum resident set size= 756416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62669
involuntary context switches= 1799


# summary of solver processes directly reported to runsolver:
#   pid: 5093
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.84
#   total CPU system time (s): 2.25449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8337 second user time and 21.8748 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 13:02:44
IDJOB=4263217
IDBENCH=124113
IDSOLVER=2651
FILE ID=node112/4263217-1502623023
RUNJOBID= node112-1502619513-3999
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263217-1502623023/watcher-4263217-1502623023 -o /tmp/evaluation-result-4263217-1502623023/solver-4263217-1502623023 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263217-1502623023.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1991153628

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31329292 kB
MemAvailable:   31510344 kB
Buffers:          114980 kB
Cached:           346772 kB
SwapCached:            0 kB
Active:           853804 kB
Inactive:         134644 kB
Active(anon):     477964 kB
Inactive(anon):    76532 kB
Active(file):     375840 kB
Inactive(file):    58112 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1324 kB
Writeback:             0 kB
AnonPages:        478888 kB
Mapped:            54984 kB
Shmem:             25224 kB
Slab:             151964 kB
SReclaimable:     125868 kB
SUnreclaim:        26096 kB
KernelStack:        3888 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1567628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 13:44:21