Trace number 4257955

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) 253.90601 84.1521

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-6.xml
MD5SUM4f6b0364d1c2702efbd3acc25cc5ef4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark199
Best CPU time to get the best result obtained on this benchmark251.94299
Satisfiable
(Un)Satisfiability was proved
Number of variables4704
Number of constraints246
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":224},{"size":8,"count":224},{"size":12,"count":224},{"size":36,"count":448},{"size":42,"count":224},{"size":75,"count":224},{"size":79,"count":224},{"size":93,"count":224},{"size":110,"count":224},{"size":117,"count":224},{"size":121,"count":224},{"size":123,"count":224},{"size":126,"count":224},{"size":139,"count":224},{"size":141,"count":224},{"size":142,"count":224},{"size":149,"count":224},{"size":153,"count":224},{"size":158,"count":224},{"size":160,"count":224}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4704}]
Minimum constraint arity21
Maximum constraint arity4480
Distribution of constraint arities[{"arity":21,"count":224},{"arity":224,"count":21},{"arity":4480,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257955-1502644626/watcher-4257955-1502644626 -o /tmp/evaluation-result-4257955-1502644626/solver-4257955-1502644626 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257955-1502644626.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=8256, runsolver pid=8253

[startup+0.100109 s]*
/proc/loadavg: 5.44 4.09 3.43 3/191 8265
/proc/meminfo: memFree=23627224/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10151672 memory=19588 CPUtime=0.03 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 4311 0 0 0 3 0 0 0 20 0 9 0 66655901 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2537918 4897 2123 1 0 2527415 0
[pid=8256/tid=8258] ppid=8253 vsize=10151672 memory=-7677926825137650786 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) R 8253 8256 17093 0 -1 4202560 2967 0 0 0 3 0 0 0 20 0 9 0 66655908 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139831422495088 139831418281021 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10151672 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66655909 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10151672 memory=139974566061696 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66655909 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66655909 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66655909 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10151672 memory=139974566061696 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66655910 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139830914705776 139831418268290 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66655911 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139830913651744 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66655911 10395312128 4897 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19588 KiB

[startup+0.209799 s]*
/proc/loadavg: 5.44 4.09 3.43 3/196 8271
/proc/meminfo: memFree=25769448/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10552180 memory=31140 CPUtime=0.11 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 7763 0 0 0 10 1 0 0 20 0 15 0 66655901 10805432320 7785 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2638045 7785 2758 1 0 2627517 0
[pid=8256/tid=8258] ppid=8253 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) R 8253 8256 17093 0 -1 4202560 5681 0 0 0 8 1 0 0 20 0 15 0 66655908 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139831422445488 139831410974247 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551156 memory=13725 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551156 memory=139974566703955 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551156 memory=139974566061696 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655910 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830914705776 139831418268290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66655911 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830913651744 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66655911 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830910495600 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830909442800 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551156 memory=139974566061696 CPUtime=0.01 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 66655913 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830908390000 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551156 memory=139974566061696 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655919 10804383744 7588 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31140 KiB

[startup+0.310209 s]*
/proc/loadavg: 5.44 4.09 3.43 4/192 8273
/proc/meminfo: memFree=31535888/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10551156 memory=38436 CPUtime=0.27 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 8904 0 0 0 25 2 0 0 20 0 15 0 66655901 10804383744 9543 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2637789 9609 2883 1 0 2627261 0
[pid=8256/tid=8258] ppid=8253 vsize=10551156 memory=-7677926825137650786 CPUtime=0.18 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) R 8253 8256 17093 0 -1 4202560 6200 0 0 0 17 1 0 0 20 0 15 0 66655908 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139831422496000 139831059197184 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655909 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66655910 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830914705776 139831418268290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66655911 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830913651744 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66655911 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 420 0 0 0 1 0 0 0 20 0 15 0 66655913 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830910495600 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 66655913 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830909442800 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) R 8253 8256 17093 0 -1 4202560 765 0 0 0 5 0 0 0 20 0 15 0 66655913 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830908385944 139831398224262 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655919 10804383744 9675 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38436 KiB

