Trace number 4263344

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.77 2494.6699

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-13-int.xml
MD5SUM5aa475b3f1257aceb66c8baaa9eb8eb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.7322199
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints171
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":167},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":170},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints169
Distribution of constraint types[{"type":"intension","count":169},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

5.05/3.16	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
5.05/3.16	c This is free software under the dual EPL/GNU LGPL licenses.
5.05/3.16	c See www.sat4j.org for details.
5.05/3.16	c That software uses the Rhino library from the Mozilla project.
5.05/3.16	c version CUSTOM.v20170705
5.05/3.16	c java.runtime.name	Java(TM) SE Runtime Environment
5.05/3.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
5.05/3.16	c java.vm.version	25.131-b11
5.05/3.16	c java.vm.vendor	Oracle Corporation
5.05/3.16	c sun.arch.data.model	64
5.05/3.16	c java.version		1.8.0_131
5.05/3.16	c os.name		Linux
5.05/3.16	c os.version		3.10.0-514.16.1.el7.x86_64
5.05/3.16	c os.arch		amd64
5.05/3.16	c Free memory 		499604488
5.05/3.16	c Max memory 		7247757312
5.05/3.16	c Total memory 		504889344
5.05/3.16	c Number of processors 	4
5.05/3.16	c c --- Begin Solver configuration ---
5.05/3.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
5.05/3.16	c Learn all clauses as in MiniSAT
5.05/3.16	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
5.05/3.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
5.05/3.16	c No reason simplification
5.05/3.16	c Glucose 2.1 dynamic restart strategy
5.05/3.16	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
5.05/3.16	c timeout=2147483s
5.05/3.16	c DB Simplification allowed=false
5.05/3.16	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
5.05/3.16	c --- End Solver configuration ---
5.05/3.16	c constraints type 
5.05/3.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 338
5.05/3.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2636400
5.05/3.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116272
5.05/3.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 340
5.05/3.16	c 2753350 constraints processed.
2520.56/2494.50	c starts		: 83361
2520.56/2494.50	c conflicts		: 18551892
2520.56/2494.50	c decisions		: 472224978
2520.56/2494.50	c propagations		: 4408999826
2520.56/2494.50	c inspects		: 21952835186
2520.56/2494.50	c shortcuts		: 0
2520.56/2494.50	c learnt literals	: 966
2520.56/2494.50	c learnt binary clauses	: 514091
2520.56/2494.50	c learnt ternary clauses	: 478026
2520.56/2494.50	c learnt constraints	: 18550926
2520.56/2494.50	c ignored constraints	: 0
2520.56/2494.50	c root simplifications	: 0
2520.56/2494.50	c removed literals (reason simplification)	: 0
2520.56/2494.50	c reason swapping (by a shorter reason)	: 0
2520.56/2494.50	c Calls to reduceDB	: 188
2520.56/2494.50	c Number of update (reduction) of LBD	: 12234598
2520.56/2494.50	c Imported unit clauses	: 0
2520.56/2494.50	c number of reductions to clauses (during analyze)	: 0
2520.56/2494.50	c number of learned constraints concerned by reduction	: 0
2520.56/2494.50	c number of learning phase by resolution	: 0
2520.56/2494.50	c number of learning phase by cutting planes	: 0
2520.56/2494.50	c number of rounding to 1 operations	: 0
2520.56/2494.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.56/2494.50	c number of reductions of the coefficients by power 2 	: 0
2520.56/2494.50	c number of right shift for reduction by power 2 	: 0
2520.56/2494.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.56/2494.50	c speed (assignments/second)	: 1769742.3521558626
2520.56/2494.50	c non guided choices	46160409
2520.69/2494.65	c learnt constraints type 
2520.69/2494.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 514091
2520.69/2494.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1041127
2520.69/2494.65	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 (15173 MiB free)
  memory of node 1: 16384 MiB (15591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263344-1502631990/watcher-4263344-1502631990 -o /tmp/evaluation-result-4263344-1502631990/solver-4263344-1502631990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263344-1502631990.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=7829, runsolver pid=7826

[startup+0.100157 s]*
/proc/loadavg: 4.89 4.50 3.46 4/218 7844
/proc/meminfo: memFree=31483744/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10555400 memory=31316 CPUtime=0.12 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 6367 0 0 0 11 1 0 0 20 0 15 0 96286698 10808729600 7829 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2638850 7829 2818 1 0 2627263 0
[pid=7829/tid=7831] ppid=7826 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) R 7826 7829 32402 0 -1 4202560 4219 0 0 0 8 1 0 0 20 0 15 0 96286698 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618777384368 140618773181597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286700 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96286701 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618009339552 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96286701 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286703 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 96286703 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96286703 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0.02 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) R 7826 7829 32402 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 96286703 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618004076528 140618773171606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286704 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96286704 10808729600 7829 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31316 KiB

