Trace number 1884111

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.0UNSAT 190.908 190.903

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG7-gensys-icl001.sat05-2926.reshuffled-07.opb
MD5SUM429730cc315202bc2a5b2e928ae9c8e6
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark49.7554
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints14889
Number of constraints which are clauses14889
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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 This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1884111-1245254255.opb.
0.00/0.00	c Instance file HOME/instance-1884111-1245254255.opb
0.00/0.00	c File size is 575933 bytes.
0.06/0.08	c Highest Coefficient sum: 22
0.06/0.08	c ============================[ Problem Statistics ]=============================
0.06/0.08	c |                                                                             |
0.06/0.08	c |  Parsing time:          0.08         s                                      |
0.06/0.08	c |  Number Variables:      432                                                 |
0.06/0.08	c |  Number Clauses:        14889                                               |
0.06/0.08	c |  Number Cardinality:    0                                                   |
0.06/0.08	c |  Number PB Constraints: 0                                                   |
0.06/0.08	c ============================[ Search Statistics ]==============================
0.06/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.08	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.06/0.08	c ===============================================================================
0.06/0.08	c |         0 |     376    14889    57756 |     5000        0    nan |  0.000 % |
0.06/0.09	c |       100 |     376    14889    57756 |     5500      100     34 | 12.964 % |
0.09/0.10	c |       250 |     376    14889    57756 |     6050      250     37 | 12.964 % |
0.09/0.12	c |       475 |     376    14889    57756 |     6655      475     42 | 12.973 % |
0.09/0.16	c |       812 |     376    14889    57756 |     7320      812     45 | 12.964 % |
0.19/0.21	c |      1318 |     376    14889    57756 |     8052     1318     48 | 12.973 % |
0.29/0.30	c |      2079 |     376    14889    57756 |     8857     2079     52 | 12.964 % |
0.49/0.51	c |      3218 |     376    14889    57756 |     9743     3218     55 | 12.964 % |
0.79/0.84	c |      4926 |     376    14889    57756 |    10717     4926     59 | 12.964 % |
1.40/1.48	c |      7488 |     376    14889    57756 |    11789     7488     63 | 12.973 % |
3.00/3.05	c |     11332 |     376    14889    57756 |    12968    11332     67 | 12.964 % |
4.99/5.09	c |     17098 |     376    14889    57756 |    14265    10530     67 | 12.973 % |
8.89/8.93	c |     25747 |     376    14889    57756 |    15692    11965     68 | 12.974 % |
14.99/15.01	c |     38721 |     376    14889    57756 |    17261     9074     64 | 12.964 % |
25.70/25.74	c |     58182 |     376    14889    57756 |    18987    11118     65 | 12.974 % |
42.89/42.96	c |     87374 |     376    14889    57756 |    20886    11611     66 | 12.973 % |
72.99/73.06	c |    131163 |     376    14889    57756 |    22974    13284     68 | 12.964 % |
124.99/125.02	c |    196847 |     375    14889    57756 |    25272    21186     75 | 13.195 % |
180.90/180.92	c ===============================================================================
190.80/190.87	c core #1
190.80/190.87	c Core size: 10558	Core Weight: 2147483647	Total Weight: 2147483647
190.80/190.87	c restarts              : 18
190.80/190.87	c conflicts             : 265677         (1398 /sec)
190.80/190.87	c decisions             : 299085         (1.39 % random) (1573 /sec)
190.80/190.87	c propagations          : 19879573       (104576 /sec)
190.80/190.87	c conflict literals     : 21685248       (0.00 % deleted)
190.80/190.87	c Memory used           : 167.43 MB
190.80/190.87	c CPU time              : 190.096 s
190.80/190.87	c 
190.80/190.87	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884111-1245254255/watcher-1884111-1245254255 -o /tmp/evaluation-result-1884111-1245254255/solver-1884111-1245254255 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1884111-1245254255.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.82 0.29 0.10 3/64 8448
/proc/meminfo: memFree=1850176/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=3088 CPUtime=0
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 193025942 3162112 181 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 772 181 127 292 0 336 0