[startup+0.704564 s]
/proc/loadavg: 5.44 4.09 3.43 5/203 8294
/proc/meminfo: memFree=31514052/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10551232 memory=329836 CPUtime=1.34 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 11930 0 0 0 121 13 0 0 20 0 15 0 66655901 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2637808 82459 3078 1 0 2627261 0
[pid=8256/tid=8258] ppid=8253 vsize=10551232 memory=279948921899136 CPUtime=0.54 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) S 8253 8256 17093 0 -1 1077944384 7579 0 0 0 47 7 0 0 20 0 15 0 66655908 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139831422494448 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551232 memory=4028 CPUtime=0.01 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) R 8253 8256 17093 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 15 0 66655909 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831403279336 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551232 memory=37592 CPUtime=0.02 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) R 8253 8256 17093 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 15 0 66655909 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139831028563160 139831403280846 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) R 8253 8256 17093 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 15 0 66655909 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831403284272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) R 8253 8256 17093 0 -1 4202560 41 0 0 0 2 1 0 0 20 0 15 0 66655909 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831402705312 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66655910 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830914704288 139831418267349 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830913651744 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 971 0 0 0 21 0 0 0 20 0 15 0 66655913 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830910480592 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551232 memory=15 CPUtime=0.22 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 761 0 0 0 22 0 0 0 20 0 15 0 66655913 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830909442800 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551232 memory=69 CPUtime=0.22 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 1063 0 0 0 22 0 0 0 20 0 15 0 66655913 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830908390000 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551232 memory=6485400618202 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66655919 10804461568 82459 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 329836 KiB

[startup+1.50083 s]
/proc/loadavg: 5.44 4.09 3.43 5/192 8315
/proc/meminfo: memFree=30932176/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10551232 memory=1190804 CPUtime=2.59 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 14221 0 0 0 217 42 0 0 20 0 15 0 66655901 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2637808 297701 3093 1 0 2627261 0
[pid=8256/tid=8258] ppid=8253 vsize=10551232 memory=7440056984007045732 CPUtime=1.17 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) R 8253 8256 17093 0 -1 4202560 8187 0 0 0 100 17 0 0 20 0 15 0 66655908 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139831422494688 139831404325262 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551232 memory=55 CPUtime=0.15 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 198 0 0 0 10 5 0 0 20 0 15 0 66655909 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551232 memory=13954 CPUtime=0.16 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 198 0 0 0 11 5 0 0 20 0 15 0 66655909 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551232 memory=23738 CPUtime=0.15 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 115 0 0 0 10 5 0 0 20 0 15 0 66655909 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 211 0 0 0 11 6 0 0 20 0 15 0 66655909 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 981 0 0 0 0 0 0 0 20 0 15 0 66655910 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830914705776 139831418268290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830913651744 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551232 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 982 0 0 0 21 0 0 0 20 0 15 0 66655913 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830910495600 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 926 0 0 0 27 0 0 0 20 0 15 0 66655913 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830909442800 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 1063 0 0 0 22 0 0 0 20 0 15 0 66655913 10804461568 297701 18446744073709551615 4194304 4196468 140726287281776 139830908390000 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0

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

[pid=8256/tid=8262] ppid=8253 vsize=10551232 memory=6942732 CPUtime=56.52 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) R 8253 8256 17093 0 -1 4202560 398667 0 0 0 5534 118 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831026457168 139831410885351 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551232 memory=4028 CPUtime=8.82 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 34535 0 0 0 879 3 0 0 20 0 15 0 66655910 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830914704320 139831418267349 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830913651808 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551232 memory=59140 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551232 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 1664 0 0 0 36 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830910495360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551232 memory=8285060 CPUtime=0.43 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 1881 0 0 0 43 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830909442848 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551232 memory=7680170660397595203 CPUtime=0.26 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 3025 0 0 0 26 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830908390048 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551232 memory=8285060 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551232 memory=8285060 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 190 0 0 0 2 1 0 0 20 0 15 0 66655919 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8285060 KiB

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

[startup+84.152 s]
# the end of solver process 8256 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.293 s, system=4.61353 s

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

[startup+83.2007 s]
/proc/loadavg: 5.21 4.30 3.56 6/209 8348
/proc/meminfo: memFree=15050404/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10551232 memory=8285060 CPUtime=252.93 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 1462091 0 0 0 24841 452 0 0 20 0 15 0 66655901 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2637808 2071265 3120 1 0 2627261 0
[pid=8256/tid=8258] ppid=8253 vsize=10551232 memory=0 CPUtime=15.95 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) S 8253 8256 17093 0 -1 1077944384 22794 0 0 0 1554 41 0 0 20 0 15 0 66655908 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831422411536 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551232 memory=0 CPUtime=56.63 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 295878 0 0 0 5564 99 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551232 memory=8285060 CPUtime=56.34 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 274259 0 0 0 5543 91 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551232 memory=8285060 CPUtime=56.81 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 427702 0 0 0 5585 96 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551232 memory=37592 CPUtime=56.58 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 398667 0 0 0 5540 118 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551232 memory=1296 CPUtime=9.46 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) R 8253 8256 17093 0 -1 4202560 34535 0 0 0 943 3 0 0 20 0 15 0 66655910 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830914704320 139831402957868 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830913651808 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551232 memory=21148 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830911546864 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551232 memory=640 CPUtime=0.36 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 1664 0 0 0 36 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830910495360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551232 memory=7680170660397595203 CPUtime=0.43 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 1881 0 0 0 43 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830909442848 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551232 memory=37592 CPUtime=0.26 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 3025 0 0 0 26 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830908390048 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551232 memory=2420 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 190 0 0 0 2 1 0 0 20 0 15 0 66655919 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 252.93 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8285060 KiB

