Trace number 4301715

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) 252.345 235.746

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301715-1532883935/watcher-4301715-1532883935 -o /tmp/evaluation-result-4301715-1532883935/solver-4301715-1532883935 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301715-1532883935.xml 

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

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


[startup+0.100103 s]*
/proc/loadavg: 2.07 3.21 3.00 4/215 28418
/proc/meminfo: memFree=23358832/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659012 memory=30980 CPUtime=0.13 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 6811 0 0 0 11 2 0 0 20 0 15 0 105956665 10914828288 7745 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664753 7745 2820 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659012 memory=-8773748148830113146 CPUtime=0.09 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 4645 0 0 0 8 1 0 0 20 0 15 0 105956665 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883449530944 139883445331101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956667 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883004052384 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 105956670 10914828288 7745 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914828288 7745 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0.02 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 105956670 10914828288 7745 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 7745 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 7745 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30980 KiB

[startup+0.21079 s]*
/proc/loadavg: 2.07 3.21 3.00 4/215 28418
/proc/meminfo: memFree=23348148/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659012 memory=41880 CPUtime=0.33 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 8096 0 0 0 30 3 0 0 20 0 15 0 105956665 10914828288 10470 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664753 10470 3004 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 5026 0 0 0 18 2 0 0 20 0 15 0 105956665 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883449544576 139883429352805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659012 memory=365 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659012 memory=140695743996957 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956667 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883004052384 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 718 0 0 0 2 0 0 0 20 0 15 0 105956670 10914828288 10470 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 313 0 0 0 2 0 0 0 20 0 15 0 105956670 10914828288 10470 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0.07 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 672 0 0 0 7 0 0 0 20 0 15 0 105956670 10914828288 10470 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 10470 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 10470 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41880 KiB

[startup+0.310518 s]*
/proc/loadavg: 2.06 3.19 2.99 3/215 28418
/proc/meminfo: memFree=23332884/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659012 memory=54808 CPUtime=0.52 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 8888 0 0 0 48 4 0 0 20 0 15 0 105956665 10914828288 13702 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664753 13702 3034 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 5543 0 0 0 27 2 0 0 20 0 15 0 105956665 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883449531728 139883429389662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659012 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659012 memory=140695743996956 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956666 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105956667 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883004052384 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105956668 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659012 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 877 0 0 0 4 0 0 0 20 0 15 0 105956670 10914828288 13702 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659012 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 385 0 0 0 4 0 0 0 20 0 15 0 105956670 10914828288 13702 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0.11 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 718 0 0 0 11 0 0 0 20 0 15 0 105956670 10914828288 13702 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 13702 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659012 memory=140695743358592 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956671 10914828288 13702 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54808 KiB

[startup+0.700761 s]
/proc/loadavg: 2.06 3.19 2.99 5/215 28418
/proc/meminfo: memFree=23276852/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659088 memory=204236 CPUtime=1.65 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 11551 0 0 0 156 9 0 0 20 0 15 0 105956665 10914906112 51059 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664772 51059 3117 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659088 memory=1840 CPUtime=0.65 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 5873 0 0 0 61 4 0 0 20 0 15 0 105956665 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883449546160 139883077962950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659088 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 105956666 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659088 memory=12060 CPUtime=0.01 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 105956666 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659088 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 105956666 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659088 memory=792 CPUtime=0.01 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 105956666 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105956667 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883004052384 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659088 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659088 memory=7590935255203861604 CPUtime=0.33 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) R 28400 28403 22004 0 -1 4202560 1969 0 0 0 33 0 0 0 20 0 15 0 105956670 10914906112 51059 33554432000 4194304 4196468 140729725792736 139883000885216 139883426853724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659088 memory=6293050847276651881 CPUtime=0.34 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) R 28400 28403 22004 0 -1 4202560 1284 0 0 0 34 0 0 0 20 0 15 0 105956670 10914906112 51059 33554432000 4194304 4196468 140729725792736 139882999834768 139883428679335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 912 0 0 0 20 0 0 0 20 0 15 0 105956670 10914906112 51059 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914906112 51059 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105956671 10914906112 51059 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 204236 KiB