[startup+0.210763 s]*
/proc/loadavg: 4.89 4.50 3.46 3/218 7844
/proc/meminfo: memFree=31477032/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10555400 memory=38044 CPUtime=0.28 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 7205 0 0 0 26 2 0 0 20 0 15 0 96286698 10808729600 9511 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2638850 9511 2905 1 0 2627263 0
[pid=7829/tid=7831] ppid=7826 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) R 7826 7829 32402 0 -1 4202560 4827 0 0 0 18 2 0 0 20 0 15 0 96286698 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618777392320 140618773181597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10555400 memory=139661695287232 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286700 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96286701 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618009339552 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96286701 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286703 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 96286703 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 96286703 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0.05 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) R 7826 7829 32402 0 -1 4202560 402 0 0 0 5 0 0 0 20 0 15 0 96286703 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618004076528 140618757240158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286704 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10555400 memory=139661695272576 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96286704 10808729600 9511 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38044 KiB

[startup+0.310514 s]*
/proc/loadavg: 4.89 4.50 3.46 6/218 7844
/proc/meminfo: memFree=31468348/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10555476 memory=48944 CPUtime=0.51 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 8415 0 0 0 48 3 0 0 20 0 15 0 96286698 10808807424 12236 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2638869 12236 3038 1 0 2627263 0
[pid=7829/tid=7831] ppid=7826 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) R 7826 7829 32402 0 -1 4202560 5215 0 0 0 28 2 0 0 20 0 15 0 96286698 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618777387552 140618386932518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10555476 memory=139661695330592 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10555476 memory=139661695337504 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286700 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96286701 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618009339552 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96286701 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286703 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) R 7826 7829 32402 0 -1 4202560 746 0 0 0 4 0 0 0 20 0 15 0 96286703 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618006182128 140618758081628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10555476 memory=139661599170511 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) R 7826 7829 32402 0 -1 4202560 348 0 0 0 4 0 0 0 20 0 15 0 96286703 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618005129584 140618757561840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10555476 memory=139661695280025 CPUtime=0.11 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) R 7826 7829 32402 0 -1 1077944384 735 0 0 0 11 0 0 0 20 0 15 0 96286703 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618004074320 140618773169877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10555476 memory=139661599170511 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286704 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10555476 memory=279323294459840 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96286704 10808807424 12236 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48944 KiB

[startup+0.700828 s]
/proc/loadavg: 4.89 4.50 3.46 5/218 7844
/proc/meminfo: memFree=31404248/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10555476 memory=135136 CPUtime=1.53 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 12564 0 0 0 148 5 0 0 20 0 15 0 96286698 10808807424 33784 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2638869 33784 3079 1 0 2627263 0
[pid=7829/tid=7831] ppid=7826 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) R 7826 7829 32402 0 -1 4202560 5260 0 0 0 65 3 0 0 20 0 15 0 96286698 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618777397184 140618389114791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10555476 memory=15664 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286699 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96286700 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96286701 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618009339552 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96286701 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286703 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10555476 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) R 7826 7829 32402 0 -1 4202560 3844 0 0 0 41 0 0 0 20 0 15 0 96286703 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618006167864 140618754703927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10555476 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 1291 0 0 0 27 0 0 0 20 0 15 0 96286703 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) S 7826 7829 32402 0 -1 1077944384 798 0 0 0 13 0 0 0 20 0 15 0 96286703 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618004076528 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96286704 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96286704 10808807424 33784 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 135136 KiB

