Trace number 4084194

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-LSU PB16? 72.7519 73.7671

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
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-4084194-1465356517.opb
0.00/0.00	c File size is 18715310 bytes.
72.14/73.16	c Sum of soft weights:       262144
72.14/73.16	c |                                                                                                       |
72.14/73.16	c ========================================[ Problem Statistics ]===========================================
72.14/73.16	c |                                                                                                       |
72.14/73.16	c |  Problem Type:           Unweighted                                                                   |
72.14/73.16	c |  Number of variables:        262144                                                                   |
72.14/73.16	c |  Number of hard clauses:        516                                                                   |
72.14/73.16	c |  Number of soft clauses:     262144                                                                   |
72.14/73.16	c |  Number of cardinality:       21636                                                                   |
72.14/73.16	c |  Number of PB :                   2                                                                   |
72.14/73.16	c |  Parse time:                   2.43 s                                                                 |
72.14/73.16	c |                                                                                                       |
72.14/73.16	c ==========================================[ Solver Settings ]============================================
72.14/73.16	c |                                                                                                       |
72.14/73.16	c |  Algorithm:                LinearSU                                                                   |
72.14/73.16	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
72.14/73.16	c |                                                                                                       |
72.14/73.16	c Error: Out of memory.
72.14/73.16	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-4084194-1465356517/watcher-4084194-1465356517 -o /tmp/evaluation-result-4084194-1465356517/solver-4084194-1465356517 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465339263-4343 --watchdog 1960 open-wbo-lsu HOME/instance-4084194-1465356517.opb 

pid=7740
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.00 2.00 2.00 3/178 7743
/proc/meminfo: memFree=30987016/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=20484 CPUtime=0 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 4859 0 0 0 0 0 0 0 20 0 1 0 117583848 20975616 4735 33554432000 4194304 6058637 140735946802304 140733669123416 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 5121 4735 4704 456 0 87 0

