Trace number 4100302

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? 124.584 125.653

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-tr12-30.opb
MD5SUM012c11861136c422cb8bda81e1d7561a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables21960
Total number of constraints750
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 1295
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 533310
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533310
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-4100302-1466225351.opb
0.00/0.00	c File size is 694911 bytes.
123.95/125.02	c Sum of soft weights:       533310
123.95/125.02	c |                                                                                                       |
123.95/125.02	c ========================================[ Problem Statistics ]===========================================
123.95/125.02	c |                                                                                                       |
123.95/125.02	c |  Problem Type:             Weighted                                                                   |
123.95/125.02	c |  Number of variables:         21960                                                                   |
123.95/125.02	c |  Number of hard clauses:          0                                                                   |
123.95/125.02	c |  Number of soft clauses:      11160                                                                   |
123.95/125.02	c |  Number of cardinality:           0                                                                   |
123.95/125.02	c |  Number of PB :                1110                                                                   |
123.95/125.02	c |  Parse time:                   0.08 s                                                                 |
123.95/125.02	c |                                                                                                       |
123.95/125.02	c Error: Out of memory.
123.95/125.02	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-4100302-1466225351/watcher-4100302-1466225351 -o /tmp/evaluation-result-4100302-1466225351/solver-4100302-1466225351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30921 --watchdog 1960 open-wbo HOME/instance-4100302-1466225351.opb 

pid=1433
running on 4 cores: 1,3,5,7

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.10 2.16 2.40 4/176 1436
/proc/meminfo: memFree=31166096/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=3148 CPUtime=0 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 541 0 0 0 0 0 0 0 20 0 1 0 24580581 3223552 416 33554432000 4194304 6059633 140736380897680 140734394678328 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 787 416 303 456 0 153 0

[startup+0.100124 s]
/proc/loadavg: 2.10 2.16 2.40 4/176 1436
/proc/meminfo: memFree=31166096/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=19576 CPUtime=0.09 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 3774 0 0 0 9 0 0 0 20 0 1 0 24580581 20045824 3941 33554432000 4194304 6059633 140736380897680 140734394678328 5047405 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 4894 3947 162 456 0 4430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19576

[startup+0.200319 s]
/proc/loadavg: 2.10 2.16 2.40 4/176 1436
/proc/meminfo: memFree=31166096/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=46028 CPUtime=0.18 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 9183 0 0 0 17 1 0 0 20 0 1 0 24580581 47132672 10211 33554432000 4194304 6059633 140736380897680 140734394678328 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 11507 10214 162 456 0 11043 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 46028

[startup+0.300296 s]
/proc/loadavg: 2.10 2.16 2.40 4/176 1436
/proc/meminfo: memFree=31166096/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=80936 CPUtime=0.29 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 15292 0 0 0 26 3 0 0 20 0 1 0 24580581 82878464 17786 33554432000 4194304 6059633 140736380897680 140734394678328 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 20234 17787 162 456 0 19770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80936

[startup+0.700302 s]
/proc/loadavg: 2.10 2.16 2.40 4/176 1436
/proc/meminfo: memFree=31166096/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=194160 CPUtime=0.68 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 33230 0 0 0 62 6 0 0 20 0 1 0 24580581 198819840 41136 33554432000 4194304 6059633 140736380897680 140734394678328 4239837 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 48540 41137 162 456 0 48076 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 194160

[startup+1.5003 s]
/proc/loadavg: 2.10 2.16 2.40 3/177 1437
/proc/meminfo: memFree=30955984/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=269952 CPUtime=1.49 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 43838 0 0 0 139 10 0 0 20 0 1 0 24580581 276430848 61592 33554432000 4194304 6059633 140736380897680 140736380895400 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 67488 61592 162 456 0 67024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269952

[startup+3.10032 s]
/proc/loadavg: 2.10 2.16 2.40 3/177 1437
/proc/meminfo: memFree=30813260/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=547032 CPUtime=3.09 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 68100 0 0 0 292 17 0 0 20 0 1 0 24580581 560160768 112896 33554432000 4194304 6059633 140736380897680 140736380895704 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 136758 112896 162 456 0 136294 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 547032

[startup+6.3003 s]
/proc/loadavg: 2.10 2.16 2.40 3/177 1437
/proc/meminfo: memFree=30400336/32872528 swapFree=496872/529576
[pid=1436] ppid=1433 vsize=951004 CPUtime=6.29 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 115217 0 0 0 600 29 0 0 20 0 1 0 24580581 973828096 212890 33554432000 4194304 6059633 140736380897680 140736380895128 5043379 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 237751 212891 162 456 0 237287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 951004

[startup+12.7003 s]
/proc/loadavg: 2.09 2.15 2.40 3/177 1437
/proc/meminfo: memFree=29623900/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=1929236 CPUtime=12.69 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 193266 0 0 0 1216 53 0 0 20 0 1 0 24580581 1975537664 393194 33554432000 4194304 6059633 140736380897680 140736380895400 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 482309 393194 162 456 0 481845 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1929236

[startup+25.5004 s]
/proc/loadavg: 2.07 2.14 2.39 3/177 1437
/proc/meminfo: memFree=28073672/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=3514352 CPUtime=25.48 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 352248 0 0 0 2448 100 0 0 20 0 1 0 24580581 3598696448 766858 33554432000 4194304 6059633 140736380897680 140736380895400 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 878588 766858 162 456 0 878124 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3514352

