Trace number 4263053

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2522.28 2498.8601

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-12.xml
MD5SUM4ad29a02d37880346b32250d12348025
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark19964.4
Satisfiable
(Un)Satisfiability was proved
Number of variables179
Number of constraints178
Number of domains2
Minimum domain size2
Maximum domain size144
Distribution of domain sizes[{"size":2,"count":34},{"size":144,"count":145}]
Minimum variable degree2
Maximum variable degree34
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":108},{"degree":4,"count":34},{"degree":34,"count":1}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":143},{"arity":3,"count":34},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints177
Distribution of constraint types[{"type":"intension","count":177},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263053-1502627391/watcher-4263053-1502627391 -o /tmp/evaluation-result-4263053-1502627391/solver-4263053-1502627391 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263053-1502627391.xml 

running on 4 cores: 0,2,4,6

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
solver pid=8266, runsolver pid=8263
Current StackSize limit: 8192 KiB


[startup+0.100185 s]*
/proc/loadavg: 1.92 2.00 2.04 2/195 8281
/proc/meminfo: memFree=31651984/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10555400 memory=32812 CPUtime=0.12 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 6725 0 0 0 11 1 0 0 20 0 15 0 95826848 10808729600 8203 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2638850 8203 2828 1 0 2627263 0
[pid=8266/tid=8268] ppid=8263 vsize=10555400 memory=6935054825532540783 CPUtime=0.08 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 4584 0 0 0 8 0 0 0 20 0 15 0 95826848 10808729600 8203 33554432000 4194304 4196468 140721185464944 140172276905920 140172272696726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10555400 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 8203 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171831501600 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0.01 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) R 8263 8266 29331 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171302390640 140172254270295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 8203 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 32812 KiB

[startup+0.210837 s]*
/proc/loadavg: 1.92 2.00 2.04 3/196 8283
/proc/meminfo: memFree=31643260/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10555400 memory=41532 CPUtime=0.29 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 7991 0 0 0 27 2 0 0 20 0 15 0 95826848 10808729600 10383 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2638850 10383 2907 1 0 2627263 0
[pid=8266/tid=8268] ppid=8263 vsize=10555400 memory=8318255677412212789 CPUtime=0.2 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 5219 0 0 0 19 1 0 0 20 0 15 0 95826848 10808729600 10448 33554432000 4194304 4196468 140721185464944 140172276904592 140172272706717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 10448 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10555400 memory=4051188275691620000 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826849 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171831501600 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95826851 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0.05 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) R 8263 8266 29331 0 -1 4202560 812 0 0 0 5 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171302390640 140172264639871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10555400 memory=139717866653312 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826854 10808729600 10448 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41532 KiB

[startup+0.31065 s]*
/proc/loadavg: 1.92 2.00 2.04 4/213 8308
/proc/meminfo: memFree=31622244/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10555476 memory=48112 CPUtime=0.5 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 8559 0 0 0 48 2 0 0 20 0 15 0 95826848 10808807424 12028 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2638869 12028 3013 1 0 2627263 0
[pid=8266/tid=8268] ppid=8263 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 5575 0 0 0 29 1 0 0 20 0 15 0 95826848 10808807424 12028 33554432000 4194304 4196468 140721185464944 140172276918704 140172272696726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10555476 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 12028 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171831501600 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 205 0 0 0 3 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10555476 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) R 8263 8266 29331 0 -1 4202560 897 0 0 0 12 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171302387008 140172251204881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 12028 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48112 KiB

[startup+0.700856 s]
/proc/loadavg: 1.92 2.00 2.04 5/215 8310
/proc/meminfo: memFree=31544792/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10555476 memory=130900 CPUtime=1.56 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 12412 0 0 0 151 5 0 0 20 0 15 0 95826848 10808807424 32725 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2638869 32725 3084 1 0 2627263 0
[pid=8266/tid=8268] ppid=8263 vsize=10555476 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 5658 0 0 0 65 2 0 0 20 0 15 0 95826848 10808807424 32725 33554432000 4194304 4196468 140721185464944 140172276922240 140171911930657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10555476 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 32725 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10555476 memory=175250033619888 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10555476 memory=398346 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826849 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171831501600 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10555476 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10555476 memory=-3472574513799858009 CPUtime=0.38 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) R 8263 8266 29331 0 -1 4202560 3093 0 0 0 37 1 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171304495728 140172254228991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10555476 memory=6656426216303648864 CPUtime=0.3 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 1191 0 0 0 30 0 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10555476 memory=6944656592387989600 CPUtime=0.17 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) S 8263 8266 29331 0 -1 1077944384 1103 0 0 0 17 0 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171302390640 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10555476 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95826854 10808807424 32725 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 130900 KiB

