Trace number 1731645

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
SAT07 reference solver: minisat SAT 2007UNSAT 297.412 297.496

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-Mat26.sat05-457.reshuffled-07.cnf
MD5SUM3d4fadc8af17bc65dbe7fef013825ed5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark248.946
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of clauses2464
Sum of the clauses size6432
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2960
Number of clauses of size 31504
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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:  744                                                  |
0.00/0.00	c |  Number of clauses:    2464                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     360     2208     7456 |      736        0    nan |  0.000 % |
0.00/0.01	c |       100 |     360     2208     7456 |      809      100     17 |  0.000 % |
0.00/0.02	c |       252 |     360     2208     7456 |      890      252     18 |  0.000 % |
0.00/0.03	c |       477 |     360     2208     7456 |      979      477     17 |  0.000 % |
0.03/0.04	c |       814 |     360     2208     7456 |     1077      814     18 |  0.000 % |
0.03/0.06	c |      1322 |     360     2208     7456 |     1185      776     15 |  0.000 % |
0.03/0.09	c |      2081 |     360     2208     7456 |     1303      924     16 |  0.000 % |
0.09/0.14	c |      3220 |     360     2208     7456 |     1434      719     14 |  0.000 % |
0.19/0.21	c |      4930 |     360     2208     7456 |     1577      965     13 |  0.000 % |
0.29/0.33	c |      7492 |     360     2208     7456 |     1735     1110     16 |  0.000 % |
0.39/0.50	c |     11337 |     360     2208     7456 |     1908     1349     16 |  0.000 % |
0.69/0.78	c |     17103 |     360     2208     7456 |     2099     1309     15 |  0.000 % |
1.10/1.17	c |     25752 |     360     2208     7456 |     2309     1393     15 |  0.000 % |
1.69/1.78	c |     38727 |     360     2208     7456 |     2540     1492     16 |  0.000 % |
2.59/2.69	c |     58189 |     360     2208     7456 |     2794     1566     16 |  0.000 % |
4.09/4.20	c |     87381 |     360     2208     7456 |     3074     2458     14 |  0.000 % |
6.49/6.58	c |    131170 |     360     2208     7456 |     3381     2692     18 |  0.000 % |
10.09/10.13	c |    196855 |     360     2208     7456 |     3720     3420     18 |  0.000 % |
15.48/15.57	c |    295381 |     360     2208     7456 |     4092     2435     18 |  0.000 % |
24.48/24.54	c |    443170 |     360     2208     7456 |     4501     3162     15 |  0.000 % |
37.47/37.52	c |    664853 |     360     2208     7456 |     4951     2510     15 |  0.000 % |
58.28/58.30	c |    997378 |     360     2208     7456 |     5446     3425     16 |  0.000 % |
89.17/89.29	c |   1496166 |     360     2208     7456 |     5991     3433     16 |  0.000 % |
137.55/137.66	c |   2244349 |     359     2160     7296 |     6590     4721     17 |  0.135 % |
210.13/210.28	c |   3366624 |     356     2140     7240 |     7249     4662     18 |  0.538 % |
297.30/297.49	c ===============================================================================
297.30/297.49	c restarts              : 25
297.30/297.49	c conflicts             : 4695237        (15788 /sec)
297.30/297.49	c decisions             : 5620590        (1.70 % random) (18900 /sec)
297.30/297.49	c propagations          : 254037227      (854214 /sec)
297.30/297.49	c conflict literals     : 79023767       (24.69 % deleted)
297.30/297.49	c Memory used           : 4.56 MB
297.30/297.49	c CPU time              : 297.393 s
297.30/297.49	c 
297.30/297.49	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-1731645-1240772975/watcher-1731645-1240772975 -o /tmp/evaluation-result-1731645-1240772975/solver-1731645-1240772975 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1731645-1240772975.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.92 0.98 0.99 3/64 18811
/proc/meminfo: memFree=1602872/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=1984 CPUtime=0
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 0 105323538 2031616 151 1992294400 134512640 135048876 4294956208 18446744073709551615 134529178 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 496 151 62 130 0 363 0

