Trace number 334707

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, and are wall clock time (not CPU 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
minisat SAT 2007 (with assertions)UNSAT 463.613 463.788

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.087
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  29249                                                |
0.00/0.00	c |  Number of clauses:    861366                                               |
2.10/2.16	c |  Parsing time:         2.09         s                                       |
15.99/16.01	c ============================[ Search Statistics ]==============================
15.99/16.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.99/16.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.99/16.01	c ===============================================================================
15.99/16.01	c |         0 |   18462   480641  1194526 |   160213        0    nan |  0.000 % |
16.09/16.11	c |       100 |   18439   480641  1194526 |   176235       86      6 | 23.491 % |
16.09/16.17	c |       250 |   18427   480641  1194526 |   193858      227      7 | 23.539 % |
16.19/16.25	c |       475 |   18421   480641  1194526 |   213244      446      8 | 23.567 % |
16.29/16.39	c |       812 |   18400   480641  1194526 |   234568      767      8 | 23.676 % |
16.49/16.57	c |      1318 |   18375   480641  1194526 |   258025     1252      8 | 23.775 % |
16.68/16.78	c |      2077 |   18339   480641  1194526 |   283828     1987      8 | 23.960 % |
17.18/17.21	c |      3216 |   18285   480641  1194526 |   312211     3093      9 | 24.182 % |
18.08/18.11	c |      4924 |   18185   465512  1161179 |   343432     4542     10 | 24.353 % |
19.28/19.37	c |      7486 |   18148   465512  1161179 |   377775     7073     11 | 24.486 % |
21.48/21.58	c |     11330 |   18091   460994  1151099 |   415552    10775     13 | 24.674 % |
25.58/25.62	c |     17096 |   18017   458384  1145213 |   457108    16406     14 | 24.934 % |
31.28/31.32	c |     25745 |   17889   449971  1126678 |   502819    24678     15 | 25.365 % |
40.47/40.54	c |     38721 |   17523   436482  1095918 |   553101    37230     17 | 26.620 % |
58.75/58.86	c |     58182 |   17470   433386  1088925 |   608411    56513     21 | 26.798 % |
94.05/94.14	c |     87376 |   17427   431402  1084492 |   669252    85639     31 | 26.945 % |
161.63/161.73	c |    131165 |   17351   427972  1076837 |   736177   128945     37 | 27.225 % |
315.58/315.73	c |    196849 |   17255   423343  1066402 |   809795   193601     43 | 27.543 % |
463.21/463.47	c ===============================================================================
463.21/463.47	c restarts              : 18
463.21/463.47	c conflicts             : 250636         (541 /sec)
463.21/463.47	c decisions             : 504038         (1.50 % random) (1088 /sec)
463.21/463.47	c propagations          : 167290563      (361251 /sec)
463.21/463.47	c conflict literals     : 10725720       (46.02 % deleted)
463.21/463.47	c Memory used           : 84.55 MB
463.21/463.47	c CPU time              : 463.087 s
463.21/463.47	c 
463.51/463.78	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-334707-1173588591 -o ROOT/results/node15/solver-334707-1173588591 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334707-1173588591/minisat /tmp/evaluation/334707-1173588591/instance-334707-1173588591.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 29301
/proc/meminfo: memFree=1438344/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=2508 CPUtime=0
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 539 0 0 0 0 0 0 0 18 0 1 0 378813654 2568192 523 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134553301 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 627 524 55 138 0 486 0

[startup+0.0386979 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 29301
/proc/meminfo: memFree=1438344/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=6440 CPUtime=0.03
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 1411 0 0 0 3 0 0 0 18 0 1 0 378813654 6594560 1346 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 1610 1346 58 138 0 1469 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6440

[startup+0.101709 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 29301
/proc/meminfo: memFree=1438344/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=8416 CPUtime=0.09
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 1870 0 0 0 9 0 0 0 18 0 1 0 378813654 8617984 1805 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 2104 1805 58 138 0 1963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8416

[startup+0.301743 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 29301
/proc/meminfo: memFree=1438344/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=13776 CPUtime=0.29
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 3106 0 0 0 28 1 0 0 19 0 1 0 378813654 14106624 3041 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 3444 3041 58 138 0 3303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13776

[startup+0.702811 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 29301
/proc/meminfo: memFree=1438344/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=23456 CPUtime=0.69
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 5358 0 0 0 67 2 0 0 22 0 1 0 378813654 24018944 5293 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 5864 5294 58 138 0 5723 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23456

[startup+1.50195 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1411008/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=39008 CPUtime=1.49
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 9426 0 0 0 143 6 0 0 25 0 1 0 378813654 39944192 9361 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 9752 9361 58 138 0 9611 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39008

[startup+3.10122 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1389952/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=52036 CPUtime=3.09
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 12445 0 0 0 302 7 0 0 25 0 1 0 378813654 53284864 12380 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 13009 12380 70 138 0 12868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52036

[startup+6.30177 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1388800/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=61012 CPUtime=6.29
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 14839 0 0 0 621 8 0 0 25 0 1 0 378813654 62476288 14774 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134524434 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 15253 14774 70 138 0 15112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61012

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1368072/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=72344 CPUtime=12.68
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 17640 0 0 0 1259 9 0 0 25 0 1 0 378813654 74080256 17575 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 18086 17575 70 138 0 17945 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 72344

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1375624/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=63620 CPUtime=25.48
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 18530 0 0 0 2538 10 0 0 25 0 1 0 378813654 65146880 15649 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 15905 15649 73 138 0 15764 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63620

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1375496/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=63972 CPUtime=51.06
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 18615 0 0 0 5096 10 0 0 25 0 1 0 378813654 65507328 15726 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 15993 15726 73 138 0 15852 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 63972

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1375368/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=64092 CPUtime=102.25
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 18657 0 0 0 10214 11 0 0 25 0 1 0 378813654 65630208 15768 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 16023 15768 73 138 0 15882 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64092

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29302
/proc/meminfo: memFree=1373384/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=66260 CPUtime=162.22
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 19159 0 0 0 16210 12 0 0 25 0 1 0 378813654 67850240 16270 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 16565 16270 73 138 0 16424 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 66260

[startup+222.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 29302
/proc/meminfo: memFree=1367176/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=72472 CPUtime=222.2
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 20674 0 0 0 22206 14 0 0 25 0 1 0 378813654 74211328 17785 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 18118 17785 73 138 0 17977 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 72472

[startup+282.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 29302
/proc/meminfo: memFree=1361864/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=77760 CPUtime=282.18
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 22030 0 0 0 28202 16 0 0 25 0 1 0 378813654 79626240 19141 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551872 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 19440 19141 73 138 0 19299 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 77760

[startup+342.301 s]
/proc/loadavg: 1.14 1.04 1.01 2/78 29302
/proc/meminfo: memFree=1357256/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=82280 CPUtime=342.16
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 23177 0 0 0 34198 18 0 0 25 0 1 0 378813654 84254720 20288 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 20570 20288 73 138 0 20429 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 82280

[startup+402.302 s]
/proc/loadavg: 1.05 1.03 1.00 2/78 29302
/proc/meminfo: memFree=1354056/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=85836 CPUtime=402.13
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 23949 0 0 0 40194 19 0 0 25 0 1 0 378813654 87896064 21060 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 21459 21060 73 138 0 21318 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 85836

[startup+462.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 29302
/proc/meminfo: memFree=1353288/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=86580 CPUtime=462.11
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 24152 0 0 0 46191 20 0 0 25 0 1 0 378813654 88657920 21263 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550631 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 21645 21263 73 138 0 21504 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 86580

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

[startup+463.106 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 29302
/proc/meminfo: memFree=1353288/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=86580 CPUtime=462.92
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 24152 0 0 0 46272 20 0 0 25 0 1 0 378813654 88657920 21263 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551032 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 21645 21263 73 138 0 21504 0
Current children cumulated CPU time (s) 462.92
Current children cumulated vsize (KiB) 86580

[startup+463.501 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 29302
/proc/meminfo: memFree=1353288/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=85772 CPUtime=463.31
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 24158 0 0 0 46311 20 0 0 25 0 1 0 378813654 87830528 21124 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134705376 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 21443 21124 78 138 0 21302 0
Current children cumulated CPU time (s) 463.31
Current children cumulated vsize (KiB) 85772

[startup+463.701 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 29302
/proc/meminfo: memFree=1353288/2055920 swapFree=4152672/4192956
[pid=29301] ppid=29299 vsize=85772 CPUtime=463.51
/proc/29301/stat : 29301 (minisat) R 29299 29301 29198 0 -1 4194304 24158 0 0 0 46331 20 0 0 25 0 1 0 378813654 87830528 21124 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134702501 0 0 4096 3 0 0 0 17 1 0 0
/proc/29301/statm: 21443 21124 78 138 0 21302 0
Current children cumulated CPU time (s) 463.51
Current children cumulated vsize (KiB) 85772

Child status: 0
Real time (s): 463.788
CPU time (s): 463.613
CPU user time (s): 463.39
CPU system time (s): 0.222966
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 86580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 463.39
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24158
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= 8
involuntary context switches= 789

runsolver used 0.502923 second user time and 1.19082 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Mar 11 04:49:53 UTC 2007

IDJOB= 334707
IDBENCH= 24634
IDSOLVER= 109
FILE ID= node15/334707-1173588591

PBS_JOBID= 4101235

Free space on /tmp= 66527 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334707-1173588591/minisat /tmp/evaluation/334707-1173588591/instance-334707-1173588591.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-334707-1173588591 -o ROOT/results/node15/solver-334707-1173588591 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334707-1173588591/minisat /tmp/evaluation/334707-1173588591/instance-334707-1173588591.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  c7db94a671d9411eb90a6ffa8f8c530f

RANDOM SEED= 621217763

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.276
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.276
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:       1438816 kB
Buffers:         54576 kB
Cached:         468548 kB
SwapCached:       2924 kB
Active:         353948 kB
Inactive:       192288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438816 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           13088 kB
Writeback:           0 kB
Mapped:          30016 kB
Slab:            56300 kB
Committed_AS:  1349560 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66527 MiB

End job on node15 on Sun Mar 11 04:57:37 UTC 2007