Trace number 3461288

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 NameAnswerCPU timeWall clock time
wbo 1.6UNSAT 97.1942 97.2847

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark8.83266
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.01	c wbo 1.6 beta - 20110321
0.00/0.01	c Parsing opb file format. File HOME/instance-3461288-1307071007.opb.
0.00/0.01	c Instance file HOME/instance-3461288-1307071007.opb
0.00/0.01	c File size is 3666630 bytes.
0.19/0.28	c Highest Coefficient sum: 254
0.19/0.28	c ============================[ Problem Statistics ]=============================
0.19/0.28	c |                                                                             |
0.19/0.28	c |  Parsing time:          0.27         s                                      |
0.19/0.28	c |  Number Variables:      40605                                               |
0.19/0.28	c |  Number Clauses:        117190                                              |
0.19/0.28	c |  Number Cardinality:    0                                                   |
0.19/0.28	c |  Number PB Constraints: 1740                                                |
0.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |   40592   118930   289575 |    39643        0   -nan |  0.000 % |
0.38/0.41	c ============================[ Search Statistics ]==============================
0.38/0.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.38/0.41	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.38/0.41	c ===============================================================================
0.38/0.41	c |         0 |   40592   116705   289512 |    38901        0   -nan |  0.000 % |
0.48/0.52	c |       100 |   40592   116705   289512 |    42791      100     62 |  0.032 % |
0.58/0.64	c |       250 |   40592   116705   289512 |    47071      250     75 |  0.032 % |
0.68/0.79	c |       475 |   40592   116705   289512 |    51778      475     53 |  0.032 % |
1.18/1.25	c |       812 |   40592   116705   289512 |    56955      812     44 |  0.032 % |
1.88/1.97	c |      1318 |   40592   116705   289512 |    62651     1318     48 |  0.032 % |
2.38/2.49	c |      2077 |   40592   116705   289512 |    68916     2077     58 |  0.032 % |
3.78/3.82	c |      3218 |   40592   116705   289512 |    75808     3218     51 |  0.032 % |
5.99/6.03	c |      4926 |   40589   116705   289512 |    83389     4926     47 |  0.039 % |
8.70/8.81	c |      7488 |   40589   116705   289512 |    91728     7488     45 |  0.039 % |
12.98/13.07	c |     11332 |   40589   116705   289512 |   100900    11332     44 |  0.039 % |
19.19/19.20	c |     17098 |   40589   116705   289512 |   110990    17098     43 |  0.039 % |
28.69/28.74	c |     25749 |   40589   116705   289512 |   122090    25749     42 |  0.039 % |
42.81/42.94	c |     38723 |   40589   116705   289512 |   134299    38723     38 |  0.039 % |
61.69/61.88	c |     58185 |   40583   116705   289512 |   147729    58185     38 |  0.054 % |
97.11/97.28	c ===============================================================================
97.11/97.28	c core #1
97.11/97.28	c 
97.11/97.28	c 
97.11/97.28	c Core size: 14	Core Weight: 2147483647	Total Weight: 2147483647
97.11/97.28	c Current CPU time: 97.0592 s
97.11/97.28	c
97.11/97.28	s UNSATISFIABLE
97.11/97.28	c Total CPU time: 97.0592 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3461288-1307071007/watcher-3461288-1307071007 -o /tmp/evaluation-result-3461288-1307071007/solver-3461288-1307071007 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461288-1307071007.opb 

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.01 2.03 2.00 3/386 25616
/proc/meminfo: memFree=23701320/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=6108 CPUtime=0 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 448 0 0 0 0 0 0 0 25 0 1 0 818703443 6254592 402 33554432000 4194304 5714214 140736959310304 18446744073709551615 4237155 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 1527 402 187 372 0 256 0