[startup+1.50084 s]
/proc/loadavg: 1.92 2.00 2.04 4/215 8310
/proc/meminfo: memFree=31406672/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10555476 memory=226420 CPUtime=2.63 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 13783 0 0 0 253 10 0 0 20 0 15 0 95826848 10808807424 56605 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2638869 56605 3108 1 0 2627263 0
[pid=8266/tid=8268] ppid=8263 vsize=10555476 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 5718 0 0 0 140 3 0 0 20 0 15 0 95826848 10808807424 56605 33554432000 4194304 4196468 140721185464944 140172276923808 140171912139793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10555476 memory=154520 CPUtime=0.04 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 57 0 0 0 3 1 0 0 20 0 15 0 95826849 10808807424 56605 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 197 0 0 0 3 1 0 0 20 0 15 0 95826849 10808807424 56605 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 55 0 0 0 4 0 0 0 20 0 15 0 95826849 10808807424 56605 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10555476 memory=279435538592416 CPUtime=0.04 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 15 0 95826849 10808807424 56605 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10555476 memory=8041037979969885544 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 95826851 10808807424 56605 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0

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

/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 7458 0 0 0 472 85 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10622040 memory=3334100 CPUtime=5.54 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 6076 0 0 0 470 84 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0.82 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 25940 0 0 0 78 4 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171831501664 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10622040 memory=3334100 CPUtime=1.69 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 7879 0 0 0 167 2 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10622040 memory=3334100 CPUtime=1.73 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 6278 0 0 0 172 1 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0.43 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) S 8263 8266 29331 0 -1 1077944384 7049 0 0 0 42 1 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171302390640 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10622040 memory=8112282956445269571 CPUtime=1.47 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 2558 0 0 0 73 74 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8312] ppid=8263 vsize=10622040 memory=932 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8312/stat : 8312 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95827103 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171299230384 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 2464.16 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3334100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.11 s]
/proc/loadavg: 2.06 2.04 2.05 3/216 8385
/proc/meminfo: memFree=25004428/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10622040 memory=3334100 CPUtime=2520 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 156399 0 0 0 251575 425 0 0 20 0 16 0 95826848 10876968960 833525 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2655510 833525 3167 1 0 2643904 0
[pid=8266/tid=8268] ppid=8263 vsize=10622040 memory=3334100 CPUtime=2491.65 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) R 8263 8266 29331 0 -1 4202560 79701 0 0 0 249144 21 0 0 20 0 16 0 95826848 10876968960 833525 33554432000 4194304 4196468 140721185464944 140172276923328 140171913906308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10622040 memory=3334100 CPUtime=5.51 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 5886 0 0 0 466 85 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10622040 memory=3334100 CPUtime=5.48 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 6036 0 0 0 463 85 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10622040 memory=3334100 CPUtime=5.57 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 7458 0 0 0 472 85 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10622040 memory=3334100 CPUtime=5.54 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 6076 0 0 0 470 84 0 0 20 0 16 0 95826849 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0.82 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 25944 0 0 0 78 4 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10622040 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171831501664 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 95826851 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10622040 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10622040 memory=3334100 CPUtime=1.69 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 7881 0 0 0 167 2 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10622040 memory=3334100 CPUtime=1.73 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 6287 0 0 0 172 1 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10622040 memory=1156 CPUtime=0.43 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) S 8263 8266 29331 0 -1 1077944384 7051 0 0 0 42 1 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171302390640 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10622040 memory=3288 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10622040 memory=3334100 CPUtime=1.49 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 2592 0 0 0 74 75 0 0 20 0 16 0 95826854 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8312] ppid=8263 vsize=10622040 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8312/stat : 8312 (java) S 8263 8266 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95827103 10876968960 833525 33554432000 4194304 4196468 140721185464944 140171299230384 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3334100 KiB

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

[startup+2498.86 s]
# the end of solver process 8266 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518 s, system=4.27773 s

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

