Trace number 4301724

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 2018-07-11? (TO) 255.438 189.472

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-05-4-rom_c18.xml
MD5SUM1b32d92326af8dd624b5ed4fc8860100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark23.6805
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints40
Number of domains5
Minimum domain size2
Maximum domain size10397
Distribution of domain sizes[{"size":2,"count":10},{"size":6,"count":70},{"size":27,"count":25},{"size":10397,"count":40}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":50},{"degree":2,"count":70},{"degree":8,"count":25}]
Minimum constraint arity8
Maximum constraint arity9
Distribution of constraint arities[{"arity":8,"count":10},{"arity":9,"count":30}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301724-1532883994/watcher-4301724-1532883994 -o /tmp/evaluation-result-4301724-1532883994/solver-4301724-1532883994 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301724-1532883994.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=28481, runsolver pid=28478

[startup+0.102529 s]*
/proc/loadavg: 1.56 2.85 2.89 3/215 28496
/proc/meminfo: memFree=25415736/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659012 memory=29600 CPUtime=0.11 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 6500 0 0 0 10 1 0 0 20 0 15 0 105962633 10914828288 7400 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664753 7400 2817 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659012 memory=-8125511277465736573 CPUtime=0.08 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) R 28478 28481 22004 0 -1 4202560 4371 0 0 0 7 1 0 0 20 0 15 0 105962634 10914828288 7400 33554432000 4194304 4196468 140722886056832 139682319865776 139682315699357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 7466 33554432000 4194304 4196468 140722886056832 139682272230416 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 7466 33554432000 4194304 4196468 140722886056832 139682271177872 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 7466 33554432000 4194304 4196468 140722886056832 139682270124816 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681919327120 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681620621552 139682315688578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681619567776 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 7466 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 7491 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0.01 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) R 28478 28481 22004 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 15 0 105962640 10914828288 7491 33554432000 4194304 4196468 140722886056832 139681614305776 139682307914558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 7491 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 7491 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29600 KiB

[startup+0.211487 s]*
/proc/loadavg: 1.56 2.85 2.89 4/215 28496
/proc/meminfo: memFree=25404060/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659012 memory=38824 CPUtime=0.31 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 7763 0 0 0 29 2 0 0 20 0 15 0 105962633 10914828288 9706 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664753 9706 2982 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) R 28478 28481 22004 0 -1 4202560 4944 0 0 0 18 1 0 0 20 0 15 0 105962634 10914828288 9706 33554432000 4194304 4196468 140722886056832 139682319899440 139682301415987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 9706 33554432000 4194304 4196468 140722886056832 139682272230416 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659012 memory=140526414304285 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 9706 33554432000 4194304 4196468 140722886056832 139682271177872 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 9711 33554432000 4194304 4196468 140722886056832 139682270124816 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681919327120 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681620621552 139682315688578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681619567776 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105962637 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 546 0 0 0 2 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0.07 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 677 0 0 0 7 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659012 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962640 10914828288 9711 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 38824 KiB

[startup+0.310846 s]*
/proc/loadavg: 1.56 2.85 2.89 3/215 28496
/proc/meminfo: memFree=25396988/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659088 memory=46260 CPUtime=0.49 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 8652 0 0 0 47 2 0 0 20 0 15 0 105962633 10914906112 11565 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 11565 3040 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) R 28478 28481 22004 0 -1 4202560 5521 0 0 0 27 2 0 0 20 0 15 0 105962634 10914906112 11565 33554432000 4194304 4196468 140722886056832 139682319909568 139682299721061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 11565 33554432000 4194304 4196468 140722886056832 139682272230416 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=140526414304284 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 11565 33554432000 4194304 4196468 140722886056832 139682271177872 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 11565 33554432000 4194304 4196468 140722886056832 139682270124816 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681919327120 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681620621552 139682315688578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681619567776 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) R 28478 28481 22004 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) R 28478 28481 22004 0 -1 4202560 377 0 0 0 4 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681615358832 139682299171879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659088 memory=140526413665920 CPUtime=0.11 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) R 28478 28481 22004 0 -1 4202560 815 0 0 0 11 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681614305776 139682315689366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659088 memory=140526413665920 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 11565 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46260 KiB

