Trace number 4299753

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 NameAnswerCPU timeWall clock time
MiniCPFever 2018-04-29SAT 3.26196 1.27461

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.270002
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
3.16/1.25	d NO_SOL_FOUND
3.16/1.25	s SATISFIABLE
3.16/1.25	v <instantiation>
3.16/1.25	v 	<list>
3.16/1.25	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] 
3.16/1.25	v 	</list>
3.16/1.25	v 	<values>
3.16/1.25	v 		0 1 2 4 3 0 8 1 0 0 11 14 13 18 0 13 13 14 13 2 0 3 14 14 17 13 8 10 11 14 13 3 0 11 0 0 11 0 8 18 4 18 
3.16/1.25	v 	</values>
3.16/1.25	v </instantiation>

Verifier Data

OK	

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 (9904 MiB free)
  memory of node 1: 16384 MiB (12797 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299753-1532811420/watcher-4299753-1532811420 -o /tmp/evaluation-result-4299753-1532811420/solver-4299753-1532811420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299753-1532811420.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=4405, runsolver pid=4401

[startup+0.100059 s]*
/proc/loadavg: 0.80 1.16 1.37 3/215 4438
/proc/meminfo: memFree=23214824/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10658972 memory=27172 CPUtime=0.13 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 5232 0 0 0 12 1 0 0 20 0 15 0 98705193 10914787328 6793 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664743 6793 2808 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10658972 memory=-8253362762721355408 CPUtime=0.09 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 3100 0 0 0 9 0 0 0 20 0 15 0 98705193 10914787328 6859 33554432000 4194304 4196468 140722656019424 140259193116640 140259181184768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 6859 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 6859 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 6859 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 6859 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705195 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258747635360 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) R 4401 4405 4348 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258744477936 140259188906626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) R 4401 4405 4348 0 -1 4202560 411 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258743425392 140259188907414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0.02 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) R 4401 4405 4348 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 98705198 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258742372336 140259173138320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914787328 6859 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27172 KiB

[startup+0.210647 s]*
/proc/loadavg: 0.80 1.16 1.37 5/215 4438
/proc/meminfo: memFree=23191084/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10658972 memory=39768 CPUtime=0.34 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 8019 0 0 0 32 2 0 0 20 0 15 0 98705193 10914787328 9942 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664743 9942 2946 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 5055 0 0 0 19 1 0 0 20 0 15 0 98705193 10914787328 10008 33554432000 4194304 4196468 140722656019424 140259193132496 140259188917405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 10008 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10658972 memory=139909742574697 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 10008 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 10008 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705194 10914787328 10008 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705195 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258747635360 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) R 4401 4405 4348 0 -1 4202560 175 0 0 0 1 0 0 0 20 0 15 0 98705198 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258744477936 140259169595776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10658972 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) R 4401 4405 4348 0 -1 4202560 707 0 0 0 3 0 0 0 20 0 15 0 98705198 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258743425392 140259172453720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0.07 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) S 4401 4405 4348 0 -1 1077944384 793 0 0 0 7 0 0 0 20 0 15 0 98705198 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258742372336 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10658972 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914787328 10008 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39768 KiB

[startup+0.317219 s]*
/proc/loadavg: 0.80 1.16 1.37 10/215 4438
/proc/meminfo: memFree=23155344/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10659048 memory=61308 CPUtime=0.58 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 8843 0 0 0 56 2 0 0 20 0 15 0 98705193 10914865152 15327 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664762 15327 3051 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10659048 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 5388 0 0 0 29 1 0 0 20 0 15 0 98705193 10914865152 15327 33554432000 4194304 4196468 140722656019424 140259193132416 140258817704288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10659048 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 15327 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10659048 memory=139909742574695 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 15327 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 15327 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 15327 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10659048 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98705195 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258747635360 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10659048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) R 4401 4405 4348 0 -1 4202560 251 0 0 0 8 0 0 0 20 0 15 0 98705198 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258744464720 140259169531412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10659048 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) R 4401 4405 4348 0 -1 1077944384 818 0 0 0 6 0 0 0 20 0 15 0 98705198 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258743425392 140259188906626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10659048 memory=139909742552704 CPUtime=0.13 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) R 4401 4405 4348 0 -1 4202560 1022 0 0 0 13 0 0 0 20 0 15 0 98705198 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258742372464 140259181132606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10659048 memory=139909742552704 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914865152 15327 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 61308 KiB

