Trace number 4289794

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) 2400.42 2178.55

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289794-1532215361/watcher-4289794-1532215361 -o /tmp/evaluation-result-4289794-1532215361/solver-4289794-1532215361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29591 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289794-1532215361.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30421, runsolver pid=30418


[startup+0.100165 s]*
/proc/loadavg: 2.08 2.07 2.31 2/217 30436
/proc/meminfo: memFree=19710544/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659012 memory=30700 CPUtime=0.13 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 6737 0 0 0 12 1 0 0 20 0 15 0 39099512 10914828288 7675 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664753 7675 2829 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659012 memory=-8773748148830377340 CPUtime=0.09 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 4581 0 0 0 8 1 0 0 20 0 15 0 39099513 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718644767024 139718640567453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718131709600 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718130656496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0.02 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) R 30418 30421 26594 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718126446576 139718632782654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 7675 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30700 KiB

[startup+0.210697 s]*
/proc/loadavg: 2.08 2.07 2.31 3/217 30436
/proc/meminfo: memFree=19700980/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659012 memory=41920 CPUtime=0.33 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 8203 0 0 0 31 2 0 0 20 0 15 0 39099512 10914828288 10480 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664753 10480 2999 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 5159 0 0 0 18 1 0 0 20 0 15 0 39099513 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718644782144 139718640557462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659012 memory=139696557279446 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718131709600 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718130656496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 597 0 0 0 2 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0.07 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) R 30418 30421 26594 0 -1 4202560 698 0 0 0 7 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718126446576 139718619230206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 10480 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41920 KiB

[startup+0.310559 s]*
/proc/loadavg: 2.08 2.07 2.31 3/217 30436
/proc/meminfo: memFree=19673492/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659012 memory=71020 CPUtime=0.51 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 8798 0 0 0 48 3 0 0 20 0 15 0 39099512 10914828288 17755 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664753 17755 3033 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 5516 0 0 0 27 2 0 0 20 0 15 0 39099513 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718644775520 139718640567453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659012 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659012 memory=139696557277943 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099513 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718131709600 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718130656496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) R 30418 30421 26594 0 -1 4202560 762 0 0 0 5 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718128552176 139718640566874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659012 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) R 30418 30421 26594 0 -1 1077944384 397 0 0 0 3 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0.11 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 755 0 0 0 11 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718126446576 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659012 memory=139696557250176 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 17755 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 71020 KiB

[startup+0.708726 s]
/proc/loadavg: 2.08 2.07 2.31 5/217 30436
/proc/meminfo: memFree=19453364/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659012 memory=418976 CPUtime=1.46 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 11353 0 0 0 107 39 0 0 20 0 15 0 39099512 10914828288 104744 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664753 104744 3074 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659012 memory=1728 CPUtime=0.55 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) S 30418 30421 26594 0 -1 1077944384 5564 0 0 0 49 6 0 0 20 0 15 0 39099513 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718644784608 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659012 memory=5408 CPUtime=0.12 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) R 30418 30421 26594 0 -1 4202560 191 0 0 0 4 8 0 0 20 0 15 0 39099513 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718577236696 139718633648244 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659012 memory=4612 CPUtime=0.1 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) R 30418 30421 26594 0 -1 4202560 165 0 0 0 4 6 0 0 20 0 15 0 39099513 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718576183840 139718633648541 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659012 memory=1708 CPUtime=0.11 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) R 30418 30421 26594 0 -1 4202560 183 0 0 0 4 7 0 0 20 0 15 0 39099513 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718245083608 139718633648595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659012 memory=1228 CPUtime=0.12 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) R 30418 30421 26594 0 -1 4202560 195 0 0 0 4 8 0 0 20 0 15 0 39099513 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718244031064 139718633648244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659012 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718132761888 139718640555733 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659012 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718131709600 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659012 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39099515 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718130656496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659012 memory=12972 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659012 memory=7662705889289527641 CPUtime=0.1 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 769 0 0 0 10 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659012 memory=7597685182856913236 CPUtime=0.17 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) R 30418 30421 26594 0 -1 4202560 1957 0 0 0 17 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718127485512 139718625655620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659012 memory=6935658124599644240 CPUtime=0.12 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 884 0 0 0 12 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718126442448 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659012 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39099518 10914828288 104744 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 418976 KiB