[startup+0.700887 s]
/proc/loadavg: 1.56 2.85 2.89 5/215 28496
/proc/meminfo: memFree=25352572/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659088 memory=171104 CPUtime=1.72 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 14834 0 0 0 167 5 0 0 20 0 15 0 105962633 10914906112 42776 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 42776 3102 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) R 28478 28481 22004 0 -1 4202560 5717 0 0 0 64 3 0 0 20 0 15 0 105962634 10914906112 42776 33554432000 4194304 4196468 140722886056832 139682319914656 139681952813879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 42776 33554432000 4194304 4196468 140722886056832 139682272230416 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 42776 33554432000 4194304 4196468 140722886056832 139682271177872 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 42776 33554432000 4194304 4196468 140722886056832 139682270124816 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) S 28478 28481 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105962635 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681919327120 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681620621552 139682315688578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681619567776 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659088 memory=7590935255203861604 CPUtime=0.39 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) R 28478 28481 22004 0 -1 4202560 3430 0 0 0 39 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681616399032 139682299208914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659088 memory=6293050847276651881 CPUtime=0.4 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) R 28478 28481 22004 0 -1 4202560 2498 0 0 0 40 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681615344856 139682297199650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 1818 0 0 0 23 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 42776 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 171104 KiB

[startup+1.50309 s]
/proc/loadavg: 1.59 2.84 2.88 5/215 28496
/proc/meminfo: memFree=25027664/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659088 memory=748048 CPUtime=4.2 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 27203 0 0 0 397 23 0 0 20 0 15 0 105962633 10914906112 187012 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 187012 3143 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=6791534058613427641 CPUtime=1.23 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) S 28478 28481 22004 0 -1 1077944384 6186 0 0 0 115 8 0 0 20 0 15 0 105962634 10914906112 187012 33554432000 4194304 4196468 140722886056832 139682319914352 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=-6951259422114956437 CPUtime=0.12 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) R 28478 28481 22004 0 -1 4202560 123 0 0 0 10 2 0 0 20 0 15 0 105962635 10914906112 187012 33554432000 4194304 4196468 140722886056832 139682272230416 139682294873721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=-6509546260019855295 CPUtime=0.15 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) R 28478 28481 22004 0 -1 4202560 339 0 0 0 13 2 0 0 20 0 15 0 105962635 10914906112 187012 33554432000 4194304 4196468 140722886056832 139682271177760 139682300705287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=-7390251449858225344 CPUtime=0.16 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) R 28478 28481 22004 0 -1 4202560 273 0 0 0 13 3 0 0 20 0 15 0 105962635 10914906112 187012 33554432000 4194304 4196468 140722886056832 139682270124816 139682308780748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=4134692831991786133 CPUtime=0.14 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) R 28478 28481 22004 0 -1 4202560 298 0 0 0 12 2 0 0 20 0 15 0 105962635 10914906112 187012 33554432000 4194304 4196468 140722886056832 139681919327320 139682300701486 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 513 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 187012 33554432000 4194304 4196468 140722886056832 139681620620064 139682315687637 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0

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