[startup+0.0626941 s]
/proc/loadavg: 0.82 0.29 0.10 3/64 8448
/proc/meminfo: memFree=1850176/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=3628 CPUtime=0.06
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 438 0 0 0 6 0 0 0 18 0 1 0 193025942 3715072 422 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 907 422 224 292 0 471 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3628

[startup+0.101682 s]
/proc/loadavg: 0.82 0.29 0.10 3/64 8448
/proc/meminfo: memFree=1850176/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=3496 CPUtime=0.09
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 587 0 0 0 9 0 0 0 18 0 1 0 193025942 3579904 430 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 874 430 134 292 0 579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3496

[startup+0.301625 s]
/proc/loadavg: 0.82 0.29 0.10 3/64 8448
/proc/meminfo: memFree=1850176/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=4288 CPUtime=0.29
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 803 0 0 0 29 0 0 0 19 0 1 0 193025942 4390912 646 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 1072 646 134 292 0 777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4288

[startup+0.70151 s]
/proc/loadavg: 0.82 0.29 0.10 3/64 8448
/proc/meminfo: memFree=1850176/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=5480 CPUtime=0.7
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 1098 0 0 0 69 1 0 0 23 0 1 0 193025942 5611520 941 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 1370 941 134 292 0 1075 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 5480