[startup+1.50076 s]
/proc/loadavg: 2.08 2.07 2.31 5/217 30436
/proc/meminfo: memFree=19207856/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659088 memory=807620 CPUtime=3.73 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 22239 0 0 0 313 60 0 0 20 0 15 0 39099512 10914906112 201905 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664772 201905 3135 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659088 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 5951 0 0 0 107 9 0 0 20 0 15 0 39099513 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718644780808 139718258748203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659088 memory=-6951259422114956437 CPUtime=0.26 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 255 0 0 0 15 11 0 0 20 0 15 0 39099513 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659088 memory=-6509546260019855295 CPUtime=0.26 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 475 0 0 0 16 10 0 0 20 0 15 0 39099513 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659088 memory=-7390251449858225344 CPUtime=0.24 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 359 0 0 0 12 12 0 0 20 0 15 0 39099513 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659088 memory=4134692831991786133 CPUtime=0.26 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 742 0 0 0 14 12 0 0 20 0 15 0 39099513 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659088 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 766 0 0 0 1 0 0 0 20 0 15 0 39099515 10914906112 201905 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0

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

/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 131720 0 0 0 205977 34 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718644783312 139718624860764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659088 memory=1944 CPUtime=72.32 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 121824 0 0 0 7083 149 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659088 memory=7762232 CPUtime=72.31 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) R 30418 30421 26594 0 -1 1077944384 99676 0 0 0 7084 147 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659088 memory=7762232 CPUtime=72.42 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 110600 0 0 0 7080 162 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659088 memory=4140 CPUtime=72.54 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 103828 0 0 0 7101 153 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659088 memory=7762232 CPUtime=7.48 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 34552 0 0 0 735 13 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718131709664 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718130656512 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659088 memory=7762232 CPUtime=1.12 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 8449 0 0 0 111 1 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659088 memory=7762232 CPUtime=1.19 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 8082 0 0 0 118 1 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0.4 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 4480 0 0 0 38 2 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718126446576 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659088 memory=7512114578044973668 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659088 memory=7762232 CPUtime=1.76 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1888 0 0 0 85 91 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 69 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 2361.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7762232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2178.3 s]
/proc/loadavg: 1.91 1.79 1.83 3/216 30656
/proc/meminfo: memFree=11018768/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10659088 memory=7762232 CPUtime=2400.07 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 637451 0 0 0 239272 735 0 0 20 0 15 0 39099512 10914906112 1940558 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2664772 1940558 3158 1 0 2627263 0
[pid=30421/tid=30423] ppid=30418 vsize=10659088 memory=7762232 CPUtime=2095.29 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 134526 0 0 0 209495 34 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718644783200 139718256042788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10659088 memory=4140 CPUtime=73.09 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 123078 0 0 0 7159 150 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10659088 memory=1228 CPUtime=73.08 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 101061 0 0 0 7161 147 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10659088 memory=1944 CPUtime=73.19 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 112185 0 0 0 7157 162 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10659088 memory=7762232 CPUtime=73.31 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 107430 0 0 0 7178 153 0 0 20 0 15 0 39099513 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10659088 memory=7762232 CPUtime=7.5 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 34797 0 0 0 737 13 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718131709664 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 39099515 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718130656512 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10659088 memory=1708 CPUtime=1.12 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 8451 0 0 0 111 1 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10659088 memory=7762232 CPUtime=1.19 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 8084 0 0 0 118 1 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0.4 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 4484 0 0 0 38 2 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718126446576 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10659088 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10659088 memory=3340 CPUtime=1.79 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1912 0 0 0 86 93 0 0 20 0 15 0 39099518 10914906112 1940558 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 69 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7762232 KiB

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