[pid=28481] ppid=28478 vsize=10659088 memory=5953640 CPUtime=252.33 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 291244 0 0 0 24890 343 0 0 20 0 15 0 105962633 10914906112 1488410 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 1488410 3180 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=5826664 CPUtime=159.12 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) S 28478 28481 22004 0 -1 1077944384 36452 0 0 0 15872 40 0 0 20 0 15 0 105962634 10914906112 1488410 33554432000 4194304 4196468 140722886056832 139682319905472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=5826664 CPUtime=19.61 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) R 28478 28481 22004 0 -1 4202560 52079 0 0 0 1885 76 0 0 20 0 15 0 105962635 10914906112 1488410 33554432000 4194304 4196468 140722886056832 139682272230616 139682300705305 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=5826664 CPUtime=19.85 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) R 28478 28481 22004 0 -1 4202560 60095 0 0 0 1920 65 0 0 20 0 15 0 105962635 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139682271178072 139682300704752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=5849192 CPUtime=19.84 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) R 28478 28481 22004 0 -1 4202560 48779 0 0 0 1910 74 0 0 20 0 15 0 105962635 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139682270124704 139682300705305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=5323768 CPUtime=19.7 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) R 28478 28481 22004 0 -1 4202560 34045 0 0 0 1896 74 0 0 20 0 15 0 105962635 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681919327320 139682300705305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=5323768 CPUtime=9.29 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 21258 0 0 0 928 1 0 0 20 0 15 0 105962637 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681620620064 139682315687637 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659088 memory=5309892 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681619567840 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659088 memory=5309892 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659088 memory=5323768 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659088 memory=5323768 CPUtime=2.07 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 17199 0 0 0 205 2 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659088 memory=5826664 CPUtime=2.28 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 16193 0 0 0 226 2 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659088 memory=5309892 CPUtime=0.39 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 3457 0 0 0 38 1 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659088 memory=30212 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659088 memory=1296 CPUtime=0.09 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 305 0 0 0 3 6 0 0 20 0 15 0 105962640 10914906112 1488922 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 252.33 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5953640 KiB

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

[startup+189.472 s]
# the end of solver process 28481 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.695 s, system=3.74256 s

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

[startup+188.801 s]
/proc/loadavg: 1.66 2.33 2.68 3/216 28577
/proc/meminfo: memFree=22338700/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659088 memory=6148200 CPUtime=253.52 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 291743 0 0 0 24989 363 0 0 20 0 15 0 105962633 10914906112 1537050 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 1537050 3180 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=1296 CPUtime=159.12 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) S 28478 28481 22004 0 -1 1077944384 36452 0 0 0 15872 40 0 0 20 0 15 0 105962634 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139682319905472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=5309892 CPUtime=19.9 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) R 28478 28481 22004 0 -1 4202560 52286 0 0 0 1909 81 0 0 20 0 15 0 105962635 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139682272230616 139682300699552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=5309892 CPUtime=20.15 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) R 28478 28481 22004 0 -1 4202560 60197 0 0 0 1946 69 0 0 20 0 15 0 105962635 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139682271178072 139682308780489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=5826664 CPUtime=20.13 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) R 28478 28481 22004 0 -1 4202560 48879 0 0 0 1934 79 0 0 20 0 15 0 105962635 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139682270124704 139682300698903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=8508 CPUtime=20 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) R 28478 28481 22004 0 -1 4202560 34128 0 0 0 1921 79 0 0 20 0 15 0 105962635 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681919327320 139682300125646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=1624 CPUtime=9.29 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 21258 0 0 0 928 1 0 0 20 0 15 0 105962637 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681620620064 139682315687637 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659088 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681619567840 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681617462896 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659088 memory=5788 CPUtime=2.07 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 17199 0 0 0 205 2 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659088 memory=6791534058613427641 CPUtime=2.28 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 16193 0 0 0 226 2 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659088 memory=30212 CPUtime=0.39 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 3457 0 0 0 38 1 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659088 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659088 memory=2424 CPUtime=0.09 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 305 0 0 0 3 6 0 0 20 0 15 0 105962640 10914906112 1537050 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 253.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6148200 KiB

