Trace number 4119864

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-LSU PB16? 82.0835 83.1107

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm25p-opt.opb.negationfix.opb
MD5SUMb12893fb9a8a5688f304ac709a4f5e0d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.992848
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

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 -- LSU
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-4119864-1467267895.opb
0.00/0.00	c File size is 124913 bytes.
81.46/82.49	c Sum of soft weights:           32
81.46/82.49	c |                                                                                                       |
81.46/82.49	c ========================================[ Problem Statistics ]===========================================
81.46/82.49	c |                                                                                                       |
81.46/82.49	c |  Problem Type:           Unweighted                                                                   |
81.46/82.49	c |  Number of variables:          3168                                                                   |
81.46/82.49	c |  Number of hard clauses:         98                                                                   |
81.46/82.49	c |  Number of soft clauses:         32                                                                   |
81.46/82.49	c |  Number of cardinality:          98                                                                   |
81.46/82.49	c |  Number of PB :                  66                                                                   |
81.46/82.49	c |  Parse time:                   0.02 s                                                                 |
81.46/82.49	c |                                                                                                       |
81.46/82.49	c ==========================================[ Solver Settings ]============================================
81.46/82.49	c |                                                                                                       |
81.46/82.49	c |  Algorithm:                LinearSU                                                                   |
81.46/82.49	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
81.46/82.49	c |                                                                                                       |
81.46/82.49	c Error: Out of memory.
81.46/82.49	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-4119864-1467267895/watcher-4119864-1467267895 -o /tmp/evaluation-result-4119864-1467267895/solver-4119864-1467267895 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467267670-7722 --watchdog 1960 open-wbo-lsu HOME/instance-4119864-1467267895.opb 

pid=8029
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.04 1.95 1.84 3/176 8032
/proc/meminfo: memFree=29934496/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=2460 CPUtime=0 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 5820877 2519040 247 33554432000 4194304 6058637 140733720801392 140736966363960 5042435 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 615 247 166 456 0 120 0

[startup+0.100121 s]
/proc/loadavg: 2.04 1.95 1.84 3/176 8032
/proc/meminfo: memFree=29934496/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=19216 CPUtime=0.08 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 3805 0 0 0 8 0 0 0 20 0 1 0 5820877 19677184 4016 33554432000 4194304 6058637 140733720801392 140736966363960 4294863 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 4804 4017 162 456 0 4340 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19216

[startup+0.200301 s]
/proc/loadavg: 2.04 1.95 1.84 3/176 8032
/proc/meminfo: memFree=29934496/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=39204 CPUtime=0.19 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 6337 0 0 0 18 1 0 0 20 0 1 0 5820877 40144896 8080 33554432000 4194304 6058637 140733720801392 140736966363960 5042435 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 9801 8080 162 456 0 9337 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 39204

[startup+0.300281 s]
/proc/loadavg: 2.04 1.95 1.84 3/176 8032
/proc/meminfo: memFree=29934496/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=57952 CPUtime=0.29 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 8626 0 0 0 28 1 0 0 20 0 1 0 5820877 59342848 11902 33554432000 4194304 6058637 140733720801392 140736966363960 4313008 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 14488 11902 162 456 0 14024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57952

[startup+0.700229 s]
/proc/loadavg: 2.04 1.95 1.84 3/176 8032
/proc/meminfo: memFree=29934496/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=139696 CPUtime=0.68 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 16648 0 0 0 66 2 0 0 20 0 1 0 5820877 143048704 26056 33554432000 4194304 6058637 140733720801392 140736966363960 4294739 0 0 4096 8404992 0 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 34957 26059 162 456 0 34493 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 139696

[startup+1.50027 s]
/proc/loadavg: 2.04 1.95 1.84 3/177 8033
/proc/meminfo: memFree=29538368/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=279592 CPUtime=1.48 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 36677 0 0 0 142 6 0 0 20 0 1 0 5820877 286302208 66865 33554432000 4194304 6058637 140733720801392 140733720799656 4239645 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 69898 66865 162 456 0 69434 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 279592

[startup+3.10029 s]
/proc/loadavg: 2.04 1.95 1.84 3/177 8033
/proc/meminfo: memFree=29125912/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=643504 CPUtime=3.08 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 67369 0 0 0 293 15 0 0 20 0 1 0 5820877 658948096 133571 33554432000 4194304 6058637 140733720801392 140733720799656 4239645 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 160876 133571 162 456 0 160412 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 643504

[startup+6.30026 s]
/proc/loadavg: 2.04 1.95 1.84 3/177 8033
/proc/meminfo: memFree=27914396/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=1137216 CPUtime=6.29 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 128770 0 0 0 600 29 0 0 20 0 1 0 5820877 1164509184 272984 33554432000 4194304 6058637 140733720801392 140733720799656 5130283 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 284304 272986 162 456 0 283840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1137216

[startup+12.7003 s]
/proc/loadavg: 2.03 1.95 1.84 3/177 8033
/proc/meminfo: memFree=25512064/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=2628868 CPUtime=12.68 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 241549 0 0 0 1208 60 0 0 20 0 1 0 5820877 2691960832 531909 33554432000 4194304 6058637 140733720801392 140733720799656 5046461 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 657217 531909 162 456 0 656753 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2628868

[startup+25.5004 s]
/proc/loadavg: 2.02 1.95 1.84 3/177 8033
/proc/meminfo: memFree=20857976/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=4732160 CPUtime=25.48 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 466240 0 0 0 2431 117 0 0 20 0 1 0 5820877 4845731840 1057068 33554432000 4194304 6058637 140733720801392 140733720799656 5130283 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 1183040 1057068 162 456 0 1182576 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4732160

