Trace number 4101438

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
Open-WBO PB16? 189.335 190.432

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-sample2.opb
MD5SUM98cb9153c0a6885786e060f27dbb5c7a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.113981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables1296
Total number of constraints46
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints43
Minimum length of a constraint4
Maximum length of a constraint150
Number of terms in the objective function 729
Biggest coefficient in the objective function 23832
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524793
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262138
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524793
Number of bits of the biggest sum of numbers20
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
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-4101438-1466227247.opb
0.00/0.00	c File size is 37019 bytes.
188.74/189.84	c Sum of soft weights:       524793
188.74/189.84	c |                                                                                                       |
188.74/189.84	c ========================================[ Problem Statistics ]===========================================
188.74/189.84	c |                                                                                                       |
188.74/189.84	c |  Problem Type:             Weighted                                                                   |
188.74/189.84	c |  Number of variables:          1296                                                                   |
188.74/189.84	c |  Number of hard clauses:          0                                                                   |
188.74/189.84	c |  Number of soft clauses:        729                                                                   |
188.74/189.84	c |  Number of cardinality:           3                                                                   |
188.74/189.84	c |  Number of PB :                  64                                                                   |
188.74/189.84	c |  Parse time:                   0.00 s                                                                 |
188.74/189.84	c |                                                                                                       |
188.74/189.84	c Error: Out of memory.
188.74/189.84	s UNKNOWN

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-4101438-1466227247/watcher-4101438-1466227247 -o /tmp/evaluation-result-4101438-1466227247/solver-4101438-1466227247 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466223724-17852 --watchdog 1960 open-wbo HOME/instance-4101438-1466227247.opb 

pid=20821
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.19 2.27 2.26 4/177 20824
/proc/meminfo: memFree=18767148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=7656 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 586 0 0 0 0 0 0 0 20 0 1 0 24770432 7839744 448 33554432000 4194304 6059633 140733762815168 140736719823224 4294931 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 1914 450 161 456 0 1450 0

[startup+0.100121 s]
/proc/loadavg: 2.19 2.27 2.26 4/177 20824
/proc/meminfo: memFree=18767148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=33060 CPUtime=0.08 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 6493 0 0 0 8 0 0 0 20 0 1 0 24770432 33853440 6781 33554432000 4194304 6059633 140733762815168 140736719823224 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 8265 6782 162 456 0 7801 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33060

[startup+0.200312 s]
/proc/loadavg: 2.19 2.27 2.26 4/177 20824
/proc/meminfo: memFree=18767148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=60640 CPUtime=0.19 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 11029 0 0 0 17 2 0 0 20 0 1 0 24770432 62095360 12339 33554432000 4194304 6059633 140733762815168 140736719823224 4239837 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 15160 12341 162 456 0 14696 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60640

[startup+0.300295 s]
/proc/loadavg: 2.19 2.27 2.26 4/177 20824
/proc/meminfo: memFree=18767148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=82136 CPUtime=0.29 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 15293 0 0 0 26 3 0 0 20 0 1 0 24770432 84107264 17625 33554432000 4194304 6059633 140733762815168 140736719823224 5131575 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 20534 17628 162 456 0 20070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82136

[startup+0.700225 s]
/proc/loadavg: 2.19 2.27 2.26 4/177 20824
/proc/meminfo: memFree=18767148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=177976 CPUtime=0.68 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 28155 0 0 0 63 5 0 0 20 0 1 0 24770432 182247424 37130 33554432000 4194304 6059633 140733762815168 140733762812616 4239837 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 44494 37131 162 456 0 44030 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 177976

[startup+1.50028 s]
/proc/loadavg: 2.25 2.29 2.27 4/178 20825
/proc/meminfo: memFree=18462736/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=356952 CPUtime=1.49 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 46746 0 0 0 139 10 0 0 20 0 1 0 24770432 365518848 71051 33554432000 4194304 6059633 140733762815168 140733762812616 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 89238 71051 162 456 0 88774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 356952

