Trace number 1727662

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 331.271 331.384

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.4612
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.02/0.03	c |  Number of variables:          2401                                         |
0.02/0.03	c |  Number of clauses:           15697                                         |
0.02/0.03	c |  Parse time:                   0.03 s                                       |
0.09/0.15	c |  Simplification time:          0.12 s                                       |
0.09/0.15	c |                                                                             |
0.09/0.15	c ============================[ Search Statistics ]==============================
0.09/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	c ===============================================================================
0.09/0.15	c |       100 |    1833    10202    64745 |     3740      100     12 |  2.374 % |
0.09/0.15	c |       250 |    1833    10202    64745 |     4114      250     13 |  2.374 % |
0.09/0.16	c |       475 |    1833    10202    64745 |     4526      475     13 |  2.374 % |
0.09/0.16	c |       812 |    1833    10202    64745 |     4978      812     14 |  2.374 % |
0.09/0.18	c |      1318 |    1833    10202    64745 |     5476     1318     16 |  2.374 % |
0.09/0.19	c |      2077 |    1833    10202    64745 |     6024     2077     17 |  2.374 % |
0.19/0.23	c |      3216 |    1833    10202    64745 |     6626     3216     19 |  2.374 % |
0.19/0.29	c |      4924 |    1833    10202    64745 |     7289     4924     19 |  2.374 % |
0.39/0.43	c |      7486 |    1833    10202    64745 |     8018     3755     22 |  2.374 % |
0.59/0.63	c |     11330 |    1833    10202    64745 |     8820     7599     24 |  2.374 % |
0.99/1.01	c |     17096 |    1833    10202    64745 |     9702     8915     24 |  2.374 % |
1.59/1.62	c |     25745 |    1833    10202    64745 |    10672     7723     23 |  2.374 % |
2.49/2.54	c |     38719 |    1833    10202    64745 |    11740     9870     25 |  2.374 % |
4.09/4.14	c |     58180 |    1833    10202    64745 |    12914    11521     26 |  2.374 % |
6.60/6.69	c |     87372 |    1833    10202    64745 |    14205     8045     23 |  2.374 % |
10.79/10.87	c |    131161 |    1833    10202    64745 |    15625     8827     26 |  2.374 % |
17.28/17.38	c |    196845 |    1833    10202    64745 |    17188    11389     26 |  2.374 % |
27.68/27.74	c |    295371 |    1833    10202    64745 |    18907    14625     26 |  2.374 % |
44.07/44.16	c |    443160 |    1833    10202    64745 |    20798     9946     26 |  2.374 % |
71.17/71.20	c |    664843 |    1833    10202    64745 |    22877    11737     24 |  2.374 % |
111.65/111.70	c |    997368 |    1833    10202    64745 |    25165    21962     27 |  2.374 % |
178.03/178.10	c |   1496156 |    1833    10202    64745 |    27682    14809     25 |  2.374 % |
286.00/286.18	c |   2244338 |    1833    10202    64745 |    30450    25770     27 |  2.374 % |
331.18/331.38	c ===============================================================================
331.18/331.38	c restarts              : 4380
331.18/331.38	c conflicts             : 2569609        (7759 /sec)
331.18/331.38	c decisions             : 3278186        (9898 /sec)
331.18/331.38	c propagations          : 193060261      (582921 /sec)
331.18/331.38	c conflict literals     : 78154849       (30.54 % deleted)
331.18/331.38	c Memory used           : 21.98 MB
331.18/331.38	c CPU time              : 331.195 s
331.18/331.38	c 
331.18/331.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727662-1240727597/watcher-1727662-1240727597 -o /tmp/evaluation-result-1727662-1240727597/solver-1727662-1240727597 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1727662-1240727597.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): 1800 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.97 0.99 3/64 32266
/proc/meminfo: memFree=1413216/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=7784 CPUtime=0
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 100787713 7970816 337 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 1946 338 63 219 0 1724 0