[startup+1.50081 s]
/proc/loadavg: 4.81 4.50 3.46 3/218 7844
/proc/meminfo: memFree=31346416/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10555476 memory=222108 CPUtime=2.56 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 14013 0 0 0 246 10 0 0 20 0 15 0 96286698 10808807424 55527 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2638869 55527 3111 1 0 2627263 0
[pid=7829/tid=7831] ppid=7826 vsize=10555476 memory=3467834596517296443 CPUtime=1.43 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) R 7826 7829 32402 0 -1 4202560 5394 0 0 0 139 4 0 0 20 0 15 0 96286698 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618777398688 140618389261886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10555476 memory=159972 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 303 0 0 0 3 1 0 0 20 0 15 0 96286699 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10555476 memory=2241 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 110 0 0 0 3 1 0 0 20 0 15 0 96286699 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10555476 memory=1200 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 15 0 96286699 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10555476 memory=15872 CPUtime=0.04 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 15 0 96286699 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10555476 memory=15664 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 355 0 0 0 0 0 0 0 20 0 15 0 96286700 10808807424 55527 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0

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

/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 6254 0 0 0 580 88 0 0 20 0 16 0 96286699 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10622040 memory=3189892 CPUtime=6.68 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 6616 0 0 0 579 89 0 0 20 0 16 0 96286699 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10622040 memory=3189892 CPUtime=6.72 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 7504 0 0 0 585 87 0 0 20 0 16 0 96286699 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0.72 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 22867 0 0 0 68 4 0 0 20 0 16 0 96286700 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96286701 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618009339616 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 96286701 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96286703 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10622040 memory=3189892 CPUtime=1.51 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 7905 0 0 0 150 1 0 0 20 0 16 0 96286703 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10622040 memory=4100 CPUtime=1.19 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 4869 0 0 0 117 2 0 0 20 0 16 0 96286703 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10622040 memory=27720 CPUtime=0.36 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) S 7826 7829 32402 0 -1 1077944384 4966 0 0 0 35 1 0 0 20 0 16 0 96286703 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618004076528 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96286704 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10622040 memory=4052 CPUtime=1.39 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 2372 0 0 0 64 75 0 0 20 0 16 0 96286704 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7845] ppid=7826 vsize=10622040 memory=3189892 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7845/stat : 7845 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96287016 10876968960 797473 33554432000 4194304 4196468 140727064188048 140618000918064 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 2466.72 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3189892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.2 s]
/proc/loadavg: 2.02 2.09 2.14 6/218 8096
/proc/meminfo: memFree=25102832/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10622040 memory=3191980 CPUtime=2520.35 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 148887 0 0 0 251587 448 0 0 20 0 16 0 96286698 10876968960 797995 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2655510 797995 3164 1 0 2643904 0
[pid=7829/tid=7831] ppid=7826 vsize=10622040 memory=288230617509003574 CPUtime=2486.01 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) S 7826 7829 32402 0 -1 1077944384 75226 0 0 0 248579 22 0 0 20 0 16 0 96286698 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618777398336 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10622040 memory=15825482151102897 CPUtime=7.29 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) R 7826 7829 32402 0 -1 4202560 6820 0 0 0 642 87 0 0 20 0 16 0 96286699 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618709850640 140618757860304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10622040 memory=3300 CPUtime=7.25 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) R 7826 7829 32402 0 -1 4202560 6759 0 0 0 637 88 0 0 20 0 16 0 96286699 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618708798096 140618758156272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10622040 memory=3190108 CPUtime=7.24 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) R 7826 7829 32402 0 -1 4202560 6789 0 0 0 635 89 0 0 20 0 16 0 96286699 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618707745240 140618758156141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10622040 memory=1160 CPUtime=7.29 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) R 7826 7829 32402 0 -1 4202560 8037 0 0 0 642 87 0 0 20 0 16 0 96286699 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618376276568 140618757617262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10622040 memory=3332 CPUtime=0.72 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 23630 0 0 0 68 4 0 0 20 0 16 0 96286700 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618010391872 140618773169877 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10622040 memory=3376960 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 96286701 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618009339616 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10622040 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 96286701 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10622040 memory=916 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96286703 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10622040 memory=3832 CPUtime=1.51 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 7908 0 0 0 150 1 0 0 20 0 16 0 96286703 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10622040 memory=3376960 CPUtime=1.19 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 4871 0 0 0 117 2 0 0 20 0 16 0 96286703 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10622040 memory=4612 CPUtime=0.36 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) S 7826 7829 32402 0 -1 1077944384 4968 0 0 0 35 1 0 0 20 0 16 0 96286703 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618004076528 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10622040 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96286704 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10622040 memory=8112282956445269571 CPUtime=1.41 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 2401 0 0 0 65 76 0 0 20 0 16 0 96286704 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7845] ppid=7826 vsize=10622040 memory=3190108 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7845/stat : 7845 (java) S 7826 7829 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96287016 10876968960 797995 33554432000 4194304 4196468 140727064188048 140618000918064 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 2520.35 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3191980 KiB

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