[startup+1.50129 s]
/proc/loadavg: 2.06 3.19 2.99 6/215 28418
/proc/meminfo: memFree=23150748/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659088 memory=614076 CPUtime=3.9 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 13911 0 0 0 347 43 0 0 20 0 15 0 105956665 10914906112 153519 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664772 153519 3141 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659088 memory=6791534058613427641 CPUtime=1.11 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) S 28400 28403 22004 0 -1 1077944384 5964 0 0 0 105 6 0 0 20 0 15 0 105956665 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883449546176 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659088 memory=-6951259422114956437 CPUtime=0.35 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) R 28400 28403 22004 0 -1 4202560 665 0 0 0 27 8 0 0 20 0 15 0 105956666 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883397929632 139883430006927 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659088 memory=-6509546260019855295 CPUtime=0.35 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) R 28400 28403 22004 0 -1 4202560 227 0 0 0 26 9 0 0 20 0 15 0 105956666 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883396877400 139883437937383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659088 memory=-7390251449858225344 CPUtime=0.34 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) R 28400 28403 22004 0 -1 4202560 673 0 0 0 26 8 0 0 20 0 15 0 105956666 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883395824656 139883430260647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659088 memory=4134692831991786133 CPUtime=0.35 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) R 28400 28403 22004 0 -1 4202560 453 0 0 0 27 8 0 0 20 0 15 0 105956666 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883048524944 139883425335309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 105956667 10914906112 153519 33554432000 4194304 4196468 140729725792736 139883005104480 139883445319381 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0

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

/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 29989 0 0 0 21630 15 0 0 20 0 15 0 105956665 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883449546832 139883075412754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659088 memory=3212648 CPUtime=4.89 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 9689 0 0 0 433 56 0 0 20 0 15 0 105956666 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659088 memory=3303200 CPUtime=4.89 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 11655 0 0 0 434 55 0 0 20 0 15 0 105956666 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659088 memory=3297056 CPUtime=4.88 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 9199 0 0 0 432 56 0 0 20 0 15 0 105956666 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659088 memory=3303200 CPUtime=4.87 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 6400 0 0 0 431 56 0 0 20 0 15 0 105956666 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659088 memory=3332104 CPUtime=0.69 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 3355 0 0 0 67 2 0 0 20 0 15 0 105956667 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659088 memory=3309364 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883004052448 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659088 memory=3337904 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659088 memory=3332104 CPUtime=0.68 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 2356 0 0 0 67 1 0 0 20 0 15 0 105956670 10914906112 834476 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659088 memory=3332104 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 1388 0 0 0 70 0 0 0 20 0 15 0 105956670 10914906112 834476 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659088 memory=3332104 CPUtime=0.32 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 1222 0 0 0 32 0 0 0 20 0 15 0 105956670 10914906112 834476 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914906112 834476 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659088 memory=281391226630048 CPUtime=0.16 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 298 0 0 0 8 8 0 0 20 0 15 0 105956671 10914906112 834476 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 238.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 3337904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.501 s]
/proc/loadavg: 1.65 2.36 2.69 3/215 28498
/proc/meminfo: memFree=19625484/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10659088 memory=3374940 CPUtime=252.06 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 80544 0 0 0 24955 251 0 0 20 0 15 0 105956665 10914906112 843735 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2664772 843735 3151 1 0 2627263 0
[pid=28403/tid=28405] ppid=28400 vsize=10659088 memory=3362516 CPUtime=229.56 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 31408 0 0 0 22941 15 0 0 20 0 15 0 105956665 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883449546720 139883431377280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10659088 memory=3362504 CPUtime=4.96 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 10206 0 0 0 440 56 0 0 20 0 15 0 105956666 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10659088 memory=3344108 CPUtime=4.97 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 12260 0 0 0 442 55 0 0 20 0 15 0 105956666 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10659088 memory=3212648 CPUtime=4.95 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 10272 0 0 0 439 56 0 0 20 0 15 0 105956666 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10659088 memory=3303200 CPUtime=4.95 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 6400 0 0 0 439 56 0 0 20 0 15 0 105956666 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10659088 memory=3362504 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 3373 0 0 0 68 2 0 0 20 0 15 0 105956667 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10659088 memory=3337916 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883004052448 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105956668 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10659088 memory=3356316 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956670 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10659088 memory=3368728 CPUtime=0.68 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 2356 0 0 0 67 1 0 0 20 0 15 0 105956670 10914906112 843735 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10659088 memory=3374940 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 1388 0 0 0 70 0 0 0 20 0 15 0 105956670 10914906112 843735 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 1222 0 0 0 32 0 0 0 20 0 15 0 105956670 10914906112 843735 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10659088 memory=3368728 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105956671 10914906112 843735 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10659088 memory=3368728 CPUtime=0.18 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 298 0 0 0 9 9 0 0 20 0 15 0 105956671 10914906112 843735 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 3374940 KiB

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