[startup+3.10027 s]
/proc/loadavg: 2.25 2.29 2.27 4/178 20825
/proc/meminfo: memFree=18218064/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=564512 CPUtime=3.09 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 69947 0 0 0 294 15 0 0 20 0 1 0 24770432 578060288 126445 33554432000 4194304 6059633 140733762815168 140733762812616 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 141128 126446 162 456 0 140664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 564512

[startup+6.30027 s]
/proc/loadavg: 2.23 2.28 2.27 3/178 20825
/proc/meminfo: memFree=17474280/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=1239916 CPUtime=6.29 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 123832 0 0 0 600 29 0 0 20 0 1 0 24770432 1269673984 231430 33554432000 4194304 6059633 140733762815168 140733762813192 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 309979 231430 162 456 0 309515 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1239916

[startup+12.7003 s]
/proc/loadavg: 2.22 2.28 2.27 3/178 20825
/proc/meminfo: memFree=22819456/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=1890932 CPUtime=12.69 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 177178 0 0 0 1224 45 0 0 20 0 1 0 24770432 1936314368 357321 33554432000 4194304 6059633 140733762815168 140733762813192 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 472733 357321 162 456 0 472269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1890932

[startup+25.5004 s]
/proc/loadavg: 2.24 2.28 2.27 3/177 20871
/proc/meminfo: memFree=26452228/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=3166140 CPUtime=25.48 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 332643 0 0 0 2468 80 0 0 20 0 1 0 24770432 3242127360 615991 33554432000 4194304 6059633 140733762815168 140733762813128 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 791535 616002 162 456 0 791071 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3166140

[startup+51.1004 s]
/proc/loadavg: 2.31 2.29 2.27 4/177 20871
/proc/meminfo: memFree=22086992/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=5398196 CPUtime=51.06 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 551241 0 0 0 4962 144 0 0 20 0 1 0 24770432 5527752704 1133969 33554432000 4194304 6059633 140733762815168 140733762813192 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 1349549 1133969 162 456 0 1349085 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 5398196

[startup+102.3 s]
/proc/loadavg: 2.25 2.27 2.27 3/177 20873
/proc/meminfo: memFree=14369416/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=8800984 CPUtime=102.24 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 846383 0 0 0 9985 239 0 0 20 0 1 0 24770432 9012207616 1926880 33554432000 4194304 6059633 140733762815168 140733762812888 4589383 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 2200246 1926880 162 456 0 2199782 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8800984

[startup+162.3 s]
/proc/loadavg: 2.12 2.23 2.25 3/177 20920
/proc/meminfo: memFree=16955564/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=14050292 CPUtime=162.21 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 1360243 0 0 0 15849 372 0 0 20 0 1 0 24770432 14387499008 3201444 33554432000 4194304 6059633 140733762815168 140733762812616 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3512573 3201444 162 456 0 3512109 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 14050292

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

[startup+166.4 s]
/proc/loadavg: 2.11 2.23 2.25 4/177 20920
/proc/meminfo: memFree=16890684/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=14068772 CPUtime=166.31 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 1367224 0 0 0 16257 374 0 0 20 0 1 0 24770432 14406422528 3217623 33554432000 4194304 6059633 140733762815168 140733762813096 4313182 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3517193 3217623 162 456 0 3516729 0
Current children cumulated CPU time (s) 166.31
Current children cumulated vsize (KiB) 14068772

[startup+179.2 s]
/proc/loadavg: 2.10 2.22 2.25 3/177 20920
/proc/meminfo: memFree=16674412/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=14453948 CPUtime=179.1 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 1432469 0 0 0 17525 385 0 0 20 0 1 0 24770432 14800842752 3296528 33554432000 4194304 6059633 140733762815168 140733762813128 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3613487 3296528 162 456 0 3613023 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 14453948

