Trace number 4101886

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? (MO) 239.926 239.964

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-mas74.opb
MD5SUMb2d72ee396227b8bee3385af46db0418
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables240
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 262144
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524508
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524508
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-4101886-1466240686.opb
0.00/0.00	c File size is 24481 bytes.
239.26/239.30	c Sum of soft weights:       524508
239.26/239.30	c |                                                                                                       |
239.26/239.30	c ========================================[ Problem Statistics ]===========================================
239.26/239.30	c |                                                                                                       |
239.26/239.30	c |  Problem Type:             Weighted                                                                   |
239.26/239.30	c |  Number of variables:           240                                                                   |
239.26/239.30	c |  Number of hard clauses:          0                                                                   |
239.26/239.30	c |  Number of soft clauses:        240                                                                   |
239.26/239.30	c |  Number of cardinality:           1                                                                   |
239.26/239.30	c |  Number of PB :                  13                                                                   |
239.26/239.30	c |  Parse time:                   0.00 s                                                                 |
239.26/239.30	c |                                                                                                       |
239.26/239.30	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-4101886-1466240686/watcher-4101886-1466240686 -o /tmp/evaluation-result-4101886-1466240686/solver-4101886-1466240686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466240166-29916 --watchdog 1960 open-wbo HOME/instance-4101886-1466240686.opb 

pid=30300
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.25 2.21 2.14 3/176 30303
/proc/meminfo: memFree=16575268/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=7396 CPUtime=0 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 580 0 0 0 0 0 0 0 20 0 1 0 26113805 7573504 436 33554432000 4194304 6059633 140736856523488 140734379138568 4239837 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 1849 436 162 456 0 1385 0

[startup+0.10017 s]
/proc/loadavg: 2.25 2.21 2.14 3/176 30303
/proc/meminfo: memFree=16575268/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=46204 CPUtime=0.09 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 8561 0 0 0 8 1 0 0 20 0 1 0 26113805 47312896 8891 33554432000 4194304 6059633 140736856523488 140734379138568 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 11584 8900 162 456 0 11120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46204

[startup+0.200368 s]
/proc/loadavg: 2.25 2.21 2.14 3/176 30303
/proc/meminfo: memFree=16575268/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=70852 CPUtime=0.18 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 14803 0 0 0 17 1 0 0 20 0 1 0 26113805 72552448 16155 33554432000 4194304 6059633 140736856523488 140734379138568 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 17713 16157 162 456 0 17249 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 70852

[startup+0.30035 s]
/proc/loadavg: 2.25 2.21 2.14 3/176 30303
/proc/meminfo: memFree=16575268/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=100956 CPUtime=0.29 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 20162 0 0 0 26 3 0 0 20 0 1 0 26113805 103378944 23009 33554432000 4194304 6059633 140736856523488 140734379138568 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 25239 23010 162 456 0 24775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100956

[startup+0.700246 s]
/proc/loadavg: 2.25 2.21 2.14 3/176 30303
/proc/meminfo: memFree=16575268/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=217768 CPUtime=0.69 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 35807 0 0 0 64 5 0 0 20 0 1 0 26113805 222994432 44154 33554432000 4194304 6059633 140736856523488 140736856520760 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 54442 44158 162 456 0 53978 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 217768

[startup+1.50029 s]
/proc/loadavg: 2.25 2.21 2.14 3/177 30304
/proc/meminfo: memFree=16319388/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=350692 CPUtime=1.49 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 52437 0 0 0 141 8 0 0 20 0 1 0 26113805 359108608 68700 33554432000 4194304 6059633 140736856523488 140736856520760 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 87673 68700 162 456 0 87209 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 350692

[startup+3.10029 s]
/proc/loadavg: 2.25 2.21 2.14 3/177 30304
/proc/meminfo: memFree=16259968/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=446600 CPUtime=3.09 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 63893 0 0 0 299 10 0 0 20 0 1 0 26113805 457318400 89222 33554432000 4194304 6059633 140736856523488 140736856520664 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 111650 89222 162 456 0 111186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 446600

[startup+6.30029 s]
/proc/loadavg: 2.23 2.20 2.14 3/177 30304
/proc/meminfo: memFree=16111216/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=572248 CPUtime=6.29 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 79746 0 0 0 615 14 0 0 20 0 1 0 26113805 585981952 124927 33554432000 4194304 6059633 140736856523488 140736856520664 4252202 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 143062 124927 162 456 0 142598 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 572248

[startup+12.7003 s]
/proc/loadavg: 2.22 2.20 2.14 3/177 30304
/proc/meminfo: memFree=15676756/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=1078796 CPUtime=12.69 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 125145 0 0 0 1243 26 0 0 20 0 1 0 26113805 1104687104 231553 33554432000 4194304 6059633 140736856523488 140736856521240 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 269699 231554 162 456 0 269235 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1078796

[startup+25.5003 s]
/proc/loadavg: 2.25 2.20 2.14 4/177 30304
/proc/meminfo: memFree=14657332/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=2061928 CPUtime=25.48 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 205674 0 0 0 2497 51 0 0 20 0 1 0 26113805 2111414272 425905 33554432000 4194304 6059633 140736856523488 140736856521512 4252202 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 515482 425905 162 456 0 515018 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2061928

