Trace number 320303

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, and are wall clock time (not CPU 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
minimarch 2007-02-08UNSAT 331.275 331.394

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.3737
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  95863                                                |
0.00/0.00	|  Number of clauses:    283363                                               |
0.89/0.93	|  Parsing time:         0.89         s                                       |
3.39/3.49	============================[ Search Statistics ]==============================
3.39/3.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.39/3.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.39/3.49	===============================================================================
3.39/3.49	|         0 |   20520   127973   523638 |    42657        0    nan |  0.000 % |
3.49/3.56	|       101 |   20507   127973   523638 |    46923       95      7 |  0.110 % |
3.59/3.65	|       251 |   20486   127973   523638 |    51615      241      8 |  0.140 % |
3.79/3.84	|       476 |   20474   127973   523638 |    56777      466     10 |  0.140 % |
3.99/4.00	|       813 |   20461   127973   523638 |    62455      800     11 |  0.228 % |
4.19/4.21	|      1320 |   20461   127973   523638 |    68700     1307     11 |  0.228 % |
4.69/4.78	|      2079 |   20309   124967   512313 |    75570     2057     11 |  0.228 % |
5.29/5.30	|      3219 |   20309   124967   512313 |    83127     3197     12 |  0.228 % |
5.99/6.02	|      4928 |   20282   124920   512081 |    91440     4901     12 |  0.319 % |
6.98/7.09	|      7491 |   20244   124920   512081 |   100584     7464     12 |  0.319 % |
8.08/8.10	|     11335 |   20220   124051   508625 |   110643    11206     18 |  0.321 % |
9.09/9.19	|     17102 |   20220   124051   508625 |   121707    16973     20 |  0.321 % |
12.69/12.78	|     25751 |   20217   124010   508496 |   133878    25619     18 |  0.324 % |
19.29/19.40	|     38726 |   20208   123860   508006 |   147265    38591     17 |  0.334 % |
29.39/29.48	|     58187 |   20137   122791   504211 |   161992    58001     17 |  0.408 % |
41.17/41.22	|     87380 |   20131   122736   504040 |   178191    87189     19 |  0.414 % |
78.76/78.87	|    131170 |   20128   122696   503913 |   196010   130976     20 |  0.417 % |
134.94/135.04	|    196854 |   20090   121984   501704 |   215611   166966     19 |  0.457 % |
205.62/205.76	|    295380 |   20079   121839   501229 |   237173    67582     25 |  0.468 % |
313.07/313.20	|    443169 |   19624   121322   498874 |   260890   201591     26 |  1.382 % |
331.17/331.38	===============================================================================
331.17/331.38	lookaheads            : 1758605
331.17/331.38	variable balance      : 0.00
331.17/331.38	restarts              : 20
331.17/331.38	conflicts             : 459863         (1389 /sec)
331.17/331.38	decisions             : 1758605        (1.47 % random) (5311 /sec)
331.17/331.38	decision = positive   : 964851
331.17/331.38	decision = negative   : 793754
331.17/331.38	propagations          : 200734026      (606180 /sec)
331.17/331.38	conflict literals     : 11391329       (34.82 % deleted)
331.17/331.38	Memory used           : 67.84 MB
331.17/331.38	CPU time              : 331.146 s
331.17/331.38	
331.17/331.38	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-320303-1173043810 -o ROOT/results/node65/solver-320303-1173043810 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320303-1173043810/minimarch /tmp/evaluation/320303-1173043810/instance-320303-1173043810.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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 29236
/proc/meminfo: memFree=878160/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=1872 CPUtime=0
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 392 0 0 0 0 0 0 0 18 0 1 0 324338591 1916928 376 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 468 376 51 132 0 333 0

[startup+0.0743961 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 29236
/proc/meminfo: memFree=878160/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=7432 CPUtime=0.06
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 1635 0 0 0 6 0 0 0 18 0 1 0 324338591 7610368 1619 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 1858 1620 51 132 0 1723 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7432

[startup+0.101399 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 29236
/proc/meminfo: memFree=878160/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=8784 CPUtime=0.09
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 2036 0 0 0 9 0 0 0 18 0 1 0 324338591 8994816 2020 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 2229 2021 51 132 0 2094 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8784

[startup+0.301431 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 29236
/proc/meminfo: memFree=878160/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=23892 CPUtime=0.29
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 5158 0 0 0 27 2 0 0 19 0 1 0 324338591 24465408 5142 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 5973 5142 51 132 0 5838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23892

[startup+0.701497 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 29236
/proc/meminfo: memFree=878160/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=30304 CPUtime=0.69
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 6710 0 0 0 66 3 0 0 24 0 1 0 324338591 31031296 6694 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523055 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 7576 6694 51 132 0 7441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30304

[startup+1.50163 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=850888/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=43264 CPUtime=1.49
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 9889 0 0 0 144 5 0 0 25 0 1 0 324338591 44302336 9873 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 10816 9873 63 132 0 10681 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43264

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=827272/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=61244 CPUtime=3.09
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 13989 0 0 0 302 7 0 0 25 0 1 0 324338591 62713856 13973 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134524326 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 15311 13973 63 132 0 15176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61244

[startup+6.30142 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=827152/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=53616 CPUtime=6.29
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 14412 0 0 0 622 7 0 0 25 0 1 0 324338591 54902784 12640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 13404 12640 67 132 0 13269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53616

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=827152/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=53616 CPUtime=12.69
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 14412 0 0 0 1261 8 0 0 25 0 1 0 324338591 54902784 12640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 13404 12640 67 132 0 13269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53616

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=827344/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=53860 CPUtime=25.49
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 14463 0 0 0 2541 8 0 0 25 0 1 0 324338591 55152640 12691 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 13465 12691 67 132 0 13330 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53860

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=827216/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=54160 CPUtime=51.07
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 14510 0 0 0 5099 8 0 0 25 0 1 0 324338591 55459840 12738 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 13540 12738 67 132 0 13405 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54160

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=822096/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=59320 CPUtime=102.25
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 15796 0 0 0 10216 9 0 0 25 0 1 0 324338591 60743680 14024 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 14830 14024 67 132 0 14695 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 59320

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=819088/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=62276 CPUtime=162.23
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 16568 0 0 0 16213 10 0 0 25 0 1 0 324338591 63770624 14796 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 15569 14796 67 132 0 15434 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62276

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=816784/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=64816 CPUtime=222.21
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 17100 0 0 0 22211 10 0 0 25 0 1 0 324338591 66371584 15328 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552507 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 16204 15328 67 132 0 16069 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 64816

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=813328/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=68272 CPUtime=282.19
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 17962 0 0 0 28208 11 0 0 25 0 1 0 324338591 69910528 16190 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17068 16190 67 132 0 16933 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 68272

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812304/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69328 CPUtime=306.98
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18236 0 0 0 30687 11 0 0 25 0 1 0 324338591 70991872 16464 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17332 16464 67 132 0 17197 0
Current children cumulated CPU time (s) 306.98
Current children cumulated vsize (KiB) 69328

[startup+319.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812240/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=319.77
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18254 0 0 0 31966 11 0 0 25 0 1 0 324338591 71127040 16482 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16482 67 132 0 17230 0
Current children cumulated CPU time (s) 319.77
Current children cumulated vsize (KiB) 69460

[startup+326.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812176/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=326.17
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18259 0 0 0 32606 11 0 0 25 0 1 0 324338591 71127040 16487 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16487 67 132 0 17230 0
Current children cumulated CPU time (s) 326.17
Current children cumulated vsize (KiB) 69460

[startup+329.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812176/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=329.37
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18264 0 0 0 32926 11 0 0 25 0 1 0 324338591 71127040 16492 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16492 67 132 0 17230 0
Current children cumulated CPU time (s) 329.37
Current children cumulated vsize (KiB) 69460

[startup+330.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812176/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=330.17
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18265 0 0 0 33006 11 0 0 25 0 1 0 324338591 71127040 16493 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16493 67 132 0 17230 0
Current children cumulated CPU time (s) 330.17
Current children cumulated vsize (KiB) 69460

[startup+331.106 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812176/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=330.97
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18265 0 0 0 33086 11 0 0 25 0 1 0 324338591 71127040 16493 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550350 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16493 67 132 0 17230 0
Current children cumulated CPU time (s) 330.97
Current children cumulated vsize (KiB) 69460

[startup+331.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 29237
/proc/meminfo: memFree=812176/2055920 swapFree=4184084/4192956
[pid=29236] ppid=29234 vsize=69460 CPUtime=331.17
/proc/29236/stat : 29236 (minimarch) R 29234 29236 29127 0 -1 4194304 18265 0 0 0 33106 11 0 0 25 0 1 0 324338591 71127040 16493 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/29236/statm: 17365 16493 67 132 0 17230 0
Current children cumulated CPU time (s) 331.17
Current children cumulated vsize (KiB) 69460

Child status: 20
Real time (s): 331.394
CPU time (s): 331.275
CPU user time (s): 331.146
CPU system time (s): 0.12898
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 69460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.146
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18271
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= 6
involuntary context switches= 566

runsolver used 0.269958 second user time and 0.6519 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Mar  4 21:30:10 UTC 2007

IDJOB= 320303
IDBENCH= 20500
IDSOLVER= 110
FILE ID= node65/320303-1173043810

PBS_JOBID= 4012496

Free space on /tmp= 66506 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c6nidw_i.cnf
COMMAND LINE= /tmp/evaluation/320303-1173043810/minimarch /tmp/evaluation/320303-1173043810/instance-320303-1173043810.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-320303-1173043810 -o ROOT/results/node65/solver-320303-1173043810 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320303-1173043810/minimarch /tmp/evaluation/320303-1173043810/instance-320303-1173043810.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 794960660

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.259
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.259
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:        878504 kB
Buffers:         39740 kB
Cached:        1064284 kB
SwapCached:       3016 kB
Active:         732976 kB
Inactive:       380672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        878504 kB
SwapTotal:     4192956 kB
SwapFree:      4184084 kB
Dirty:            6908 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            49728 kB
Committed_AS:   746768 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= 66506 MiB

End job on node65 on Sun Mar  4 21:35:42 UTC 2007