Trace number 4083428

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Open-WBO-LSU PB16UNSAT 1298.24 1298.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.9954
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016 -- LSU
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4083428-1465320720.opb
0.00/0.00	c File size is 17269096 bytes.
1298.15/1298.56	c Sum of soft weights:            0
1298.15/1298.56	c |                                                                                                       |
1298.15/1298.56	c ========================================[ Problem Statistics ]===========================================
1298.15/1298.56	c |                                                                                                       |
1298.15/1298.56	c |  Problem Type:           Unweighted                                                                   |
1298.15/1298.56	c |  Number of variables:        168111                                                                   |
1298.15/1298.56	c |  Number of hard clauses:     468727                                                                   |
1298.15/1298.56	c |  Number of soft clauses:          0                                                                   |
1298.15/1298.56	c |  Number of cardinality:           0                                                                   |
1298.15/1298.56	c |  Number of PB :               18798                                                                   |
1298.15/1298.56	c |  Parse time:                   2.01 s                                                                 |
1298.15/1298.56	c |                                                                                                       |
1298.15/1298.56	c ==========================================[ Solver Settings ]============================================
1298.15/1298.56	c |                                                                                                       |
1298.15/1298.56	c |  Algorithm:                LinearSU                                                                   |
1298.15/1298.56	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
1298.15/1298.56	c |                                                                                                       |
1298.15/1298.56	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4083428-1465320720/watcher-4083428-1465320720 -o /tmp/evaluation-result-4083428-1465320720/solver-4083428-1465320720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465318078-24708 --watchdog 1960 open-wbo-lsu HOME/instance-4083428-1465320720.opb 

pid=25831
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 3/176 25834
/proc/meminfo: memFree=31515392/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=19072 CPUtime=0 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 4512 0 0 0 0 0 0 0 20 0 1 0 114006754 19529728 4387 33554432000 4194304 6058637 140736207418560 140735341148488 4680186 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 4768 4388 4352 456 0 87 0

[startup+0.10017 s]
/proc/loadavg: 2.07 2.03 2.01 3/176 25834
/proc/meminfo: memFree=31515392/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=22332 CPUtime=0.09 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 5293 0 0 0 9 0 0 0 20 0 1 0 114006754 22867968 5168 33554432000 4194304 6058637 140736207418560 140735341148488 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 5583 5169 4352 456 0 902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22332

[startup+0.200301 s]
/proc/loadavg: 2.07 2.03 2.01 3/176 25834
/proc/meminfo: memFree=31515392/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=25684 CPUtime=0.19 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 6064 0 0 0 19 0 0 0 20 0 1 0 114006754 26300416 5939 33554432000 4194304 6058637 140736207418560 140736207416744 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 6421 5939 4352 456 0 1740 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25684

[startup+0.300292 s]
/proc/loadavg: 2.07 2.03 2.01 3/176 25834
/proc/meminfo: memFree=31515392/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=28964 CPUtime=0.29 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 6831 0 0 0 29 0 0 0 20 0 1 0 114006754 29659136 6706 33554432000 4194304 6058637 140736207418560 140736207416744 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 7241 6707 4352 456 0 2560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28964

[startup+0.700294 s]
/proc/loadavg: 2.07 2.03 2.01 3/176 25834
/proc/meminfo: memFree=31515392/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=41132 CPUtime=0.69 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 9669 0 0 0 68 1 0 0 20 0 1 0 114006754 42119168 9544 33554432000 4194304 6058637 140736207418560 140736207416744 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 10283 9544 4352 456 0 5602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41132

