Trace number 4295360

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
PicatSAT 2018-06-15OPT943 1443.94 1443.89

General information on the benchmark

NameMario/
Mario-n-medium-3_c18.xml
MD5SUM5e375f515acf7f26619053bdd8bbc393
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark943
Best CPU time to get the best result obtained on this benchmark83.7009
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains57
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":8},{"size":30,"count":51}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1443.84/1443.89	c xcsp_picat version 2.4#4 (June 15, 2018)
1443.84/1443.89	o 943
1443.84/1443.89	s OPTIMUM FOUND
1443.84/1443.89	v <instantiation>
1443.84/1443.89	v     <list> s[] g[] f[]  </list> 
1443.84/1443.89	v     <values> 27 0 2 13 4 5 22 7 8 9 10 11 12 21 14 15 19 17 3 18 1 6 26 28 24 25 29 16 20 23  0 0 0 81 0 0 49 0 0 0 0 0 0 14 0 0 76 0 86 99 11 92 85 95 0 0 57 59 46 93  178 0 0 28 0 0 42 0 0 0 0 0 0 77 0 0 137 0 63 161 67 99 337 19 0 0 44 181 216 265   </values> 
1443.84/1443.89	v </instantiation>

Verifier Data

OK	943

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295360-1532520754/watcher-4295360-1532520754 -o /tmp/evaluation-result-4295360-1532520754/solver-4295360-1532520754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532498874-27090 --watchdog 2580 xcsp_picat HOME/instance-4295360-1532520754.xml 

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

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