[startup+185.6 s]
/proc/loadavg: 2.17 2.23 2.25 4/177 20920
/proc/meminfo: memFree=15924828/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=14771756 CPUtime=185.5 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 1507209 0 0 0 18144 406 0 0 20 0 1 0 24770432 15126278144 3481392 33554432000 4194304 6059633 140733762815168 140733762812888 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3692939 3481392 162 456 0 3692475 0
Current children cumulated CPU time (s) 185.5
Current children cumulated vsize (KiB) 14771756

[startup+188.8 s]
/proc/loadavg: 2.23 2.25 2.26 3/177 20920
/proc/meminfo: memFree=15552148/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=15430872 CPUtime=188.7 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202496 1538904 0 0 0 18448 422 0 0 20 0 1 0 24770432 15801212928 3572633 33554432000 4194304 6059633 140733762815168 140733762812616 4294824 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3857718 3572634 162 456 0 3857254 0
Current children cumulated CPU time (s) 188.7
Current children cumulated vsize (KiB) 15430872

[startup+189.6 s]
/proc/loadavg: 2.23 2.25 2.26 2/177 20920
/proc/meminfo: memFree=15465360/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=15496708 CPUtime=188.74 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) S 20821 20824 8337 0 -1 4202496 1539427 0 0 0 18452 422 0 0 20 0 1 0 24770432 15868628992 3573065 33554432000 4194304 6059633 140733762815168 140733762814392 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 4 0 0 0 0 0
/proc/20824/statm: 3874177 3573065 210 456 0 3873713 0
Current children cumulated CPU time (s) 188.74
Current children cumulated vsize (KiB) 15496708

[startup+190 s]
/proc/loadavg: 2.23 2.25 2.26 2/177 20920
/proc/meminfo: memFree=15465360/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=0 CPUtime=188.9 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202500 1539429 0 0 0 18452 438 0 0 20 0 1 0 24770432 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 188.9
Current children cumulated vsize (KiB) 0

[startup+190.407 s]
/proc/loadavg: 2.29 2.26 2.26 3/177 20920
/proc/meminfo: memFree=23570836/32872528 swapFree=1499884/1696108
[pid=20824] ppid=20821 vsize=0 CPUtime=189.3 cores=0,2,4,6
/proc/20824/stat : 20824 (open-wbo) R 20821 20824 8337 0 -1 4202500 1539429 0 0 0 18452 478 0 0 20 0 1 0 24770432 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 189.3
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 190.432
CPU time (s): 189.335
CPU user time (s): 184.521
CPU system time (s): 4.81427
CPU usage (%): 99.4239
Max. virtual memory (cumulated for all children) (KiB): 15496708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.521
system time used= 4.81427
maximum resident set size= 14292268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1539429
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= 110
involuntary context switches= 193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.45393 second user time and 0.771882 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 07:20:47
IDJOB=4101438
IDBENCH=1747
IDSOLVER=2547
FILE ID=node137/4101438-1466227247
RUNJOBID= node137-1466223724-17852
PBS_JOBID= 19918140
Free space on /tmp= 71700 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-sample2.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101438-1466227247/watcher-4101438-1466227247 -o /tmp/evaluation-result-4101438-1466227247/solver-4101438-1466227247 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466223724-17852 --watchdog 1960  open-wbo HOME/instance-4101438-1466227247.opb

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

MD5SUM BENCH= 98cb9153c0a6885786e060f27dbb5c7a
RANDOM SEED=1535840985

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        18767420 kB
Buffers:          108988 kB
Cached:           174040 kB
SwapCached:         1268 kB
Active:         11441352 kB
Inactive:         200860 kB
Active(anon):   11360488 kB
Inactive(anon):     1024 kB
Active(file):      80864 kB
Inactive(file):   199836 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:              4668 kB
Writeback:             0 kB
AnonPages:      13058124 kB
Mapped:             7776 kB
Shmem:                 0 kB
Slab:             606272 kB
SReclaimable:      47720 kB
SUnreclaim:       558552 kB
KernelStack:        1480 kB
PageTables:        31868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   14796380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2406400 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= 71692 MiB
End job on node137 at 2016-06-18 07:23:58