[startup+0.0306039 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32266
/proc/meminfo: memFree=1413216/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=8680 CPUtime=0.02
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 690 0 0 0 2 0 0 0 18 0 1 0 100787713 8888320 674 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 2170 674 63 219 0 1948 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8680

[startup+0.101618 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32266
/proc/meminfo: memFree=1413216/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=8676 CPUtime=0.09
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 789 0 0 0 9 0 0 0 18 0 1 0 100787713 8884224 773 1992294400 4194304 5092341 548682068832 18446744073709551615 4223109 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 2169 773 88 219 0 1947 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8676

[startup+0.301653 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32266
/proc/meminfo: memFree=1413216/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=8812 CPUtime=0.29
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 990 0 0 0 29 0 0 0 19 0 1 0 100787713 9023488 812 1992294400 4194304 5092341 548682068832 18446744073709551615 4250042 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 2203 812 103 219 0 1981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8812

[startup+0.701726 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32266
/proc/meminfo: memFree=1413216/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=8812 CPUtime=0.69
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 1355 0 0 0 69 0 0 0 22 0 1 0 100787713 9023488 933 1992294400 4194304 5092341 548682068832 18446744073709551615 4241392 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 2203 933 103 219 0 1981 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8812

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1408600/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=19240 CPUtime=1.49
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 2029 0 0 0 148 1 0 0 25 0 1 0 100787713 19701760 1607 1992294400 4194304 5092341 548682068832 18446744073709551615 4241015 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 4810 1607 103 219 0 4588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19240

[startup+3.10116 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1406872/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=19240 CPUtime=3.09
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 2117 0 0 0 308 1 0 0 25 0 1 0 100787713 19701760 1695 1992294400 4194304 5092341 548682068832 18446744073709551615 4241015 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 4810 1695 103 219 0 4588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19240

[startup+6.30175 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1407640/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=19264 CPUtime=6.29
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 3105 0 0 0 627 2 0 0 25 0 1 0 100787713 19726336 1836 1992294400 4194304 5092341 548682068832 18446744073709551615 4250042 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 4816 1836 103 219 0 4594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19264

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1404888/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=19264 CPUtime=12.69
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 3406 0 0 0 1267 2 0 0 25 0 1 0 100787713 19726336 2137 1992294400 4194304 5092341 548682068832 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 4816 2137 103 219 0 4594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19264

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1403416/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=19264 CPUtime=25.48
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 3720 0 0 0 2546 2 0 0 25 0 1 0 100787713 19726336 2451 1992294400 4194304 5092341 548682068832 18446744073709551615 4241969 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 4816 2451 103 219 0 4594 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19264

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1396760/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=51.08
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 8529 0 0 0 5102 6 0 0 25 0 1 0 100787713 23044096 4138 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4138 103 219 0 5404 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22504

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1396248/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=102.26
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 8660 0 0 0 10220 6 0 0 25 0 1 0 100787713 23044096 4269 1992294400 4194304 5092341 548682068832 18446744073709551615 4240966 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4269 103 219 0 5404 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22504

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1395608/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=162.23
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 8798 0 0 0 16217 6 0 0 25 0 1 0 100787713 23044096 4407 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4407 103 219 0 5404 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22504

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1394840/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=222.22
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 8979 0 0 0 22215 7 0 0 25 0 1 0 100787713 23044096 4588 1992294400 4194304 5092341 548682068832 18446744073709551615 4252528 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4588 103 219 0 5404 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22504

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1394840/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=282.2
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 8979 0 0 0 28213 7 0 0 25 0 1 0 100787713 23044096 4588 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4588 103 219 0 5404 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 22504

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32267
/proc/meminfo: memFree=1394712/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=306.99
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9009 0 0 0 30692 7 0 0 25 0 1 0 100787713 23044096 4618 1992294400 4194304 5092341 548682068832 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4618 103 219 0 5404 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 22504

[startup+319.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394376/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=319.78
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 31971 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 319.78
Current children cumulated vsize (KiB) 22504

[startup+326.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394384/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=326.18
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 32611 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 326.18
Current children cumulated vsize (KiB) 22504

[startup+329.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394384/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=329.38
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 32931 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 329.38
Current children cumulated vsize (KiB) 22504

[startup+330.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394392/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=330.18
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 33011 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 330.18
Current children cumulated vsize (KiB) 22504

[startup+331.106 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394392/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=330.98
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 33091 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 330.98
Current children cumulated vsize (KiB) 22504

[startup+331.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 32269
/proc/meminfo: memFree=1394392/2055920 swapFree=4181900/4192956
[pid=32266] ppid=32264 vsize=22504 CPUtime=331.18
/proc/32266/stat : 32266 (minisat) R 32264 32266 31921 0 -1 4194304 9012 0 0 0 33111 7 0 0 25 0 1 0 100787713 23044096 4621 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/32266/statm: 5626 4621 103 219 0 5404 0
Current children cumulated CPU time (s) 331.18
Current children cumulated vsize (KiB) 22504

Child status: 20
Real time (s): 331.384
CPU time (s): 331.271
CPU user time (s): 331.195
CPU system time (s): 0.075988
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 24428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.195
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9022
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= 292

runsolver used 0.215967 second user time and 0.737887 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-26 08:33:17
IDJOB=1727662
IDBENCH=24642
IDSOLVER=546
FILE ID=node44/1727662-1240727597
PBS_JOBID= 9186887
Free space on /tmp= 66220 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727662-1240727597/watcher-1727662-1240727597 -o /tmp/evaluation-result-1727662-1240727597/solver-1727662-1240727597 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1727662-1240727597.cnf

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=1667157375

node44.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.267
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	: 5931.00
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.267
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:       1413632 kB
Buffers:         67440 kB
Cached:         508856 kB
SwapCached:       4968 kB
Active:         214080 kB
Inactive:       370180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413632 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            43924 kB
Committed_AS:   414380 kB
PageTables:       1380 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= 66220 MiB
End job on node44 at 2009-04-26 08:38:48