[startup+51.1004 s]
/proc/loadavg: 2.11 2.15 2.38 3/177 1448
/proc/meminfo: memFree=25328240/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=7483488 CPUtime=51.07 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 634304 0 0 0 4922 185 0 0 20 0 1 0 24580581 7663091712 1459157 33554432000 4194304 6059633 140736380897680 140736380895704 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 1870872 1459157 162 456 0 1870408 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7483488

[startup+102.3 s]
/proc/loadavg: 2.16 2.15 2.37 3/178 1450
/proc/meminfo: memFree=19547324/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=13260884 CPUtime=102.23 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 1223528 0 0 0 9868 355 0 0 20 0 1 0 24580581 13579145216 2898746 33554432000 4194304 6059633 140736380897680 140736380895400 4313178 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3315221 2898746 162 456 0 3314757 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13260884

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

[startup+102.407 s]
/proc/loadavg: 2.16 2.15 2.37 3/178 1450
/proc/meminfo: memFree=19547324/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=13263496 CPUtime=102.33 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 1224036 0 0 0 9878 355 0 0 20 0 1 0 24580581 13581819904 2900781 33554432000 4194304 6059633 140736380897680 140736380895400 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3315874 2900781 162 456 0 3315410 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 13263496

[startup+115.2 s]
/proc/loadavg: 2.12 2.14 2.36 3/177 1450
/proc/meminfo: memFree=18228044/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=13979676 CPUtime=115.12 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 1366346 0 0 0 11121 391 0 0 20 0 1 0 24580581 14315188224 3245004 33554432000 4194304 6059633 140736380897680 140736380895400 4242475 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3494919 3245004 162 456 0 3494455 0
Current children cumulated CPU time (s) 115.12
Current children cumulated vsize (KiB) 13979676

[startup+121.6 s]
/proc/loadavg: 2.11 2.14 2.36 3/177 1451
/proc/meminfo: memFree=17403632/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=14293724 CPUtime=121.52 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 1444800 0 0 0 11740 412 0 0 20 0 1 0 24580581 14636773376 3442486 33554432000 4194304 6059633 140736380897680 140736380895704 4252008 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3573431 3442486 162 456 0 3572967 0
Current children cumulated CPU time (s) 121.52
Current children cumulated vsize (KiB) 14293724

[startup+123.2 s]
/proc/loadavg: 2.11 2.14 2.36 3/177 1451
/proc/meminfo: memFree=17176452/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=14892796 CPUtime=123.13 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202496 1460828 0 0 0 11890 423 0 0 20 0 1 0 24580581 15250223104 3481412 33554432000 4194304 6059633 140736380897680 140736380895400 5278442 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3723199 3481413 162 456 0 3722735 0
Current children cumulated CPU time (s) 123.13
Current children cumulated vsize (KiB) 14892796

[startup+124.8 s]
/proc/loadavg: 2.10 2.14 2.36 2/177 1451
/proc/meminfo: memFree=17110252/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=14974608 CPUtime=123.95 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) S 1433 1436 22589 0 -1 4202496 1464704 0 0 0 11970 425 0 0 20 0 1 0 24580581 15333998592 3497465 33554432000 4194304 6059633 140736380897680 140736380896904 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 5 0 0 0 0 0
/proc/1436/statm: 3743652 3497465 210 456 0 3743188 0
Current children cumulated CPU time (s) 123.95
Current children cumulated vsize (KiB) 14974608

[startup+125.2 s]
/proc/loadavg: 2.10 2.14 2.36 2/177 1451
/proc/meminfo: memFree=17110252/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=0 CPUtime=124.12 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202500 1464706 0 0 0 11970 442 0 0 20 0 1 0 24580581 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.12
Current children cumulated vsize (KiB) 0

[startup+125.6 s]
/proc/loadavg: 2.10 2.14 2.36 3/177 1451
/proc/meminfo: memFree=24137632/32872528 swapFree=496868/529572
[pid=1436] ppid=1433 vsize=0 CPUtime=124.52 cores=1,3,5,7
/proc/1436/stat : 1436 (open-wbo) R 1433 1436 22589 0 -1 4202500 1464706 0 0 0 11970 482 0 0 20 0 1 0 24580581 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.52
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 125.653
CPU time (s): 124.584
CPU user time (s): 119.707
CPU system time (s): 4.87726
CPU usage (%): 99.1491
Max. virtual memory (cumulated for all children) (KiB): 14974608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.707
system time used= 4.87726
maximum resident set size= 13989868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1464706
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= 91
involuntary context switches= 137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32695 second user time and 0.510922 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 06:49:11
IDJOB=4100302
IDBENCH=1599
IDSOLVER=2547
FILE ID=node141/4100302-1466225351
RUNJOBID= node141-1466223616-30921
PBS_JOBID= 19918136
Free space on /tmp= 71724 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-tr12-30.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100302-1466225351/watcher-4100302-1466225351 -o /tmp/evaluation-result-4100302-1466225351/solver-4100302-1466225351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30921 --watchdog 1960  open-wbo HOME/instance-4100302-1466225351.opb

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

MD5SUM BENCH= 012c11861136c422cb8bda81e1d7561a
RANDOM SEED=1293726038

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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.56
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.547
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		: 2666.547
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.547
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:        31166096 kB
Buffers:          106140 kB
Cached:           129940 kB
SwapCached:         2528 kB
Active:           274604 kB
Inactive:         160028 kB
Active(anon):     199108 kB
Inactive(anon):     2028 kB
Active(file):      75496 kB
Inactive(file):   158000 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        731172 kB
Mapped:             7840 kB
Shmem:                 0 kB
Slab:             605384 kB
SReclaimable:      48804 kB
SUnreclaim:       556580 kB
KernelStack:        1432 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     858204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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 node141 at 2016-06-18 06:51:17