[startup+235.746 s]
# the end of solver process 28403 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.805 s, system=2.53923 s

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

[startup+235.605 s]
/proc/loadavg: 1.65 2.36 2.69 3/215 28498
/proc/meminfo: memFree=19625484/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10858780 memory=3393600 CPUtime=252.19 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 81241 0 0 0 24968 251 0 0 20 0 17 0 105956665 11119390720 848400 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2714695 848400 3153 1 0 2677186 0
[pid=28403/tid=28405] ppid=28400 vsize=10858780 memory=30212 CPUtime=229.66 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 31414 0 0 0 22951 15 0 0 20 0 17 0 105956665 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883449543856 139883431377300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10858780 memory=1296 CPUtime=4.97 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 10206 0 0 0 441 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10858780 memory=2424 CPUtime=4.98 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 12260 0 0 0 443 55 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10858780 memory=6791534058613427641 CPUtime=4.96 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 10289 0 0 0 440 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10858780 memory=1944 CPUtime=4.96 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 6400 0 0 0 440 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10858780 memory=1416 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 3379 0 0 0 68 2 0 0 20 0 17 0 105956667 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10858780 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 105956668 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883004052448 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10858780 memory=8508 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105956668 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10858780 memory=844 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10858780 memory=1796 CPUtime=0.68 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 2356 0 0 0 67 1 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10858780 memory=916 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 1388 0 0 0 70 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10858780 memory=3848 CPUtime=0.32 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 1418 0 0 0 32 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10858780 memory=2788 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105956671 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10858780 memory=2732 CPUtime=0.18 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 298 0 0 0 9 9 0 0 20 0 17 0 105956671 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 252.19 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 3393600 KiB