[startup+51.1004 s]
/proc/loadavg: 2.02 1.95 1.84 3/177 8033
/proc/meminfo: memFree=12306556/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=10408292 CPUtime=51.08 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 833285 0 0 0 4886 222 0 0 20 0 1 0 5820877 10658091008 1986042 33554432000 4194304 6058637 140733720801392 140733720799656 4251859 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 2602073 1986042 162 456 0 2601609 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10408292

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

[startup+51.2003 s]
/proc/loadavg: 2.02 1.95 1.84 3/177 8033
/proc/meminfo: memFree=12306556/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=10410688 CPUtime=51.17 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 834127 0 0 0 4895 222 0 0 20 0 1 0 5820877 10660544512 1988417 33554432000 4194304 6058637 140733720801392 140733720799656 4251859 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 2602672 1988417 162 456 0 2602208 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 10410688

[startup+64.0003 s]
/proc/loadavg: 1.94 1.94 1.84 3/177 8079
/proc/meminfo: memFree=20854088/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=11523052 CPUtime=63.97 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 1021298 0 0 0 6124 273 0 0 20 0 1 0 5820877 11799605248 2469413 33554432000 4194304 6058637 140733720801392 140733720799656 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 2880763 2469413 162 456 0 2880299 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 11523052

[startup+76.8003 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=16799752/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=12346780 CPUtime=76.76 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 1211760 0 0 0 7361 315 0 0 20 0 1 0 5820877 12643102720 2942458 33554432000 4194304 6058637 140733720801392 140733720799656 4251816 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 3086695 2942458 162 456 0 3086231 0
Current children cumulated CPU time (s) 76.76
Current children cumulated vsize (KiB) 12346780

[startup+80.0003 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15799692/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=12442188 CPUtime=79.96 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202496 1238221 0 0 0 7672 324 0 0 20 0 1 0 5820877 12740800512 3033816 33554432000 4194304 6058637 140733720801392 140733720799656 4294632 0 0 4096 8404992 0 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 3110547 3033816 162 456 0 3110083 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (KiB) 12442188

[startup+81.6003 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15145772/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=12606316 CPUtime=81.46 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) S 8029 8032 7235 0 -1 4202496 1262325 0 0 0 7816 330 0 0 20 0 1 0 5820877 12908867584 3093595 33554432000 4194304 6058637 140733720801392 140733720800616 5262704 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 3151579 3093595 211 456 0 3151115 0
Current children cumulated CPU time (s) 81.46
Current children cumulated vsize (KiB) 12606316

[startup+82.4003 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15145772/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=12606316 CPUtime=81.46 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) S 8029 8032 7235 0 -1 4202496 1262325 0 0 0 7816 330 0 0 20 0 1 0 5820877 12908867584 3093595 33554432000 4194304 6058637 140733720801392 140733720800616 5262704 0 0 4096 8404992 18446744071579460660 0 0 17 2 0 0 0 0 0
/proc/8032/statm: 3151579 3093595 211 456 0 3151115 0
Current children cumulated CPU time (s) 81.46
Current children cumulated vsize (KiB) 12606316

[startup+82.8002 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15107064/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=0 CPUtime=81.76 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202500 1262326 0 0 0 7816 360 0 0 20 0 1 0 5820877 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.76
Current children cumulated vsize (KiB) 0

[startup+83.0002 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15107064/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=0 CPUtime=81.96 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202500 1262326 0 0 0 7816 380 0 0 20 0 1 0 5820877 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.96
Current children cumulated vsize (KiB) 0

[startup+83.1002 s]
/proc/loadavg: 1.95 1.94 1.84 3/177 8079
/proc/meminfo: memFree=15107064/32872528 swapFree=171304/177436
[pid=8032] ppid=8029 vsize=0 CPUtime=82.06 cores=0,2,4,6
/proc/8032/stat : 8032 (open-wbo-lsu) R 8029 8032 7235 0 -1 4202500 1262326 0 0 0 7816 390 0 0 20 0 1 0 5820877 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.06
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 83.1107
CPU time (s): 82.0835
CPU user time (s): 78.1651
CPU system time (s): 3.9184
CPU usage (%): 98.764
Max. virtual memory (cumulated for all children) (KiB): 12606316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.1651
system time used= 3.9184
maximum resident set size= 12374384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1262326
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= 13
involuntary context switches= 115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.215967 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 08:24:55
IDJOB=4119864
IDBENCH=111814
IDSOLVER=2545
FILE ID=node105/4119864-1467267895
RUNJOBID= node105-1467267670-7722
PBS_JOBID= 20004488
Free space on /tmp= 71724 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm25p-opt.opb.negationfix.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119864-1467267895/watcher-4119864-1467267895 -o /tmp/evaluation-result-4119864-1467267895/solver-4119864-1467267895 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467267670-7722 --watchdog 1960  open-wbo-lsu HOME/instance-4119864-1467267895.opb

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

MD5SUM BENCH= b12893fb9a8a5688f304ac709a4f5e0d
RANDOM SEED=1099261451

node105.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.487
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	: 5332.97
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.487
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.487
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.487
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.487
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.487
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.487
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.487
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:        29937660 kB
Buffers:          126000 kB
Cached:           314792 kB
SwapCached:            0 kB
Active:          1724588 kB
Inactive:         291056 kB
Active(anon):    1569456 kB
Inactive(anon):     7948 kB
Active(file):     155132 kB
Inactive(file):   283108 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10028 kB
Writeback:             0 kB
AnonPages:       1746448 kB
Mapped:            14576 kB
Shmem:               204 kB
Slab:             608744 kB
SReclaimable:      52368 kB
SUnreclaim:       556376 kB
KernelStack:        1456 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2037516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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 node105 at 2016-06-30 08:26:19