[startup+2494.67 s]
# the end of solver process 7829 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.26 s, system=4.51029 s

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

[startup+2494.4 s]
/proc/loadavg: 2.02 2.09 2.14 6/218 8096
/proc/meminfo: memFree=25102832/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10821732 memory=3192020 CPUtime=2520.56 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 149450 0 0 0 251607 449 0 0 20 0 17 0 96286698 11081453568 798005 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2705433 798005 3166 1 0 2693827 0
[pid=7829/tid=7831] ppid=7826 vsize=10821732 memory=1292 CPUtime=2486.01 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) S 7826 7829 32402 0 -1 1077944384 75232 0 0 0 248579 22 0 0 20 0 17 0 96286698 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618777402544 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10821732 memory=2448 CPUtime=7.32 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 6820 0 0 0 645 87 0 0 20 0 17 0 96286699 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10821732 memory=8112282956445269571 CPUtime=7.28 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 6759 0 0 0 640 88 0 0 20 0 17 0 96286699 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10821732 memory=1948 CPUtime=7.27 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 6789 0 0 0 638 89 0 0 20 0 17 0 96286699 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10821732 memory=800 CPUtime=7.32 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 8037 0 0 0 645 87 0 0 20 0 17 0 96286699 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10821732 memory=12068 CPUtime=0.8 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 23991 0 0 0 76 4 0 0 20 0 17 0 96286700 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10821732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 96286701 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618009339616 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10821732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 96286701 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10821732 memory=15700 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 96286703 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10821732 memory=4052 CPUtime=1.51 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 7908 0 0 0 150 1 0 0 20 0 17 0 96286703 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10821732 memory=16236 CPUtime=1.19 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 4871 0 0 0 117 2 0 0 20 0 17 0 96286703 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10821732 memory=1796 CPUtime=0.36 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) S 7826 7829 32402 0 -1 1077944384 5014 0 0 0 35 1 0 0 20 0 17 0 96286703 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618004076528 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10821732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96286704 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10821732 memory=5792 CPUtime=1.41 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 2401 0 0 0 65 76 0 0 20 0 17 0 96286704 11081453568 798005 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 2520.56 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3192020 KiB