[startup+0.100167 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7743
/proc/meminfo: memFree=30987016/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=28784 CPUtime=0.09 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 6926 0 0 0 9 0 0 0 20 0 1 0 117583848 29474816 6802 33554432000 4194304 6058637 140735946802304 140733669123416 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 7196 6802 4704 456 0 2162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28784

[startup+0.200363 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7743
/proc/meminfo: memFree=30987016/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=36848 CPUtime=0.19 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 8864 0 0 0 18 1 0 0 20 0 1 0 117583848 37732352 8740 33554432000 4194304 6058637 140735946802304 140733669123416 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 9245 8741 4704 456 0 4211 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36848

[startup+0.300375 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7743
/proc/meminfo: memFree=30987016/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=44828 CPUtime=0.29 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 10797 0 0 0 28 1 0 0 20 0 1 0 117583848 45903872 10673 33554432000 4194304 6058637 140735946802304 140735946800504 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 11207 10673 4704 456 0 6173 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44828

[startup+0.700313 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7743
/proc/meminfo: memFree=30987016/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=69108 CPUtime=0.69 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 17778 0 0 0 67 2 0 0 20 0 1 0 117583848 70766592 16884 33554432000 4194304 6058637 140735946802304 140735946800504 4213866 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 17277 16884 4705 456 0 12243 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69108

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7744
/proc/meminfo: memFree=30934912/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=74668 CPUtime=1.48 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 19194 0 0 0 146 2 0 0 20 0 1 0 117583848 76460032 18300 33554432000 4194304 6058637 140735946802304 140735946800744 5042435 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 18667 18300 4705 456 0 13633 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74668

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7744
/proc/meminfo: memFree=30925876/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=327808 CPUtime=3.09 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 58772 0 0 0 300 9 0 0 20 0 1 0 117583848 335675392 70398 33554432000 4194304 6058637 140735946802304 140735946800632 5046461 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 81952 70399 161 456 0 81488 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 327808

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7744
/proc/meminfo: memFree=30247844/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=1099616 CPUtime=6.29 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 123508 0 0 0 602 27 0 0 20 0 1 0 117583848 1126006784 221322 33554432000 4194304 6058637 140735946802304 140735946799752 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 274904 221322 161 456 0 274440 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1099616

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7744
/proc/meminfo: memFree=29020436/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=2713700 CPUtime=12.68 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 247165 0 0 0 1208 60 0 0 20 0 1 0 117583848 2778828800 517547 33554432000 4194304 6058637 140735946802304 140735946799864 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 678425 517547 161 456 0 677961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2713700

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7744
/proc/meminfo: memFree=26650300/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=4998676 CPUtime=25.48 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 481055 0 0 0 2434 114 0 0 20 0 1 0 117583848 5118644224 1090571 33554432000 4194304 6058637 140735946802304 140735946800024 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 1249669 1090571 161 456 0 1249205 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4998676

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7745
/proc/meminfo: memFree=22087108/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=11587808 CPUtime=51.08 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 943132 0 0 0 4851 257 0 0 20 0 1 0 117583848 11865915392 2238712 33554432000 4194304 6058637 140735946802304 140735946800024 4313046 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 2896952 2238712 161 456 0 2896488 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11587808

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

[startup+51.2004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7745
/proc/meminfo: memFree=22087108/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=11592544 CPUtime=51.18 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 943982 0 0 0 4861 257 0 0 20 0 1 0 117583848 11870765056 2242628 33554432000 4194304 6058637 140735946802304 140735946800024 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 2898136 2242629 161 456 0 2897672 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 11592544

[startup+64.0003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7746
/proc/meminfo: memFree=19766400/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=12668752 CPUtime=63.98 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 1175482 0 0 0 6089 309 0 0 20 0 1 0 117583848 12972802048 2806789 33554432000 4194304 6058637 140735946802304 140735946800296 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 3167188 2806790 161 456 0 3166724 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 12668752

[startup+70.4003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7746
/proc/meminfo: memFree=18618432/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=13178744 CPUtime=70.38 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 1294264 0 0 0 6703 335 0 0 20 0 1 0 117583848 13495033856 3087047 33554432000 4194304 6058637 140735946802304 140735946800296 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 3294686 3087047 161 456 0 3294222 0
Current children cumulated CPU time (s) 70.38
Current children cumulated vsize (KiB) 13178744

[startup+72.0003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7746
/proc/meminfo: memFree=18459280/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=13231336 CPUtime=71.98 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202496 1310448 0 0 0 6858 340 0 0 20 0 1 0 117583848 13548888064 3144622 33554432000 4194304 6058637 140735946802304 140735946800296 4251859 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 3307834 3144622 161 456 0 3307370 0
Current children cumulated CPU time (s) 71.98
Current children cumulated vsize (KiB) 13231336

[startup+72.8002 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 7746
/proc/meminfo: memFree=18365224/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=13301928 CPUtime=72.14 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) S 7740 7743 4327 0 -1 4202496 1312630 0 0 0 6873 341 0 0 20 0 1 0 117583848 13621174272 3149739 33554432000 4194304 6058637 140735946802304 140735946801528 5262704 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/7743/statm: 3325482 3149739 210 456 0 3325018 0
Current children cumulated CPU time (s) 72.14
Current children cumulated vsize (KiB) 13301928

[startup+73.2002 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 7746
/proc/meminfo: memFree=18365224/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=0 CPUtime=72.18 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202500 1312631 0 0 0 6873 345 0 0 20 0 1 0 117583848 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.18
Current children cumulated vsize (KiB) 0

[startup+73.6002 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 7746
/proc/meminfo: memFree=18365224/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=0 CPUtime=72.58 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202500 1312631 0 0 0 6873 385 0 0 20 0 1 0 117583848 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.58
Current children cumulated vsize (KiB) 0

[startup+73.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7746
/proc/meminfo: memFree=27018952/32872528 swapFree=8144/8144
[pid=7743] ppid=7740 vsize=0 CPUtime=72.69 cores=0,2,4,6
/proc/7743/stat : 7743 (open-wbo-lsu) R 7740 7743 4327 0 -1 4202500 1312631 0 0 0 6873 396 0 0 20 0 1 0 117583848 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.69
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 73.7671
CPU time (s): 72.7519
CPU user time (s): 68.7326
CPU system time (s): 4.01939
CPU usage (%): 98.6239
Max. virtual memory (cumulated for all children) (KiB): 13301928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.7326
system time used= 4.01939
maximum resident set size= 12598960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1312631
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= 8
involuntary context switches= 76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.416936 second user time and 0.745886 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-08 05:28:38
IDJOB=4084194
IDBENCH=89871
IDSOLVER=2545
FILE ID=node133/4084194-1465356517
RUNJOBID= node133-1465339263-4343
PBS_JOBID= 19853400
Free space on /tmp= 71724 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-datt256.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084194-1465356517/watcher-4084194-1465356517 -o /tmp/evaluation-result-4084194-1465356517/solver-4084194-1465356517 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465339263-4343 --watchdog 1960  open-wbo-lsu HOME/instance-4084194-1465356517.opb

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=559187520

node133.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		: 2667.065
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	: 5334.13
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		: 2667.065
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	: 7358.89
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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.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
cpu MHz		: 2667.065
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		: 2667.065
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:        30987172 kB
Buffers:          144032 kB
Cached:           915732 kB
SwapCached:         2076 kB
Active:           189044 kB
Inactive:         936104 kB
Active(anon):      66292 kB
Inactive(anon):     1460 kB
Active(file):     122752 kB
Inactive(file):   934644 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098288 kB
Dirty:             22892 kB
Writeback:            20 kB
AnonPages:         84808 kB
Mapped:             7860 kB
Shmem:                 0 kB
Slab:             606560 kB
SReclaimable:      49860 kB
SUnreclaim:       556700 kB
KernelStack:        1448 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     205700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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 node133 at 2016-06-08 05:29:52