[startup+1.50128 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 8449
/proc/meminfo: memFree=1846072/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=7328 CPUtime=1.49
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 1543 0 0 0 147 2 0 0 25 0 1 0 193025942 7503872 1386 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 1832 1386 134 292 0 1537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7328

[startup+3.10182 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 8449
/proc/meminfo: memFree=1843896/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=9572 CPUtime=3.1
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 2116 0 0 0 307 3 0 0 25 0 1 0 193025942 9801728 1959 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 2393 1959 134 292 0 2098 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 9572

[startup+6.3019 s]
/proc/loadavg: 0.84 0.30 0.11 2/65 8449
/proc/meminfo: memFree=1838968/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=14340 CPUtime=6.3
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 3302 0 0 0 625 5 0 0 25 0 1 0 193025942 14684160 3145 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 3585 3145 134 292 0 3290 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 14340

[startup+12.7011 s]
/proc/loadavg: 0.85 0.31 0.11 2/65 8449
/proc/meminfo: memFree=1830528/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=22524 CPUtime=12.69
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 5364 0 0 0 1262 7 0 0 25 0 1 0 193025942 23064576 5207 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 5631 5207 134 292 0 5336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22524

[startup+25.5014 s]
/proc/loadavg: 0.88 0.35 0.12 2/65 8449
/proc/meminfo: memFree=1816576/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=36120 CPUtime=25.5
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 8741 0 0 0 2536 14 0 0 25 0 1 0 193025942 36986880 8584 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 9030 8584 134 292 0 8735 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 36120

[startup+51.101 s]
/proc/loadavg: 0.92 0.40 0.15 2/65 8449
/proc/meminfo: memFree=1792128/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=60804 CPUtime=51.09
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 14907 0 0 0 5084 25 0 0 25 0 1 0 193025942 62263296 14750 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 15201 14750 134 292 0 14906 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60804

[startup+102.305 s]
/proc/loadavg: 0.96 0.49 0.19 2/65 8449
/proc/meminfo: memFree=1748928/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=103320 CPUtime=102.3
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 25544 0 0 0 10184 46 0 0 25 0 1 0 193025942 105799680 25387 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 25830 25387 135 292 0 25535 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 103320

[startup+162.301 s]
/proc/loadavg: 0.98 0.58 0.24 2/65 8449
/proc/meminfo: memFree=1704640/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=147820 CPUtime=162.29
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 36669 0 0 0 16161 68 0 0 25 0 1 0 193025942 151367680 36512 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 36955 36512 135 292 0 36660 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 147820

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.59 0.24 2/65 8449
/proc/meminfo: memFree=1701888/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=150460 CPUtime=166.3
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 37314 0 0 0 16560 70 0 0 25 0 1 0 193025942 154071040 37157 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 37615 37157 135 292 0 37320 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 150460

[startup+179.101 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 8449
/proc/meminfo: memFree=1691776/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=161416 CPUtime=179.1
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 40063 0 0 0 17834 76 0 0 25 0 1 0 193025942 165289984 39906 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 40354 39906 135 292 0 40059 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 161416

[startup+185.501 s]
/proc/loadavg: 0.99 0.61 0.26 2/65 8449
/proc/meminfo: memFree=1680960/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=171448 CPUtime=185.5
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 42579 0 0 0 18472 78 0 0 25 0 1 0 193025942 175562752 42422 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 42862 42422 136 292 0 42567 0
Current children cumulated CPU time (s) 185.5
Current children cumulated vsize (KiB) 171448

[startup+188.702 s]
/proc/loadavg: 0.99 0.62 0.26 2/65 8449
/proc/meminfo: memFree=1680512/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=171448 CPUtime=188.7
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 42583 0 0 0 18792 78 0 0 25 0 1 0 193025942 175562752 42426 1992294400 134512640 135709839 4294956240 18446744073709551615 134583795 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 42862 42426 136 292 0 42567 0
Current children cumulated CPU time (s) 188.7
Current children cumulated vsize (KiB) 171448

[startup+190.306 s]
/proc/loadavg: 0.99 0.62 0.26 2/65 8449
/proc/meminfo: memFree=1680512/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=171448 CPUtime=190.3
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 42583 0 0 0 18952 78 0 0 25 0 1 0 193025942 175562752 42426 1992294400 134512640 135709839 4294956240 18446744073709551615 134584114 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 42862 42426 136 292 0 42567 0
Current children cumulated CPU time (s) 190.3
Current children cumulated vsize (KiB) 171448

[startup+190.703 s]
/proc/loadavg: 0.99 0.62 0.26 2/65 8449
/proc/meminfo: memFree=1680512/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=171448 CPUtime=190.7
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194304 42583 0 0 0 18992 78 0 0 25 0 1 0 193025942 175562752 42426 1992294400 134512640 135709839 4294956240 18446744073709551615 134584054 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 42862 42426 136 292 0 42567 0
Current children cumulated CPU time (s) 190.7
Current children cumulated vsize (KiB) 171448

[startup+190.902 s]
/proc/loadavg: 0.99 0.62 0.26 2/65 8449
/proc/meminfo: memFree=1680512/2055920 swapFree=4182568/4192956
[pid=8448] ppid=8446 vsize=0 CPUtime=190.89
/proc/8448/stat : 8448 (wbo) R 8446 8448 8363 0 -1 4194308 42585 0 0 0 19009 80 0 0 25 0 1 0 193025942 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/8448/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 190.903
CPU time (s): 190.908
CPU user time (s): 190.099
CPU system time (s): 0.808877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 171448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.099
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42585
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= 2
involuntary context switches= 650

runsolver used 0.169974 second user time and 0.530919 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-17 17:57:35
IDJOB=1884111
IDBENCH=71924
IDSOLVER=698
FILE ID=node16/1884111-1245254255
PBS_JOBID= 9372437
Free space on /tmp= 66280 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884111-1245254255/watcher-1884111-1245254255 -o /tmp/evaluation-result-1884111-1245254255/solver-1884111-1245254255 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1884111-1245254255.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 429730cc315202bc2a5b2e928ae9c8e6
RANDOM SEED=413794116

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850720 kB
Buffers:         23868 kB
Cached:          95888 kB
SwapCached:       4548 kB
Active:          47096 kB
Inactive:        80308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850720 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:          13892 kB
Slab:            63892 kB
Committed_AS:   175460 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1884111-1245254255.opb

Free space on /tmp at the end= 66276 MiB
End job on node16 at 2009-06-17 18:00:46