[startup+2178.55 s]
# the end of solver process 30421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.02 s, system=7.39385 s

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

[startup+2178.41 s]
/proc/loadavg: 1.91 1.79 1.83 3/216 30656
/proc/meminfo: memFree=11018768/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10858780 memory=7762432 CPUtime=2400.24 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 638309 0 0 0 239289 735 0 0 20 0 17 0 39099512 11119390720 1940608 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2714695 1940608 3160 1 0 2677186 0
[pid=30421/tid=30423] ppid=30418 vsize=10858780 memory=2953400 CPUtime=2095.37 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) S 30418 30421 26594 0 -1 1077944384 134538 0 0 0 209503 34 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718644783312 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.12 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) R 30418 30421 26594 0 -1 4202560 123078 0 0 0 7162 150 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718577236616 139718633173735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.1 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) R 30418 30421 26594 0 -1 4202560 101061 0 0 0 7163 147 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718576183952 139718633173735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.21 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) R 30418 30421 26594 0 -1 4202560 112185 0 0 0 7159 162 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718245083528 139718633173735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10858780 memory=6791534058613427641 CPUtime=73.34 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) R 30418 30421 26594 0 -1 4202560 107537 0 0 0 7181 153 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718244030864 139718633648849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10858780 memory=7661555718856991008 CPUtime=7.5 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 34797 0 0 0 737 13 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718132761888 139718640555733 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10858780 memory=7229229855577367584 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718131709664 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10858780 memory=7306916055891837008 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718130656512 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10858780 memory=288289956827497254 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10858780 memory=3763097444775393446 CPUtime=1.12 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 8451 0 0 0 111 1 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10858780 memory=4267541573733025075 CPUtime=1.19 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 8084 0 0 0 118 1 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10858780 memory=4267541793514558775 CPUtime=0.4 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 4748 0 0 0 38 2 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718126446576 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10858780 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10858780 memory=1944 CPUtime=1.79 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1912 0 0 0 86 93 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 69 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 2400.24 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 7762432 KiB

