Trace number 4303357

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
PicatSAT 2018-08-02SAT 1369.44 1369.49

General information on the benchmark

NameStripPacking/
StripPacking-N1c_c18.xml
MD5SUM19f4dcf35e46defaa68e633424c84ce1
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 benchmark72.0175
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

1369.34/1369.48	c xcsp_picat version 2.4#6 (8/1/2018)
1369.34/1369.48	s SATISFIABLE
1369.34/1369.48	v <instantiation>
1369.34/1369.48	v     <list> y[] x[] w[] h[] r[]  </list> 
1369.34/1369.48	v     <values> 165 148 112 0 70 160 148 123 112 160 0 26 123 26 121 112 0  40 40 55 78 49 94 94 40 0 126 0 49 0 0 136 136 166  86 54 81 88 117 32 42 15 55 10 78 29 40 49 64 30 34  35 17 36 70 42 5 12 25 11 40 26 44 77 86 79 9 121  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1   </values> 
1369.34/1369.48	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 (10908 MiB free)
  memory of node 1: 16384 MiB (6905 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303357-1533996920/watcher-4303357-1533996920 -o /tmp/evaluation-result-4303357-1533996920/solver-4303357-1533996920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25512 --watchdog 2580 xcsp_picat HOME/instance-4303357-1533996920.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
Current StackSize limit: 8192 KiB

solver pid=26452, runsolver pid=26449

[startup+0.100202 s]*
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18225232/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2027880 memory=18964 CPUtime=0.1 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 1918 0 0 0 10 0 0 0 20 0 1 0 217255251 2076549120 4741 33554432000 4194304 5849708 140736507843664 140736507843664 5606243 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 506970 4741 706 405 0 503915 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027880 KiB
Current children cumulated memory: 18964 KiB

[startup+0.209963 s]*
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18225000/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2027880 memory=18964 CPUtime=0.2 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 1918 0 0 0 20 0 0 0 20 0 1 0 217255251 2076549120 4741 33554432000 4194304 5849708 140736507843664 140736507842760 5521478 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 506970 4741 706 405 0 503915 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027880 KiB
Current children cumulated memory: 18964 KiB

[startup+0.309559 s]*
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18224180/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2029340 memory=20256 CPUtime=0.31 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 2375 0 0 0 30 1 0 0 20 0 1 0 217255251 2078044160 5064 33554432000 4194304 5849708 140736507843664 140736507842760 5361742 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 507335 5064 724 405 0 504280 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029340 KiB
Current children cumulated memory: 20256 KiB

[startup+0.700338 s]
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18224064/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2029052 memory=20260 CPUtime=0.69 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 2492 0 0 0 68 1 0 0 20 0 1 0 217255251 2077749248 5065 33554432000 4194304 5849708 140736507843664 140736507842760 5309616 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 507263 5065 734 405 0 504208 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029052 KiB
Current children cumulated memory: 20260 KiB

[startup+1.50034 s]
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18224260/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2029380 memory=20360 CPUtime=1.49 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 2852 0 0 0 147 2 0 0 20 0 1 0 217255251 2078085120 5090 33554432000 4194304 5849708 140736507843664 140736507842664 140623853903751 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 507345 5090 739 405 0 504290 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029380 KiB
Current children cumulated memory: 20360 KiB

[startup+3.10985 s]
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18221116/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2031760 memory=23092 CPUtime=3.1 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 5112 0 0 0 306 4 0 0 20 0 1 0 217255251 2080522240 5773 33554432000 4194304 5849708 140736507843664 140736507842824 140623853903751 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 507940 5773 739 405 0 504885 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031760 KiB
Current children cumulated memory: 23092 KiB

[startup+6.30036 s]
/proc/loadavg: 2.02 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18217988/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2034284 memory=25728 CPUtime=6.29 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 9699 0 0 0 619 10 0 0 20 0 1 0 217255251 2083106816 6432 33554432000 4194304 5849708 140736507843664 140736507842824 140623853903751 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 508571 6432 739 405 0 505516 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 25728 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18217512/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2034692 memory=26084 CPUtime=12.68 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 16532 0 0 0 1249 19 0 0 20 0 1 0 217255251 2083524608 6521 33554432000 4194304 5849708 140736507843664 140736507842664 5312883 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 508673 6521 739 405 0 505618 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2034692 KiB
Current children cumulated memory: 26084 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.05 3/190 26453
/proc/meminfo: memFree=18213584/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2040320 memory=31652 CPUtime=25.49 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 30118 0 0 0 2512 37 0 0 20 0 1 0 217255251 2089287680 7913 33554432000 4194304 5849708 140736507843664 140736507842664 140623853903751 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 510080 7913 739 405 0 507025 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2040320 KiB
Current children cumulated memory: 31652 KiB

[startup+51.1097 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 26454
/proc/meminfo: memFree=18177516/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2043140 memory=34456 CPUtime=51.09 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 52720 0 0 0 5040 69 0 0 20 0 1 0 217255251 2092175360 8614 33554432000 4194304 5849708 140736507843664 140736507842664 140623853903751 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 510785 8614 739 405 0 507730 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2043140 KiB
Current children cumulated memory: 34456 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/191 26455
/proc/meminfo: memFree=18145476/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2049928 memory=41272 CPUtime=102.29 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 92777 0 0 0 10108 121 0 0 20 0 1 0 217255251 2099126272 10318 33554432000 4194304 5849708 140736507843664 140736507842664 5437632 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 512482 10318 739 405 0 509427 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2049928 KiB
Current children cumulated memory: 41272 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 26456
/proc/meminfo: memFree=18136580/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2055740 memory=47084 CPUtime=162.29 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 125228 0 0 0 16058 171 0 0 20 0 1 0 217255251 2105077760 11771 33554432000 4194304 5849708 140736507843664 140736507842664 5335622 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 513935 11771 739 405 0 510880 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2055740 KiB
Current children cumulated memory: 47084 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26457
/proc/meminfo: memFree=18129876/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2062008 memory=53352 CPUtime=222.28 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 153987 0 0 0 22011 217 0 0 20 0 1 0 217255251 2111496192 13338 33554432000 4194304 5849708 140736507843664 140736507842664 5438180 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 515502 13338 739 405 0 512447 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2062008 KiB
Current children cumulated memory: 53352 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26466
/proc/meminfo: memFree=18179224/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2076964 memory=68308 CPUtime=282.29 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 182455 0 0 0 27968 261 0 0 20 0 1 0 217255251 2126811136 17077 33554432000 4194304 5849708 140736507843664 140736507842664 140623853903751 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 519241 17077 739 405 0 516186 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2076964 KiB
Current children cumulated memory: 68308 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 26467
/proc/meminfo: memFree=18105116/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2097936 memory=89280 CPUtime=342.28 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 206680 0 0 0 33932 296 0 0 20 0 1 0 217255251 2148286464 22320 33554432000 4194304 5849708 140736507843664 140736507842824 140623853903751 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 524484 22320 739 405 0 521429 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2097936 KiB
Current children cumulated memory: 89280 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26468
/proc/meminfo: memFree=18109596/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2093452 memory=84796 CPUtime=402.28 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 221083 0 0 0 39909 319 0 0 20 0 1 0 217255251 2143694848 21199 33554432000 4194304 5849708 140736507843664 140736507842664 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 523363 21199 739 405 0 520308 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2093452 KiB
Current children cumulated memory: 84796 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 26469
/proc/meminfo: memFree=18080624/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2122056 memory=113400 CPUtime=462.29 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 238303 0 0 0 45889 340 0 0 20 0 1 0 217255251 2172985344 28350 33554432000 4194304 5849708 140736507843664 140736507842664 5437627 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 530514 28350 739 405 0 527459 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2122056 KiB
Current children cumulated memory: 113400 KiB


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

Current children cumulated memory: 193900 KiB

[startup+882.3 s]
/proc/loadavg: 2.03 2.07 2.07 3/191 26487
/proc/meminfo: memFree=17781592/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2252904 memory=249440 CPUtime=882.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 291760 0 0 0 87793 432 0 0 20 0 1 0 217255251 2306973696 62360 33554432000 4194304 5849708 140736507843664 140736507842664 5438309 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 563226 62360 739 405 0 560171 0
Current children cumulated CPU time: 882.25 s
Current children cumulated vsize: 2252904 KiB
Current children cumulated memory: 249440 KiB

[startup+942.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/192 26489
/proc/meminfo: memFree=17784112/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2252904 memory=249440 CPUtime=942.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 312108 0 0 0 93782 443 0 0 20 0 1 0 217255251 2306973696 62360 33554432000 4194304 5849708 140736507843664 140736507842664 5437576 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 563226 62360 739 405 0 560171 0
Current children cumulated CPU time: 942.25 s
Current children cumulated vsize: 2252904 KiB
Current children cumulated memory: 249440 KiB

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/192 26490
/proc/meminfo: memFree=17892172/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2177320 memory=173720 CPUtime=1002.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 315835 0 0 0 99763 462 0 0 20 0 1 0 217255251 2229575680 43430 33554432000 4194304 5849708 140736507843664 140736507842664 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 544330 43430 739 405 0 541275 0
Current children cumulated CPU time: 1002.25 s
Current children cumulated vsize: 2177320 KiB
Current children cumulated memory: 173720 KiB

[startup+1062.3 s]
/proc/loadavg: 2.06 2.05 2.06 3/192 26491
/proc/meminfo: memFree=17797520/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2206636 memory=203172 CPUtime=1062.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 318704 0 0 0 105750 475 0 0 20 0 1 0 217255251 2259595264 50793 33554432000 4194304 5849708 140736507843664 140736507842664 5437592 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 551659 50793 739 405 0 548604 0
Current children cumulated CPU time: 1062.25 s
Current children cumulated vsize: 2206636 KiB
Current children cumulated memory: 203172 KiB

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/193 26493
/proc/meminfo: memFree=17794272/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2209328 memory=205864 CPUtime=1122.24 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 331712 0 0 0 111738 486 0 0 20 0 1 0 217255251 2262351872 51466 33554432000 4194304 5849708 140736507843664 140736507842664 5438273 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 552332 51466 739 405 0 549277 0
Current children cumulated CPU time: 1122.24 s
Current children cumulated vsize: 2209328 KiB
Current children cumulated memory: 205864 KiB

[startup+1182.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/193 26494
/proc/meminfo: memFree=17762420/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2241444 memory=237836 CPUtime=1182.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 335414 0 0 0 117728 497 0 0 20 0 1 0 217255251 2295238656 59459 33554432000 4194304 5849708 140736507843664 140736507842664 5335545 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 560361 59459 739 405 0 557306 0
Current children cumulated CPU time: 1182.25 s
Current children cumulated vsize: 2241444 KiB
Current children cumulated memory: 237836 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/190 26495
/proc/meminfo: memFree=17763548/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2241444 memory=237980 CPUtime=1242.24 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 349690 0 0 0 123714 510 0 0 20 0 1 0 217255251 2295238656 59495 33554432000 4194304 5849708 140736507843664 140736507842664 5437721 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 560361 59495 739 405 0 557306 0
Current children cumulated CPU time: 1242.24 s
Current children cumulated vsize: 2241444 KiB
Current children cumulated memory: 237980 KiB

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 26497
/proc/meminfo: memFree=17762788/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2241444 memory=237980 CPUtime=1302.25 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 350057 0 0 0 129705 520 0 0 20 0 1 0 217255251 2295238656 59495 33554432000 4194304 5849708 140736507843664 140736507842664 5437616 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 560361 59495 739 405 0 557306 0
Current children cumulated CPU time: 1302.25 s
Current children cumulated vsize: 2241444 KiB
Current children cumulated memory: 237980 KiB

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1362.24 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364291 0 0 0 135695 529 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5335584 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1362.24 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1369.49 s]
# the end of solver process 26452 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1364.14 s, system=5.30893 s

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

[startup+1363.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1363.14 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364366 0 0 0 135785 529 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1363.14 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1366.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1366.34 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364485 0 0 0 136105 529 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5437782 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1366.34 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1368 s]*
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1367.96 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364492 0 0 0 136266 530 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1367.96 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1368.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1368.75 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364502 0 0 0 136345 530 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5437576 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1368.75 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1369.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1369.14 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364506 0 0 0 136384 530 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5437705 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1369.14 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

[startup+1369.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/191 26498
/proc/meminfo: memFree=17795300/32770624 swapFree=67108688/67108860
[pid=26452] ppid=26449 vsize=2313776 memory=310312 CPUtime=1369.34 cores=0,2,4,6
/proc/26452/stat : 26452 (xcsp_picat) R 26449 26452 25480 0 -1 4202496 364512 0 0 0 136404 530 0 0 20 0 1 0 217255251 2369306624 77578 33554432000 4194304 5849708 140736507843664 140736507842664 5438261 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 27291648 140736507851958 140736507852036 140736507852036 140736507854794 0
/proc/26452/statm: 578444 77578 739 405 0 575389 0
Current children cumulated CPU time: 1369.34 s
Current children cumulated vsize: 2313776 KiB
Current children cumulated memory: 310312 KiB

Child status: 0
Real time (s): 1369.49
CPU time (s): 1369.44
CPU user time (s): 1364.14
CPU system time (s): 5.30893
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 2313776
Max. memory (cumulated for all children) (KiB): 310312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1364.14
system time used= 5.30893
maximum resident set size= 310348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364709
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= 42
involuntary context switches= 535


# summary of solver processes directly reported to runsolver:
#   pid: 26452
#   total CPU time (s): 1369.44
#   total CPU user time (s): 1364.14
#   total CPU system time (s): 5.30893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52933 second user time and 10.1808 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-11 16:15:20
IDJOB=4303357
IDBENCH=141133
IDSOLVER=2778
FILE ID=node134/4303357-1533996920
RUNJOBID= node134-1533991241-25512
PBS_JOBID= 21036944
Free space on /tmp= 42312 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/StripPacking/StripPacking-N1c_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303357-1533996920/watcher-4303357-1533996920 -o /tmp/evaluation-result-4303357-1533996920/solver-4303357-1533996920 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1533991241-25512 --watchdog 2580  xcsp_picat HOME/instance-4303357-1533996920.xml

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

MD5SUM BENCH= 19f4dcf35e46defaa68e633424c84ce1
RANDOM SEED=1623054628

node134.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.68
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.68
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.68
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.68
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:        18242264 kB
MemAvailable:   31765260 kB
Buffers:          168632 kB
Cached:         13503552 kB
SwapCached:           52 kB
Active:          4559716 kB
Inactive:        9307196 kB
Active(anon):     143904 kB
Inactive(anon):   103132 kB
Active(file):    4415812 kB
Inactive(file):  9204064 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              2948 kB
Writeback:             0 kB
AnonPages:        175352 kB
Mapped:            55940 kB
Shmem:             49652 kB
Slab:             360688 kB
SReclaimable:     331580 kB
SUnreclaim:        29108 kB
KernelStack:        3408 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2513464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42308 MiB
End job on node134 at 2018-08-11 16:38:10