Trace number 1785368

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 279.372 279.572

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 benchmark249.137
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.02	c |       477 |     360     2208     7456 |      979      477     17 |  0.000 % |
0.00/0.04	c |       814 |     360     2208     7456 |     1077      814     18 |  0.000 % |
0.04/0.06	c |      1322 |     360     2208     7456 |     1185      776     15 |  0.000 % |
0.04/0.09	c |      2081 |     360     2208     7456 |     1303      924     16 |  0.000 % |
0.10/0.13	c |      3220 |     360     2208     7456 |     1434      719     14 |  0.000 % |
0.10/0.20	c |      4930 |     360     2208     7456 |     1577      965     13 |  0.000 % |
0.30/0.31	c |      7492 |     360     2208     7456 |     1735     1110     16 |  0.000 % |
0.40/0.46	c |     11337 |     360     2208     7456 |     1908     1349     16 |  0.000 % |
0.70/0.73	c |     17103 |     360     2208     7456 |     2099     1309     15 |  0.000 % |
1.00/1.09	c |     25752 |     360     2208     7456 |     2309     1393     15 |  0.000 % |
1.59/1.66	c |     38727 |     360     2208     7456 |     2540     1492     16 |  0.000 % |
2.49/2.51	c |     58189 |     360     2208     7456 |     2794     1566     16 |  0.000 % |
3.89/3.91	c |     87381 |     360     2208     7456 |     3074     2458     14 |  0.000 % |
6.09/6.13	c |    131170 |     360     2208     7456 |     3381     2692     18 |  0.000 % |
9.39/9.44	c |    196855 |     360     2208     7456 |     3720     3420     18 |  0.000 % |
14.49/14.52	c |    295381 |     360     2208     7456 |     4092     2435     18 |  0.000 % |
22.79/22.88	c |    443170 |     360     2208     7456 |     4501     3162     15 |  0.000 % |
34.98/35.05	c |    664853 |     360     2208     7456 |     4951     2510     15 |  0.000 % |
54.37/54.45	c |    997378 |     360     2208     7456 |     5446     3425     16 |  0.000 % |
83.83/83.97	c |   1496166 |     360     2208     7456 |     5991     3433     16 |  0.000 % |
129.38/129.57	c |   2244349 |     359     2160     7296 |     6590     4721     17 |  0.135 % |
197.16/197.30	c |   3366624 |     356     2140     7240 |     7249     4662     18 |  0.538 % |
279.29/279.57	c ===============================================================================
279.29/279.57	c restarts              : 25
279.29/279.57	c conflicts             : 4695237        (16807 /sec)
279.29/279.57	c decisions             : 5620590        (1.70 % random) (20119 /sec)
279.29/279.57	c propagations          : 254037227      (909333 /sec)
279.29/279.57	c conflict literals     : 79023767       (24.69 % deleted)
279.29/279.57	c Memory used           : 4.56 MB
279.29/279.57	c CPU time              : 279.367 s
279.29/279.57	c 
279.29/279.57	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-1785368-1241909189/watcher-1785368-1241909189 -o /tmp/evaluation-result-1785368-1241909189/solver-1785368-1241909189 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785368-1241909189.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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 2531
/proc/meminfo: memFree=658096/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=1984 CPUtime=0
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 0 218946232 2031616 152 1992294400 134512640 135048876 4294956208 18446744073709551615 134557162 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 496 152 62 130 0 363 0