[startup+2178.5 s]
/proc/loadavg: 1.91 1.79 1.83 3/216 30656
/proc/meminfo: memFree=11018768/32770624 swapFree=67108860/67108860
[pid=30421] ppid=30418 vsize=10858780 memory=7762432 CPUtime=2400.35 cores=0,2,4,6
/proc/30421/stat : 30421 (java) S 30418 30421 26594 0 -1 1077944320 638310 0 0 0 239300 735 0 0 20 0 17 0 39099512 11119390720 1940608 33554432000 4194304 4196468 140730810963536 140730810946080 139718640545527 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
/proc/30421/statm: 2714695 1940608 3160 1 0 2677186 0
[pid=30421/tid=30423] ppid=30418 vsize=10858780 memory=7762232 CPUtime=2095.46 cores=0,2,4,6
/proc/30421/task/30423/stat : 30423 (java) R 30418 30421 26594 0 -1 4202560 134539 0 0 0 209512 34 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718644783312 139718256042782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30424] ppid=30418 vsize=10858780 memory=4140 CPUtime=73.12 cores=0,2,4,6
/proc/30421/task/30424/stat : 30424 (java) S 30418 30421 26594 0 -1 1077944384 123078 0 0 0 7162 150 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718577236496 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30425] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.11 cores=0,2,4,6
/proc/30421/task/30425/stat : 30425 (java) S 30418 30421 26594 0 -1 1077944384 101061 0 0 0 7164 147 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718576183952 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30426] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.22 cores=0,2,4,6
/proc/30421/task/30426/stat : 30426 (java) S 30418 30421 26594 0 -1 1077944384 112185 0 0 0 7160 162 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718245083408 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30427] ppid=30418 vsize=10858780 memory=7762232 CPUtime=73.34 cores=0,2,4,6
/proc/30421/task/30427/stat : 30427 (java) S 30418 30421 26594 0 -1 1077944384 107537 0 0 0 7181 153 0 0 20 0 17 0 39099513 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718244030864 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30428] ppid=30418 vsize=10858780 memory=7762232 CPUtime=7.5 cores=0,2,4,6
/proc/30421/task/30428/stat : 30428 (java) S 30418 30421 26594 0 -1 1077944384 34797 0 0 0 737 13 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718132763376 139718640556674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30429] ppid=30418 vsize=10858780 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30429/stat : 30429 (java) S 30418 30421 26594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718131709664 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30430] ppid=30418 vsize=10858780 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30430/stat : 30430 (java) S 30418 30421 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39099515 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718130656512 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30431] ppid=30418 vsize=10858780 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30431/stat : 30431 (java) S 30418 30421 26594 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718129605072 139718640564123 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30432] ppid=30418 vsize=10858780 memory=7762232 CPUtime=1.12 cores=0,2,4,6
/proc/30421/task/30432/stat : 30432 (java) S 30418 30421 26594 0 -1 1077944384 8451 0 0 0 111 1 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718128552176 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30433] ppid=30418 vsize=10858780 memory=1228 CPUtime=1.19 cores=0,2,4,6
/proc/30421/task/30433/stat : 30433 (java) S 30418 30421 26594 0 -1 1077944384 8084 0 0 0 118 1 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718127499632 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30434] ppid=30418 vsize=10858780 memory=1944 CPUtime=0.4 cores=0,2,4,6
/proc/30421/task/30434/stat : 30434 (java) S 30418 30421 26594 0 -1 1077944384 4748 0 0 0 38 2 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718126446576 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30435] ppid=30418 vsize=10858780 memory=7762232 CPUtime=0 cores=0,2,4,6
/proc/30421/task/30435/stat : 30435 (java) S 30418 30421 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718125394272 139718640555733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
[pid=30421/tid=30436] ppid=30418 vsize=10858780 memory=3340 CPUtime=1.79 cores=0,2,4,6
/proc/30421/task/30436/stat : 30436 (java) S 30418 30421 26594 0 -1 1077944384 1912 0 0 0 86 93 0 0 20 0 17 0 39099518 11119390720 1940608 33554432000 4194304 4196468 140730810963536 139718124342320 139718640556674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 69 0 0 6293624 6294260 29253632 140730810967153 140730810967305 140730810967305 140730810970063 0
Current children cumulated CPU time: 2400.35 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 7762432 KiB

Child status: 143
Real time (s): 2178.55
CPU time (s): 2400.42
CPU user time (s): 2393.02
CPU system time (s): 7.39385
CPU usage (%): 110.184
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 7762432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.02
system time used= 7.39385
maximum resident set size= 7762684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84148
involuntary context switches= 8118


# summary of solver processes directly reported to runsolver:
#   pid: 30421
#   total CPU time (s): 2400.42
#   total CPU user time (s): 2393.02
#   total CPU system time (s): 7.39385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9454 second user time and 23.9294 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 01:22:43
IDJOB=4289794
IDBENCH=141314
IDSOLVER=2742
FILE ID=node137/4289794-1532215361
RUNJOBID= node137-1532209965-29591
PBS_JOBID= 21018930
Free space on /tmp= 56736 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-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-4289794-1532215361/watcher-4289794-1532215361 -o /tmp/evaluation-result-4289794-1532215361/solver-4289794-1532215361 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29591 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289794-1532215361.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=2017455013

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19728580 kB
MemAvailable:   29932148 kB
Buffers:          219576 kB
Cached:         10181292 kB
SwapCached:            0 kB
Active:          3780848 kB
Inactive:        8678372 kB
Active(anon):    2061212 kB
Inactive(anon):    16948 kB
Active(file):    1719636 kB
Inactive(file):  8661424 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53360 kB
Writeback:           256 kB
AnonPages:       2066036 kB
Mapped:            46764 kB
Shmem:             17036 kB
Slab:             278132 kB
SReclaimable:     250968 kB
SUnreclaim:        27164 kB
KernelStack:        3536 kB
PageTables:         9068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4130296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1824768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56732 MiB
End job on node137 at 2018-07-22 01:59:02