Trace number 4100422

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? 142.198 143.221

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-A2C1S1.opb
MD5SUMf1062f0a31768badc14bf5e03feddb4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark875.798
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 1116
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 555552
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 555552
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-4100422-1466225553.opb
0.00/0.00	c File size is 3389239 bytes.
141.54/142.57	c Sum of soft weights:       555552
141.54/142.57	c |                                                                                                       |
141.54/142.57	c ========================================[ Problem Statistics ]===========================================
141.54/142.57	c |                                                                                                       |
141.54/142.57	c |  Problem Type:             Weighted                                                                   |
141.54/142.57	c |  Number of variables:        103872                                                                   |
141.54/142.57	c |  Number of hard clauses:          0                                                                   |
141.54/142.57	c |  Number of soft clauses:      37632                                                                   |
141.54/142.57	c |  Number of cardinality:           0                                                                   |
141.54/142.57	c |  Number of PB :                4560                                                                   |
141.54/142.57	c |  Parse time:                   0.42 s                                                                 |
141.54/142.57	c |                                                                                                       |
141.54/142.57	c Error: Out of memory.
141.54/142.57	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-4100422-1466225553/watcher-4100422-1466225553 -o /tmp/evaluation-result-4100422-1466225553/solver-4100422-1466225553 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30920 --watchdog 1960 open-wbo HOME/instance-4100422-1466225553.opb 

pid=1545
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.05 2.12 2.34 3/176 1548
/proc/meminfo: memFree=31201904/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=5912 CPUtime=0 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 1208 0 0 0 0 0 0 0 20 0 1 0 24600701 6053888 1083 33554432000 4194304 6059633 140735535822496 140735972269608 5131227 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 1478 1083 961 456 0 186 0

[startup+0.100165 s]
/proc/loadavg: 2.05 2.12 2.34 3/176 1548
/proc/meminfo: memFree=31201904/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=15076 CPUtime=0.09 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 3630 0 0 0 9 0 0 0 20 0 1 0 24600701 15437824 3394 33554432000 4194304 6059633 140735535822496 140735972269608 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3769 3395 962 456 0 2477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15076

[startup+0.200361 s]
/proc/loadavg: 2.05 2.12 2.34 3/176 1548
/proc/meminfo: memFree=31201904/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=20628 CPUtime=0.19 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 5003 0 0 0 19 0 0 0 20 0 1 0 24600701 21123072 4767 33554432000 4194304 6059633 140735535822496 140735972269608 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 5157 4767 962 456 0 3865 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20628

[startup+0.300337 s]
/proc/loadavg: 2.05 2.12 2.34 3/176 1548
/proc/meminfo: memFree=31201904/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=23400 CPUtime=0.29 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 5713 0 0 0 29 0 0 0 20 0 1 0 24600701 23961600 5477 33554432000 4194304 6059633 140735535822496 140735972269608 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 5850 5478 962 456 0 4558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23400

[startup+0.700285 s]
/proc/loadavg: 2.05 2.12 2.34 3/176 1548
/proc/meminfo: memFree=31201904/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=141712 CPUtime=0.69 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 27842 0 0 0 66 3 0 0 20 0 1 0 24600701 145113088 30292 33554432000 4194304 6059633 140735535822496 140735535819944 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 35428 30303 162 456 0 34964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141712

[startup+1.50029 s]
/proc/loadavg: 2.05 2.12 2.34 3/177 1549
/proc/meminfo: memFree=31006360/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=272028 CPUtime=1.48 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 46709 0 0 0 142 6 0 0 20 0 1 0 24600701 278556672 61101 33554432000 4194304 6059633 140735535822496 140735535819944 5131227 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 68007 61101 162 456 0 67543 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 272028