[startup+189.201 s]
/proc/loadavg: 1.66 2.33 2.68 6/216 28577
/proc/meminfo: memFree=21950636/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10659088 memory=6211688 CPUtime=255.07 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 291859 0 0 0 25138 369 0 0 20 0 15 0 105962633 10914906112 1552922 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2664772 1552922 3180 1 0 2627263 0
[pid=28481/tid=28483] ppid=28478 vsize=10659088 memory=6791534058613427641 CPUtime=159.12 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) S 28478 28481 22004 0 -1 1077944384 36452 0 0 0 15872 40 0 0 20 0 15 0 105962634 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139682319905472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10659088 memory=1624 CPUtime=20.28 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) R 28478 28481 22004 0 -1 4202560 52317 0 0 0 1945 83 0 0 20 0 15 0 105962635 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139682272230536 139682308305639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10659088 memory=1200 CPUtime=20.55 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) R 28478 28481 22004 0 -1 4202560 60227 0 0 0 1984 71 0 0 20 0 15 0 105962635 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139682271178072 139682300125615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10659088 memory=15872 CPUtime=20.53 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) R 28478 28481 22004 0 -1 4202560 48910 0 0 0 1972 81 0 0 20 0 15 0 105962635 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139682270124624 139682308305639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10659088 memory=792 CPUtime=20.39 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) R 28478 28481 22004 0 -1 4202560 34152 0 0 0 1958 81 0 0 20 0 15 0 105962635 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681919326928 139682308305639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10659088 memory=1228 CPUtime=9.29 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 21258 0 0 0 928 1 0 0 20 0 15 0 105962637 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681620620064 139682315687637 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681619567840 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105962637 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681617462896 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10659088 memory=5826664 CPUtime=2.07 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 17199 0 0 0 205 2 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10659088 memory=1624 CPUtime=2.28 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 16193 0 0 0 226 2 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10659088 memory=1200 CPUtime=0.39 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 3457 0 0 0 38 1 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10659088 memory=18004 CPUtime=0.09 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 305 0 0 0 3 6 0 0 20 0 15 0 105962640 10914906112 1552922 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 255.07 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6211688 KiB

[startup+189.401 s]
/proc/loadavg: 1.66 2.33 2.68 6/216 28577
/proc/meminfo: memFree=21950636/32770624 swapFree=67108860/67108860
[pid=28481] ppid=28478 vsize=10858780 memory=6182132 CPUtime=255.36 cores=1,3,5,7
/proc/28481/stat : 28481 (java) S 28478 28481 22004 0 -1 1077944320 292376 0 0 0 25166 370 0 0 20 0 17 0 105962633 11119390720 1545533 33554432000 4194304 4196468 140722886056832 140722886039376 139682315677431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
/proc/28481/statm: 2714695 1545533 3182 1 0 2677186 0
[pid=28481/tid=28483] ppid=28478 vsize=10858780 memory=18248 CPUtime=159.3 cores=1,3,5,7
/proc/28481/task/28483/stat : 28483 (java) R 28478 28481 22004 0 -1 4202560 36465 0 0 0 15890 40 0 0 20 0 17 0 105962634 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139682319905360 139681954633184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28484] ppid=28478 vsize=10858780 memory=0 CPUtime=20.31 cores=1,3,5,7
/proc/28481/task/28484/stat : 28484 (java) S 28478 28481 22004 0 -1 1077944384 52317 0 0 0 1948 83 0 0 20 0 17 0 105962635 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139682272230416 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28485] ppid=28478 vsize=10858780 memory=7306916055891837008 CPUtime=20.58 cores=1,3,5,7
/proc/28481/task/28485/stat : 28485 (java) S 28478 28481 22004 0 -1 1077944384 60227 0 0 0 1987 71 0 0 20 0 17 0 105962635 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139682271177872 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28486] ppid=28478 vsize=10858780 memory=288292185915523935 CPUtime=20.55 cores=1,3,5,7
/proc/28481/task/28486/stat : 28486 (java) S 28478 28481 22004 0 -1 1077944384 48910 0 0 0 1974 81 0 0 20 0 17 0 105962635 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139682270124816 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28487] ppid=28478 vsize=10858780 memory=684147 CPUtime=20.41 cores=1,3,5,7
/proc/28481/task/28487/stat : 28487 (java) S 28478 28481 22004 0 -1 1077944384 34152 0 0 0 1960 81 0 0 20 0 17 0 105962635 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681919327120 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28488] ppid=28478 vsize=10858780 memory=6791534058613427641 CPUtime=9.29 cores=1,3,5,7
/proc/28481/task/28488/stat : 28488 (java) S 28478 28481 22004 0 -1 1077944384 21258 0 0 0 928 1 0 0 20 0 17 0 105962637 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681620621552 139682315688578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28489] ppid=28478 vsize=10858780 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28489/stat : 28489 (java) S 28478 28481 22004 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 105962637 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681619567840 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28490] ppid=28478 vsize=10858780 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28490/stat : 28490 (java) S 28478 28481 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 105962637 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681618514672 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28491] ppid=28478 vsize=10858780 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28491/stat : 28491 (java) S 28478 28481 22004 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681617463248 139682315696027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28492] ppid=28478 vsize=10858780 memory=5788 CPUtime=2.07 cores=1,3,5,7
/proc/28481/task/28492/stat : 28492 (java) S 28478 28481 22004 0 -1 1077944384 17199 0 0 0 205 2 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681616411376 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28493] ppid=28478 vsize=10858780 memory=792 CPUtime=2.28 cores=1,3,5,7
/proc/28481/task/28493/stat : 28493 (java) S 28478 28481 22004 0 -1 1077944384 16193 0 0 0 226 2 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681615358832 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28494] ppid=28478 vsize=10858780 memory=1228 CPUtime=0.39 cores=1,3,5,7
/proc/28481/task/28494/stat : 28494 (java) S 28478 28481 22004 0 -1 1077944384 3528 0 0 0 38 1 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681614305776 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28495] ppid=28478 vsize=10858780 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28481/task/28495/stat : 28495 (java) S 28478 28481 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681613253472 139682315687637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
[pid=28481/tid=28496] ppid=28478 vsize=10858780 memory=1416 CPUtime=0.09 cores=1,3,5,7
/proc/28481/task/28496/stat : 28496 (java) S 28478 28481 22004 0 -1 1077944384 305 0 0 0 3 6 0 0 20 0 17 0 105962640 11119390720 1545533 33554432000 4194304 4196468 140722886056832 139681612200496 139682315688578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21381120 140722886063222 140722886063374 140722886063374 140722886066127 0
Current children cumulated CPU time: 255.36 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 6182132 KiB