[startup+0.0351889 s]
/proc/loadavg: 2.01 2.03 2.00 3/386 25616
/proc/meminfo: memFree=23701320/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=8232 CPUtime=0.02 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 1005 0 0 0 2 0 0 0 25 0 1 0 818703443 8429568 959 33554432000 4194304 5714214 140736959310304 18446744073709551615 5013625 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 2058 959 262 372 0 787 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8232

[startup+0.100228 s]
/proc/loadavg: 2.01 2.03 2.00 3/386 25616
/proc/meminfo: memFree=23701320/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=13588 CPUtime=0.09 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 2472 0 0 0 9 0 0 0 25 0 1 0 818703443 13914112 2393 33554432000 4194304 5714214 140736959310304 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 3397 2394 479 372 0 2126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13588

[startup+0.301149 s]
/proc/loadavg: 2.01 2.03 2.00 3/386 25616
/proc/meminfo: memFree=23701320/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=37656 CPUtime=0.29 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 10083 0 0 0 28 1 0 0 18 0 1 0 818703443 38559744 8856 33554432000 4194304 5714214 140736959310304 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 9414 8861 172 372 0 9039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37656

[startup+0.701121 s]
/proc/loadavg: 2.01 2.03 2.00 3/386 25616
/proc/meminfo: memFree=23701320/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=54032 CPUtime=0.68 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15439 0 0 0 67 1 0 0 18 0 1 0 818703443 55328768 13023 33554432000 4194304 5714214 140736959310304 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13508 13023 180 372 0 13133 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54032

