Trace number 1775362

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 466.196 466.369

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.171
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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.03	c |  Number of variables:          9197                                         |
0.00/0.03	c |  Number of clauses:           24248                                         |
0.00/0.03	c |  Parse time:                   0.03 s                                       |
0.09/0.14	c |  Simplification time:          0.11 s                                       |
0.09/0.14	c |                                                                             |
0.09/0.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.15	c |       100 |    2114     9809    30607 |     3596      100     12 |  7.589 % |
0.09/0.16	c |       250 |    2114     9809    30607 |     3956      250     18 |  7.589 % |
0.09/0.17	c |       475 |    2114     9809    30607 |     4351      475     26 |  7.589 % |
0.19/0.20	c |       812 |    2114     9809    30607 |     4787      812     28 |  7.589 % |
0.19/0.24	c |      1318 |    2114     9809    30607 |     5265     1318     31 |  7.589 % |
0.29/0.31	c |      2077 |    2114     9809    30607 |     5792     2077     34 |  7.589 % |
0.39/0.43	c |      3216 |    2114     9809    30607 |     6371     3216     38 |  7.589 % |
0.59/0.62	c |      4924 |    2114     9809    30607 |     7008     4924     39 |  7.589 % |
0.89/0.93	c |      7486 |    2114     9809    30607 |     7709     7486     41 |  7.589 % |
1.39/1.44	c |     11330 |    2114     9809    30607 |     8480     7115     39 |  7.589 % |
2.09/2.13	c |     17096 |    2114     9809    30607 |     9328     8163     39 |  7.589 % |
3.09/3.17	c |     25745 |    2114     9809    30607 |    10261     6615     37 |  7.589 % |
4.79/4.84	c |     38719 |    2114     9809    30607 |    11287     8193     40 |  7.589 % |
7.39/7.44	c |     58180 |    2114     9809    30607 |    12416     9467     38 |  7.589 % |
11.39/11.44	c |     87372 |    2114     9809    30607 |    13658    11852     37 |  7.589 % |
17.29/17.31	c |    131161 |    2114     9809    30607 |    15024    11696     38 |  7.589 % |
26.78/26.83	c |    196845 |    2114     9809    30607 |    16526    13456     38 |  7.589 % |
42.07/42.13	c |    295371 |    2114     9809    30607 |    18179    15868     38 |  7.589 % |
65.76/65.82	c |    443160 |    2114     9809    30607 |    19996    10241     35 |  7.589 % |
101.35/101.43	c |    664843 |    2114     9809    30607 |    21996    11689     33 |  7.589 % |
154.94/155.05	c |    997368 |    2114     9809    30607 |    24196    22372     39 |  7.589 % |
234.70/234.84	c |   1496156 |    2114     9809    30607 |    26615    17526     37 |  7.589 % |
372.05/372.22	c |   2244338 |    2114     9809    30607 |    29277    17924     39 |  7.589 % |
466.12/466.36	c ===============================================================================
466.12/466.36	c restarts              : 4858
466.12/466.36	c conflicts             : 2771699        (5946 /sec)
466.12/466.36	c decisions             : 3409688        (7315 /sec)
466.12/466.36	c propagations          : 662614698      (1421550 /sec)
466.12/466.36	c conflict literals     : 100483621      (40.32 % deleted)
466.12/466.36	c Memory used           : 30.59 MB
466.12/466.36	c CPU time              : 466.121 s
466.12/466.36	c 
466.12/466.36	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-1775362-1241224757/watcher-1775362-1241224757 -o /tmp/evaluation-result-1775362-1241224757/solver-1775362-1241224757 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1775362-1241224757.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 31740
/proc/meminfo: memFree=1300848/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=8188 CPUtime=0
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 398 0 0 0 0 0 0 0 18 0 1 0 150504147 8384512 382 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2047 384 63 219 0 1825 0