[startup+2498.4 s]
/proc/loadavg: 2.06 2.04 2.05 3/216 8385
/proc/meminfo: memFree=25004428/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10821732 memory=3244928 CPUtime=2521.13 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 157688 0 0 0 251688 425 0 0 20 0 19 0 95826848 11081453568 811232 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2705433 811232 3167 1 0 2693827 0
[pid=8266/tid=8268] ppid=8263 vsize=10821732 memory=8564 CPUtime=2491.66 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) S 8263 8266 29331 0 -1 1077944384 79702 0 0 0 249145 21 0 0 20 0 19 0 95826848 11081453568 811232 33554432000 4194304 4196468 140721185464944 140172276920624 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10821732 memory=8112282956445269571 CPUtime=5.79 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) R 8263 8266 29331 0 -1 4202560 6152 0 0 0 494 85 0 0 20 0 19 0 95826849 11081453568 811232 33554432000 4194304 4196468 140721185464944 140172231445592 140172257635918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10821732 memory=3334100 CPUtime=5.76 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) R 8263 8266 29331 0 -1 4202560 6156 0 0 0 491 85 0 0 20 0 19 0 95826849 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171878935312 140172254281453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10821732 memory=1576 CPUtime=5.85 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) R 8263 8266 29331 0 -1 4202560 7703 0 0 0 500 85 0 0 20 0 19 0 95826849 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171877883224 140172257138738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10821732 memory=2240 CPUtime=5.82 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) R 8263 8266 29331 0 -1 4202560 6430 0 0 0 498 84 0 0 20 0 19 0 95826849 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171876830224 140172254331878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10821732 memory=4128 CPUtime=0.82 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 26020 0 0 0 78 4 0 0 20 0 19 0 95826851 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171832553952 140172272694997 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10821732 memory=3334100 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 95826851 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171831501664 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10821732 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 95826851 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10821732 memory=27732 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10821732 memory=1296 CPUtime=1.69 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 7881 0 0 0 167 2 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10821732 memory=2408 CPUtime=1.73 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 6287 0 0 0 172 1 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10821732 memory=3334100 CPUtime=0.43 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) S 8263 8266 29331 0 -1 1077944384 7051 0 0 0 42 1 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171302390640 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10821732 memory=3341672 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10821732 memory=1692 CPUtime=1.49 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 2592 0 0 0 74 75 0 0 20 0 19 0 95826854 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8312] ppid=8263 vsize=10821732 memory=916 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8312/stat : 8312 (java) S 8263 8266 29331 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 95827103 11081453568 811232 33554432000 4194304 4196468 140721185464944 140171299230016 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 2521.13 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3244928 KiB