[startup+83.6007 s]
/proc/loadavg: 5.21 4.30 3.56 6/209 8348
/proc/meminfo: memFree=15050404/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10551232 memory=8285060 CPUtime=253.33 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 1462091 0 0 0 24881 452 0 0 20 0 15 0 66655901 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2637808 2071265 3120 1 0 2627261 0
[pid=8256/tid=8258] ppid=8253 vsize=10551232 memory=2160 CPUtime=15.95 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) S 8253 8256 17093 0 -1 1077944384 22794 0 0 0 1554 41 0 0 20 0 15 0 66655908 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831422411536 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10551232 memory=844 CPUtime=56.63 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 295878 0 0 0 5564 99 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10551232 memory=16448 CPUtime=56.34 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 274259 0 0 0 5543 91 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10551232 memory=2752 CPUtime=56.81 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 427702 0 0 0 5585 96 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10551232 memory=2752 CPUtime=56.58 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 398667 0 0 0 5540 118 0 0 20 0 15 0 66655909 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10551232 memory=2752 CPUtime=9.86 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) R 8253 8256 17093 0 -1 4202560 34535 0 0 0 983 3 0 0 20 0 15 0 66655910 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830914704320 139831402957831 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830913651808 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10551232 memory=2844 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 66655911 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10551232 memory=8285060 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830911546864 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10551232 memory=1156 CPUtime=0.36 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 1664 0 0 0 36 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830910495360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10551232 memory=2744 CPUtime=0.43 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 1881 0 0 0 43 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830909442848 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 3025 0 0 0 26 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830908390048 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10551232 memory=65 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66655913 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10551232 memory=5788 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 190 0 0 0 2 1 0 0 20 0 15 0 66655919 10804461568 2071265 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 253.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8285060 KiB

