Trace number 4101406

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.932 125.953

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-bell3b.opb
MD5SUMb7f7c91542d49e4b7d5c93771b085583
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark989
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1087
Optimality of the best value was proved NO
Number of variables2283
Total number of constraints151
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints129
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 1780
Biggest coefficient in the objective function 24508
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 525566
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525566
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-4101406-1466227146.opb
0.00/0.00	c File size is 80328 bytes.
124.32/125.34	c Sum of soft weights:       525566
124.32/125.34	c |                                                                                                       |
124.32/125.34	c ========================================[ Problem Statistics ]===========================================
124.32/125.34	c |                                                                                                       |
124.32/125.34	c |  Problem Type:             Weighted                                                                   |
124.32/125.34	c |  Number of variables:          2283                                                                   |
124.32/125.34	c |  Number of hard clauses:         22                                                                   |
124.32/125.34	c |  Number of soft clauses:       1780                                                                   |
124.32/125.34	c |  Number of cardinality:           0                                                                   |
124.32/125.34	c |  Number of PB :                 129                                                                   |
124.32/125.34	c |  Parse time:                   0.01 s                                                                 |
124.32/125.35	c |                                                                                                       |
124.32/125.35	c Error: Out of memory.
124.32/125.35	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-4101406-1466227146/watcher-4101406-1466227146 -o /tmp/evaluation-result-4101406-1466227146/solver-4101406-1466227146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30920 --watchdog 1960 open-wbo HOME/instance-4101406-1466227146.opb 

pid=2321
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.03 2.05 2.08 3/176 2324
/proc/meminfo: memFree=31151852/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=2680 CPUtime=0 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 405 0 0 0 0 0 0 0 20 0 1 0 24759992 2744320 281 33554432000 4194304 6059633 140734327717728 140737117786616 5043379 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 670 281 154 456 0 186 0

[startup+0.100165 s]
/proc/loadavg: 2.03 2.05 2.08 3/176 2324
/proc/meminfo: memFree=31151852/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=38952 CPUtime=0.09 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 6649 0 0 0 8 1 0 0 20 0 1 0 24759992 39886848 6942 33554432000 4194304 6059633 140734327717728 140737117786616 4239837 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 9738 6943 163 456 0 9274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38952

[startup+0.200372 s]
/proc/loadavg: 2.03 2.05 2.08 3/176 2324
/proc/meminfo: memFree=31151852/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=68000 CPUtime=0.19 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 12880 0 0 0 17 2 0 0 20 0 1 0 24759992 69632000 15070 33554432000 4194304 6059633 140734327717728 140734327714904 5131227 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 17000 15070 163 456 0 16536 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 68000

[startup+0.300352 s]
/proc/loadavg: 2.03 2.05 2.08 3/176 2324
/proc/meminfo: memFree=31151852/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=87824 CPUtime=0.29 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 15872 0 0 0 26 3 0 0 20 0 1 0 24759992 89931776 18473 33554432000 4194304 6059633 140734327717728 140734327714904 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 21956 18473 163 456 0 21492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87824

[startup+0.700291 s]
/proc/loadavg: 2.03 2.05 2.08 3/176 2324
/proc/meminfo: memFree=31151852/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=162968 CPUtime=0.69 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 24661 0 0 0 65 4 0 0 20 0 1 0 24759992 166879232 32212 33554432000 4194304 6059633 140734327717728 140734327714904 5131227 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 40742 32212 163 456 0 40278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162968

[startup+1.5003 s]
/proc/loadavg: 2.03 2.05 2.08 3/177 2325
/proc/meminfo: memFree=30973224/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=298984 CPUtime=1.49 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 46054 0 0 0 140 9 0 0 20 0 1 0 24759992 306159616 69357 33554432000 4194304 6059633 140734327717728 140734327714904 4295055 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 74746 69371 163 456 0 74282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 298984

[startup+3.10029 s]
/proc/loadavg: 2.03 2.05 2.08 3/177 2325
/proc/meminfo: memFree=30767304/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=577220 CPUtime=3.09 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 72852 0 0 0 291 18 0 0 20 0 1 0 24759992 591073280 119829 33554432000 4194304 6059633 140734327717728 140734327715176 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 144305 119829 163 456 0 143841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 577220

[startup+6.30029 s]
/proc/loadavg: 2.03 2.04 2.08 3/177 2325
/proc/meminfo: memFree=30424888/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=870792 CPUtime=6.28 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 103739 0 0 0 602 26 0 0 20 0 1 0 24759992 891691008 196263 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 217698 196263 163 456 0 217234 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 870792

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.08 3/177 2325
/proc/meminfo: memFree=29787996/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=1772664 CPUtime=12.69 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 164322 0 0 0 1222 47 0 0 20 0 1 0 24759992 1815207936 350609 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 443166 350609 163 456 0 442702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1772664

[startup+25.5004 s]
/proc/loadavg: 2.02 2.04 2.08 4/177 2325
/proc/meminfo: memFree=28477536/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=3066972 CPUtime=25.49 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 292988 0 0 0 2465 84 0 0 20 0 1 0 24759992 3140579328 667672 33554432000 4194304 6059633 140734327717728 140734327715480 4294939 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 766743 667672 163 456 0 766279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3066972

[startup+51.1004 s]
/proc/loadavg: 2.21 2.08 2.09 3/177 2325
/proc/meminfo: memFree=25935692/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=6814296 CPUtime=51.08 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 563356 0 0 0 4947 161 0 0 20 0 1 0 24759992 6977839104 1313963 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 1703574 1313964 163 456 0 1703110 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6814296

