Trace number 4101942

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? 126.996 128.015

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM3de80c0560622133ffefa60f8e73d039
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 variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 260554
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524316
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 524424
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-4101942-1466240971.opb
0.00/0.00	c File size is 80386080 bytes.
126.48/127.50	c Sum of soft weights:       524316
126.48/127.50	c |                                                                                                       |
126.48/127.50	c ========================================[ Problem Statistics ]===========================================
126.48/127.50	c |                                                                                                       |
126.48/127.50	c |  Problem Type:             Weighted                                                                   |
126.48/127.50	c |  Number of variables:          3616                                                                   |
126.48/127.50	c |  Number of hard clauses:         44                                                                   |
126.48/127.50	c |  Number of soft clauses:         48                                                                   |
126.48/127.50	c |  Number of cardinality:          44                                                                   |
126.48/127.50	c |  Number of PB :              125756                                                                   |
126.48/127.50	c |  Parse time:                   8.25 s                                                                 |
126.48/127.50	c |                                                                                                       |
126.48/127.50	c Error: Out of memory.
126.48/127.50	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-4101942-1466240971/watcher-4101942-1466240971 -o /tmp/evaluation-result-4101942-1466240971/solver-4101942-1466240971 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466240628-16938 --watchdog 1960 open-wbo HOME/instance-4101942-1466240971.opb 

pid=17108
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.04 1.75 1.69 3/174 17111
/proc/meminfo: memFree=30677440/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=80708 CPUtime=0 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 5104 0 0 0 0 0 0 0 20 0 1 0 26147468 82644992 4980 33554432000 4194304 6059633 140736431606832 140733900263048 5069786 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 20177 5001 4982 456 0 87 0

[startup+0.10017 s]
/proc/loadavg: 2.04 1.75 1.69 3/174 17111
/proc/meminfo: memFree=30677440/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=82028 CPUtime=0.08 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 20263 0 0 0 8 0 0 0 20 0 1 0 26147468 83996672 20138 33554432000 4194304 6059633 140736431606832 140736431606328 4736324 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 20507 20139 19760 456 0 417 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 82028

[startup+0.200401 s]
/proc/loadavg: 2.04 1.75 1.69 3/174 17111
/proc/meminfo: memFree=30677440/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=83612 CPUtime=0.18 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 20653 0 0 0 18 0 0 0 20 0 1 0 26147468 85618688 20528 33554432000 4194304 6059633 140736431606832 140736431606328 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 20903 20528 19760 456 0 813 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 83612

[startup+0.300375 s]
/proc/loadavg: 2.04 1.75 1.69 3/174 17111
/proc/meminfo: memFree=30677440/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=85196 CPUtime=0.29 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 21045 0 0 0 28 1 0 0 20 0 1 0 26147468 87240704 20920 33554432000 4194304 6059633 140736431606832 140736431606328 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 21299 20920 19760 456 0 1209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85196

[startup+0.700245 s]
/proc/loadavg: 2.04 1.75 1.69 3/174 17111
/proc/meminfo: memFree=30677440/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=91400 CPUtime=0.69 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 22608 0 0 0 68 1 0 0 20 0 1 0 26147468 93593600 22483 33554432000 4194304 6059633 140736431606832 140736431606328 4636416 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 22850 22483 19760 456 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91400

[startup+1.50024 s]
/proc/loadavg: 2.04 1.75 1.69 3/175 17112
/proc/meminfo: memFree=30660080/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=104284 CPUtime=1.49 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 25796 0 0 0 148 1 0 0 20 0 1 0 26147468 106786816 25671 33554432000 4194304 6059633 140736431606832 140736431605176 5069535 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 26071 25671 19760 456 0 5981 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104284

[startup+3.10025 s]
/proc/loadavg: 2.04 1.75 1.69 3/175 17112
/proc/meminfo: memFree=30642348/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=128780 CPUtime=3.09 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 31929 0 0 0 307 2 0 0 20 0 1 0 26147468 131870720 31804 33554432000 4194304 6059633 140736431606832 140736431605176 4928546 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 32195 31804 19760 456 0 12105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128780