[startup+3.10031 s]
/proc/loadavg: 2.05 2.12 2.33 3/177 1549
/proc/meminfo: memFree=30837584/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=530504 CPUtime=3.09 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 74014 0 0 0 296 13 0 0 20 0 1 0 24600701 543236096 114243 33554432000 4194304 6059633 140735535822496 140735535820216 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 132626 114246 162 456 0 132162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 530504

[startup+6.30029 s]
/proc/loadavg: 2.05 2.12 2.33 3/177 1549
/proc/meminfo: memFree=30516580/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=882112 CPUtime=6.29 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 115309 0 0 0 605 24 0 0 20 0 1 0 24600701 903282688 200650 33554432000 4194304 6059633 140735535822496 140735535820520 5131227 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 220528 200653 162 456 0 220064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 882112

[startup+12.7003 s]
/proc/loadavg: 2.04 2.11 2.33 3/177 1549
/proc/meminfo: memFree=29820808/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=1871144 CPUtime=12.69 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 190267 0 0 0 1224 45 0 0 20 0 1 0 24600701 1916051456 358220 33554432000 4194304 6059633 140735535822496 140735535820216 4294854 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 467786 358221 162 456 0 467322 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1871144

[startup+25.5004 s]
/proc/loadavg: 2.03 2.11 2.33 3/177 1549
/proc/meminfo: memFree=28492336/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=3130140 CPUtime=25.48 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 321698 0 0 0 2465 83 0 0 20 0 1 0 24600701 3205263360 680011 33554432000 4194304 6059633 140735535822496 140735535819944 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 782535 680011 162 456 0 782071 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3130140

[startup+51.1004 s]
/proc/loadavg: 2.02 2.10 2.32 3/177 1549
/proc/meminfo: memFree=26504284/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=5257728 CPUtime=51.08 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 520746 0 0 0 4968 140 0 0 20 0 1 0 24600701 5383913472 1180218 33554432000 4194304 6059633 140735535822496 140735535820520 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 1314432 1180219 162 456 0 1313968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5257728

[startup+102.3 s]
/proc/loadavg: 2.09 2.10 2.30 4/177 1550
/proc/meminfo: memFree=21643864/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=11961344 CPUtime=102.28 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 994540 0 0 0 9937 291 0 0 20 0 1 0 24600701 12248416256 2385052 33554432000 4194304 6059633 140735535822496 140735535820520 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2990336 2385052 162 456 0 2989872 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 11961344

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

[startup+102.407 s]
/proc/loadavg: 2.09 2.10 2.30 4/177 1550
/proc/meminfo: memFree=21643864/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=11963508 CPUtime=102.38 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 994973 0 0 0 9947 291 0 0 20 0 1 0 24600701 12250632192 2386507 33554432000 4194304 6059633 140735535822496 140735535820520 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 2990877 2386507 162 456 0 2990413 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 11963508

[startup+128 s]
/proc/loadavg: 2.12 2.10 2.30 3/177 1551
/proc/meminfo: memFree=19365472/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=13004620 CPUtime=127.97 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 1225994 0 0 0 12451 346 0 0 20 0 1 0 24600701 13316730880 2961696 33554432000 4194304 6059633 140735535822496 140735535819944 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3251155 2961696 162 456 0 3250691 0
Current children cumulated CPU time (s) 127.97
Current children cumulated vsize (KiB) 13004620

[startup+134.4 s]
/proc/loadavg: 2.11 2.10 2.29 3/177 1551
/proc/meminfo: memFree=18647156/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=13270424 CPUtime=134.37 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 1292378 0 0 0 13073 364 0 0 20 0 1 0 24600701 13588914176 3137806 33554432000 4194304 6059633 140735535822496 140735535820264 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3317606 3137806 162 456 0 3317142 0
Current children cumulated CPU time (s) 134.37
Current children cumulated vsize (KiB) 13270424

