Trace number 4303540

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-02? (TO) 2519.75 2520.05

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark840126924
Best CPU time to get the best result obtained on this benchmark2520.18
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
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 (10237 MiB free)
  memory of node 1: 16384 MiB (13622 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303540-1534010387/watcher-4303540-1534010387 -o /tmp/evaluation-result-4303540-1534010387/solver-4303540-1534010387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580 xcsp_picat HOME/instance-4303540-1534010387.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=12865, runsolver pid=12862

[startup+0.100167 s]*
/proc/loadavg: 1.99 2.00 2.04 3/187 12866
/proc/meminfo: memFree=24409296/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=25468 CPUtime=0.1 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 1943 0 0 0 10 0 0 0 20 0 1 0 218601916 2074361856 6367 33554432000 4194304 5849708 140734495019552 140734495019552 139840482286592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 6367 600 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 25468 KiB

[startup+0.209824 s]*
/proc/loadavg: 1.99 2.00 2.04 3/187 12866
/proc/meminfo: memFree=24403152/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=31612 CPUtime=0.21 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 1946 0 0 0 21 0 0 0 20 0 1 0 218601916 2074361856 7903 33554432000 4194304 5849708 140734495019552 140734495019552 139840482286592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 7903 600 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 31612 KiB

[startup+0.309642 s]*
/proc/loadavg: 1.99 2.00 2.04 3/187 12866
/proc/meminfo: memFree=24397008/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=37756 CPUtime=0.31 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 1949 0 0 0 31 0 0 0 20 0 1 0 218601916 2074361856 9439 33554432000 4194304 5849708 140734495019552 140734495019552 139840482286592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 9439 600 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37756 KiB

[startup+0.700336 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 12866
/proc/meminfo: memFree=24384720/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=60284 CPUtime=0.7 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 1960 0 0 0 69 1 0 0 20 0 1 0 218601916 2074361856 15071 33554432000 4194304 5849708 140734495019552 140734495018856 139840482286592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 15071 600 405 0 503381 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 60284 KiB

[startup+1.50036 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 12866
/proc/meminfo: memFree=24355924/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=109556 CPUtime=1.49 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 1984 0 0 0 147 2 0 0 20 0 1 0 218601916 2074361856 27389 33554432000 4194304 5849708 140734495019552 140734495018856 139840482286592 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 27389 628 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 109556 KiB

[startup+3.10953 s]
/proc/loadavg: 1.91 1.98 2.03 3/187 12866
/proc/meminfo: memFree=24232796/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=207860 CPUtime=3.1 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 2170 0 0 0 307 3 0 0 20 0 1 0 218601916 2074361856 51965 33554432000 4194304 5849708 140734495019552 140734495018856 4333622 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 51965 628 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 207860 KiB

[startup+6.30034 s]
/proc/loadavg: 1.91 1.98 2.03 3/187 12866
/proc/meminfo: memFree=24009932/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=402420 CPUtime=6.29 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 2454 0 0 0 622 7 0 0 20 0 1 0 218601916 2074361856 100605 33554432000 4194304 5849708 140734495019552 140734495018856 4488915 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 100605 628 405 0 503381 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 402420 KiB

[startup+12.7003 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 12866
/proc/meminfo: memFree=23679844/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=791540 CPUtime=12.69 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 2760 0 0 0 1256 13 0 0 20 0 1 0 218601916 2074361856 197885 33554432000 4194304 5849708 140734495019552 140734495018856 4567187 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 197885 628 405 0 503381 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 791540 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 2.03 3/188 12874
/proc/meminfo: memFree=22890736/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=2025744 memory=1567732 CPUtime=25.48 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 3396 0 0 0 2522 26 0 0 20 0 1 0 218601916 2074361856 391933 33554432000 4194304 5849708 140734495019552 140734495018856 4333597 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 506436 391933 628 405 0 503381 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 1567732 KiB

[startup+51.1099 s]
/proc/loadavg: 2.07 2.02 2.05 3/188 12896
/proc/meminfo: memFree=21364936/32770624 swapFree=67030632/67108860
[pid=12865] ppid=12862 vsize=4214704 memory=3051616 CPUtime=51.1 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 9673 0 0 0 5059 51 0 0 20 0 1 0 218601916 4315856896 762904 33554432000 4194304 5849708 140734495019552 140734495018872 5252585 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 1053676 762904 665 405 0 1050621 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 4214704 KiB
Current children cumulated memory: 3051616 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/188 12919
/proc/meminfo: memFree=15070388/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=14516176 memory=9334880 CPUtime=102.28 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 38932 0 0 0 9890 338 0 0 20 0 1 0 218601916 14864564224 2333720 33554432000 4194304 5849708 140734495019552 140734495018552 5269737 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 3629044 2333720 665 405 0 3625989 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 14516176 KiB
Current children cumulated memory: 9334880 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/188 12920
/proc/meminfo: memFree=16856568/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10932976 memory=7552148 CPUtime=162.27 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 50637 0 0 0 15826 401 0 0 20 0 1 0 218601916 11195367424 1888037 33554432000 4194304 5849708 140734495019552 140734495018424 5376308 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2733244 1888037 733 405 0 2730189 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 10932976 KiB
Current children cumulated memory: 7552148 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/188 12921
/proc/meminfo: memFree=16726656/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11064048 memory=7683320 CPUtime=222.26 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 94850 0 0 0 21821 405 0 0 20 0 1 0 218601916 11329585152 1920830 33554432000 4194304 5849708 140734495019552 140734495018040 5319730 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2766012 1920830 758 405 0 2762957 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 11064048 KiB
Current children cumulated memory: 7683320 KiB

[startup+282.3 s]
/proc/loadavg: 2.51 2.16 2.09 3/188 12922
/proc/meminfo: memFree=16726772/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11064048 memory=7683320 CPUtime=282.25 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 147720 0 0 0 27818 407 0 0 20 0 1 0 218601916 11329585152 1920830 33554432000 4194304 5849708 140734495019552 140734495018040 5319740 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2766012 1920830 758 405 0 2762957 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 11064048 KiB
Current children cumulated memory: 7683320 KiB

[startup+342.3 s]
/proc/loadavg: 2.25 2.16 2.09 3/187 12923
/proc/meminfo: memFree=16759656/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11064048 memory=7683320 CPUtime=342.25 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 202363 0 0 0 33815 410 0 0 20 0 1 0 218601916 11329585152 1920830 33554432000 4194304 5849708 140734495019552 140734495018040 5319730 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2766012 1920830 758 405 0 2762957 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 11064048 KiB
Current children cumulated memory: 7683320 KiB

[startup+402.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/187 12924
/proc/meminfo: memFree=16760148/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11064048 memory=7683320 CPUtime=402.24 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 260187 0 0 0 39811 413 0 0 20 0 1 0 218601916 11329585152 1920830 33554432000 4194304 5849708 140734495019552 140734495018040 5319746 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2766012 1920830 758 405 0 2762957 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 11064048 KiB
Current children cumulated memory: 7683320 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.11 2.08 3/187 12925
/proc/meminfo: memFree=16760912/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11064048 memory=7683320 CPUtime=462.23 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 313587 0 0 0 45808 415 0 0 20 0 1 0 218601916 11329585152 1920830 33554432000 4194304 5849708 140734495019552 140734495018040 139840482709937 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2766012 1920830 758 405 0 2762957 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 11064048 KiB
Current children cumulated memory: 7683320 KiB


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

/proc/12865/statm: 2747659 1902511 764 405 0 2744604 0
Current children cumulated CPU time: 1722.09 s
Current children cumulated vsize: 10990636 KiB
Current children cumulated memory: 7610044 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 12966
/proc/meminfo: memFree=16798784/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990480 memory=7609888 CPUtime=1782.09 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 4798991 0 0 0 177275 934 0 0 20 0 1 0 218601916 11254251520 1902472 33554432000 4194304 5849708 140734495019552 140734495018552 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747620 1902472 764 405 0 2744565 0
Current children cumulated CPU time: 1782.09 s
Current children cumulated vsize: 10990480 KiB
Current children cumulated memory: 7609888 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 12976
/proc/meminfo: memFree=16735244/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11053900 memory=7673308 CPUtime=1842.07 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 5043989 0 0 0 183233 974 0 0 20 0 1 0 218601916 11319193600 1918327 33554432000 4194304 5849708 140734495019552 140734495018312 5302825 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2763475 1918327 764 405 0 2760420 0
Current children cumulated CPU time: 1842.07 s
Current children cumulated vsize: 11053900 KiB
Current children cumulated memory: 7673308 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 12977
/proc/meminfo: memFree=16735120/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=11053900 memory=7673308 CPUtime=1902.07 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 5277227 0 0 0 189192 1015 0 0 20 0 1 0 218601916 11319193600 1918327 33554432000 4194304 5849708 140734495019552 140734495018424 5311433 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2763475 1918327 764 405 0 2760420 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 11053900 KiB
Current children cumulated memory: 7673308 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 12978
/proc/meminfo: memFree=16798892/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990308 memory=7609716 CPUtime=1962.06 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 5529728 0 0 0 195157 1049 0 0 20 0 1 0 218601916 11254075392 1902429 33554432000 4194304 5849708 140734495019552 140734495018424 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747577 1902429 764 405 0 2744522 0
Current children cumulated CPU time: 1962.06 s
Current children cumulated vsize: 10990308 KiB
Current children cumulated memory: 7609716 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 12979
/proc/meminfo: memFree=16798900/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990308 memory=7609716 CPUtime=2022.06 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 5778111 0 0 0 201118 1088 0 0 20 0 1 0 218601916 11254075392 1902429 33554432000 4194304 5849708 140734495019552 140734495018552 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747577 1902429 764 405 0 2744522 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 10990308 KiB
Current children cumulated memory: 7609716 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 12980
/proc/meminfo: memFree=16799156/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990096 memory=7609504 CPUtime=2082.05 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 6012578 0 0 0 207079 1126 0 0 20 0 1 0 218601916 11253858304 1902376 33554432000 4194304 5849708 140734495019552 140734495018040 4213398 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747524 1902376 764 405 0 2744469 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 10990096 KiB
Current children cumulated memory: 7609504 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12981
/proc/meminfo: memFree=16799308/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990096 memory=7609504 CPUtime=2142.04 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 6250405 0 0 0 213030 1174 0 0 20 0 1 0 218601916 11253858304 1902376 33554432000 4194304 5849708 140734495019552 140734495018552 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747524 1902376 764 405 0 2744469 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 10990096 KiB
Current children cumulated memory: 7609504 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 12982
/proc/meminfo: memFree=16799328/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10990096 memory=7609504 CPUtime=2202.03 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 6435941 0 0 0 218989 1214 0 0 20 0 1 0 218601916 11253858304 1902376 33554432000 4194304 5849708 140734495019552 140734495018552 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747524 1902376 764 405 0 2744469 0
Current children cumulated CPU time: 2202.03 s
Current children cumulated vsize: 10990096 KiB
Current children cumulated memory: 7609504 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 12983
/proc/meminfo: memFree=16799584/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989920 memory=7609328 CPUtime=2262.03 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 6698003 0 0 0 224942 1261 0 0 20 0 1 0 218601916 11253678080 1902332 33554432000 4194304 5849708 140734495019552 140734495018552 5307573 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747480 1902332 764 405 0 2744425 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 10989920 KiB
Current children cumulated memory: 7609328 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 12984
/proc/meminfo: memFree=16799464/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989920 memory=7609328 CPUtime=2322.02 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 6934583 0 0 0 230913 1289 0 0 20 0 1 0 218601916 11253678080 1902332 33554432000 4194304 5849708 140734495019552 140734495018712 5437580 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747480 1902332 764 405 0 2744425 0
Current children cumulated CPU time: 2322.02 s
Current children cumulated vsize: 10989920 KiB
Current children cumulated memory: 7609328 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12985
/proc/meminfo: memFree=16799464/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989920 memory=7609328 CPUtime=2382.02 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 7143889 0 0 0 236872 1330 0 0 20 0 1 0 218601916 11253678080 1902332 33554432000 4194304 5849708 140734495019552 140734495018552 5339459 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747480 1902332 764 405 0 2744425 0
Current children cumulated CPU time: 2382.02 s
Current children cumulated vsize: 10989920 KiB
Current children cumulated memory: 7609328 KiB

[startup+2442.3 s]
/proc/loadavg: 1.96 2.00 2.04 3/189 13177
/proc/meminfo: memFree=21163488/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989764 memory=7609172 CPUtime=2442 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 7368351 0 0 0 242825 1375 0 0 20 0 1 0 218601916 11253518336 1902293 33554432000 4194304 5849708 140734495019552 140734495018552 5438227 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747441 1902293 764 405 0 2744386 0
Current children cumulated CPU time: 2442 s
Current children cumulated vsize: 10989764 KiB
Current children cumulated memory: 7609172 KiB

[startup+2502.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/189 13178
/proc/meminfo: memFree=21152952/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989764 memory=7609172 CPUtime=2502 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 7596631 0 0 0 248788 1412 0 0 20 0 1 0 218601916 11253518336 1902293 33554432000 4194304 5849708 140734495019552 140734495018040 4208892 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747441 1902293 764 405 0 2744386 0
Current children cumulated CPU time: 2502 s
Current children cumulated vsize: 10989764 KiB
Current children cumulated memory: 7609172 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.99 2.00 2.04 3/189 13178
/proc/meminfo: memFree=21146684/32770624 swapFree=67030636/67108860
[pid=12865] ppid=12862 vsize=10989764 memory=7609172 CPUtime=2519.71 cores=1,3,5,7
/proc/12865/stat : 12865 (xcsp_picat) R 12862 12865 10838 0 -1 4202496 7656672 0 0 0 250548 1423 0 0 20 0 1 0 218601916 11253518336 1902293 33554432000 4194304 5849708 140734495019552 140734495018712 139840482307975 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 43077632 140734495024310 140734495024388 140734495024388 140734495027146 0
/proc/12865/statm: 2747441 1902293 764 405 0 2744386 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 10989764 KiB
Current children cumulated memory: 7609172 KiB

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

[startup+2520.05 s]
# the end of solver process 12865 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.48 s, system=14.2673 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): 2520.05
CPU time (s): 2519.75
CPU user time (s): 2505.48
CPU system time (s): 14.2673
CPU usage (%): 99.9884
Max. virtual memory (cumulated for all children) (KiB): 14516176
Max. memory (cumulated for all children) (KiB): 9334880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.48
system time used= 14.2673
maximum resident set size= 9334880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7656672
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= 1997


# summary of solver processes directly reported to runsolver:
#   pid: 12865
#   total CPU time (s): 2519.75
#   total CPU user time (s): 2505.48
#   total CPU system time (s): 14.2673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.88684 second user time and 18.5399 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-11 19:59:47
IDJOB=4303540
IDBENCH=141266
IDSOLVER=2778
FILE ID=node102/4303540-1534010387
RUNJOBID= node102-1533990060-10871
PBS_JOBID= 21036939
Free space on /tmp= 37872 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303540-1534010387/watcher-4303540-1534010387 -o /tmp/evaluation-result-4303540-1534010387/solver-4303540-1534010387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580  xcsp_picat HOME/instance-4303540-1534010387.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=1650682336

node102.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.51
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.51
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.51
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.51
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:        24432472 kB
MemAvailable:   27402732 kB
Buffers:           30792 kB
Cached:          3203136 kB
SwapCached:        51272 kB
Active:          6248600 kB
Inactive:        1542636 kB
Active(anon):    4480440 kB
Inactive(anon):   128760 kB
Active(file):    1768160 kB
Inactive(file):  1413876 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030632 kB
Dirty:            220060 kB
Writeback:             0 kB
AnonPages:       4528580 kB
Mapped:            50712 kB
Shmem:             48956 kB
Slab:             235960 kB
SReclaimable:     208116 kB
SUnreclaim:        27844 kB
KernelStack:        3296 kB
PageTables:        14300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5263756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4392960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 37992 MiB
End job on node102 at 2018-08-11 20:41:48