[startup+6.30024 s]
/proc/loadavg: 2.04 1.76 1.69 3/175 17112
/proc/meminfo: memFree=30589420/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=177224 CPUtime=6.29 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 43986 0 0 0 626 3 0 0 20 0 1 0 26147468 181477376 43861 33554432000 4194304 6059633 140736431606832 140736431605192 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 44306 43861 19760 456 0 24216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177224

[startup+12.7003 s]
/proc/loadavg: 2.03 1.76 1.69 3/175 17112
/proc/meminfo: memFree=30003728/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=898252 CPUtime=12.69 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 124754 0 0 0 1243 26 0 0 20 0 1 0 26147468 919810048 175110 33554432000 4194304 6059633 140736431606832 140736431604584 4313182 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 224563 175110 163 456 0 224099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 898252

[startup+25.5003 s]
/proc/loadavg: 2.03 1.77 1.69 3/175 17112
/proc/meminfo: memFree=28628504/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=2929540 CPUtime=25.49 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 279969 0 0 0 2476 73 0 0 20 0 1 0 26147468 2999848960 540791 33554432000 4194304 6059633 140736431606832 140736431604328 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 732385 540791 163 456 0 731921 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2929540

[startup+51.1003 s]
/proc/loadavg: 2.02 1.79 1.70 3/176 17115
/proc/meminfo: memFree=25657540/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=5495504 CPUtime=51.08 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 569787 0 0 0 4949 159 0 0 20 0 1 0 26147468 5627396096 1257426 33554432000 4194304 6059633 140736431606832 140736431604584 4313160 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 1373876 1257426 163 456 0 1373412 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5495504

[startup+102.3 s]
/proc/loadavg: 2.00 1.82 1.71 3/175 17116
/proc/meminfo: memFree=20078528/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=12753384 CPUtime=102.27 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 1134516 0 0 0 9876 351 0 0 20 0 1 0 26147468 13059465216 2671618 33554432000 4194304 6059633 140736431606832 140736431604584 4313178 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3188346 2671618 163 456 0 3187882 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12753384

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

[startup+102.707 s]
/proc/loadavg: 2.00 1.82 1.71 3/175 17116
/proc/meminfo: memFree=19940496/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=12772836 CPUtime=102.68 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 1138932 0 0 0 9916 352 0 0 20 0 1 0 26147468 13079384064 2682150 33554432000 4194304 6059633 140736431606832 140736431604584 4313160 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3193209 2682150 163 456 0 3192745 0
Current children cumulated CPU time (s) 102.68
Current children cumulated vsize (KiB) 12772836

[startup+115.5 s]
/proc/loadavg: 2.08 1.84 1.72 4/175 17116
/proc/meminfo: memFree=18575416/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=13377056 CPUtime=115.47 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 1277832 0 0 0 11147 400 0 0 20 0 1 0 26147468 13698105344 3035972 33554432000 4194304 6059633 140736431606832 140736431604584 5278442 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3344264 3035972 163 456 0 3343800 0
Current children cumulated CPU time (s) 115.47
Current children cumulated vsize (KiB) 13377056

[startup+121.9 s]
/proc/loadavg: 2.08 1.85 1.73 4/175 17117
/proc/meminfo: memFree=17841584/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=13962536 CPUtime=121.87 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 1354161 0 0 0 11759 428 0 0 20 0 1 0 26147468 14297636864 3218462 33554432000 4194304 6059633 140736431606832 140736431604584 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3490634 3218462 163 456 0 3490170 0
Current children cumulated CPU time (s) 121.87
Current children cumulated vsize (KiB) 13962536