[startup+102.3 s]
/proc/loadavg: 2.24 2.10 2.10 3/178 2330
/proc/meminfo: memFree=20624436/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12335904 CPUtime=102.28 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 1122089 0 0 0 9910 318 0 0 20 0 1 0 24759992 12631965696 2622715 33554432000 4194304 6059633 140734327717728 140734327715480 5131680 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3083976 2622715 163 456 0 3083512 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12335904

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

[startup+102.407 s]
/proc/loadavg: 2.24 2.10 2.10 3/178 2330
/proc/meminfo: memFree=20624436/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12338120 CPUtime=102.38 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 1122671 0 0 0 9920 318 0 0 20 0 1 0 24759992 12634234880 2624830 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3084530 2624831 163 456 0 3084066 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 12338120

[startup+115.2 s]
/proc/loadavg: 2.20 2.10 2.10 3/178 2330
/proc/meminfo: memFree=19634824/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12610716 CPUtime=115.17 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 1190287 0 0 0 11170 347 0 0 20 0 1 0 24759992 12913373184 2882027 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3152679 2882027 163 456 0 3152215 0
Current children cumulated CPU time (s) 115.17
Current children cumulated vsize (KiB) 12610716

[startup+121.6 s]
/proc/loadavg: 2.17 2.09 2.09 3/177 2331
/proc/meminfo: memFree=19128156/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12747896 CPUtime=121.57 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 1217796 0 0 0 11798 359 0 0 20 0 1 0 24759992 13053845504 3005093 33554432000 4194304 6059633 140734327717728 140734327715480 4252008 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3186974 3005093 163 456 0 3186510 0
Current children cumulated CPU time (s) 121.57
Current children cumulated vsize (KiB) 12747896

[startup+123.2 s]
/proc/loadavg: 2.17 2.09 2.09 3/177 2331
/proc/meminfo: memFree=18903984/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12846708 CPUtime=123.18 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202496 1228745 0 0 0 11954 364 0 0 20 0 1 0 24759992 13155028992 3049257 33554432000 4194304 6059633 140734327717728 140734327715752 5035056 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3211677 3049257 163 456 0 3211213 0
Current children cumulated CPU time (s) 123.18
Current children cumulated vsize (KiB) 12846708

[startup+124.8 s]
/proc/loadavg: 2.17 2.09 2.09 3/177 2331
/proc/meminfo: memFree=18774516/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=12971364 CPUtime=124.32 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) S 2321 2324 22589 0 -1 4202496 1242233 0 0 0 12064 368 0 0 20 0 1 0 24759992 13282676736 3082085 33554432000 4194304 6059633 140734327717728 140734327716952 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/2324/statm: 3242841 3082085 211 456 0 3242377 0
Current children cumulated CPU time (s) 124.32
Current children cumulated vsize (KiB) 12971364

[startup+125.6 s]
/proc/loadavg: 2.08 2.08 2.09 3/177 2331
/proc/meminfo: memFree=19684388/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=0 CPUtime=124.57 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202500 1242235 0 0 0 12064 393 0 0 20 0 1 0 24759992 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.57
Current children cumulated vsize (KiB) 0

[startup+125.8 s]
/proc/loadavg: 2.08 2.08 2.09 3/177 2331
/proc/meminfo: memFree=19684388/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=0 CPUtime=124.77 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202500 1242235 0 0 0 12064 413 0 0 20 0 1 0 24759992 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.77
Current children cumulated vsize (KiB) 0

[startup+125.9 s]
/proc/loadavg: 2.08 2.08 2.09 3/177 2331
/proc/meminfo: memFree=19684388/32872528 swapFree=496868/529572
[pid=2324] ppid=2321 vsize=0 CPUtime=124.87 cores=0,2,4,6
/proc/2324/stat : 2324 (open-wbo) R 2321 2324 22589 0 -1 4202500 1242235 0 0 0 12064 423 0 0 20 0 1 0 24759992 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.87
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 125.953
CPU time (s): 124.932
CPU user time (s): 120.644
CPU system time (s): 4.28835
CPU usage (%): 99.1892
Max. virtual memory (cumulated for all children) (KiB): 12971364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.644
system time used= 4.28835
maximum resident set size= 12328348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1242235
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= 4
involuntary context switches= 168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.335948 second user time and 0.470928 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 07:19:06
IDJOB=4101406
IDBENCH=1742
IDSOLVER=2547
FILE ID=node141/4101406-1466227146
RUNJOBID= node141-1466223616-30920
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/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-bell3b.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101406-1466227146/watcher-4101406-1466227146 -o /tmp/evaluation-result-4101406-1466227146/solver-4101406-1466227146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30920 --watchdog 1960  open-wbo HOME/instance-4101406-1466227146.opb

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

MD5SUM BENCH= b7f7c91542d49e4b7d5c93771b085583
RANDOM SEED=561402561

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:        31152380 kB
Buffers:          108164 kB
Cached:           138192 kB
SwapCached:         2528 kB
Active:           285536 kB
Inactive:         168244 kB
Active(anon):     207756 kB
Inactive(anon):     2028 kB
Active(file):      77780 kB
Inactive(file):   166216 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:              4668 kB
Writeback:             0 kB
AnonPages:        735108 kB
Mapped:             7868 kB
Shmem:                 0 kB
Slab:             605596 kB
SReclaimable:      49184 kB
SUnreclaim:       556412 kB
KernelStack:        1456 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     908772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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 07:21:12