Trace number 4309654

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-14SAT 1267.58 1267.57

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P04_c18.xml
MD5SUMbba9b3428f0c8228a4e28ff2342631fb
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 benchmark8.52171
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints38
Number of domains2
Minimum domain size36
Maximum domain size37
Distribution of domain sizes[{"size":36,"count":36},{"size":37,"count":16}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":40},{"degree":2,"count":36},{"degree":5,"count":8},{"degree":6,"count":8}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":16,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

1267.49/1267.56	c xcsp_picat version 2.4#7 (8/14/2018)
1267.49/1267.56	s SATISFIABLE
1267.49/1267.56	v <instantiation>
1267.49/1267.56	v     <list> ce[][][] cn[][] cie[][]  </list> 
1267.49/1267.56	v     <values> 1 9 4 19 1 1 5 28 1 1 1 23 1 1 1 1 1 25 18 2 1 1 7 27 1 1 1 20 1 1 1 1 1 17 11 15 1 1 6 32 1 1 1 26 1 1 1 1 1 14 22 21 1 1 36 35 1 1 1 1 1 1 1 1  16 7 12 35 6 31 24 4 19 2 8 34 22 36 0 1  10 24 12 31 13 29 16 30 3 34 8 33   </values> 
1267.49/1267.56	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 (13404 MiB free)
  memory of node 1: 16384 MiB (10699 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309654-1534298276/watcher-4309654-1534298276 -o /tmp/evaluation-result-4309654-1534298276/solver-4309654-1534298276 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580 xcsp_picat HOME/instance-4309654-1534298276.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=16106, runsolver pid=16103

[startup+0.100114 s]*
/proc/loadavg: 2.31 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24668732/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2027360 memory=16744 CPUtime=0.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 1825 0 0 0 10 0 0 0 20 0 1 0 247390753 2076016640 4186 33554432000 4194304 5849940 140730057069712 140730057069712 5365592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 506840 4186 677 405 0 503784 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027360 KiB
Current children cumulated memory: 16744 KiB

[startup+0.20977 s]*
/proc/loadavg: 2.31 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24668732/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2027360 memory=16744 CPUtime=0.21 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 1829 0 0 0 21 0 0 0 20 0 1 0 247390753 2076016640 4186 33554432000 4194304 5849940 140730057069712 140730057068584 5356199 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 506840 4186 677 405 0 503784 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027360 KiB
Current children cumulated memory: 16744 KiB

[startup+0.308956 s]*
/proc/loadavg: 2.31 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24668620/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2028108 memory=17016 CPUtime=0.31 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 2093 0 0 0 31 0 0 0 20 0 1 0 247390753 2076782592 4254 33554432000 4194304 5849940 140730057069712 140730057068584 5416675 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 507027 4254 701 405 0 503971 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028108 KiB
Current children cumulated memory: 17016 KiB

[startup+0.700232 s]
/proc/loadavg: 2.31 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24667244/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2029656 memory=18600 CPUtime=0.69 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 2484 0 0 0 69 0 0 0 20 0 1 0 247390753 2078367744 4650 33554432000 4194304 5849940 140730057069712 140730057067864 4212035 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 507414 4650 705 405 0 504358 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029656 KiB
Current children cumulated memory: 18600 KiB

[startup+1.50023 s]
/proc/loadavg: 2.31 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24667244/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2029656 memory=18600 CPUtime=1.49 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 2484 0 0 0 149 0 0 0 20 0 1 0 247390753 2078367744 4650 33554432000 4194304 5849940 140730057069712 140730057067864 4211681 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 507414 4650 705 405 0 504358 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029656 KiB
Current children cumulated memory: 18600 KiB

[startup+3.10933 s]
/proc/loadavg: 2.28 2.10 2.07 3/190 16107
/proc/meminfo: memFree=24665536/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2031004 memory=20300 CPUtime=3.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 3666 0 0 0 308 2 0 0 20 0 1 0 247390753 2079748096 5075 33554432000 4194304 5849940 140730057069712 140730057067864 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 507751 5075 709 405 0 504695 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031004 KiB
Current children cumulated memory: 20300 KiB

[startup+6.30022 s]
/proc/loadavg: 2.28 2.10 2.07 3/190 16108
/proc/meminfo: memFree=24663452/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2033464 memory=22680 CPUtime=6.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 9734 0 0 0 621 9 0 0 20 0 1 0 247390753 2082267136 5670 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 508366 5670 709 405 0 505310 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 2033464 KiB
Current children cumulated memory: 22680 KiB

[startup+12.7002 s]
/proc/loadavg: 2.26 2.10 2.07 3/190 16108
/proc/meminfo: memFree=24662872/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2037852 memory=27168 CPUtime=12.7 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 20576 0 0 0 1252 18 0 0 20 0 1 0 247390753 2086760448 6792 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 509463 6792 709 405 0 506407 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2037852 KiB
Current children cumulated memory: 27168 KiB

[startup+25.5003 s]
/proc/loadavg: 2.20 2.10 2.07 3/189 16108
/proc/meminfo: memFree=24659964/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2039500 memory=28764 CPUtime=25.5 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 37049 0 0 0 2515 35 0 0 20 0 1 0 247390753 2088448000 7191 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 509875 7191 709 405 0 506819 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2039500 KiB
Current children cumulated memory: 28764 KiB

[startup+51.1095 s]
/proc/loadavg: 2.13 2.09 2.06 3/189 16108
/proc/meminfo: memFree=24642936/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2054308 memory=43632 CPUtime=51.1 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 64862 0 0 0 5046 64 0 0 20 0 1 0 247390753 2103611392 10908 33554432000 4194304 5849940 140730057069712 140730057068712 5392214 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 513577 10908 709 405 0 510521 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2054308 KiB
Current children cumulated memory: 43632 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/190 16110
/proc/meminfo: memFree=24647264/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2048892 memory=38340 CPUtime=102.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 108930 0 0 0 10118 111 0 0 20 0 1 0 247390753 2098065408 9585 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 512223 9585 709 405 0 509167 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2048892 KiB
Current children cumulated memory: 38340 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/191 16119
/proc/meminfo: memFree=24634432/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2061364 memory=50812 CPUtime=162.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 148748 0 0 0 16076 154 0 0 20 0 1 0 247390753 2110836736 12703 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 515341 12703 709 405 0 512285 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2061364 KiB
Current children cumulated memory: 50812 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/192 16143
/proc/meminfo: memFree=24628808/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2065704 memory=55152 CPUtime=222.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 178189 0 0 0 22043 187 0 0 20 0 1 0 247390753 2115280896 13788 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 516426 13788 709 405 0 513370 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2065704 KiB
Current children cumulated memory: 55152 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/192 16144
/proc/meminfo: memFree=24591392/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2095160 memory=84608 CPUtime=282.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 208049 0 0 0 28013 217 0 0 20 0 1 0 247390753 2145443840 21152 33554432000 4194304 5849940 140730057069712 140730057068872 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 523790 21152 709 405 0 520734 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2095160 KiB
Current children cumulated memory: 84608 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/192 16145
/proc/meminfo: memFree=24590296/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2096668 memory=86244 CPUtime=342.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 230465 0 0 0 33990 240 0 0 20 0 1 0 247390753 2146988032 21561 33554432000 4194304 5849940 140730057069712 140730057068712 5438449 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 524167 21561 709 405 0 521111 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2096668 KiB
Current children cumulated memory: 86244 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/192 16146
/proc/meminfo: memFree=24519512/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2167412 memory=156860 CPUtime=402.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 251887 0 0 0 39972 258 0 0 20 0 1 0 247390753 2219429888 39215 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 541853 39215 709 405 0 538797 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2167412 KiB
Current children cumulated memory: 156860 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/191 16147
/proc/meminfo: memFree=24571288/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2115536 memory=104924 CPUtime=462.31 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 261316 0 0 0 45954 277 0 0 20 0 1 0 247390753 2166308864 26231 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 528884 26231 709 405 0 525828 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2115536 KiB
Current children cumulated memory: 104924 KiB


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

Current children cumulated memory: 231116 KiB

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 16163
/proc/meminfo: memFree=24452700/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2241668 memory=231116 CPUtime=882.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 340859 0 0 0 87848 381 0 0 20 0 1 0 247390753 2295468032 57779 33554432000 4194304 5849940 140730057069712 140730057068712 5335776 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 560417 57779 709 405 0 557361 0
Current children cumulated CPU time: 882.29 s
Current children cumulated vsize: 2241668 KiB
Current children cumulated memory: 231116 KiB

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/192 16164
/proc/meminfo: memFree=24404956/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2241668 memory=236024 CPUtime=942.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 340922 0 0 0 93839 390 0 0 20 0 1 0 247390753 2295468032 59006 33554432000 4194304 5849940 140730057069712 140730057068872 5438470 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 560417 59006 709 405 0 557361 0
Current children cumulated CPU time: 942.29 s
Current children cumulated vsize: 2241668 KiB
Current children cumulated memory: 236024 KiB

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 16166
/proc/meminfo: memFree=24251028/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2395928 memory=390284 CPUtime=1002.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 371887 0 0 0 99821 408 0 0 20 0 1 0 247390753 2453430272 97571 33554432000 4194304 5849940 140730057069712 140730057068712 5438368 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 598982 97571 709 405 0 595926 0
Current children cumulated CPU time: 1002.29 s
Current children cumulated vsize: 2395928 KiB
Current children cumulated memory: 390284 KiB

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16167
/proc/meminfo: memFree=24281848/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2395928 memory=390284 CPUtime=1062.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 374582 0 0 0 105812 417 0 0 20 0 1 0 247390753 2453430272 97571 33554432000 4194304 5849940 140730057069712 140730057068872 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 598982 97571 709 405 0 595926 0
Current children cumulated CPU time: 1062.29 s
Current children cumulated vsize: 2395928 KiB
Current children cumulated memory: 390284 KiB

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16168
/proc/meminfo: memFree=24248856/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2428272 memory=422420 CPUtime=1122.29 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 377240 0 0 0 111802 427 0 0 20 0 1 0 247390753 2486550528 105605 33554432000 4194304 5849940 140730057069712 140730057068872 5437808 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 607068 105605 709 405 0 604012 0
Current children cumulated CPU time: 1122.29 s
Current children cumulated vsize: 2428272 KiB
Current children cumulated memory: 422420 KiB

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16169
/proc/meminfo: memFree=24248900/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2428272 memory=422628 CPUtime=1182.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 410476 0 0 0 117793 437 0 0 20 0 1 0 247390753 2486550528 105657 33554432000 4194304 5849940 140730057069712 140730057068712 5437815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 607068 105657 709 405 0 604012 0
Current children cumulated CPU time: 1182.3 s
Current children cumulated vsize: 2428272 KiB
Current children cumulated memory: 422628 KiB

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16170
/proc/meminfo: memFree=24470536/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2204448 memory=198728 CPUtime=1242.3 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 419609 0 0 0 123778 452 0 0 20 0 1 0 247390753 2257354752 49682 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 551112 49682 709 405 0 548056 0
Current children cumulated CPU time: 1242.3 s
Current children cumulated vsize: 2204448 KiB
Current children cumulated memory: 198728 KiB

[startup+1267.57 s]
# the end of solver process 16106 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1262.98 s, system=4.59514 s

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

[startup+1254.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16170
/proc/meminfo: memFree=24443496/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2204448 memory=198804 CPUtime=1254.39 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 419832 0 0 0 124986 453 0 0 20 0 1 0 247390753 2257354752 49701 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 551112 49701 709 405 0 548056 0
Current children cumulated CPU time: 1254.39 s
Current children cumulated vsize: 2204448 KiB
Current children cumulated memory: 198804 KiB

[startup+1260.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16170
/proc/meminfo: memFree=24405276/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206144 CPUtime=1260.79 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 420223 0 0 0 125625 454 0 0 20 0 1 0 247390753 2265001984 51536 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51536 709 405 0 549923 0
Current children cumulated CPU time: 1260.79 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206144 KiB

[startup+1264 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24421480/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1264.01 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 439968 0 0 0 125944 457 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 5438465 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1264.01 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

[startup+1265.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24419308/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1265.6 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 440292 0 0 0 126102 458 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 5313106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1265.6 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

[startup+1266.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24419060/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1266.4 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 440311 0 0 0 126182 458 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 5313092 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1266.4 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

[startup+1267.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24419184/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1267.2 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 440367 0 0 0 126262 458 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 5313196 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1267.2 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

[startup+1267.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24419184/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1267.4 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 440371 0 0 0 126282 458 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1267.4 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

[startup+1267.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 16171
/proc/meminfo: memFree=24419184/32770624 swapFree=67108840/67108860
[pid=16106] ppid=16103 vsize=2211916 memory=206272 CPUtime=1267.49 cores=1,3,5,7
/proc/16106/stat : 16106 (xcsp_picat) R 16103 16106 15138 0 -1 4202496 440380 0 0 0 126291 458 0 0 20 0 1 0 247390753 2265001984 51568 33554432000 4194304 5849940 140730057069712 140730057068712 140606843727751 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 27447296 140730057077942 140730057078020 140730057078020 140730057080778 0
/proc/16106/statm: 552979 51568 709 405 0 549923 0
Current children cumulated CPU time: 1267.49 s
Current children cumulated vsize: 2211916 KiB
Current children cumulated memory: 206272 KiB

Child status: 0
Real time (s): 1267.57
CPU time (s): 1267.58
CPU user time (s): 1262.98
CPU system time (s): 4.59514
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2428272
Max. memory (cumulated for all children) (KiB): 422628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.98
system time used= 4.59514
maximum resident set size= 422628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440463
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= 38
involuntary context switches= 331


# summary of solver processes directly reported to runsolver:
#   pid: 16106
#   total CPU time (s): 1267.58
#   total CPU user time (s): 1262.98
#   total CPU system time (s): 4.59514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.59088 second user time and 10.141 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 03:57:56
IDJOB=4309654
IDBENCH=141167
IDSOLVER=2794
FILE ID=node135/4309654-1534298276
RUNJOBID= node135-1534293063-15170
PBS_JOBID= 21038137
Free space on /tmp= 47276 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P04_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309654-1534298276/watcher-4309654-1534298276 -o /tmp/evaluation-result-4309654-1534298276/solver-4309654-1534298276 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580  xcsp_picat HOME/instance-4309654-1534298276.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=1565945889

node135.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.50
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.50
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.50
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.50
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:        24683360 kB
MemAvailable:   31732276 kB
Buffers:          150432 kB
Cached:          7124280 kB
SwapCached:           20 kB
Active:          4060740 kB
Inactive:        3441680 kB
Active(anon):     176928 kB
Inactive(anon):   103280 kB
Active(file):    3883812 kB
Inactive(file):  3338400 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:        234540 kB
Mapped:            59824 kB
Shmem:             49804 kB
Slab:             283412 kB
SReclaimable:     255164 kB
SUnreclaim:        28248 kB
KernelStack:        3360 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2519784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47272 MiB
End job on node135 at 2018-08-15 04:19:04