[startup+125.1 s]
/proc/loadavg: 2.07 1.85 1.73 3/175 17117
/proc/meminfo: memFree=17470360/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=14111984 CPUtime=125.08 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202496 1388631 0 0 0 12068 440 0 0 20 0 1 0 26147468 14450671616 3307576 33554432000 4194304 6059633 140736431606832 140736431604584 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3527996 3307581 163 456 0 3527532 0
Current children cumulated CPU time (s) 125.08
Current children cumulated vsize (KiB) 14111984

[startup+126.7 s]
/proc/loadavg: 2.07 1.85 1.73 3/175 17117
/proc/meminfo: memFree=17359064/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=14251396 CPUtime=126.48 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) S 17108 17111 16921 0 -1 4202496 1406196 0 0 0 12203 445 0 0 20 0 1 0 26147468 14593429504 3345933 33554432000 4194304 6059633 140736431606832 140736431606056 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3562849 3345933 211 456 0 3562385 0
Current children cumulated CPU time (s) 126.48
Current children cumulated vsize (KiB) 14251396

[startup+127.5 s]
/proc/loadavg: 2.07 1.85 1.73 2/175 17117
/proc/meminfo: memFree=17266268/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=14251396 CPUtime=126.48 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) S 17108 17111 16921 0 -1 4202496 1406196 0 0 0 12203 445 0 0 20 0 1 0 26147468 14593429504 3345933 33554432000 4194304 6059633 140736431606832 140736431606056 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 3 0 0 0 0 0
/proc/17111/statm: 3562849 3345933 211 456 0 3562385 0
Current children cumulated CPU time (s) 126.48
Current children cumulated vsize (KiB) 14251396

[startup+127.9 s]
/proc/loadavg: 2.06 1.85 1.73 3/175 17117
/proc/meminfo: memFree=28646112/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=0 CPUtime=126.88 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202500 1406198 0 0 0 12203 485 0 0 20 0 1 0 26147468 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.88
Current children cumulated vsize (KiB) 0

[startup+128.007 s]
/proc/loadavg: 2.06 1.85 1.73 3/175 17117
/proc/meminfo: memFree=28646112/32872528 swapFree=447868/480572
[pid=17111] ppid=17108 vsize=0 CPUtime=126.98 cores=1,3,5,7
/proc/17111/stat : 17111 (open-wbo) R 17108 17111 16921 0 -1 4202500 1406198 0 0 0 12203 495 0 0 20 0 1 0 26147468 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.98
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 128.015
CPU time (s): 126.996
CPU user time (s): 122.031
CPU system time (s): 4.96425
CPU usage (%): 99.2034
Max. virtual memory (cumulated for all children) (KiB): 14251396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.031
system time used= 4.96425
maximum resident set size= 13383740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1406198
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= 133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.739887 second user time and 0.959854 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 11:09:33
IDJOB=4101942
IDBENCH=1813
IDSOLVER=2547
FILE ID=node104/4101942-1466240971
RUNJOBID= node104-1466240628-16938
PBS_JOBID= 19918194
Free space on /tmp= 71616 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-rd-rplusc-21.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101942-1466240971/watcher-4101942-1466240971 -o /tmp/evaluation-result-4101942-1466240971/solver-4101942-1466240971 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466240628-16938 --watchdog 1960  open-wbo HOME/instance-4101942-1466240971.opb

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

MD5SUM BENCH= 3de80c0560622133ffefa60f8e73d039
RANDOM SEED=1078998377

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        30678084 kB
Buffers:          118904 kB
Cached:           232248 kB
SwapCached:        40452 kB
Active:           741928 kB
Inactive:         229108 kB
Active(anon):     582236 kB
Inactive(anon):    39968 kB
Active(file):     159692 kB
Inactive(file):   189140 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:             83144 kB
Writeback:             0 kB
AnonPages:       1063448 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             607920 kB
SReclaimable:      51852 kB
SUnreclaim:       556068 kB
KernelStack:        1424 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1275244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71608 MiB
End job on node104 at 2016-06-18 11:11:42