Trace number 4309867

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-08-14? (TO) 2520.09 2519.92

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-02-0250_c18.xml
MD5SUM9ab3e648243ddfeac66c66819bd63413
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40498440
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables4758
Number of constraints3055
Number of domains59
Minimum domain size1
Maximum domain size105
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1667},{"size":11,"count":1419},{"size":12,"count":1},{"size":21,"count":41},{"size":23,"count":11},{"size":32,"count":14},{"size":39,"count":42},{"size":41,"count":3},{"size":42,"count":5},{"size":47,"count":7},{"size":48,"count":8},{"size":49,"count":5},{"size":51,"count":12},{"size":53,"count":32},{"size":54,"count":10},{"size":55,"count":22},{"size":56,"count":8},{"size":57,"count":35},{"size":58,"count":37},{"size":59,"count":5},{"size":60,"count":10},{"size":61,"count":1},{"size":62,"count":14},{"size":63,"count":56},{"size":64,"count":19},{"size":65,"count":18},{"size":67,"count":34},{"size":69,"count":56},{"size":70,"count":15},{"size":71,"count":22},{"size":73,"count":14},{"size":76,"count":3},{"size":77,"count":19},{"size":82,"count":34},{"size":83,"count":32},{"size":84,"count":22},{"size":89,"count":29},{"size":90,"count":74},{"size":92,"count":126},{"size":95,"count":73},{"size":96,"count":86},{"size":97,"count":47},{"size":99,"count":20},{"size":102,"count":70},{"size":105,"count":478}]
Minimum variable degree2
Maximum variable degree1420
Distribution of variable degrees[{"degree":2,"count":4257},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":7},{"degree":6,"count":19},{"degree":7,"count":25},{"degree":8,"count":23},{"degree":9,"count":30},{"degree":10,"count":39},{"degree":11,"count":41},{"degree":12,"count":49},{"degree":13,"count":55},{"degree":14,"count":52},{"degree":15,"count":51},{"degree":16,"count":64},{"degree":17,"count":38},{"degree":1420,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":217},{"arity":3,"count":1419},{"arity":6,"count":1419}]
Number of extensional constraints1419
Number of intensional constraints1636
Distribution of constraint types[{"type":"extension","count":1419},{"type":"intension","count":1636}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309867-1534304182/watcher-4309867-1534304182 -o /tmp/evaluation-result-4309867-1534304182/solver-4309867-1534304182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580 xcsp_picat HOME/instance-4309867-1534304182.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
solver pid=24613, runsolver pid=24610
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24614
/proc/meminfo: memFree=26924452/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=23084 CPUtime=0.1 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1321 0 0 0 10 0 0 0 20 0 1 0 247981428 2074361856 5771 33554432000 4194304 5849940 140731490699968 140731490699968 139867079625728 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 5771 626 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23084 KiB

[startup+0.209651 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24614
/proc/meminfo: memFree=26918308/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=29228 CPUtime=0.21 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1324 0 0 0 21 0 0 0 20 0 1 0 247981428 2074361856 7307 33554432000 4194304 5849940 140731490699968 140731490699968 139867079625728 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 7307 626 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 29228 KiB

[startup+0.309516 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24614
/proc/meminfo: memFree=26912164/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=35372 CPUtime=0.31 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1327 0 0 0 31 0 0 0 20 0 1 0 247981428 2074361856 8843 33554432000 4194304 5849940 140731490699968 140731490699968 4454714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 8843 626 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 35372 KiB

[startup+0.700345 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24614
/proc/meminfo: memFree=26899876/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=59948 CPUtime=0.69 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1339 0 0 0 69 0 0 0 20 0 1 0 247981428 2074361856 14987 33554432000 4194304 5849940 140731490699968 140731490699968 139867079625728 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 14987 626 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 59948 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24614
/proc/meminfo: memFree=26871080/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=107052 CPUtime=1.49 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1362 0 0 0 148 1 0 0 20 0 1 0 247981428 2074361856 26763 33554432000 4194304 5849940 140731490699968 140731490699272 4538355 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 26763 626 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 107052 KiB

[startup+3.10943 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 24676
/proc/meminfo: memFree=26633176/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=205364 CPUtime=3.09 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1489 0 0 0 307 2 0 0 20 0 1 0 247981428 2074361856 51341 33554432000 4194304 5849940 140731490699968 140731490699272 4488915 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 51341 628 405 0 503380 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 205364 KiB

[startup+6.30033 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 24676
/proc/meminfo: memFree=26223804/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=399924 CPUtime=6.29 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1619 0 0 0 623 6 0 0 20 0 1 0 247981428 2074361856 99981 33554432000 4194304 5849940 140731490699968 140731490699272 4485173 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 99981 628 405 0 503380 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 399924 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 24676
/proc/meminfo: memFree=25537028/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2025744 memory=792636 CPUtime=12.69 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 1933 0 0 0 1257 12 0 0 20 0 1 0 247981428 2074361856 198159 33554432000 4194304 5849940 140731490699968 140731490699272 4488915 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 506436 198159 628 405 0 503380 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 792636 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 24676
/proc/meminfo: memFree=23188176/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2444248 memory=2289896 CPUtime=25.49 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 11135 0 0 0 2511 38 0 0 20 0 1 0 247981428 2502909952 572474 33554432000 4194304 5849940 140731490699968 140731490699208 5606416 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 611062 572474 716 405 0 608006 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2444248 KiB
Current children cumulated memory: 2289896 KiB

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24676
/proc/meminfo: memFree=20572136/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2662396 memory=2508204 CPUtime=51.09 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 20009 0 0 0 5052 57 0 0 20 0 1 0 247981428 2726293504 627051 33554432000 4194304 5849940 140731490699968 140731490698456 5319920 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 665599 627051 756 405 0 662543 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2662396 KiB
Current children cumulated memory: 2508204 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 24677
/proc/meminfo: memFree=19895080/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2662396 memory=2508204 CPUtime=102.3 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 44507 0 0 0 10172 58 0 0 20 0 1 0 247981428 2726293504 627051 33554432000 4194304 5849940 140731490699968 140731490698456 5319922 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 665599 627051 756 405 0 662543 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2662396 KiB
Current children cumulated memory: 2508204 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24679
/proc/meminfo: memFree=19959296/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2596860 memory=2442696 CPUtime=162.3 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 149917 0 0 0 16164 66 0 0 20 0 1 0 247981428 2659184640 610674 33554432000 4194304 5849940 140731490699968 140731490698456 5319922 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 649215 610674 762 405 0 646159 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2596860 KiB
Current children cumulated memory: 2442696 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24688
/proc/meminfo: memFree=19981628/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2573936 memory=2419772 CPUtime=222.3 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 246237 0 0 0 22146 84 0 0 20 0 1 0 247981428 2635710464 604943 33554432000 4194304 5849940 140731490699968 140731490698456 4204105 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 643484 604943 762 405 0 640428 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2573936 KiB
Current children cumulated memory: 2419772 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24689
/proc/meminfo: memFree=19983252/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2573016 memory=2418852 CPUtime=282.31 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 362068 0 0 0 28113 118 0 0 20 0 1 0 247981428 2634768384 604713 33554432000 4194304 5849940 140731490699968 140731490698968 5312848 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 643254 604713 762 405 0 640198 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2573016 KiB
Current children cumulated memory: 2418852 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24690
/proc/meminfo: memFree=19984144/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2572596 memory=2418432 CPUtime=342.32 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 470559 0 0 0 34077 155 0 0 20 0 1 0 247981428 2634338304 604608 33554432000 4194304 5849940 140731490699968 140731490698840 5336838 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 643149 604608 762 405 0 640093 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 2572596 KiB
Current children cumulated memory: 2418432 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24691
/proc/meminfo: memFree=19896604/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2660360 memory=2506196 CPUtime=402.32 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 578457 0 0 0 40038 194 0 0 20 0 1 0 247981428 2724208640 626549 33554432000 4194304 5849940 140731490699968 140731490698840 5312800 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 665090 626549 762 405 0 662034 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2660360 KiB
Current children cumulated memory: 2506196 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24692
/proc/meminfo: memFree=19950320/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2637712 memory=2483548 CPUtime=462.32 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 690039 0 0 0 46005 227 0 0 20 0 1 0 247981428 2701017088 620887 33554432000 4194304 5849940 140731490699968 140731490698968 5311648 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 659428 620887 762 405 0 656372 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2637712 KiB
Current children cumulated memory: 2483548 KiB


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

/proc/24613/statm: 642591 604050 762 405 0 639535 0
Current children cumulated CPU time: 1722.4 s
Current children cumulated vsize: 2570364 KiB
Current children cumulated memory: 2416200 KiB

[startup+1782.3 s]
/proc/loadavg: 2.06 2.10 2.08 3/187 24753
/proc/meminfo: memFree=20185200/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2570364 memory=2416200 CPUtime=1782.4 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 2987647 0 0 0 177284 956 0 0 20 0 1 0 247981428 2632052736 604050 33554432000 4194304 5849940 140731490699968 140731490698456 4226681 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642591 604050 762 405 0 639535 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 2570364 KiB
Current children cumulated memory: 2416200 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/187 24754
/proc/meminfo: memFree=19984328/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569832 memory=2415668 CPUtime=1842.41 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3071074 0 0 0 183253 988 0 0 20 0 1 0 247981428 2631507968 603917 33554432000 4194304 5849940 140731490699968 140731490698968 5307744 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642458 603917 762 405 0 639402 0
Current children cumulated CPU time: 1842.41 s
Current children cumulated vsize: 2569832 KiB
Current children cumulated memory: 2415668 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 24755
/proc/meminfo: memFree=19983912/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569832 memory=2415668 CPUtime=1902.42 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3150927 0 0 0 189220 1022 0 0 20 0 1 0 247981428 2631507968 603917 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642458 603917 762 405 0 639402 0
Current children cumulated CPU time: 1902.42 s
Current children cumulated vsize: 2569832 KiB
Current children cumulated memory: 2415668 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 24756
/proc/meminfo: memFree=19983756/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569832 memory=2415668 CPUtime=1962.43 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3229201 0 0 0 195191 1052 0 0 20 0 1 0 247981428 2631507968 603917 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642458 603917 762 405 0 639402 0
Current children cumulated CPU time: 1962.43 s
Current children cumulated vsize: 2569832 KiB
Current children cumulated memory: 2415668 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 24765
/proc/meminfo: memFree=19982964/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569656 memory=2415492 CPUtime=2022.43 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3311558 0 0 0 201162 1081 0 0 20 0 1 0 247981428 2631327744 603873 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642414 603873 762 405 0 639358 0
Current children cumulated CPU time: 2022.43 s
Current children cumulated vsize: 2569656 KiB
Current children cumulated memory: 2415492 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 24766
/proc/meminfo: memFree=19983832/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569656 memory=2415492 CPUtime=2082.43 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3389261 0 0 0 207128 1115 0 0 20 0 1 0 247981428 2631327744 603873 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642414 603873 762 405 0 639358 0
Current children cumulated CPU time: 2082.43 s
Current children cumulated vsize: 2569656 KiB
Current children cumulated memory: 2415492 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 24767
/proc/meminfo: memFree=19984588/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569656 memory=2415492 CPUtime=2142.43 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3470757 0 0 0 213096 1147 0 0 20 0 1 0 247981428 2631327744 603873 33554432000 4194304 5849940 140731490699968 140731490698456 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642414 603873 762 405 0 639358 0
Current children cumulated CPU time: 2142.43 s
Current children cumulated vsize: 2569656 KiB
Current children cumulated memory: 2415492 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 24768
/proc/meminfo: memFree=19984448/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2569656 memory=2415492 CPUtime=2202.43 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3547465 0 0 0 219058 1185 0 0 20 0 1 0 247981428 2631327744 603873 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 642414 603873 762 405 0 639358 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 2569656 KiB
Current children cumulated memory: 2415492 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 24769
/proc/meminfo: memFree=19977560/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2577044 memory=2422880 CPUtime=2262.44 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3625994 0 0 0 225028 1216 0 0 20 0 1 0 247981428 2638893056 605720 33554432000 4194304 5849940 140731490699968 140731490698968 5438027 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644261 605720 762 405 0 641205 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 2577044 KiB
Current children cumulated memory: 2422880 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24770
/proc/meminfo: memFree=19977456/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2577044 memory=2422880 CPUtime=2322.44 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3696304 0 0 0 230998 1246 0 0 20 0 1 0 247981428 2638893056 605720 33554432000 4194304 5849940 140731490699968 140731490698840 5416908 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644261 605720 762 405 0 641205 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 2577044 KiB
Current children cumulated memory: 2422880 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24771
/proc/meminfo: memFree=19977224/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2577044 memory=2422880 CPUtime=2382.45 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3787365 0 0 0 236975 1270 0 0 20 0 1 0 247981428 2638893056 605720 33554432000 4194304 5849940 140731490699968 140731490698616 5356112 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644261 605720 762 405 0 641205 0
Current children cumulated CPU time: 2382.45 s
Current children cumulated vsize: 2577044 KiB
Current children cumulated memory: 2422880 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24772
/proc/meminfo: memFree=19977472/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2577044 memory=2422880 CPUtime=2442.45 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3865939 0 0 0 242942 1303 0 0 20 0 1 0 247981428 2638893056 605720 33554432000 4194304 5849940 140731490699968 140731490698968 5437903 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644261 605720 762 405 0 641205 0
Current children cumulated CPU time: 2442.45 s
Current children cumulated vsize: 2577044 KiB
Current children cumulated memory: 2422880 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24773
/proc/meminfo: memFree=19977224/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2576936 memory=2422772 CPUtime=2502.46 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3945389 0 0 0 248908 1338 0 0 20 0 1 0 247981428 2638782464 605693 33554432000 4194304 5849940 140731490699968 140731490698968 139867079647111 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644234 605693 762 405 0 641178 0
Current children cumulated CPU time: 2502.46 s
Current children cumulated vsize: 2576936 KiB
Current children cumulated memory: 2422772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24773
/proc/meminfo: memFree=19977224/32770624 swapFree=67108804/67108860
[pid=24613] ppid=24610 vsize=2576936 memory=2422772 CPUtime=2520.06 cores=1,3,5,7
/proc/24613/stat : 24613 (xcsp_picat) R 24610 24613 23473 0 -1 4202496 3965429 0 0 0 250659 1347 0 0 20 0 1 0 247981428 2638782464 605693 33554432000 4194304 5849940 140731490699968 140731490698968 5437837 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 35840000 140731490706614 140731490706692 140731490706692 140731490709450 0
/proc/24613/statm: 644234 605693 762 405 0 641178 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 2576936 KiB
Current children cumulated memory: 2422772 KiB

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

[startup+2519.92 s]
# the end of solver process 24613 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.6 s, system=13.4929 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.92
CPU time (s): 2520.09
CPU user time (s): 2506.6
CPU system time (s): 13.4929
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 2702620
Max. memory (cumulated for all children) (KiB): 2548456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.6
system time used= 13.4929
maximum resident set size= 2548456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3965430
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= 3
involuntary context switches= 749


# summary of solver processes directly reported to runsolver:
#   pid: 24613
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2506.6
#   total CPU system time (s): 13.4929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.58999 second user time and 18.7365 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 05:36:23
IDJOB=4309867
IDBENCH=141264
IDSOLVER=2794
FILE ID=node105/4309867-1534304182
RUNJOBID= node105-1534293911-23505
PBS_JOBID= 21038146
Free space on /tmp= 44220 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-02-0250_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309867-1534304182/watcher-4309867-1534304182 -o /tmp/evaluation-result-4309867-1534304182/solver-4309867-1534304182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580  xcsp_picat HOME/instance-4309867-1534304182.xml

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

MD5SUM BENCH= 9ab3e648243ddfeac66c66819bd63413
RANDOM SEED=1047363306

node105.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.32
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.32
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.32
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.32
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:        26945176 kB
MemAvailable:   31824104 kB
Buffers:          210044 kB
Cached:          4911700 kB
SwapCached:           16 kB
Active:          2229320 kB
Inactive:        3017152 kB
Active(anon):      76996 kB
Inactive(anon):   108668 kB
Active(file):    2152324 kB
Inactive(file):  2908484 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             71016 kB
Writeback:             0 kB
AnonPages:        144708 kB
Mapped:            56140 kB
Shmem:             57940 kB
Slab:             275372 kB
SReclaimable:     246580 kB
SUnreclaim:        28792 kB
KernelStack:        3360 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2457356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44096 MiB
End job on node105 at 2018-08-15 06:18:23