Child status: 143
Real time (s): 189.472
CPU time (s): 255.438
CPU user time (s): 251.695
CPU system time (s): 3.74256
CPU usage (%): 134.816
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 6211688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.695
system time used= 3.74256
maximum resident set size= 6211688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7440
involuntary context switches= 979


# summary of solver processes directly reported to runsolver:
#   pid: 28481
#   total CPU time (s): 255.438
#   total CPU user time (s): 251.695
#   total CPU system time (s): 3.74256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18175 second user time and 1.88879 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:06:34
IDJOB=4301724
IDBENCH=141311
IDSOLVER=2773
FILE ID=node151/4301724-1532883994
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59304 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-05-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301724-1532883994/watcher-4301724-1532883994 -o /tmp/evaluation-result-4301724-1532883994/solver-4301724-1532883994 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301724-1532883994.xml

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

MD5SUM BENCH= 1b32d92326af8dd624b5ed4fc8860100
RANDOM SEED=786181943

node151.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.87
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.87
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.87
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.87
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:        25431292 kB
MemAvailable:   29087792 kB
Buffers:          212408 kB
Cached:          3717592 kB
SwapCached:            0 kB
Active:          4238456 kB
Inactive:        2626324 kB
Active(anon):    2883964 kB
Inactive(anon):    78188 kB
Active(file):    1354492 kB
Inactive(file):  2548136 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3188 kB
Writeback:             0 kB
AnonPages:       2917292 kB
Mapped:            56268 kB
Shmem:             25224 kB
Slab:             167324 kB
SReclaimable:     139412 kB
SUnreclaim:        27912 kB
KernelStack:        3840 kB
PageTables:        11000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3726288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2787328 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= 59304 MiB
End job on node151 at 2018-07-29 19:09:44