[startup+0.701153 s]
/proc/loadavg: 1.13 1.23 1.39 8/215 4438
/proc/meminfo: memFree=22995892/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10659048 memory=191816 CPUtime=1.81 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 11455 0 0 0 177 4 0 0 20 0 15 0 98705193 10914865152 47954 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664762 47954 3114 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10659048 memory=4004 CPUtime=0.66 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 5670 0 0 0 63 3 0 0 20 0 15 0 98705193 10914865152 47954 33554432000 4194304 4196468 140722656019424 140259193133528 140258820880367 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10659048 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 47954 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10659048 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 47954 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10659048 memory=640 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 47954 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10659048 memory=952 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 47954 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98705195 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10659048 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258747635360 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10659048 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10659048 memory=7805414729348310629 CPUtime=0.44 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) S 4401 4405 4348 0 -1 1077944384 1128 0 0 0 44 0 0 0 20 0 15 0 98705198 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258744477936 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10659048 memory=6154282490091891024 CPUtime=0.43 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) R 4401 4405 4348 0 -1 4202560 1947 0 0 0 43 0 0 0 20 0 15 0 98705198 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258743402752 140259168261550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10659048 memory=5450916479948256810 CPUtime=0.23 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) S 4401 4405 4348 0 -1 1077944384 1224 0 0 0 23 0 0 0 20 0 15 0 98705198 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258742372336 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914865152 47954 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 191816 KiB

[startup+1.27456 s]
# the end of solver process 4405 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.17993 s, system=0.08203 s

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

[startup+0.801125 s]
/proc/loadavg: 1.13 1.23 1.39 8/215 4438
/proc/meminfo: memFree=22995892/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10659048 memory=192068 CPUtime=2.06 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 11546 0 0 0 202 4 0 0 20 0 15 0 98705193 10914865152 48017 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664762 48017 3118 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10659048 memory=15876 CPUtime=0.76 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 5678 0 0 0 73 3 0 0 20 0 15 0 98705193 10914865152 48017 33554432000 4194304 4196468 140722656019424 140259193131384 140258820838988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10659048 memory=16404 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 48017 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10659048 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 48017 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 48017 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 48017 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98705195 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10659048 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258747635360 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10659048 memory=4211821575712316032 CPUtime=0.49 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) R 4401 4405 4348 0 -1 4202560 1140 0 0 0 49 0 0 0 20 0 15 0 98705198 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258744477936 140259169590504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10659048 memory=6944656592455359580 CPUtime=0.52 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) S 4401 4405 4348 0 -1 1077944384 2008 0 0 0 52 0 0 0 20 0 15 0 98705198 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258743425392 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10659048 memory=6944656592455360604 CPUtime=0.23 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) S 4401 4405 4348 0 -1 1077944384 1227 0 0 0 23 0 0 0 20 0 15 0 98705198 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258742372336 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10659048 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914865152 48017 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 192068 KiB

