Trace number 1729782

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 347.517 347.617

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

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.00/0.02	c |  Number of variables:          2123                                         |
0.00/0.02	c |  Number of clauses:            8918                                         |
0.00/0.02	c |  Parse time:                   0.02 s                                       |
0.05/0.06	c |  Simplification time:          0.04 s                                       |
0.05/0.06	c |                                                                             |
0.05/0.06	c ============================[ Search Statistics ]==============================
0.05/0.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.05/0.06	c ===============================================================================
0.05/0.06	c |       100 |    1267     5022    39562 |     1841      100     13 |  2.025 % |
0.05/0.06	c |       250 |    1267     5022    39562 |     2025      250     18 |  2.025 % |
0.05/0.07	c |       475 |    1267     5022    39562 |     2228      475     22 |  2.025 % |
0.05/0.07	c |       812 |    1267     5022    39562 |     2450      812     23 |  2.025 % |
0.05/0.09	c |      1318 |    1267     5022    39562 |     2695     1318     26 |  2.025 % |
0.09/0.11	c |      2077 |    1267     5022    39562 |     2965     2077     26 |  2.025 % |
0.09/0.15	c |      3216 |    1267     5022    39562 |     3262     1672     24 |  2.025 % |
0.19/0.20	c |      4924 |    1267     5022    39562 |     3588     3380     28 |  2.025 % |
0.29/0.30	c |      7486 |    1267     5022    39562 |     3947     2255     26 |  2.025 % |
0.39/0.45	c |     11330 |    1267     5022    39562 |     4341     2102     24 |  2.025 % |
0.59/0.66	c |     17096 |    1267     5022    39562 |     4776     3422     28 |  2.025 % |
0.99/1.01	c |     25745 |    1267     5022    39562 |     5253     4683     27 |  2.025 % |
1.49/1.56	c |     38719 |    1267     5022    39562 |     5779     4213     30 |  2.025 % |
2.29/2.38	c |     58180 |    1267     5022    39562 |     6357     2994     21 |  2.025 % |
3.69/3.75	c |     87372 |    1267     5022    39562 |     6992     6320     35 |  2.025 % |
5.89/5.97	c |    131161 |    1267     5022    39562 |     7691     3901     25 |  2.025 % |
9.29/9.31	c |    196845 |    1267     5022    39562 |     8461     7086     32 |  2.025 % |
14.79/14.85	c |    295371 |    1267     5022    39562 |     9307     7030     31 |  2.025 % |
23.59/23.67	c |    443160 |    1267     5022    39562 |    10238     8733     31 |  2.025 % |
37.68/37.73	c |    664843 |    1267     5022    39562 |    11261     7785     29 |  2.025 % |
59.67/59.79	c |    997368 |    1267     5022    39562 |    12388    10363     27 |  2.025 % |
93.76/93.88	c |   1496156 |    1267     5022    39562 |    13626     9200     23 |  2.025 % |
145.75/145.89	c |   2244338 |    1267     5022    39562 |    14989     8748     28 |  2.025 % |
228.12/228.23	c |   3366612 |    1267     5022    39562 |    16488    13567     27 |  2.025 % |
347.50/347.61	c ===============================================================================
347.50/347.61	c restarts              : 8191
347.50/347.61	c conflicts             : 4924137        (14171 /sec)
347.50/347.61	c decisions             : 7724050        (22229 /sec)
347.50/347.61	c propagations          : 198330702      (570780 /sec)
347.50/347.61	c conflict literals     : 140526351      (21.96 % deleted)
347.50/347.61	c Memory used           : 23.55 MB
347.50/347.61	c CPU time              : 347.473 s
347.50/347.61	c 
347.50/347.61	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-1729782-1240753649/watcher-1729782-1240753649 -o /tmp/evaluation-result-1729782-1240753649/solver-1729782-1240753649 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1729782-1240753649.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: 1.12 1.03 1.01 3/65 25697
/proc/meminfo: memFree=1731232/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=7608 CPUtime=0
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 103394718 7790592 281 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 1902 281 63 219 0 1680 0