[startup+137.607 s]
/proc/loadavg: 2.18 2.12 2.30 3/177 1551
/proc/meminfo: memFree=18337588/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=13388856 CPUtime=137.58 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 1321680 0 0 0 13386 372 0 0 20 0 1 0 24600701 13710188544 3212094 33554432000 4194304 6059633 140735535822496 140735535820216 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3347214 3212094 162 456 0 3346750 0
Current children cumulated CPU time (s) 137.58
Current children cumulated vsize (KiB) 13388856

[startup+140.8 s]
/proc/loadavg: 2.18 2.12 2.30 3/177 1551
/proc/meminfo: memFree=18030812/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=14035748 CPUtime=140.77 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202496 1350313 0 0 0 13697 380 0 0 20 0 1 0 24600701 14372605952 3286031 33554432000 4194304 6059633 140735535822496 140735535820520 4313209 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3508937 3286031 162 456 0 3508473 0
Current children cumulated CPU time (s) 140.77
Current children cumulated vsize (KiB) 14035748

[startup+142.4 s]
/proc/loadavg: 2.18 2.12 2.30 2/177 1551
/proc/meminfo: memFree=17978880/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=14113104 CPUtime=141.54 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) S 1545 1548 22589 0 -1 4202496 1353737 0 0 0 13772 382 0 0 20 0 1 0 24600701 14451818496 3299111 33554432000 4194304 6059633 140735535822496 140735535821720 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 4 0 0 0 0 0
/proc/1548/statm: 3528276 3299111 210 456 0 3527812 0
Current children cumulated CPU time (s) 141.54
Current children cumulated vsize (KiB) 14113104

[startup+142.8 s]
/proc/loadavg: 2.18 2.12 2.30 2/177 1551
/proc/meminfo: memFree=17978880/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=0 CPUtime=141.77 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202500 1353739 0 0 0 13772 405 0 0 20 0 1 0 24600701 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 141.77
Current children cumulated vsize (KiB) 0

[startup+143.2 s]
/proc/loadavg: 2.09 2.10 2.29 3/177 1551
/proc/meminfo: memFree=24667128/32872528 swapFree=496868/529572
[pid=1548] ppid=1545 vsize=0 CPUtime=142.17 cores=0,2,4,6
/proc/1548/stat : 1548 (open-wbo) R 1545 1548 22589 0 -1 4202500 1353739 0 0 0 13772 445 0 0 20 0 1 0 24600701 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 142.17
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 143.221
CPU time (s): 142.198
CPU user time (s): 137.727
CPU system time (s): 4.47132
CPU usage (%): 99.2859
Max. virtual memory (cumulated for all children) (KiB): 14113104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.727
system time used= 4.47132
maximum resident set size= 13196452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1353739
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= 151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.375942 second user time and 0.543917 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 06:52:33
IDJOB=4100422
IDBENCH=1614
IDSOLVER=2547
FILE ID=node141/4100422-1466225553
RUNJOBID= node141-1466223616-30920
PBS_JOBID= 19918136
Free space on /tmp= 71720 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-A2C1S1.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100422-1466225553/watcher-4100422-1466225553 -o /tmp/evaluation-result-4100422-1466225553/solver-4100422-1466225553 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30920 --watchdog 1960  open-wbo HOME/instance-4100422-1466225553.opb

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

MD5SUM BENCH= f1062f0a31768badc14bf5e03feddb4c
RANDOM SEED=658186897

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:        31202524 kB
Buffers:          106372 kB
Cached:           134496 kB
SwapCached:         2528 kB
Active:           236836 kB
Inactive:         161312 kB
Active(anon):     157324 kB
Inactive(anon):     2028 kB
Active(file):      79512 kB
Inactive(file):   159284 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:              7820 kB
Writeback:             0 kB
AnonPages:        691188 kB
Mapped:             7876 kB
Shmem:                 0 kB
Slab:             605252 kB
SReclaimable:      48812 kB
SUnreclaim:       556440 kB
KernelStack:        1472 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     832012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 71716 MiB
End job on node141 at 2016-06-18 06:54:56