[startup+0.0488109 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2531
/proc/meminfo: memFree=658096/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2116 CPUtime=0.04
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 227 0 0 0 4 0 0 0 18 0 1 0 218946232 2166784 213 1992294400 134512640 135048876 4294956208 18446744073709551615 134548216 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 529 213 66 130 0 396 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2116

[startup+0.101821 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2531
/proc/meminfo: memFree=658096/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2116 CPUtime=0.1
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 227 0 0 0 10 0 0 0 18 0 1 0 218946232 2166784 213 1992294400 134512640 135048876 4294956208 18446744073709551615 134552564 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 529 213 66 130 0 396 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2116

[startup+0.301852 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2531
/proc/meminfo: memFree=658096/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2248 CPUtime=0.3
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 231 0 0 0 30 0 0 0 19 0 1 0 218946232 2301952 217 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 562 217 66 130 0 429 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2248

[startup+0.70192 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 2531
/proc/meminfo: memFree=658096/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2248 CPUtime=0.7
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 252 0 0 0 70 0 0 0 23 0 1 0 218946232 2301952 238 1992294400 134512640 135048876 4294956208 18446744073709551615 134548112 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 562 238 66 130 0 429 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2248

[startup+1.50105 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 2532
/proc/meminfo: memFree=657320/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2380 CPUtime=1.49
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 279 0 0 0 149 0 0 0 25 0 1 0 218946232 2437120 265 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 595 265 66 130 0 462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2380

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 2532
/proc/meminfo: memFree=657128/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2512 CPUtime=3.09
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 314 0 0 0 309 0 0 0 25 0 1 0 218946232 2572288 300 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 628 300 66 130 0 495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2512

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2532
/proc/meminfo: memFree=656808/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2644 CPUtime=6.29
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 360 0 0 0 629 0 0 0 25 0 1 0 218946232 2707456 346 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 661 346 66 130 0 528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2644

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2532
/proc/meminfo: memFree=656560/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=2912 CPUtime=12.69
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 409 0 0 0 1269 0 0 0 25 0 1 0 218946232 2981888 395 1992294400 134512640 135048876 4294956208 18446744073709551615 134546971 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 728 395 66 130 0 595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2912

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 2532
/proc/meminfo: memFree=656432/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=3180 CPUtime=25.49
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 463 0 0 0 2549 0 0 0 25 0 1 0 218946232 3256320 449 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 795 449 66 130 0 662 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3180

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 2532
/proc/meminfo: memFree=656176/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=3436 CPUtime=51.07
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 549 0 0 0 5107 0 0 0 25 0 1 0 218946232 3518464 535 1992294400 134512640 135048876 4294956208 18446744073709551615 134553170 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 859 535 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 2532
/proc/meminfo: memFree=655536/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=3836 CPUtime=102.2
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 658 0 0 0 10220 0 0 0 25 0 1 0 218946232 3928064 644 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 959 644 66 130 0 826 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 3836

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=655280/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4244 CPUtime=162.17
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 733 0 0 0 16217 0 0 0 25 0 1 0 218946232 4345856 719 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1061 719 66 130 0 928 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 4244

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654960/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4524 CPUtime=222.14
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 799 0 0 0 22214 0 0 0 25 0 1 0 218946232 4632576 785 1992294400 134512640 135048876 4294956208 18446744073709551615 134546888 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1131 785 66 130 0 998 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 4524

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654832/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4524 CPUtime=230.14
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 826 0 0 0 23014 0 0 0 25 0 1 0 218946232 4632576 812 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1131 812 66 130 0 998 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 4524

[startup+255.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654832/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=255.72
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 836 0 0 0 25572 0 0 0 25 0 1 0 218946232 4780032 822 1992294400 134512640 135048876 4294956208 18446744073709551615 134548224 0 0 4096 3 0 0 0 17 1 0 0
/proc/2531/statm: 1167 822 66 130 0 1034 0
Current children cumulated CPU time (s) 255.72
Current children cumulated vsize (KiB) 4668

[startup+268.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=268.5
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 847 0 0 0 26850 0 0 0 25 0 1 0 218946232 4780032 833 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 833 66 130 0 1034 0
Current children cumulated CPU time (s) 268.5
Current children cumulated vsize (KiB) 4668

[startup+275.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=274.89
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 854 0 0 0 27489 0 0 0 25 0 1 0 218946232 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 274.89
Current children cumulated vsize (KiB) 4668

[startup+276.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=276.49
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 854 0 0 0 27649 0 0 0 25 0 1 0 218946232 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 276.49
Current children cumulated vsize (KiB) 4668

[startup+278.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=278.1
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 854 0 0 0 27810 0 0 0 25 0 1 0 218946232 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547158 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 278.1
Current children cumulated vsize (KiB) 4668

[startup+279.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=278.89
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 854 0 0 0 27889 0 0 0 25 0 1 0 218946232 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134553109 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 278.89
Current children cumulated vsize (KiB) 4668

[startup+279.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2532
/proc/meminfo: memFree=654768/2055920 swapFree=4191900/4192956
[pid=2531] ppid=2529 vsize=4668 CPUtime=279.29
/proc/2531/stat : 2531 (minisat_noasser) R 2529 2531 2414 0 -1 4194304 854 0 0 0 27929 0 0 0 25 0 1 0 218946232 4780032 840 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/2531/statm: 1167 840 66 130 0 1034 0
Current children cumulated CPU time (s) 279.29
Current children cumulated vsize (KiB) 4668

Child status: 20
Real time (s): 279.572
CPU time (s): 279.372
CPU user time (s): 279.367
CPU system time (s): 0.004999
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 4668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.367
system time used= 0.004999
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= 1079

runsolver used 0.290955 second user time and 0.734888 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-10 00:46:30
IDJOB=1785368
IDBENCH=24755
IDSOLVER=639
FILE ID=node57/1785368-1241909189
PBS_JOBID= 9264773
Free space on /tmp= 65896 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-1785368-1241909189/watcher-1785368-1241909189 -o /tmp/evaluation-result-1785368-1241909189/solver-1785368-1241909189 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785368-1241909189.cnf

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=1065365664

node57.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.256
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.256
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:        658576 kB
Buffers:         65460 kB
Cached:        1221860 kB
SwapCached:        260 kB
Active:         235492 kB
Inactive:      1065120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        658576 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          21788 kB
Slab:            82848 kB
Committed_AS:   616940 kB
PageTables:       1388 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= 65896 MiB
End job on node57 at 2009-05-10 00:51:09