[startup+2494.6 s]
/proc/loadavg: 2.02 2.09 2.14 6/218 8096
/proc/meminfo: memFree=25102832/32770624 swapFree=67108860/67108860
[pid=7829] ppid=7826 vsize=10821732 memory=3192024 CPUtime=2520.69 cores=1,3,5,7
/proc/7829/stat : 7829 (java) S 7826 7829 32402 0 -1 1077944320 149567 0 0 0 251620 449 0 0 20 0 17 0 96286698 11081453568 798006 33554432000 4194304 4196468 140727064188048 140727064170592 140618773159671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
/proc/7829/statm: 2705433 798006 3166 1 0 2693827 0
[pid=7829/tid=7831] ppid=7826 vsize=10821732 memory=8560 CPUtime=2486.01 cores=1,3,5,7
/proc/7829/task/7831/stat : 7831 (java) S 7826 7829 32402 0 -1 1077944384 75232 0 0 0 248579 22 0 0 20 0 17 0 96286698 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618777402544 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7832] ppid=7826 vsize=10821732 memory=1712 CPUtime=7.32 cores=1,3,5,7
/proc/7829/task/7832/stat : 7832 (java) S 7826 7829 32402 0 -1 1077944384 6820 0 0 0 645 87 0 0 20 0 17 0 96286699 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618709850640 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7833] ppid=7826 vsize=10821732 memory=4612 CPUtime=7.28 cores=1,3,5,7
/proc/7829/task/7833/stat : 7833 (java) S 7826 7829 32402 0 -1 1077944384 6759 0 0 0 640 88 0 0 20 0 17 0 96286699 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618708798096 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7834] ppid=7826 vsize=10821732 memory=1004 CPUtime=7.27 cores=1,3,5,7
/proc/7829/task/7834/stat : 7834 (java) S 7826 7829 32402 0 -1 1077944384 6789 0 0 0 638 89 0 0 20 0 17 0 96286699 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618707745040 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7835] ppid=7826 vsize=10821732 memory=644 CPUtime=7.32 cores=1,3,5,7
/proc/7829/task/7835/stat : 7835 (java) S 7826 7829 32402 0 -1 1077944384 8037 0 0 0 645 87 0 0 20 0 17 0 96286699 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618376276368 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7836] ppid=7826 vsize=10821732 memory=960 CPUtime=0.8 cores=1,3,5,7
/proc/7829/task/7836/stat : 7836 (java) S 7826 7829 32402 0 -1 1077944384 23991 0 0 0 76 4 0 0 20 0 17 0 96286700 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618010393328 140618773170818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7837] ppid=7826 vsize=10821732 memory=4388 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7837/stat : 7837 (java) S 7826 7829 32402 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 96286701 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618009339616 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7838] ppid=7826 vsize=10821732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7838/stat : 7838 (java) S 7826 7829 32402 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 96286701 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618008286448 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7839] ppid=7826 vsize=10821732 memory=932 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7839/stat : 7839 (java) S 7826 7829 32402 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 96286703 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618007235024 140618773178267 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7840] ppid=7826 vsize=10821732 memory=1568 CPUtime=1.53 cores=1,3,5,7
/proc/7829/task/7840/stat : 7840 (java) S 7826 7829 32402 0 -1 1077944384 7938 0 0 0 152 1 0 0 20 0 17 0 96286703 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618006182128 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7841] ppid=7826 vsize=10821732 memory=2240 CPUtime=1.2 cores=1,3,5,7
/proc/7829/task/7841/stat : 7841 (java) S 7826 7829 32402 0 -1 1077944384 4935 0 0 0 118 2 0 0 20 0 17 0 96286703 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618005129584 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7842] ppid=7826 vsize=10821732 memory=3190108 CPUtime=0.36 cores=1,3,5,7
/proc/7829/task/7842/stat : 7842 (java) S 7826 7829 32402 0 -1 1077944384 5027 0 0 0 35 1 0 0 20 0 17 0 96286703 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618004076528 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7843] ppid=7826 vsize=10821732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7829/task/7843/stat : 7843 (java) S 7826 7829 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96286704 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618003024224 140618773169877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
[pid=7829/tid=7844] ppid=7826 vsize=10821732 memory=4388 CPUtime=1.41 cores=1,3,5,7
/proc/7829/task/7844/stat : 7844 (java) S 7826 7829 32402 0 -1 1077944384 2401 0 0 0 65 76 0 0 20 0 17 0 96286704 11081453568 798006 33554432000 4194304 4196468 140727064188048 140618001972272 140618773170818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10514432 140727064196230 140727064196383 140727064196383 140727064199119 0
Current children cumulated CPU time: 2520.69 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3192024 KiB

Child status: 143
Real time (s): 2494.67
CPU time (s): 2520.77
CPU user time (s): 2516.26
CPU system time (s): 4.51029
CPU usage (%): 101.046
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3598956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.26
system time used= 4.5103
maximum resident set size= 3598956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56461
involuntary context switches= 1642


# summary of solver processes directly reported to runsolver:
#   pid: 7829
#   total CPU time (s): 2520.77
#   total CPU user time (s): 2516.26
#   total CPU system time (s): 4.51029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0704 second user time and 24.0981 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 15:32:12
IDJOB=4263344
IDBENCH=134602
IDSOLVER=2651
FILE ID=node113/4263344-1502631990
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-13-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263344-1502631990/watcher-4263344-1502631990 -o /tmp/evaluation-result-4263344-1502631990/solver-4263344-1502631990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263344-1502631990.xml

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

MD5SUM BENCH= 5aa475b3f1257aceb66c8baaa9eb8eb1
RANDOM SEED=751200219

node113.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.89
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.89
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.89
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.89
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:        31503876 kB
MemAvailable:   31828036 kB
Buffers:          114400 kB
Cached:           496568 kB
SwapCached:            0 kB
Active:           665468 kB
Inactive:         161092 kB
Active(anon):     165808 kB
Inactive(anon):    77700 kB
Active(file):     499660 kB
Inactive(file):    83392 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:        221912 kB
Mapped:            54800 kB
Shmem:             25224 kB
Slab:             140036 kB
SReclaimable:     113888 kB
SUnreclaim:        26148 kB
KernelStack:        3536 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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 node113 at 2017-08-13 16:13:47