[startup+0.0630211 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 25697
/proc/meminfo: memFree=1731232/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=13464 CPUtime=0.05
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 604 0 0 0 5 0 0 0 20 0 1 0 103394718 13787136 588 1992294400 4194304 5092341 548682068848 18446744073709551615 4262248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 3366 589 89 219 0 3144 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13464

[startup+0.102026 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 25697
/proc/meminfo: memFree=1731232/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=8272 CPUtime=0.09
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 674 0 0 0 9 0 0 0 20 0 1 0 103394718 8470528 557 1992294400 4194304 5092341 548682068848 18446744073709551615 4240843 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 2068 557 100 219 0 1846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8272

[startup+0.302049 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 25697
/proc/meminfo: memFree=1731232/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=13532 CPUtime=0.29
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 1019 0 0 0 29 0 0 0 22 0 1 0 103394718 13856768 771 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 3383 771 100 219 0 3161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13532

[startup+0.701089 s]
/proc/loadavg: 1.12 1.03 1.01 3/65 25697
/proc/meminfo: memFree=1731232/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=13532 CPUtime=0.69
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 1062 0 0 0 69 0 0 0 25 0 1 0 103394718 13856768 814 1992294400 4194304 5092341 548682068848 18446744073709551615 4241332 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 3383 814 100 219 0 3161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13532

[startup+1.50117 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 25698
/proc/meminfo: memFree=1727448/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18724 CPUtime=1.49
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 1319 0 0 0 149 0 0 0 25 0 1 0 103394718 19173376 1071 1992294400 4194304 5092341 548682068848 18446744073709551615 4241008 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4681 1071 100 219 0 4459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18724

[startup+3.10134 s]
/proc/loadavg: 1.12 1.03 1.01 2/66 25698
/proc/meminfo: memFree=1727000/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18724 CPUtime=3.08
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 1393 0 0 0 308 0 0 0 25 0 1 0 103394718 19173376 1145 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4681 1145 100 219 0 4459 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18724

[startup+6.30169 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 25698
/proc/meminfo: memFree=1726168/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18724 CPUtime=6.29
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 1572 0 0 0 628 1 0 0 25 0 1 0 103394718 19173376 1324 1992294400 4194304 5092341 548682068848 18446744073709551615 4240796 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4681 1324 100 219 0 4459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18724

[startup+12.7014 s]
/proc/loadavg: 1.10 1.03 1.00 2/66 25698
/proc/meminfo: memFree=1724888/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18740 CPUtime=12.69
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 2928 0 0 0 1267 2 0 0 25 0 1 0 103394718 19189760 1608 1992294400 4194304 5092341 548682068848 18446744073709551615 4249564 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4685 1608 100 219 0 4463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18740

[startup+25.5027 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 25698
/proc/meminfo: memFree=1723480/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18740 CPUtime=25.49
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 3292 0 0 0 2547 2 0 0 25 0 1 0 103394718 19189760 1972 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4685 1972 100 219 0 4463 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18740

[startup+51.1025 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 25698
/proc/meminfo: memFree=1721816/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=18740 CPUtime=51.08
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 3690 0 0 0 5106 2 0 0 25 0 1 0 103394718 19189760 2370 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4685 2370 100 219 0 4463 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18740

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 25698
/proc/meminfo: memFree=1718424/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=102.26
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5345 0 0 0 10223 3 0 0 25 0 1 0 103394718 24690688 3206 1992294400 4194304 5092341 548682068848 18446744073709551615 4241396 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3206 100 219 0 5806 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24112

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 25698
/proc/meminfo: memFree=1717784/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=162.24
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5501 0 0 0 16221 3 0 0 25 0 1 0 103394718 24690688 3362 1992294400 4194304 5092341 548682068848 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3362 100 219 0 5806 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24112

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 25698
/proc/meminfo: memFree=1717720/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=222.22
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5506 0 0 0 22219 3 0 0 25 0 1 0 103394718 24690688 3367 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3367 102 219 0 5806 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24112

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1717016/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=282.21
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5700 0 0 0 28218 3 0 0 25 0 1 0 103394718 24690688 3561 1992294400 4194304 5092341 548682068848 18446744073709551615 4244254 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3561 102 219 0 5806 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 24112

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715800/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=342.19
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5970 0 0 0 34216 3 0 0 25 0 1 0 103394718 24690688 3831 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3831 102 219 0 5806 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 24112

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

[startup+345.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715736/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=345.39
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5971 0 0 0 34536 3 0 0 25 0 1 0 103394718 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4248003 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 345.39
Current children cumulated vsize (KiB) 24112

[startup+346.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715736/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=346.19
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5971 0 0 0 34616 3 0 0 25 0 1 0 103394718 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4241021 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 346.19
Current children cumulated vsize (KiB) 24112

[startup+347.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715736/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=346.99
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5971 0 0 0 34696 3 0 0 25 0 1 0 103394718 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 346.99
Current children cumulated vsize (KiB) 24112

[startup+347.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715736/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=347.4
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5971 0 0 0 34736 4 0 0 25 0 1 0 103394718 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 347.4
Current children cumulated vsize (KiB) 24112

[startup+347.605 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25698
/proc/meminfo: memFree=1715736/2055920 swapFree=4180748/4192956
[pid=25697] ppid=25695 vsize=24112 CPUtime=347.5
/proc/25697/stat : 25697 (minisat) R 25695 25697 25630 0 -1 4194304 5971 0 0 0 34746 4 0 0 25 0 1 0 103394718 24690688 3832 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6028 3832 102 219 0 5806 0
Current children cumulated CPU time (s) 347.5
Current children cumulated vsize (KiB) 24112

Child status: 20
Real time (s): 347.617
CPU time (s): 347.517
CPU user time (s): 347.473
CPU system time (s): 0.043993
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 24112

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

runsolver used 0.397939 second user time and 0.868867 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-26 15:47:29
IDJOB=1729782
IDBENCH=24714
IDSOLVER=546
FILE ID=node81/1729782-1240753649
PBS_JOBID= 9187119
Free space on /tmp= 126392 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=696786674

node81.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731712 kB
Buffers:         42648 kB
Cached:         220344 kB
SwapCached:       5880 kB
Active:         123064 kB
Inactive:       148580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731712 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            38320 kB
Committed_AS:   380640 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126388 MiB
End job on node81 at 2009-04-26 15:53:17