[startup+0.05938 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 31740
/proc/meminfo: memFree=1300848/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=9984 CPUtime=0.05
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 955 0 0 0 5 0 0 0 18 0 1 0 150504147 10223616 939 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2496 939 88 219 0 2274 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9984

[startup+0.101386 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 31740
/proc/meminfo: memFree=1300848/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=10228 CPUtime=0.09
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 1087 0 0 0 9 0 0 0 18 0 1 0 150504147 10473472 1071 1992294400 4194304 5092341 548682068848 18446744073709551615 4223967 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2557 1072 88 219 0 2335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10228

[startup+0.301424 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 31740
/proc/meminfo: memFree=1300848/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=10116 CPUtime=0.29
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 1235 0 0 0 29 0 0 0 19 0 1 0 150504147 10358784 971 1992294400 4194304 5092341 548682068848 18446744073709551615 4241137 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2529 971 100 219 0 2307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10116

[startup+0.701502 s]
/proc/loadavg: 0.93 0.97 0.99 3/64 31740
/proc/meminfo: memFree=1300848/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=10116 CPUtime=0.69
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 1404 0 0 0 69 0 0 0 22 0 1 0 150504147 10358784 1140 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2529 1140 101 219 0 2307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10116

[startup+1.50166 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31741
/proc/meminfo: memFree=1296168/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=10168 CPUtime=1.49
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 1860 0 0 0 148 1 0 0 25 0 1 0 150504147 10412032 1205 1992294400 4194304 5092341 548682068848 18446744073709551615 4492582 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 2542 1205 101 219 0 2320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10168

[startup+3.10196 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31741
/proc/meminfo: memFree=1294376/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=3.09
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 2851 0 0 0 308 1 0 0 25 0 1 0 150504147 21131264 2196 1992294400 4194304 5092341 548682068848 18446744073709551615 4250004 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 2196 101 219 0 4937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20636

[startup+6.30257 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 31741
/proc/meminfo: memFree=1291304/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=6.29
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 3069 0 0 0 627 2 0 0 25 0 1 0 150504147 21131264 2414 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 2414 101 219 0 4937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20636

[startup+12.7018 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 31741
/proc/meminfo: memFree=1290928/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=12.69
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 3146 0 0 0 1267 2 0 0 25 0 1 0 150504147 21131264 2491 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 2491 101 219 0 4937 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20636

[startup+25.5012 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 31741
/proc/meminfo: memFree=1290032/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=25.48
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 3367 0 0 0 2546 2 0 0 25 0 1 0 150504147 21131264 2712 1992294400 4194304 5092341 548682068848 18446744073709551615 4241503 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 2712 101 219 0 4937 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20636

[startup+51.1012 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 31743
/proc/meminfo: memFree=1287920/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=51.07
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 3883 0 0 0 5105 2 0 0 25 0 1 0 150504147 21131264 3228 1992294400 4194304 5092341 548682068848 18446744073709551615 4501962 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 3228 101 219 0 4937 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20636

[startup+102.306 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 31743
/proc/meminfo: memFree=1286256/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=20636 CPUtime=102.26
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 4297 0 0 0 10223 3 0 0 25 0 1 0 150504147 21131264 3642 1992294400 4194304 5092341 548682068848 18446744073709551615 4240676 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 5159 3642 101 219 0 4937 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20636

[startup+162.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 31743
/proc/meminfo: memFree=1280176/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=26064 CPUtime=162.23
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 5810 0 0 0 16219 4 0 0 25 0 1 0 150504147 26689536 5155 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 6516 5155 101 219 0 6294 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 26064

[startup+222.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 31743
/proc/meminfo: memFree=1279664/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=26064 CPUtime=222.21
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 5920 0 0 0 22217 4 0 0 25 0 1 0 150504147 26689536 5265 1992294400 4194304 5092341 548682068848 18446744073709551615 4250324 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 6516 5265 101 219 0 6294 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26064

[startup+282.301 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 31743
/proc/meminfo: memFree=1279536/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=26064 CPUtime=282.18
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 5948 0 0 0 28214 4 0 0 25 0 1 0 150504147 26689536 5293 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 6516 5293 101 219 0 6294 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26064

[startup+342.302 s]
/proc/loadavg: 1.12 1.04 1.00 2/65 31743
/proc/meminfo: memFree=1279344/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=26064 CPUtime=342.16
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 5973 0 0 0 34211 5 0 0 25 0 1 0 150504147 26689536 5318 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 6516 5318 101 219 0 6294 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 26064

[startup+402.301 s]
/proc/loadavg: 1.11 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1276784/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=26064 CPUtime=402.14
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 6624 0 0 0 40208 6 0 0 25 0 1 0 150504147 26689536 5969 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 6516 5969 101 219 0 6294 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 26064

[startup+462.302 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1272048/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=31316 CPUtime=462.12
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 7808 0 0 0 46206 6 0 0 25 0 1 0 150504147 32067584 7153 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 31316

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

[startup+463.901 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1272048/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=31316 CPUtime=463.71
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 7808 0 0 0 46365 6 0 0 25 0 1 0 150504147 32067584 7153 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 463.71
Current children cumulated vsize (KiB) 31316

[startup+465.501 s]
/proc/loadavg: 1.09 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1272048/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=31316 CPUtime=465.31
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 7808 0 0 0 46525 6 0 0 25 0 1 0 150504147 32067584 7153 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 465.31
Current children cumulated vsize (KiB) 31316

[startup+465.902 s]
/proc/loadavg: 1.09 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1272048/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=31316 CPUtime=465.71
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 7808 0 0 0 46565 6 0 0 25 0 1 0 150504147 32067584 7153 1992294400 4194304 5092341 548682068848 18446744073709551615 4240957 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 465.71
Current children cumulated vsize (KiB) 31316

[startup+466.302 s]
/proc/loadavg: 1.09 1.05 1.00 2/65 31743
/proc/meminfo: memFree=1272048/2055920 swapFree=4191900/4192956
[pid=31740] ppid=31738 vsize=31316 CPUtime=466.12
/proc/31740/stat : 31740 (minisat) R 31738 31740 31676 0 -1 4194304 7808 0 0 0 46606 6 0 0 25 0 1 0 150504147 32067584 7153 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/31740/statm: 7829 7153 101 219 0 7607 0
Current children cumulated CPU time (s) 466.12
Current children cumulated vsize (KiB) 31316

Child status: 20
Real time (s): 466.369
CPU time (s): 466.196
CPU user time (s): 466.121
CPU system time (s): 0.074988
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 31316

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

runsolver used 0.304953 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-02 02:39:17
IDJOB=1775362
IDBENCH=71741
IDSOLVER=608
FILE ID=node38/1775362-1241224757
PBS_JOBID= 9224787
Free space on /tmp= 66512 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775362-1241224757/watcher-1775362-1241224757 -o /tmp/evaluation-result-1775362-1241224757/solver-1775362-1241224757 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1775362-1241224757.cnf

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=806783399

node38.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.265
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.265
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:       1301328 kB
Buffers:         69696 kB
Cached:         578164 kB
SwapCached:        384 kB
Active:          35280 kB
Inactive:       625880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301328 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          21744 kB
Slab:            79448 kB
Committed_AS:   764188 kB
PageTables:       1456 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= 66512 MiB
End job on node38 at 2009-05-02 02:47:03