[startup+235.701 s]
/proc/loadavg: 1.65 2.36 2.69 3/215 28498
/proc/meminfo: memFree=19625484/32770624 swapFree=67108860/67108860
[pid=28403] ppid=28400 vsize=10858780 memory=3393600 CPUtime=252.29 cores=0,2,4,6
/proc/28403/stat : 28403 (java) S 28400 28403 22004 0 -1 1077944320 81241 0 0 0 24978 251 0 0 20 0 17 0 105956665 11119390720 848400 33554432000 4194304 4196468 140729725792736 140729725775280 139883445309175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
/proc/28403/statm: 2714695 848400 3153 1 0 2677186 0
[pid=28403/tid=28405] ppid=28400 vsize=10858780 memory=3368728 CPUtime=229.75 cores=0,2,4,6
/proc/28403/task/28405/stat : 28405 (java) R 28400 28403 22004 0 -1 4202560 31414 0 0 0 22960 15 0 0 20 0 17 0 105956665 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883449543856 139883431377300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28406] ppid=28400 vsize=10858780 memory=3356316 CPUtime=4.97 cores=0,2,4,6
/proc/28403/task/28406/stat : 28406 (java) S 28400 28403 22004 0 -1 1077944384 10206 0 0 0 441 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883397929744 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28407] ppid=28400 vsize=10858780 memory=0 CPUtime=4.98 cores=0,2,4,6
/proc/28403/task/28407/stat : 28407 (java) S 28400 28403 22004 0 -1 1077944384 12260 0 0 0 443 55 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883396877200 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28408] ppid=28400 vsize=10858780 memory=3337916 CPUtime=4.96 cores=0,2,4,6
/proc/28403/task/28408/stat : 28408 (java) S 28400 28403 22004 0 -1 1077944384 10289 0 0 0 440 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883395824656 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28409] ppid=28400 vsize=10858780 memory=3362504 CPUtime=4.96 cores=0,2,4,6
/proc/28403/task/28409/stat : 28409 (java) S 28400 28403 22004 0 -1 1077944384 6400 0 0 0 440 56 0 0 20 0 17 0 105956666 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883048524944 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28410] ppid=28400 vsize=10858780 memory=3303200 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28410/stat : 28410 (java) S 28400 28403 22004 0 -1 1077944384 3379 0 0 0 68 2 0 0 20 0 17 0 105956667 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883005106160 139883445320322 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28411] ppid=28400 vsize=10858780 memory=3212648 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28411/stat : 28411 (java) S 28400 28403 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 105956668 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883004052448 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28412] ppid=28400 vsize=10858780 memory=3344108 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28412/stat : 28412 (java) S 28400 28403 22004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105956668 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883002999792 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28413] ppid=28400 vsize=10858780 memory=3362504 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28413/stat : 28413 (java) S 28400 28403 22004 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883001948368 139883445327771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28414] ppid=28400 vsize=10858780 memory=3362516 CPUtime=0.68 cores=0,2,4,6
/proc/28403/task/28414/stat : 28414 (java) S 28400 28403 22004 0 -1 1077944384 2356 0 0 0 67 1 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139883000895984 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28415] ppid=28400 vsize=10858780 memory=3374940 CPUtime=0.7 cores=0,2,4,6
/proc/28403/task/28415/stat : 28415 (java) S 28400 28403 22004 0 -1 1077944384 1388 0 0 0 70 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882999843440 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28416] ppid=28400 vsize=10858780 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/28403/task/28416/stat : 28416 (java) S 28400 28403 22004 0 -1 1077944384 1418 0 0 0 32 0 0 0 20 0 17 0 105956670 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882998790896 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28417] ppid=28400 vsize=10858780 memory=3368728 CPUtime=0 cores=0,2,4,6
/proc/28403/task/28417/stat : 28417 (java) S 28400 28403 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105956671 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882997738592 139883445319381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
[pid=28403/tid=28418] ppid=28400 vsize=10858780 memory=3368728 CPUtime=0.18 cores=0,2,4,6
/proc/28403/task/28418/stat : 28418 (java) S 28400 28403 22004 0 -1 1077944384 298 0 0 0 9 9 0 0 20 0 17 0 105956671 11119390720 848400 33554432000 4194304 4196468 140729725792736 139882996685104 139883445320322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 8347648 140729725801590 140729725801742 140729725801742 140729725804495 0
Current children cumulated CPU time: 252.29 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 3393600 KiB

Child status: 143
Real time (s): 235.746
CPU time (s): 252.345
CPU user time (s): 249.805
CPU system time (s): 2.53923
CPU usage (%): 107.041
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 3393600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.805
system time used= 2.53923
maximum resident set size= 3394808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11217
involuntary context switches= 917


# summary of solver processes directly reported to runsolver:
#   pid: 28403
#   total CPU time (s): 252.345
#   total CPU user time (s): 249.805
#   total CPU system time (s): 2.53923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52171 second user time and 2.40976 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:05:35
IDJOB=4301715
IDBENCH=141308
IDSOLVER=2773
FILE ID=node151/4301715-1532883935
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59276 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4301715-1532883935/watcher-4301715-1532883935 -o /tmp/evaluation-result-4301715-1532883935/solver-4301715-1532883935 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301715-1532883935.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1104603349

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:        23375620 kB
MemAvailable:   27058616 kB
Buffers:          212400 kB
Cached:          3744808 kB
SwapCached:            0 kB
Active:          6290784 kB
Inactive:        2626040 kB
Active(anon):    4909508 kB
Inactive(anon):    78188 kB
Active(file):    1381276 kB
Inactive(file):  2547852 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7524 kB
Writeback:             0 kB
AnonPages:       5059536 kB
Mapped:            56336 kB
Shmem:             25224 kB
Slab:             167388 kB
SReclaimable:     139408 kB
SUnreclaim:        27980 kB
KernelStack:        3808 kB
PageTables:        14904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5829972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4648960 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= 59300 MiB
End job on node151 at 2018-07-29 19:09:31