[startup+51.1004 s]
/proc/loadavg: 2.23 2.20 2.14 3/177 30304
/proc/meminfo: memFree=13148120/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=3626192 CPUtime=51.08 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 362481 0 0 0 5011 97 0 0 20 0 1 0 26113805 3713220608 799799 33554432000 4194304 6059633 140736856523488 140736856520664 5278442 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 906548 799799 162 456 0 906084 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3626192

[startup+102.3 s]
/proc/loadavg: 2.24 2.22 2.15 3/177 30305
/proc/meminfo: memFree=9866564/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=8161920 CPUtime=102.28 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 684432 0 0 0 10029 199 0 0 20 0 1 0 26113805 8357806080 1585009 33554432000 4194304 6059633 140736856523488 140736856521240 4252202 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 2040480 1585009 162 456 0 2040016 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8161920

[startup+162.3 s]
/proc/loadavg: 2.22 2.22 2.15 4/177 30352
/proc/meminfo: memFree=16988856/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=12813588 CPUtime=162.27 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 1024521 0 0 0 15916 311 0 0 20 0 1 0 26113805 13121114112 2453623 33554432000 4194304 6059633 140736856523488 140736856521512 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 3203397 2453623 162 456 0 3202933 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 12813588

[startup+222.307 s]
/proc/loadavg: 2.34 2.25 2.17 3/177 30354
/proc/meminfo: memFree=7567044/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=14376364 CPUtime=222.26 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 1367884 0 0 0 21816 410 0 0 20 0 1 0 26113805 14721396736 3328063 33554432000 4194304 6059633 140736856523488 140736856520968 4589415 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 3594091 3328063 162 456 0 3593627 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 14376364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+239.3 s]
/proc/loadavg: 2.40 2.27 2.18 3/177 30354
/proc/meminfo: memFree=4772408/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=15872280 CPUtime=239.26 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202496 1462734 0 0 0 23476 450 0 0 20 0 1 0 26113805 16253214720 3577601 33554432000 4194304 6059633 140736856523488 140736856521208 4252202 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 3968070 3577601 162 456 0 3967606 0
Current children cumulated CPU time (s) 239.26
Current children cumulated vsize (KiB) 15872280

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

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

[startup+239.6 s]
/proc/loadavg: 2.40 2.27 2.18 3/177 30354
/proc/meminfo: memFree=4772408/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=0 CPUtime=239.56 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202500 1462738 0 0 0 23476 480 0 0 20 0 1 0 26113805 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.56
Current children cumulated vsize (KiB) 0

[startup+239.8 s]
/proc/loadavg: 2.45 2.28 2.18 3/177 30354
/proc/meminfo: memFree=16074792/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=0 CPUtime=239.76 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202500 1462738 0 0 0 23476 500 0 0 20 0 1 0 26113805 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.76
Current children cumulated vsize (KiB) 0

[startup+239.907 s]
/proc/loadavg: 2.45 2.28 2.18 3/177 30354
/proc/meminfo: memFree=16074792/32872528 swapFree=1400172/1569824
[pid=30303] ppid=30300 vsize=0 CPUtime=239.86 cores=0,2,4,6
/proc/30303/stat : 30303 (open-wbo) R 30300 30303 29900 0 -1 4202500 1462738 0 0 0 23476 510 0 0 20 0 1 0 26113805 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.86
Current children cumulated vsize (KiB) 0

Child status: 40
Real time (s): 239.964
CPU time (s): 239.926
CPU user time (s): 234.762
CPU system time (s): 5.16321
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 15872280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.762
system time used= 5.16322
maximum resident set size= 14310420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1462738
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= 3
involuntary context switches= 252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.576912 second user time and 0.958854 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 11:04:46
IDJOB=4101886
IDBENCH=1806
IDSOLVER=2547
FILE ID=node140/4101886-1466240686
RUNJOBID= node140-1466240166-29916
PBS_JOBID= 19918185
Free space on /tmp= 71732 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-mas74.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101886-1466240686/watcher-4101886-1466240686 -o /tmp/evaluation-result-4101886-1466240686/solver-4101886-1466240686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466240166-29916 --watchdog 1960  open-wbo HOME/instance-4101886-1466240686.opb

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

MD5SUM BENCH= b2d72ee396227b8bee3385af46db0418
RANDOM SEED=1786187677

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        16576292 kB
Buffers:          115724 kB
Cached:           173372 kB
SwapCached:         2476 kB
Active:         13747152 kB
Inactive:         210056 kB
Active(anon):   13667596 kB
Inactive(anon):     2472 kB
Active(file):      79556 kB
Inactive(file):   207584 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              4664 kB
Writeback:             0 kB
AnonPages:      15315776 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             603884 kB
SReclaimable:      47564 kB
SUnreclaim:       556320 kB
KernelStack:        1472 kB
PageTables:        34444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   17550964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3592192 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= 71676 MiB
End job on node140 at 2016-06-18 11:08:46