[startup+84.0007 s]*
/proc/loadavg: 5.21 4.30 3.56 6/211 8351
/proc/meminfo: memFree=15050140/32770624 swapFree=67108860/67108860
[pid=8256] ppid=8253 vsize=10750924 memory=8285092 CPUtime=253.75 cores=1,3,5,7
/proc/8256/stat : 8256 (java) S 8253 8256 17093 0 -1 1077944320 1462363 0 0 0 24922 453 0 0 20 0 17 0 66655901 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 140726287264320 139831418257143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
/proc/8256/statm: 2687731 2071273 3122 1 0 2677184 0
[pid=8256/tid=8258] ppid=8253 vsize=10750924 memory=-7677926825137650786 CPUtime=16.09 cores=1,3,5,7
/proc/8256/task/8258/stat : 8258 (java) R 8253 8256 17093 0 -1 4202560 22795 0 0 0 1568 41 0 0 20 0 17 0 66655908 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139831422411536 139831061984265 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8259] ppid=8253 vsize=10750924 memory=4872558044660077418 CPUtime=56.63 cores=1,3,5,7
/proc/8256/task/8259/stat : 8259 (java) S 8253 8256 17093 0 -1 1077944384 295878 0 0 0 5564 99 0 0 20 0 17 0 66655909 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139831385816208 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8260] ppid=8253 vsize=10750924 memory=13563795322702378 CPUtime=56.34 cores=1,3,5,7
/proc/8256/task/8260/stat : 8260 (java) S 8253 8256 17093 0 -1 1077944384 274259 0 0 0 5543 91 0 0 20 0 17 0 66655909 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139831028562960 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8261] ppid=8253 vsize=10750924 memory=1000 CPUtime=56.81 cores=1,3,5,7
/proc/8256/task/8261/stat : 8261 (java) S 8253 8256 17093 0 -1 1077944384 427702 0 0 0 5585 96 0 0 20 0 17 0 66655909 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139831027510160 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8262] ppid=8253 vsize=10750924 memory=796 CPUtime=56.58 cores=1,3,5,7
/proc/8256/task/8262/stat : 8262 (java) S 8253 8256 17093 0 -1 1077944384 398667 0 0 0 5540 118 0 0 20 0 17 0 66655909 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139831026457360 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8263] ppid=8253 vsize=10750924 memory=28868 CPUtime=10.12 cores=1,3,5,7
/proc/8256/task/8263/stat : 8263 (java) S 8253 8256 17093 0 -1 1077944384 34660 0 0 0 1009 3 0 0 20 0 17 0 66655910 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830914705776 139831418268290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8264] ppid=8253 vsize=10750924 memory=6082789048767180136 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8264/stat : 8264 (java) S 8253 8256 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 66655911 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830913651808 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8265] ppid=8253 vsize=10750924 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8265/stat : 8265 (java) S 8253 8256 17093 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 66655911 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830912598896 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8266] ppid=8253 vsize=10750924 memory=7444847564709389417 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8266/stat : 8266 (java) S 8253 8256 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 66655913 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830911547216 139831418275739 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8267] ppid=8253 vsize=10750924 memory=6226627172763986024 CPUtime=0.36 cores=1,3,5,7
/proc/8256/task/8267/stat : 8267 (java) S 8253 8256 17093 0 -1 1077944384 1664 0 0 0 36 0 0 0 20 0 17 0 66655913 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830910495600 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8268] ppid=8253 vsize=10750924 memory=7454130749351154278 CPUtime=0.43 cores=1,3,5,7
/proc/8256/task/8268/stat : 8268 (java) S 8253 8256 17093 0 -1 1077944384 1881 0 0 0 43 0 0 0 20 0 17 0 66655913 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830909442800 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8269] ppid=8253 vsize=10750924 memory=7800340461609313386 CPUtime=0.26 cores=1,3,5,7
/proc/8256/task/8269/stat : 8269 (java) S 8253 8256 17093 0 -1 1077944384 3028 0 0 0 26 0 0 0 20 0 17 0 66655913 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830908390000 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8270] ppid=8253 vsize=10750924 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8270/stat : 8270 (java) S 8253 8256 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66655913 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830907337440 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8271] ppid=8253 vsize=10750924 memory=7522814956386542697 CPUtime=0.03 cores=1,3,5,7
/proc/8256/task/8271/stat : 8271 (java) S 8253 8256 17093 0 -1 1077944384 190 0 0 0 2 1 0 0 20 0 17 0 66655919 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830906284720 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8349] ppid=8253 vsize=10750924 memory=7522814956386542697 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8349/stat : 8349 (java) S 8253 8256 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 66664288 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830905229552 139831418267349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
[pid=8256/tid=8350] ppid=8253 vsize=10750924 memory=4629771062077588875 CPUtime=0 cores=1,3,5,7
/proc/8256/task/8350/stat : 8350 (java) S 8253 8256 17093 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66664288 11008946176 2071273 18446744073709551615 4194304 4196468 140726287281776 139830904177680 139831418268290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12042240 140726287282581 140726287282734 140726287282734 140726287286223 0
Current children cumulated CPU time: 253.75 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8285092 KiB

[startup+84.11 s]*
/proc/loadavg: 5.21 4.30 3.56 6/196 8351
/proc/meminfo: memFree=16090072/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 84.1521
CPU time (s): 253.906
CPU user time (s): 249.293
CPU system time (s): 4.61353
CPU usage (%): 301.723
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8285092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.293
system time used= 4.61353
maximum resident set size= 8285500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1462415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9513
involuntary context switches= 5250


# summary of solver processes directly reported to runsolver:
#   pid: 8256
#   total CPU time (s): 253.906
#   total CPU user time (s): 249.293
#   total CPU system time (s): 4.61353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.53238 second user time and 0.843119 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:02:57
IDJOB=4257955
IDBENCH=124189
IDSOLVER=2643
FILE ID=node127/4257955-1502644626
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257955-1502644626/watcher-4257955-1502644626 -o /tmp/evaluation-result-4257955-1502644626/solver-4257955-1502644626 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257955-1502644626.xml

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

MD5SUM BENCH= 4f6b0364d1c2702efbd3acc25cc5ef4e
RANDOM SEED=921061426

node127.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.92
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.92
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.92
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.92
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:        23258108 kB
MemAvailable:   23692080 kB
Buffers:          199524 kB
Cached:           530588 kB
SwapCached:            0 kB
Active:          8861676 kB
Inactive:         211000 kB
Active(anon):    8292132 kB
Inactive(anon):    83872 kB
Active(file):     569544 kB
Inactive(file):   127128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       8342604 kB
Mapped:            58856 kB
Shmem:             33444 kB
Slab:             131648 kB
SReclaimable:     106272 kB
SUnreclaim:        25376 kB
KernelStack:        3456 kB
PageTables:        21204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8634508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6502400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:04:22