[startup+2498.8 s]
/proc/loadavg: 2.06 2.04 2.05 3/216 8385
/proc/meminfo: memFree=25004428/32770624 swapFree=67108860/67108860
[pid=8266] ppid=8263 vsize=10821732 memory=3244784 CPUtime=2522.21 cores=0,2,4,6
/proc/8266/stat : 8266 (java) S 8263 8266 29331 0 -1 1077944320 159182 0 0 0 251795 426 0 0 20 0 17 0 95826848 11081453568 811196 33554432000 4194304 4196468 140721185464944 140721185447488 140172272684791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
/proc/8266/statm: 2705433 811196 3169 1 0 2693827 0
[pid=8266/tid=8268] ppid=8263 vsize=10821732 memory=288230583166042425 CPUtime=2491.66 cores=0,2,4,6
/proc/8266/task/8268/stat : 8268 (java) S 8263 8266 29331 0 -1 1077944384 79707 0 0 0 249145 21 0 0 20 0 17 0 95826848 11081453568 811196 33554432000 4194304 4196468 140721185464944 140172276927664 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8269] ppid=8263 vsize=10821732 memory=16098169624726079 CPUtime=6 cores=0,2,4,6
/proc/8266/task/8269/stat : 8269 (java) S 8263 8266 29331 0 -1 1077944384 6175 0 0 0 515 85 0 0 20 0 17 0 95826849 11081453568 811196 33554432000 4194304 4196468 140721185464944 140172231445392 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8270] ppid=8263 vsize=10821732 memory=4126316290023845779 CPUtime=5.98 cores=0,2,4,6
/proc/8266/task/8270/stat : 8270 (java) S 8263 8266 29331 0 -1 1077944384 6220 0 0 0 513 85 0 0 20 0 17 0 95826849 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171878935312 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8271] ppid=8263 vsize=10821732 memory=6508 CPUtime=6.06 cores=0,2,4,6
/proc/8266/task/8271/stat : 8271 (java) S 8263 8266 29331 0 -1 1077944384 7753 0 0 0 521 85 0 0 20 0 17 0 95826849 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171877883024 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8272] ppid=8263 vsize=10821732 memory=1576 CPUtime=6.03 cores=0,2,4,6
/proc/8266/task/8272/stat : 8272 (java) S 8263 8266 29331 0 -1 1077944384 6477 0 0 0 519 84 0 0 20 0 17 0 95826849 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171876830224 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8273] ppid=8263 vsize=10821732 memory=2240 CPUtime=0.88 cores=0,2,4,6
/proc/8266/task/8273/stat : 8273 (java) S 8263 8266 29331 0 -1 1077944384 27120 0 0 0 84 4 0 0 20 0 17 0 95826851 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171832555632 140172272695938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8274] ppid=8263 vsize=10821732 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8274/stat : 8274 (java) S 8263 8266 29331 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 95826851 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171831501664 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8275] ppid=8263 vsize=10821732 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8275/stat : 8275 (java) S 8263 8266 29331 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 95826851 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171830449264 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8276] ppid=8263 vsize=10821732 memory=6508 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8276/stat : 8276 (java) S 8263 8266 29331 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171829397584 140172272703387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8277] ppid=8263 vsize=10821732 memory=836 CPUtime=1.71 cores=0,2,4,6
/proc/8266/task/8277/stat : 8277 (java) S 8263 8266 29331 0 -1 1077944384 7914 0 0 0 169 2 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171304495728 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8278] ppid=8263 vsize=10821732 memory=2536 CPUtime=1.75 cores=0,2,4,6
/proc/8266/task/8278/stat : 8278 (java) S 8263 8266 29331 0 -1 1077944384 6338 0 0 0 174 1 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171303442928 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8279] ppid=8263 vsize=10821732 memory=2536 CPUtime=0.44 cores=0,2,4,6
/proc/8266/task/8279/stat : 8279 (java) S 8263 8266 29331 0 -1 1077944384 7128 0 0 0 43 1 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171302390640 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8280] ppid=8263 vsize=10821732 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/8266/task/8280/stat : 8280 (java) S 8263 8266 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171301338080 140172272694997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
[pid=8266/tid=8281] ppid=8263 vsize=10821732 memory=6935054825532540783 CPUtime=1.49 cores=0,2,4,6
/proc/8266/task/8281/stat : 8281 (java) S 8263 8266 29331 0 -1 1077944384 2592 0 0 0 74 75 0 0 20 0 17 0 95826854 11081453568 811196 33554432000 4194304 4196468 140721185464944 140171300284848 140172272695938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18272256 140721185473670 140721185473823 140721185473823 140721185476559 0
Current children cumulated CPU time: 2522.21 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3244784 KiB

Child status: 143
Real time (s): 2498.86
CPU time (s): 2522.28
CPU user time (s): 2518
CPU system time (s): 4.27773
CPU usage (%): 100.937
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3704612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518
system time used= 4.27773
maximum resident set size= 3704612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56672
involuntary context switches= 1964


# summary of solver processes directly reported to runsolver:
#   pid: 8266
#   total CPU time (s): 2522.28
#   total CPU user time (s): 2518
#   total CPU system time (s): 4.27773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5856 second user time and 23.7678 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 14:15:33
IDJOB=4263053
IDBENCH=130615
IDSOLVER=2651
FILE ID=node115/4263053-1502627391
RUNJOBID= node115-1502624021-7817
PBS_JOBID= 20628301
Free space on /tmp= 61816 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263053-1502627391/watcher-4263053-1502627391 -o /tmp/evaluation-result-4263053-1502627391/solver-4263053-1502627391 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263053-1502627391.xml

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

MD5SUM BENCH= 4ad29a02d37880346b32250d12348025
RANDOM SEED=2142167425

node115.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.69
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.69
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.69
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.69
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:        31673948 kB
MemAvailable:   31987412 kB
Buffers:          117196 kB
Cached:           482796 kB
SwapCached:            0 kB
Active:           461840 kB
Inactive:         193252 kB
Active(anon):       3652 kB
Inactive(anon):    79404 kB
Active(file):     458188 kB
Inactive(file):   113848 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1836 kB
Writeback:             0 kB
AnonPages:         65364 kB
Mapped:            43268 kB
Shmem:             25224 kB
Slab:             140152 kB
SReclaimable:     114528 kB
SUnreclaim:        25624 kB
KernelStack:        3424 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node115 at 2017-08-13 14:57:12