[startup+1.50098 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 25617
/proc/meminfo: memFree=23649728/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=54032 CPUtime=1.48 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15439 0 0 0 147 1 0 0 19 0 1 0 818703443 55328768 13023 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13508 13023 180 372 0 13133 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54032

[startup+3.1007 s]
/proc/loadavg: 2.01 2.03 2.00 3/387 25617
/proc/meminfo: memFree=23648612/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=54032 CPUtime=3.08 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15439 0 0 0 307 1 0 0 23 0 1 0 818703443 55328768 13023 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13508 13023 180 372 0 13133 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54032

[startup+6.30112 s]
/proc/loadavg: 2.00 2.03 2.00 3/387 25617
/proc/meminfo: memFree=23648388/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=54032 CPUtime=6.29 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15439 0 0 0 627 2 0 0 25 0 1 0 818703443 55328768 13023 33554432000 4194304 5714214 140736959310304 18446744073709551615 4320074 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13508 13023 180 372 0 13133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54032

[startup+12.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/387 25617
/proc/meminfo: memFree=23647660/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=54032 CPUtime=12.68 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15439 0 0 0 1266 2 0 0 25 0 1 0 818703443 55328768 13023 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319243 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13508 13023 180 372 0 13133 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54032

[startup+25.5007 s]
/proc/loadavg: 2.00 2.03 2.00 3/387 25618
/proc/meminfo: memFree=23646648/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=55076 CPUtime=25.49 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 15689 0 0 0 2545 4 0 0 25 0 1 0 818703443 56397824 13273 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319182 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 13769 13273 180 372 0 13394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55076

[startup+51.1011 s]
/proc/loadavg: 2.07 2.04 2.00 3/387 25618
/proc/meminfo: memFree=23640964/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=59976 CPUtime=51 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 16869 0 0 0 5093 7 0 0 25 0 1 0 818703443 61415424 14453 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319274 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 14994 14453 180 372 0 14619 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 59976

Solver just ended. Dumping a history of the last processes samples

[startup+76.7006 s]
/proc/loadavg: 2.04 2.03 2.00 3/387 25619
/proc/meminfo: memFree=23620240/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=67628 CPUtime=76.6 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 18702 0 0 0 7650 10 0 0 25 0 1 0 818703443 69251072 16286 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319297 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 16907 16286 180 372 0 16532 0
Current children cumulated CPU time (s) 76.6
Current children cumulated vsize (KiB) 67628

[startup+89.5004 s]
/proc/loadavg: 2.04 2.03 2.00 3/387 25619
/proc/meminfo: memFree=23617140/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=71732 CPUtime=89.4 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 19723 0 0 0 8928 12 0 0 25 0 1 0 818703443 73453568 17307 33554432000 4194304 5714214 140736959310304 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 17933 17307 180 372 0 17558 0
Current children cumulated CPU time (s) 89.4
Current children cumulated vsize (KiB) 71732

[startup+92.7008 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23615648/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=72392 CPUtime=92.6 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 19874 0 0 0 9248 12 0 0 25 0 1 0 818703443 74129408 17458 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319243 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18098 17458 180 372 0 17723 0
Current children cumulated CPU time (s) 92.6
Current children cumulated vsize (KiB) 72392

[startup+94.3005 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23615400/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=72656 CPUtime=94.2 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 19955 0 0 0 9408 12 0 0 25 0 1 0 818703443 74399744 17539 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18164 17539 180 372 0 17789 0
Current children cumulated CPU time (s) 94.2
Current children cumulated vsize (KiB) 72656

[startup+95.9002 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23614656/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=73052 CPUtime=95.8 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 20055 0 0 0 9567 13 0 0 25 0 1 0 818703443 74805248 17639 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319375 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18263 17639 180 372 0 17888 0
Current children cumulated CPU time (s) 95.8
Current children cumulated vsize (KiB) 73052

[startup+96.7011 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23614532/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=73184 CPUtime=96.62 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 20101 0 0 0 9649 13 0 0 25 0 1 0 818703443 74940416 17685 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18296 17685 180 372 0 17921 0
Current children cumulated CPU time (s) 96.62
Current children cumulated vsize (KiB) 73184

[startup+97.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23614532/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=73316 CPUtime=97.01 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 20115 0 0 0 9688 13 0 0 25 0 1 0 818703443 75075584 17699 33554432000 4194304 5714214 140736959310304 18446744073709551615 4320046 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18329 17699 180 372 0 17954 0
Current children cumulated CPU time (s) 97.01
Current children cumulated vsize (KiB) 73316

[startup+97.201 s]
/proc/loadavg: 2.03 2.03 2.00 3/387 25620
/proc/meminfo: memFree=23614532/32951124 swapFree=49244120/67111528
[pid=25616] ppid=25614 vsize=73316 CPUtime=97.11 cores=0,2,4,6
/proc/25616/stat : 25616 (wbo1.6) R 25614 25616 23490 0 -1 4202496 20117 0 0 0 9698 13 0 0 25 0 1 0 818703443 75075584 17701 33554432000 4194304 5714214 140736959310304 18446744073709551615 4319341 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/25616/statm: 18329 17701 180 372 0 17954 0
Current children cumulated CPU time (s) 97.11
Current children cumulated vsize (KiB) 73316

Child status: 0
Real time (s): 97.2847
CPU time (s): 97.1942
CPU user time (s): 97.0592
CPU system time (s): 0.134979
CPU usage (%): 99.907
Max. virtual memory (cumulated for all children) (KiB): 73316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.0592
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20120
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= 6
involuntary context switches= 253

runsolver used 0.406938 second user time and 0.825874 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-03 05:16:47
IDJOB=3461288
IDBENCH=1451
IDSOLVER=1953
FILE ID=node101/3461288-1307071007
RUNJOBID= node101-1307066208-24303
PBS_JOBID= 13497887
Free space on /tmp= 73948 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3461288-1307071007/watcher-3461288-1307071007 -o /tmp/evaluation-result-3461288-1307071007/solver-3461288-1307071007 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3461288-1307071007.opb

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

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=686852694

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23701600 kB
Buffers:        218128 kB
Cached:         446840 kB
SwapCached:      27120 kB
Active:        8569192 kB
Inactive:       403988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23701600 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            7880 kB
Writeback:           0 kB
AnonPages:     8303080 kB
Mapped:          18584 kB
Slab:           134452 kB
PageTables:      74636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78777548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node101 at 2011-06-03 05:18:24