[startup+0.0416989 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18811
/proc/meminfo: memFree=1602872/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2116 CPUtime=0.03
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 227 0 0 0 3 0 0 0 18 0 1 0 105323538 2166784 213 1992294400 134512640 135048876 4294956208 18446744073709551615 134551323 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 529 213 66 130 0 396 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2116

[startup+0.101702 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18811
/proc/meminfo: memFree=1602872/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2116 CPUtime=0.09
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 227 0 0 0 9 0 0 0 18 0 1 0 105323538 2166784 213 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 529 213 66 130 0 396 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2116

[startup+0.301718 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18811
/proc/meminfo: memFree=1602872/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2116 CPUtime=0.29
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 229 0 0 0 29 0 0 0 19 0 1 0 105323538 2166784 215 1992294400 134512640 135048876 4294956208 18446744073709551615 134547181 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 529 215 66 130 0 396 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2116

[startup+0.701751 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18811
/proc/meminfo: memFree=1602872/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2248 CPUtime=0.69
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 251 0 0 0 69 0 0 0 23 0 1 0 105323538 2301952 237 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 562 237 66 130 0 429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2248

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1602160/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2380 CPUtime=1.49
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 277 0 0 0 149 0 0 0 25 0 1 0 105323538 2437120 263 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 595 263 66 130 0 462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2380

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1601904/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2512 CPUtime=3.09
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 312 0 0 0 309 0 0 0 25 0 1 0 105323538 2572288 298 1992294400 134512640 135048876 4294956208 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 628 298 66 130 0 495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2512

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1601584/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2644 CPUtime=6.29
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 354 0 0 0 629 0 0 0 25 0 1 0 105323538 2707456 340 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 661 340 66 130 0 528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2644

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1601328/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=2912 CPUtime=12.69
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 408 0 0 0 1269 0 0 0 25 0 1 0 105323538 2981888 394 1992294400 134512640 135048876 4294956208 18446744073709551615 134552440 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 728 394 66 130 0 595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2912

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1601136/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=3044 CPUtime=25.48
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 456 0 0 0 2548 0 0 0 25 0 1 0 105323538 3117056 442 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 761 442 66 130 0 628 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3044

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1600880/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=3436 CPUtime=51.07
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 535 0 0 0 5107 0 0 0 25 0 1 0 105323538 3518464 521 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 859 521 66 130 0 726 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3436

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1600432/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=3836 CPUtime=102.27
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 648 0 0 0 10226 1 0 0 25 0 1 0 105323538 3928064 634 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 959 634 66 130 0 826 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3836

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1600048/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4244 CPUtime=162.24
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 733 0 0 0 16223 1 0 0 25 0 1 0 105323538 4345856 719 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1061 719 66 130 0 928 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4244

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599856/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4376 CPUtime=222.23
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 773 0 0 0 22222 1 0 0 25 0 1 0 105323538 4481024 759 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1094 759 66 130 0 961 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4376

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599536/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=282.21
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 842 0 0 0 28220 1 0 0 25 0 1 0 105323538 4780032 828 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 828 66 130 0 1034 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 4668

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

[startup+287.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=287.81
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 850 0 0 0 28780 1 0 0 25 0 1 0 105323538 4780032 836 1992294400 134512640 135048876 4294956208 18446744073709551615 134552742 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 836 66 130 0 1034 0
Current children cumulated CPU time (s) 287.81
Current children cumulated vsize (KiB) 4668

[startup+294.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=294.2
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29419 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 294.2
Current children cumulated vsize (KiB) 4668

[startup+295.905 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=295.81
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29580 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 295.81
Current children cumulated vsize (KiB) 4668

[startup+296.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=296.6
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29659 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 296.6
Current children cumulated vsize (KiB) 4668

[startup+297.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=297
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29699 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 297
Current children cumulated vsize (KiB) 4668

[startup+297.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=297.2
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29719 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 297.2
Current children cumulated vsize (KiB) 4668

[startup+297.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18812
/proc/meminfo: memFree=1599472/2055920 swapFree=4177028/4192956
[pid=18811] ppid=18809 vsize=4668 CPUtime=297.3
/proc/18811/stat : 18811 (minisat_noasser) R 18809 18811 18350 0 -1 4194304 854 0 0 0 29729 1 0 0 25 0 1 0 105323538 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/18811/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 297.3
Current children cumulated vsize (KiB) 4668

Child status: 20
Real time (s): 297.496
CPU time (s): 297.412
CPU user time (s): 297.393
CPU system time (s): 0.018997
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 4668

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

runsolver used 0.26096 second user time and 0.575912 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-26 21:09:35
IDJOB=1731645
IDBENCH=24755
IDSOLVER=556
FILE ID=node69/1731645-1240772975
PBS_JOBID= 9187141
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-Mat26.sat05-457.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731645-1240772975/watcher-1731645-1240772975 -o /tmp/evaluation-result-1731645-1240772975/solver-1731645-1240772975 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1731645-1240772975.cnf

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=171833302

node69.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.231
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.231
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:       1603352 kB
Buffers:         62716 kB
Cached:         309268 kB
SwapCached:      10584 kB
Active:         188408 kB
Inactive:       196784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603352 kB
SwapTotal:     4192956 kB
SwapFree:      4177028 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          13740 kB
Slab:            53260 kB
Committed_AS:   340528 kB
PageTables:       1464 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= 66380 MiB
End job on node69 at 2009-04-26 21:14:32