[startup+1.20121 s]
/proc/loadavg: 1.13 1.23 1.39 4/196 4447
/proc/meminfo: memFree=23065808/32770624 swapFree=67108860/67108860
[pid=4405] ppid=4401 vsize=10659048 memory=220004 CPUtime=3.16 cores=1,3,5,7
/proc/4405/stat : 4405 (java) S 4401 4405 4348 0 -1 1077944320 13061 0 0 0 309 7 0 0 20 0 15 0 98705193 10914865152 55001 33554432000 4194304 4196468 140722656019424 140722656001968 140259188895479 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
/proc/4405/statm: 2664762 55001 3137 1 0 2627263 0
[pid=4405/tid=4411] ppid=4401 vsize=10659048 memory=7373352817559363648 CPUtime=1.13 cores=1,3,5,7
/proc/4405/task/4411/stat : 4411 (java) R 4401 4405 4348 0 -1 4202560 5735 0 0 0 110 3 0 0 20 0 15 0 98705193 10914865152 55001 33554432000 4194304 4196468 140722656019424 140259193132520 140258821461368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4413] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0.01 cores=1,3,5,7
/proc/4405/task/4413/stat : 4413 (java) S 4401 4405 4348 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 98705194 10914865152 55001 33554432000 4194304 4196468 140722656019424 140259141515792 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4414] ppid=4401 vsize=10659048 memory=7306062783016687469 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4414/stat : 4414 (java) S 4401 4405 4348 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98705194 10914865152 55001 33554432000 4194304 4196468 140722656019424 140259140463248 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4415] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0.02 cores=1,3,5,7
/proc/4405/task/4415/stat : 4415 (java) S 4401 4405 4348 0 -1 1077944384 60 0 0 0 1 1 0 0 20 0 15 0 98705194 10914865152 55001 33554432000 4194304 4196468 140722656019424 140259139410192 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4416] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0.01 cores=1,3,5,7
/proc/4405/task/4416/stat : 4416 (java) S 4401 4405 4348 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 15 0 98705194 10914865152 55001 33554432000 4194304 4196468 140722656019424 140259138357648 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4422] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4422/stat : 4422 (java) S 4401 4405 4348 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98705195 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258748689136 140259188906626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4424] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4424/stat : 4424 (java) S 4401 4405 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258747635424 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4426] ppid=4401 vsize=10659048 memory=7230921007607278949 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4426/stat : 4426 (java) S 4401 4405 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98705196 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258746582256 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4427] ppid=4401 vsize=10659048 memory=7306062783016687469 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4427/stat : 4427 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258745530832 140259188914075 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4429] ppid=4401 vsize=10659048 memory=7373352817559363648 CPUtime=0.82 cores=1,3,5,7
/proc/4405/task/4429/stat : 4429 (java) S 4401 4405 4348 0 -1 1077944384 1755 0 0 0 82 0 0 0 20 0 15 0 98705198 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258744477936 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4431] ppid=4401 vsize=10659048 memory=7373352817559363648 CPUtime=0.82 cores=1,3,5,7
/proc/4405/task/4431/stat : 4431 (java) R 4401 4405 4348 0 -1 4202560 2385 0 0 0 81 1 0 0 20 0 15 0 98705198 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258743425392 140259172387188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4433] ppid=4401 vsize=10659048 memory=6370719275257063784 CPUtime=0.29 cores=1,3,5,7
/proc/4405/task/4433/stat : 4433 (java) S 4401 4405 4348 0 -1 1077944384 1392 0 0 0 29 0 0 0 20 0 15 0 98705198 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258742372336 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4435] ppid=4401 vsize=10659048 memory=7306062783016687469 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4435/stat : 4435 (java) S 4401 4405 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98705198 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258741320032 140259188905685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
[pid=4405/tid=4438] ppid=4401 vsize=10659048 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/4405/task/4438/stat : 4438 (java) S 4401 4405 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98705199 10914865152 55001 33554432000 4194304 4196468 140722656019424 140258740268080 140259188906626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39612416 140722656027821 140722656027913 140722656027913 140722656030671 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 220004 KiB

Child status: 0
Real time (s): 1.27461
CPU time (s): 3.26196
CPU user time (s): 3.17993
CPU system time (s): 0.08203
CPU usage (%): 255.918
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 220004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17993
system time used= 0.08203
maximum resident set size= 221588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1311
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 4405
#   total CPU time (s): 3.26196
#   total CPU user time (s): 3.17993
#   total CPU system time (s): 0.08203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03002 second user time and 0.05814 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 22:57:00
IDJOB=4299753
IDBENCH=141440
IDSOLVER=2763
FILE ID=node107/4299753-1532811420
RUNJOBID= node107-1532811420-4380
PBS_JOBID= 21022487
Free space on /tmp= 54468 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299753-1532811420/watcher-4299753-1532811420 -o /tmp/evaluation-result-4299753-1532811420/solver-4299753-1532811420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299753-1532811420.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1190101215

node107.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.40
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.40
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.40
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.40
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:        23248612 kB
MemAvailable:   31935656 kB
Buffers:          233132 kB
Cached:          8690448 kB
SwapCached:            0 kB
Active:          3833288 kB
Inactive:        5144072 kB
Active(anon):       3324 kB
Inactive(anon):    78544 kB
Active(file):    3829964 kB
Inactive(file):  5065528 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4788 kB
Writeback:             4 kB
AnonPages:         60388 kB
Mapped:            43652 kB
Shmem:             25228 kB
Slab:             243136 kB
SReclaimable:     214772 kB
SUnreclaim:        28364 kB
KernelStack:        3136 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 22:57:01