[startup+0.100203 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11237712/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=128064 memory=24064 CPUtime=0.1 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 2131 0 0 0 10 0 0 0 20 0 1 0 69638546 131137536 6016 33554432000 4194304 5849740 140736509264416 140736509264416 5249600 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 32016 6016 629 405 0 28960 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 128064 KiB
Current children cumulated memory: 24064 KiB

[startup+0.209879 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11219280/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=129760 memory=42736 CPUtime=0.21 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 2891 0 0 0 21 0 0 0 20 0 1 0 69638546 132874240 10684 33554432000 4194304 5849740 140736509264416 140736509264416 5606222 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 32440 10684 703 405 0 29384 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 129760 KiB
Current children cumulated memory: 42736 KiB

[startup+0.3097 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11219260/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=129900 memory=42736 CPUtime=0.31 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 2895 0 0 0 31 0 0 0 20 0 1 0 69638546 133017600 10684 33554432000 4194304 5849740 140736509264416 140736509262792 5473355 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 32475 10684 703 405 0 29419 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 129900 KiB
Current children cumulated memory: 42736 KiB

[startup+0.700332 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11219260/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=129900 memory=42736 CPUtime=0.69 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 2904 0 0 0 69 0 0 0 20 0 1 0 69638546 133017600 10684 33554432000 4194304 5849740 140736509264416 140736509262792 5606191 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 32475 10684 703 405 0 29419 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 129900 KiB
Current children cumulated memory: 42736 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11219260/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=129900 memory=42736 CPUtime=1.49 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 2911 0 0 0 149 0 0 0 20 0 1 0 69638546 133017600 10684 33554432000 4194304 5849740 140736509264416 140736509263512 5521440 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 32475 10684 703 405 0 29419 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 129900 KiB
Current children cumulated memory: 42736 KiB

[startup+3.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11210080/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=139260 memory=52200 CPUtime=3.1 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 4843 0 0 0 309 1 0 0 20 0 1 0 69638546 142602240 13050 33554432000 4194304 5849740 140736509264416 140736509263288 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 34815 13050 742 405 0 31759 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 139260 KiB
Current children cumulated memory: 52200 KiB

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11210316/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=139620 memory=52684 CPUtime=6.29 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 5649 0 0 0 624 5 0 0 20 0 1 0 69638546 142970880 13171 33554432000 4194304 5849740 140736509264416 140736509263064 5339754 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 34905 13171 755 405 0 31849 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 139620 KiB
Current children cumulated memory: 52684 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11204532/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=142516 memory=57376 CPUtime=12.69 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 7795 0 0 0 1259 10 0 0 20 0 1 0 69638546 145936384 14344 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 35629 14344 755 405 0 32573 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 142516 KiB
Current children cumulated memory: 57376 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29527
/proc/meminfo: memFree=11191196/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=151668 memory=70512 CPUtime=25.49 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 14025 0 0 0 2528 21 0 0 20 0 1 0 69638546 155308032 17628 33554432000 4194304 5849740 140736509264416 140736509263416 5438262 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 37917 17628 755 405 0 34861 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 151668 KiB
Current children cumulated memory: 70512 KiB

[startup+51.1096 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 29527
/proc/meminfo: memFree=11196400/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=142676 memory=65440 CPUtime=51.1 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 19935 0 0 0 5072 38 0 0 20 0 1 0 69638546 146100224 16360 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 35669 16360 764 405 0 32613 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 142676 KiB
Current children cumulated memory: 65440 KiB

[startup+102.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/188 29528
/proc/meminfo: memFree=11451776/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=152892 memory=76416 CPUtime=102.3 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 27692 0 0 0 10154 76 0 0 20 0 1 0 69638546 156561408 19104 33554432000 4194304 5849740 140736509264416 140736509263416 5437607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 38223 19104 764 405 0 35167 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 152892 KiB
Current children cumulated memory: 76416 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 29529
/proc/meminfo: memFree=11419700/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=185660 memory=109236 CPUtime=162.29 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 34807 0 0 0 16128 101 0 0 20 0 1 0 69638546 190115840 27309 33554432000 4194304 5849740 140736509264416 140736509263576 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 46415 27309 764 405 0 43359 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 185660 KiB
Current children cumulated memory: 109236 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 29530
/proc/meminfo: memFree=11215204/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=159556 memory=83308 CPUtime=222.3 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 42076 0 0 0 22099 131 0 0 20 0 1 0 69638546 163385344 20827 33554432000 4194304 5849740 140736509264416 140736509263416 5376263 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 39889 20827 764 405 0 36833 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 159556 KiB
Current children cumulated memory: 83308 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 29532
/proc/meminfo: memFree=10973816/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=186204 memory=109928 CPUtime=282.3 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 44584 0 0 0 28072 158 0 0 20 0 1 0 69638546 190672896 27482 33554432000 4194304 5849740 140736509264416 140736509263416 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 46551 27482 764 405 0 43495 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 186204 KiB
Current children cumulated memory: 109928 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 29533
/proc/meminfo: memFree=10996948/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=162392 memory=86272 CPUtime=342.31 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 51450 0 0 0 34053 178 0 0 20 0 1 0 69638546 166289408 21568 33554432000 4194304 5849740 140736509264416 140736509263576 5438216 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 40598 21568 764 405 0 37542 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 162392 KiB
Current children cumulated memory: 86272 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 29534
/proc/meminfo: memFree=10916924/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=177720 memory=101396 CPUtime=402.31 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 52743 0 0 0 40019 212 0 0 20 0 1 0 69638546 181985280 25349 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 44430 25349 764 405 0 41374 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 177720 KiB
Current children cumulated memory: 101396 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 29543
/proc/meminfo: memFree=10882448/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=214332 memory=134784 CPUtime=462.32 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 57884 0 0 0 46001 231 0 0 20 0 1 0 69638546 219475968 33696 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 53583 33696 764 405 0 50527 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 214332 KiB
Current children cumulated memory: 134784 KiB


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

Current children cumulated memory: 156228 KiB

[startup+942.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/187 29675
/proc/meminfo: memFree=12964304/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=216092 memory=139844 CPUtime=942.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 92305 0 0 0 93819 414 0 0 20 0 1 0 69638546 221278208 34961 33554432000 4194304 5849740 140736509264416 140736509263416 5437620 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 54023 34961 764 405 0 50967 0
Current children cumulated CPU time: 942.33 s
Current children cumulated vsize: 216092 KiB
Current children cumulated memory: 139844 KiB

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/187 29676
/proc/meminfo: memFree=13018724/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=159076 memory=81480 CPUtime=1002.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 95097 0 0 0 99786 447 0 0 20 0 1 0 69638546 162893824 20370 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 39769 20370 764 405 0 36713 0
Current children cumulated CPU time: 1002.33 s
Current children cumulated vsize: 159076 KiB
Current children cumulated memory: 81480 KiB

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 29684
/proc/meminfo: memFree=12980772/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=189376 memory=113128 CPUtime=1062.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 102477 0 0 0 105762 471 0 0 20 0 1 0 69638546 193921024 28282 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 47344 28282 764 405 0 44288 0
Current children cumulated CPU time: 1062.33 s
Current children cumulated vsize: 189376 KiB
Current children cumulated memory: 113128 KiB

[startup+1122.3 s]
/proc/loadavg: 2.40 2.11 2.08 3/187 29685
/proc/meminfo: memFree=12947844/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=219764 memory=143504 CPUtime=1122.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 105024 0 0 0 111741 492 0 0 20 0 1 0 69638546 225038336 35876 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 54941 35876 764 405 0 51885 0
Current children cumulated CPU time: 1122.33 s
Current children cumulated vsize: 219764 KiB
Current children cumulated memory: 143504 KiB

[startup+1182.3 s]
/proc/loadavg: 2.29 2.15 2.09 3/187 29686
/proc/meminfo: memFree=12908508/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=242748 memory=166268 CPUtime=1182.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 108122 0 0 0 117725 508 0 0 20 0 1 0 69638546 248573952 41567 33554432000 4194304 5849740 140736509264416 140736509263416 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 60687 41567 764 405 0 57631 0
Current children cumulated CPU time: 1182.33 s
Current children cumulated vsize: 242748 KiB
Current children cumulated memory: 166268 KiB

[startup+1242.3 s]
/proc/loadavg: 2.11 2.12 2.08 3/187 29687
/proc/meminfo: memFree=12990280/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=142972 memory=66488 CPUtime=1242.33 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 112968 0 0 0 123700 533 0 0 20 0 1 0 69638546 146403328 16622 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 35743 16622 764 405 0 32687 0
Current children cumulated CPU time: 1242.33 s
Current children cumulated vsize: 142972 KiB
Current children cumulated memory: 66488 KiB

[startup+1302.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/187 29688
/proc/meminfo: memFree=12967392/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=177228 memory=100980 CPUtime=1302.34 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 118750 0 0 0 129665 569 0 0 20 0 1 0 69638546 181481472 25245 33554432000 4194304 5849740 140736509264416 140736509263144 5361381 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 44307 25245 764 405 0 41251 0
Current children cumulated CPU time: 1302.34 s
Current children cumulated vsize: 177228 KiB
Current children cumulated memory: 100980 KiB

[startup+1362.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 29689
/proc/meminfo: memFree=12858216/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=206732 memory=130484 CPUtime=1362.34 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 120003 0 0 0 135641 593 0 0 20 0 1 0 69638546 211693568 32621 33554432000 4194304 5849740 140736509264416 140736509263416 5437720 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 51683 32621 764 405 0 48627 0
Current children cumulated CPU time: 1362.34 s
Current children cumulated vsize: 206732 KiB
Current children cumulated memory: 130484 KiB

[startup+1422.3 s]
/proc/loadavg: 2.09 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12869836/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=233712 memory=157376 CPUtime=1422.34 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 126285 0 0 0 141625 609 0 0 20 0 1 0 69638546 239321088 39344 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 58428 39344 764 405 0 55372 0
Current children cumulated CPU time: 1422.34 s
Current children cumulated vsize: 233712 KiB
Current children cumulated memory: 157376 KiB

[startup+1443.89 s]
# the end of solver process 29526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1437.78 s, system=6.16328 s

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

[startup+1433.6 s]
/proc/loadavg: 2.07 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12874756/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=217328 memory=141080 CPUtime=1433.63 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 126285 0 0 0 142751 612 0 0 20 0 1 0 69638546 222543872 35270 33554432000 4194304 5849740 140736509264416 140736509263416 5335519 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 54332 35270 764 405 0 51276 0
Current children cumulated CPU time: 1433.63 s
Current children cumulated vsize: 217328 KiB
Current children cumulated memory: 141080 KiB

[startup+1440 s]*
/proc/loadavg: 2.06 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12886688/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=205924 memory=129608 CPUtime=1440.05 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 127897 0 0 0 143391 614 0 0 20 0 1 0 69638546 210866176 32402 33554432000 4194304 5849740 140736509264416 140736509263416 5335518 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 51481 32402 764 405 0 48425 0
Current children cumulated CPU time: 1440.05 s
Current children cumulated vsize: 205924 KiB
Current children cumulated memory: 129608 KiB

[startup+1441.6 s]
/proc/loadavg: 2.06 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12878476/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=214116 memory=137848 CPUtime=1441.64 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 128412 0 0 0 143549 615 0 0 20 0 1 0 69638546 219254784 34462 33554432000 4194304 5849740 140736509264416 140736509263416 5438262 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 53529 34462 764 405 0 50473 0
Current children cumulated CPU time: 1441.64 s
Current children cumulated vsize: 214116 KiB
Current children cumulated memory: 137848 KiB

[startup+1443.2 s]
/proc/loadavg: 2.06 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12878476/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=214116 memory=137848 CPUtime=1443.24 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 128412 0 0 0 143709 615 0 0 20 0 1 0 69638546 219254784 34462 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 53529 34462 764 405 0 50473 0
Current children cumulated CPU time: 1443.24 s
Current children cumulated vsize: 214116 KiB
Current children cumulated memory: 137848 KiB

[startup+1443.6 s]
/proc/loadavg: 2.06 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12878476/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=214116 memory=137848 CPUtime=1443.64 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 128412 0 0 0 143749 615 0 0 20 0 1 0 69638546 219254784 34462 33554432000 4194304 5849740 140736509264416 140736509263416 139961997041543 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 53529 34462 764 405 0 50473 0
Current children cumulated CPU time: 1443.64 s
Current children cumulated vsize: 214116 KiB
Current children cumulated memory: 137848 KiB

[startup+1443.8 s]
/proc/loadavg: 2.06 2.08 2.07 3/187 29690
/proc/meminfo: memFree=12878476/32770624 swapFree=67108860/67108860
[pid=29526] ppid=29523 vsize=214116 memory=137848 CPUtime=1443.84 cores=0,2,4,6
/proc/29526/stat : 29526 (xcsp_picat) R 29523 29526 27059 0 -1 4202496 128412 0 0 0 143768 616 0 0 20 0 1 0 69638546 219254784 34462 33554432000 4194304 5849740 140736509264416 140736509263416 5437689 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46649344 140736509269174 140736509269252 140736509269252 140736509272010 0
/proc/29526/statm: 53529 34462 764 405 0 50473 0
Current children cumulated CPU time: 1443.84 s
Current children cumulated vsize: 214116 KiB
Current children cumulated memory: 137848 KiB

Child status: 0
Real time (s): 1443.89
CPU time (s): 1443.94
CPU user time (s): 1437.78
CPU system time (s): 6.16328
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 254688
Max. memory (cumulated for all children) (KiB): 178440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1437.78
system time used= 6.16329
maximum resident set size= 178440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 1437


# summary of solver processes directly reported to runsolver:
#   pid: 29526
#   total CPU time (s): 1443.94
#   total CPU user time (s): 1437.78
#   total CPU system time (s): 6.16328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09063 second user time and 10.062 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 14:12:34
IDJOB=4295360
IDBENCH=141528
IDSOLVER=2754
FILE ID=node107/4295360-1532520754
RUNJOBID= node107-1532498874-27090
PBS_JOBID= 21021590
Free space on /tmp= 54520 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Mario/Mario-n-medium-3_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295360-1532520754/watcher-4295360-1532520754 -o /tmp/evaluation-result-4295360-1532520754/solver-4295360-1532520754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532498874-27090 --watchdog 2580  xcsp_picat HOME/instance-4295360-1532520754.xml

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

MD5SUM BENCH= 5e375f515acf7f26619053bdd8bbc393
RANDOM SEED=638259692

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:        11260084 kB
MemAvailable:   30014584 kB
Buffers:          280780 kB
Cached:         18596320 kB
SwapCached:            0 kB
Active:          6116720 kB
Inactive:       14727872 kB
Active(anon):    1970568 kB
Inactive(anon):    25036 kB
Active(file):    4146152 kB
Inactive(file): 14702836 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3012 kB
Writeback:             0 kB
AnonPages:       1974960 kB
Mapped:            41316 kB
Shmem:             25228 kB
Slab:             361736 kB
SReclaimable:     333972 kB
SUnreclaim:        27764 kB
KernelStack:        3376 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2311516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1622016 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= 54520 MiB
End job on node107 at 2018-07-25 14:36:38