Trace number 4293920

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15? (TO) 2520.04 2520.01

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293920-1532394841/watcher-4293920-1532394841 -o /tmp/evaluation-result-4293920-1532394841/solver-4293920-1532394841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580 xcsp_picat HOME/instance-4293920-1532394841.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=16467, runsolver pid=16464


[startup+0.100461 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10541512/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=111688 memory=25132 CPUtime=0.1 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 1347 0 0 0 10 0 0 0 20 0 1 0 57047260 114368512 6283 33554432000 4194304 5849740 140735628527952 140735628527256 140582264241152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 27922 6283 603 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 25132 KiB

[startup+0.209691 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10533192/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=111688 memory=31276 CPUtime=0.21 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 1350 0 0 0 21 0 0 0 20 0 1 0 57047260 114368512 7819 33554432000 4194304 5849740 140735628527952 140735628527256 4795102 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 27922 7819 603 405 0 24866 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 31276 KiB

[startup+0.309497 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10527048/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=111688 memory=37420 CPUtime=0.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 1353 0 0 0 31 0 0 0 20 0 1 0 57047260 114368512 9355 33554432000 4194304 5849740 140735628527952 140735628527256 4488932 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 27922 9355 603 405 0 24866 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 37420 KiB

[startup+0.700292 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10514824/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=149304 memory=62760 CPUtime=0.69 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 2368 0 0 0 68 1 0 0 20 0 1 0 57047260 152887296 15690 33554432000 4194304 5849740 140735628527952 140735628527256 4548525 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 37326 15690 633 405 0 34270 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 149304 KiB
Current children cumulated memory: 62760 KiB

[startup+1.50045 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10494532/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=155052 memory=82888 CPUtime=1.49 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3774 0 0 0 146 3 0 0 20 0 1 0 57047260 158773248 20722 33554432000 4194304 5849740 140735628527952 140735628527256 140582263760656 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 38763 20722 633 405 0 35707 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 155052 KiB
Current children cumulated memory: 82888 KiB

[startup+3.10971 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10496860/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=165360 memory=99372 CPUtime=3.09 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 9288 0 0 0 297 12 0 0 20 0 1 0 57047260 169328640 24843 33554432000 4194304 5849740 140735628527952 140735628526920 5251261 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 41340 24843 633 405 0 38284 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 165360 KiB
Current children cumulated memory: 99372 KiB

[startup+6.30045 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 16468
/proc/meminfo: memFree=10365316/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=177740 memory=122020 CPUtime=6.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 21934 0 0 0 590 39 0 0 20 0 1 0 57047260 182005760 29993 33554432000 4194304 5849740 140735628527952 140735628526920 5251261 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 44435 29993 633 405 0 41379 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 177740 KiB
Current children cumulated memory: 122020 KiB

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 16468
/proc/meminfo: memFree=10191252/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=296416 memory=217952 CPUtime=12.69 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 35665 0 0 0 1194 75 0 0 20 0 1 0 57047260 303529984 54488 33554432000 4194304 5849740 140735628527952 140735628526920 5249600 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 74104 54488 634 405 0 71048 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 296416 KiB
Current children cumulated memory: 217952 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 16468
/proc/meminfo: memFree=9972804/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=549152 memory=436940 CPUtime=25.49 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 67123 0 0 0 2379 170 0 0 20 0 1 0 57047260 562331648 109235 33554432000 4194304 5849740 140735628527952 140735628527256 4488915 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 137288 109235 634 405 0 134232 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 549152 KiB
Current children cumulated memory: 436940 KiB

[startup+51.1004 s]*
/proc/loadavg: 2.04 2.03 2.05 4/188 16468
/proc/meminfo: memFree=10787308/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=576012 memory=519152 CPUtime=51.1 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 92159 0 0 0 4754 356 0 0 20 0 1 0 57047260 589836288 129788 33554432000 4194304 5849740 140735628527952 140735628526920 5262149 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 144003 129788 634 405 0 140947 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 576012 KiB
Current children cumulated memory: 519152 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 16469
/proc/meminfo: memFree=7907288/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2802596 memory=2427060 CPUtime=102.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 152498 0 0 0 9707 522 0 0 20 0 1 0 57047260 2869858304 606765 33554432000 4194304 5849740 140735628527952 140735628526440 5319712 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 700649 606765 755 405 0 697593 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2802596 KiB
Current children cumulated memory: 2427060 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 4/188 16470
/proc/meminfo: memFree=6915324/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2802596 memory=2427128 CPUtime=162.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 153134 0 0 0 15707 522 0 0 20 0 1 0 57047260 2869858304 606782 33554432000 4194304 5849740 140735628527952 140735628526440 5319730 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 700649 606782 756 405 0 697593 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2802596 KiB
Current children cumulated memory: 2427128 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/188 16471
/proc/meminfo: memFree=2733136/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2737060 memory=2361620 CPUtime=222.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 226823 0 0 0 21701 528 0 0 20 0 1 0 57047260 2802749440 590405 33554432000 4194304 5849740 140735628527952 140735628526440 5319733 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 684265 590405 762 405 0 681209 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2737060 KiB
Current children cumulated memory: 2361620 KiB

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.05 4/188 16472
/proc/meminfo: memFree=1141528/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2714224 memory=2338784 CPUtime=282.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 335789 0 0 0 27673 556 0 0 20 0 1 0 57047260 2779365376 584696 33554432000 4194304 5849740 140735628527952 140735628526952 5353833 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 678556 584696 762 405 0 675500 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2714224 KiB
Current children cumulated memory: 2338784 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/189 16516
/proc/meminfo: memFree=393560/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2713284 memory=2337844 CPUtime=342.3 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 438855 0 0 0 33640 590 0 0 20 0 1 0 57047260 2778402816 584461 33554432000 4194304 5849740 140735628527952 140735628526952 5307333 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 678321 584461 762 405 0 675265 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2713284 KiB
Current children cumulated memory: 2337844 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.05 4/189 16524
/proc/meminfo: memFree=307116/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2800948 memory=2425508 CPUtime=402.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 534924 0 0 0 39603 626 0 0 20 0 1 0 57047260 2868170752 606377 33554432000 4194304 5849740 140735628527952 140735628526952 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 700237 606377 762 405 0 697181 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2800948 KiB
Current children cumulated memory: 2425508 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/189 16525
/proc/meminfo: memFree=329216/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2778172 memory=2402732 CPUtime=462.29 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 651344 0 0 0 45571 658 0 0 20 0 1 0 57047260 2844848128 600683 33554432000 4194304 5849740 140735628527952 140735628526440 5438469 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 694543 600683 762 405 0 691487 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2778172 KiB
Current children cumulated memory: 2402732 KiB


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

/proc/16467/statm: 677423 583563 762 405 0 674367 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 2709692 KiB
Current children cumulated memory: 2334252 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.03 2.05 4/188 16565
/proc/meminfo: memFree=774052/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709692 memory=2334252 CPUtime=1842.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3106809 0 0 0 182783 1448 0 0 20 0 1 0 57047260 2774724608 583563 33554432000 4194304 5849740 140735628527952 140735628526952 140582264262535 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677423 583563 762 405 0 674367 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2709692 KiB
Current children cumulated memory: 2334252 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 16566
/proc/meminfo: memFree=447060/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709408 memory=2333968 CPUtime=1902.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3171009 0 0 0 188754 1477 0 0 20 0 1 0 57047260 2774433792 583492 33554432000 4194304 5849740 140735628527952 140735628526952 5340238 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677352 583492 762 405 0 674296 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2709408 KiB
Current children cumulated memory: 2333968 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 16567
/proc/meminfo: memFree=532956/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709408 memory=2333968 CPUtime=1962.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3239182 0 0 0 194723 1508 0 0 20 0 1 0 57047260 2774433792 583492 33554432000 4194304 5849740 140735628527952 140735628526952 5437716 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677352 583492 762 405 0 674296 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 2709408 KiB
Current children cumulated memory: 2333968 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16568
/proc/meminfo: memFree=532320/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709408 memory=2333968 CPUtime=2022.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3304411 0 0 0 200695 1536 0 0 20 0 1 0 57047260 2774433792 583492 33554432000 4194304 5849740 140735628527952 140735628526952 5335602 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677352 583492 762 405 0 674296 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 2709408 KiB
Current children cumulated memory: 2333968 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 16569
/proc/meminfo: memFree=532480/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709088 memory=2333648 CPUtime=2082.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3372215 0 0 0 206665 1566 0 0 20 0 1 0 57047260 2774106112 583412 33554432000 4194304 5849740 140735628527952 140735628526952 5437808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677272 583412 762 405 0 674216 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 2709088 KiB
Current children cumulated memory: 2333648 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 16570
/proc/meminfo: memFree=531564/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709088 memory=2333648 CPUtime=2142.32 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3438031 0 0 0 212634 1598 0 0 20 0 1 0 57047260 2774106112 583412 33554432000 4194304 5849740 140735628527952 140735628526952 5437454 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677272 583412 762 405 0 674216 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 2709088 KiB
Current children cumulated memory: 2333648 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 16579
/proc/meminfo: memFree=531060/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709088 memory=2333648 CPUtime=2202.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3505074 0 0 0 218607 1624 0 0 20 0 1 0 57047260 2774106112 583412 33554432000 4194304 5849740 140735628527952 140735628526952 140582263850808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677272 583412 762 405 0 674216 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 2709088 KiB
Current children cumulated memory: 2333648 KiB

[startup+2262.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/188 16580
/proc/meminfo: memFree=530564/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709088 memory=2333648 CPUtime=2262.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3569156 0 0 0 224576 1655 0 0 20 0 1 0 57047260 2774106112 583412 33554432000 4194304 5849740 140735628527952 140735628526952 5438192 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677272 583412 762 405 0 674216 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 2709088 KiB
Current children cumulated memory: 2333648 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 2.05 4/188 16581
/proc/meminfo: memFree=531092/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2708932 memory=2333492 CPUtime=2322.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3637728 0 0 0 230545 1686 0 0 20 0 1 0 57047260 2773946368 583373 33554432000 4194304 5849740 140735628527952 140735628526952 140582264262535 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677233 583373 762 405 0 674177 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 2708932 KiB
Current children cumulated memory: 2333492 KiB

[startup+2382.3 s]
/proc/loadavg: 1.94 2.01 2.04 3/188 16643
/proc/meminfo: memFree=10179016/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709616 memory=2334176 CPUtime=2382.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3701990 0 0 0 236523 1708 0 0 20 0 1 0 57047260 2774646784 583544 33554432000 4194304 5849740 140735628527952 140735628526952 140582264262535 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677404 583544 762 405 0 674348 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 2709616 KiB
Current children cumulated memory: 2334176 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/188 16644
/proc/meminfo: memFree=9451936/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709616 memory=2334176 CPUtime=2442.32 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3765986 0 0 0 242490 1742 0 0 20 0 1 0 57047260 2774646784 583544 33554432000 4194304 5849740 140735628527952 140735628526952 5340238 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677404 583544 762 405 0 674348 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 2709616 KiB
Current children cumulated memory: 2334176 KiB

[startup+2502.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16646
/proc/meminfo: memFree=9439300/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709376 memory=2333936 CPUtime=2502.31 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3830415 0 0 0 248463 1768 0 0 20 0 1 0 57047260 2774401024 583484 33554432000 4194304 5849740 140735628527952 140735628526952 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677344 583484 762 405 0 674288 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 2709376 KiB
Current children cumulated memory: 2333936 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16646
/proc/meminfo: memFree=8663300/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709376 memory=2333936 CPUtime=2520.01 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3845396 0 0 0 250225 1776 0 0 20 0 1 0 57047260 2774401024 583484 33554432000 4194304 5849740 140735628527952 140735628526952 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677344 583484 762 405 0 674288 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2709376 KiB
Current children cumulated memory: 2333936 KiB

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

[startup+2520.01 s]
# the end of solver process 16467 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2502.26 s, system=17.7792 s

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

[startup+2520 s]
/proc/loadavg: 1.99 2.01 2.04 3/187 16646
/proc/meminfo: memFree=8663300/32770624 swapFree=67108860/67108860
[pid=16467] ppid=16464 vsize=2709376 memory=2333936 CPUtime=2520.01 cores=0,2,4,6
/proc/16467/stat : 16467 (xcsp_picat) R 16464 16467 13954 0 -1 4202496 3845396 0 0 0 250225 1776 0 0 20 0 1 0 57047260 2774401024 583484 33554432000 4194304 5849740 140735628527952 140735628526952 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 45903872 140735628534966 140735628535044 140735628535044 140735628537802 0
/proc/16467/statm: 677344 583484 762 405 0 674288 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2709376 KiB
Current children cumulated memory: 2333936 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2520.04
CPU user time (s): 2502.26
CPU system time (s): 17.7792
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3559400
Max. memory (cumulated for all children) (KiB): 2482472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2502.26
system time used= 17.7792
maximum resident set size= 2482472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3845396
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= 5
involuntary context switches= 818


# summary of solver processes directly reported to runsolver:
#   pid: 16467
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2502.26
#   total CPU system time (s): 17.7792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4609 second user time and 16.3813 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-24 03:14:01
IDJOB=4293920
IDBENCH=141264
IDSOLVER=2754
FILE ID=node137/4293920-1532394841
RUNJOBID= node137-1532369589-13985
PBS_JOBID= 21021571
Free space on /tmp= 48384 MiB

SOLVER NAME= PicatSAT 2018-06-15
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-4293920-1532394841/watcher-4293920-1532394841 -o /tmp/evaluation-result-4293920-1532394841/solver-4293920-1532394841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580  xcsp_picat HOME/instance-4293920-1532394841.xml

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

MD5SUM BENCH= 9ab3e648243ddfeac66c66819bd63413
RANDOM SEED=833187555

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10563304 kB
MemAvailable:   30026764 kB
Buffers:          267108 kB
Cached:         19123012 kB
SwapCached:            0 kB
Active:          4127592 kB
Inactive:       17226080 kB
Active(anon):    1966360 kB
Inactive(anon):    16956 kB
Active(file):    2161232 kB
Inactive(file): 17209124 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             70980 kB
Writeback:             0 kB
AnonPages:       1862096 kB
Mapped:            39544 kB
Shmem:             17068 kB
Slab:             549892 kB
SReclaimable:     521564 kB
SUnreclaim:        28328 kB
KernelStack:        3360 kB
PageTables:         8444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2496420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1779712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48532 MiB
End job on node137 at 2018-07-24 03:56:01