[startup+1.50026 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 25835
/proc/meminfo: memFree=31483152/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=62960 CPUtime=1.49 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 15444 0 0 0 148 1 0 0 20 0 1 0 114006754 64471040 15319 33554432000 4194304 6058637 140736207418560 140736207416744 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 15740 15319 4352 456 0 11059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62960

[startup+3.1003 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 25835
/proc/meminfo: memFree=31351820/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=455508 CPUtime=3.09 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 71244 0 0 0 296 13 0 0 20 0 1 0 114006754 466440192 99859 33554432000 4194304 6058637 140736207418560 140736207416824 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 113877 99860 161 456 0 113413 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 455508

[startup+6.3003 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 25835
/proc/meminfo: memFree=30363364/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=1494552 CPUtime=6.29 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 154867 0 0 0 588 41 0 0 20 0 1 0 114006754 1530421248 337534 33554432000 4194304 6058637 140736207418560 140736207416824 5046461 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 373671 337535 161 456 0 373207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1494552

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 25835
/proc/meminfo: memFree=29580496/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2323024 CPUtime=12.69 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 225822 0 0 0 1210 59 0 0 20 0 1 0 114006754 2378776576 471502 33554432000 4194304 6058637 140736207418560 140736207417176 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 580756 471502 177 456 0 580292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2323024

[startup+25.5004 s]
/proc/loadavg: 2.04 2.03 2.01 3/177 25835
/proc/meminfo: memFree=29533692/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2381052 CPUtime=25.48 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235316 0 0 0 2487 61 0 0 20 0 1 0 114006754 2438197248 486617 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 595263 486617 178 456 0 594799 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2381052

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 25835
/proc/meminfo: memFree=29518088/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=51.08 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235713 0 0 0 5047 61 0 0 20 0 1 0 114006754 2459320320 489054 33554432000 4194304 6058637 140736207418560 140736207417160 4277628 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 489054 178 456 0 599956 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2401680

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25837
/proc/meminfo: memFree=29553796/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=102.26 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235865 0 0 0 10165 61 0 0 20 0 1 0 114006754 2459320320 489688 33554432000 4194304 6058637 140736207418560 140736207417160 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 489688 178 456 0 599956 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2401680

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 25838
/proc/meminfo: memFree=29508876/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=162.24 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235887 0 0 0 16163 61 0 0 20 0 1 0 114006754 2459320320 491738 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 491738 178 456 0 599956 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2401680

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25839
/proc/meminfo: memFree=29477720/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=222.22 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235906 0 0 0 22161 61 0 0 20 0 1 0 114006754 2459320320 493786 33554432000 4194304 6058637 140736207418560 140736207417160 4246099 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 493786 178 456 0 599956 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2401680

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 25840
/proc/meminfo: memFree=29492448/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=282.2 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235919 0 0 0 28159 61 0 0 20 0 1 0 114006754 2459320320 494298 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 494298 178 456 0 599956 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2401680

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25841
/proc/meminfo: memFree=29479592/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=342.18 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235945 0 0 0 34157 61 0 0 20 0 1 0 114006754 2459320320 495322 33554432000 4194304 6058637 140736207418560 140736207417160 4277471 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 495322 178 456 0 599956 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2401680

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 25842
/proc/meminfo: memFree=29462652/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=402.15 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235973 0 0 0 40154 61 0 0 20 0 1 0 114006754 2459320320 495856 33554432000 4194304 6058637 140736207418560 140736207417160 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 495856 178 456 0 599956 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 2401680

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25844
/proc/meminfo: memFree=29460524/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=462.14 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235976 0 0 0 46153 61 0 0 20 0 1 0 114006754 2459320320 496880 33554432000 4194304 6058637 140736207418560 140736207417160 4277843 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 496880 178 456 0 599956 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 2401680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25848
/proc/meminfo: memFree=29454584/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2401680 CPUtime=522.13 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235977 0 0 0 52152 61 0 0 20 0 1 0 114006754 2459320320 497392 33554432000 4194304 6058637 140736207418560 140736207417160 4277445 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 600420 497392 178 456 0 599956 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 2401680

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25849
/proc/meminfo: memFree=29437900/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=582.12 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 235981 0 0 0 58151 61 0 0 20 0 1 0 114006754 2479046656 498417 33554432000 4194304 6058637 140736207418560 140736207417160 4277394 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 498417 178 456 0 604772 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 2420944


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

/proc/loadavg: 2.08 2.02 2.00 3/177 25853
/proc/meminfo: memFree=29445544/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=762.09 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236021 0 0 0 76148 61 0 0 20 0 1 0 114006754 2479046656 500465 33554432000 4194304 6058637 140736207418560 140736207417160 4278177 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 500465 178 456 0 604772 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 2420944

[startup+822.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 25854
/proc/meminfo: memFree=29408712/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=822.07 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236025 0 0 0 82146 61 0 0 20 0 1 0 114006754 2479046656 501489 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 501489 178 456 0 604772 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 2420944

[startup+882.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 25855
/proc/meminfo: memFree=29396964/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=882.06 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236026 0 0 0 88145 61 0 0 20 0 1 0 114006754 2479046656 502001 33554432000 4194304 6058637 140736207418560 140736207417160 4246099 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 502001 178 456 0 604772 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 2420944

[startup+942.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25856
/proc/meminfo: memFree=29435260/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=942.05 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236040 0 0 0 94143 62 0 0 20 0 1 0 114006754 2479046656 502513 33554432000 4194304 6058637 140736207418560 140736207417160 4278251 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 502513 178 456 0 604772 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 2420944

[startup+1002.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 25903
/proc/meminfo: memFree=29583260/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1002.03 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236060 0 0 0 100141 62 0 0 20 0 1 0 114006754 2479046656 503537 33554432000 4194304 6058637 140736207418560 140736207417160 4277493 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 503537 178 456 0 604772 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 2420944

[startup+1062.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 25905
/proc/meminfo: memFree=29545272/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1062.02 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236062 0 0 0 106140 62 0 0 20 0 1 0 114006754 2479046656 504049 33554432000 4194304 6058637 140736207418560 140736207417160 4277589 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 504049 178 456 0 604772 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2420944

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 25909
/proc/meminfo: memFree=29530892/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1121.99 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236087 0 0 0 112137 62 0 0 20 0 1 0 114006754 2479046656 504561 33554432000 4194304 6058637 140736207418560 140736207417160 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 504561 178 456 0 604772 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 2420944

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25910
/proc/meminfo: memFree=29525296/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1181.97 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236110 0 0 0 118135 62 0 0 20 0 1 0 114006754 2479046656 506097 33554432000 4194304 6058637 140736207418560 140736207417160 4277545 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506097 178 456 0 604772 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 2420944

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25911
/proc/meminfo: memFree=29484220/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1241.96 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236113 0 0 0 124134 62 0 0 20 0 1 0 114006754 2479046656 506648 33554432000 4194304 6058637 140736207418560 140736207417160 4246103 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506648 178 456 0 604772 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 2420944

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25834 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1254.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25911
/proc/meminfo: memFree=29452872/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1254.06 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236113 0 0 0 125344 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1254.06
Current children cumulated vsize (KiB) 2420944

[startup+1280 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29456560/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1279.65 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 127903 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1279.65
Current children cumulated vsize (KiB) 2420944

[startup+1286.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29448492/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1286.05 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 128543 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1286.05
Current children cumulated vsize (KiB) 2420944

[startup+1292.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29489508/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1292.45 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129183 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277357 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1292.45
Current children cumulated vsize (KiB) 2420944

[startup+1296 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29454692/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1295.65 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129503 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277378 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1295.65
Current children cumulated vsize (KiB) 2420944

[startup+1297.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29454692/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1297.25 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129663 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277690 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1297.25
Current children cumulated vsize (KiB) 2420944

[startup+1298 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29452208/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1297.66 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129704 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4277708 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1297.66
Current children cumulated vsize (KiB) 2420944

[startup+1298.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29452208/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1298.05 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129743 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4269354 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1298.05
Current children cumulated vsize (KiB) 2420944

[startup+1298.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25912
/proc/meminfo: memFree=29452208/32872528 swapFree=11372/178980
[pid=25834] ppid=25831 vsize=2420944 CPUtime=1298.15 cores=0,2,4,6
/proc/25834/stat : 25834 (open-wbo-lsu) R 25831 25834 21119 0 -1 4202496 236114 0 0 0 129753 62 0 0 20 0 1 0 114006754 2479046656 506851 33554432000 4194304 6058637 140736207418560 140736207417160 4256999 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/25834/statm: 605236 506851 178 456 0 604772 0
Current children cumulated CPU time (s) 1298.15
Current children cumulated vsize (KiB) 2420944

Child status: 20
Real time (s): 1298.58
CPU time (s): 1298.24
CPU user time (s): 1297.6
CPU system time (s): 0.644901
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 2420944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.6
system time used= 0.644901
maximum resident set size= 2027416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236117
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= 257
involuntary context switches= 1315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.17352 second user time and 5.09523 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 19:32:01
IDJOB=4083428
IDBENCH=1447
IDSOLVER=2545
FILE ID=node105/4083428-1465320720
RUNJOBID= node105-1465318078-24708
PBS_JOBID= 19848090
Free space on /tmp= 71728 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083428-1465320720/watcher-4083428-1465320720 -o /tmp/evaluation-result-4083428-1465320720/solver-4083428-1465320720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465318078-24708 --watchdog 1960  open-wbo-lsu HOME/instance-4083428-1465320720.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=826212524

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.62
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
cpu MHz		: 2666.813
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 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 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 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
cpu MHz		: 2666.813
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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 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 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 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
cpu MHz		: 2666.813
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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 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 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 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
cpu MHz		: 2666.813
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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 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 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 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:       32872528 kB
MemFree:        31516020 kB
Buffers:           41448 kB
Cached:           277224 kB
SwapCached:         1728 kB
Active:           228200 kB
Inactive:         241580 kB
Active(anon):     153484 kB
Inactive(anon):      392 kB
Active(file):      74716 kB
Inactive(file):   241188 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:             21548 kB
Writeback:             0 kB
AnonPages:        340276 kB
Mapped:             7792 kB
Shmem:                 0 kB
Slab:             575664 kB
SReclaimable:      18756 kB
SUnreclaim:       556908 kB
KernelStack:        1464 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     445600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node105 at 2016-06-07 19:53:40