Trace number 428717

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-04-26 (fixed)UNSAT 161.826 161.864

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
MD5SUMbfae796723167f552bcb2fa958f97ae8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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 1.1, 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:  87                                                   |
0.00/0.00	|  Number of clauses:    232                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |      62      232      896 |       77        0    nan |  0.000 % |
0.00/0.00	|       101 |      62      232      896 |       85      101     18 |  0.013 % |
0.00/0.00	|       252 |      62      232      896 |       93       94     13 |  0.013 % |
0.00/0.00	|       478 |      62      232      896 |      102       77     14 |  0.013 % |
0.01/0.01	|       816 |      62      232      896 |      113      106     13 |  0.013 % |
0.01/0.02	|      1322 |      62      232      896 |      124       80     14 |  0.013 % |
0.01/0.03	|      2082 |      62      232      896 |      137       90     12 |  0.013 % |
0.01/0.04	|      3221 |      62      232      896 |      150      146     14 |  0.013 % |
0.01/0.06	|      4929 |      62      232      896 |      165      133     14 |  0.013 % |
0.10/0.10	|      7492 |      62      232      896 |      182      182     17 |  0.013 % |
0.10/0.16	|     11337 |      62      232      896 |      200      178     14 |  0.013 % |
0.20/0.25	|     17103 |      62      232      896 |      220      191     15 |  0.013 % |
0.30/0.37	|     25753 |      62      232      896 |      242      227     13 |  0.013 % |
0.50/0.56	|     38728 |      62      232      896 |      266      145     12 |  0.013 % |
0.80/0.87	|     58190 |      62      232      896 |      293      197     15 |  0.013 % |
1.30/1.35	|     87382 |      62      232      896 |      323      229     14 |  0.013 % |
2.00/2.04	|    131172 |      62      232      896 |      355      299     14 |  0.013 % |
3.00/3.07	|    196857 |      62      232      896 |      390      320     14 |  0.013 % |
4.70/4.75	|    295384 |      62      232      896 |      429      245     14 |  0.013 % |
7.09/7.16	|    443173 |      62      232      896 |      472      275     13 |  0.013 % |
10.69/10.76	|    664856 |      62      232      896 |      520      396     14 |  0.013 % |
16.29/16.40	|    997382 |      62      232      896 |      572      399     14 |  0.013 % |
24.79/24.85	|   1496171 |      62      232      896 |      629      490     15 |  0.013 % |
37.69/37.75	|   2244354 |      62      232      896 |      692      366     12 |  0.013 % |
57.48/57.52	|   3366629 |      62      232      896 |      761      589     12 |  0.014 % |
87.17/87.21	|   5050041 |      62      232      896 |      837      403     11 |  0.053 % |
133.56/133.65	|   7575158 |      61      224      864 |      921      541     12 |  1.176 % |
161.75/161.86	===============================================================================
161.75/161.86	lookaheads            : 13910256
161.75/161.86	variable balance      : 0.00
161.75/161.86	restarts              : 27
161.75/161.86	conflicts             : 9124094        (56385 /sec)
161.75/161.86	decisions             : 13910256       (1.83 % random) (85962 /sec)
161.75/161.86	decision = positive   : 6905353
161.75/161.86	decision = negative   : 7004903
161.75/161.86	propagations          : 120113584      (742274 /sec)
161.75/161.86	conflict literals     : 125130750      (19.59 % deleted)
161.75/161.86	Memory used           : 2.08 MB
161.75/161.86	CPU time              : 161.818 s
161.75/161.86	
161.75/161.86	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-428717-1177742200 -o ROOT/results/node34/solver-428717-1177742200 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428717-1177742200/minimarch_fixed /tmp/evaluation/428717-1177742200/instance-428717-1177742200.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.91 0.97 0.99 3/77 16083
/proc/meminfo: memFree=1558608/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=0
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 103 0 0 0 0 0 0 0 18 0 1 0 222135431 1773568 88 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631034 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 88 67 132 0 298 0

[startup+0.011293 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16083
/proc/meminfo: memFree=1558608/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=0.01
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 104 0 0 0 1 0 0 0 18 0 1 0 222135431 1773568 89 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134556442 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 89 67 132 0 298 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1732

[startup+0.1013 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16083
/proc/meminfo: memFree=1558608/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=0.1
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 107 0 0 0 10 0 0 0 18 0 1 0 222135431 1773568 92 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134620617 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 92 67 132 0 298 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1732

[startup+0.301315 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16083
/proc/meminfo: memFree=1558608/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=0.3
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 111 0 0 0 30 0 0 0 19 0 1 0 222135431 1773568 96 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 96 67 132 0 298 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1732

[startup+0.701347 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 16083
/proc/meminfo: memFree=1558608/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=0.7
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 115 0 0 0 70 0 0 0 23 0 1 0 222135431 1773568 100 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 100 67 132 0 298 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1732

[startup+1.50141 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1558408/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1732 CPUtime=1.5
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 118 0 0 0 150 0 0 0 25 0 1 0 222135431 1773568 103 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134687186 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 433 103 67 132 0 298 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1732

[startup+3.10154 s]
/proc/loadavg: 0.91 0.97 0.99 3/78 16084
/proc/meminfo: memFree=1558280/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1864 CPUtime=3.1
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 126 0 0 0 310 0 0 0 25 0 1 0 222135431 1908736 111 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550931 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 466 111 67 132 0 331 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1864

[startup+6.30179 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1558152/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1864 CPUtime=6.3
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 131 0 0 0 630 0 0 0 25 0 1 0 222135431 1908736 116 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551541 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 466 116 67 132 0 331 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1864

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1558032/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1864 CPUtime=12.69
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 143 0 0 0 1269 0 0 0 25 0 1 0 222135431 1908736 128 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558467 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 466 128 67 132 0 331 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1864

[startup+25.5013 s]
/proc/loadavg: 0.94 0.97 0.99 3/78 16084
/proc/meminfo: memFree=1557968/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1864 CPUtime=25.49
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 155 0 0 0 2549 0 0 0 25 0 1 0 222135431 1908736 140 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551415 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 466 140 67 132 0 331 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1864

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1557904/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1996 CPUtime=51.08
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 169 0 0 0 5108 0 0 0 25 0 1 0 222135431 2043904 154 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 499 154 67 132 0 364 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1996

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 3/78 16084
/proc/meminfo: memFree=1557840/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=1996 CPUtime=102.27
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 189 0 0 0 10227 0 0 0 25 0 1 0 222135431 2043904 174 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551562 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 499 174 67 132 0 364 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1996

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1557776/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=127.86
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 198 0 0 0 12786 0 0 0 25 0 1 0 222135431 2179072 183 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134558549 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 183 67 132 0 397 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 2128

[startup+140.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1557776/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=140.66
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 202 0 0 0 14066 0 0 0 25 0 1 0 222135431 2179072 187 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551424 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 187 67 132 0 397 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 2128

[startup+153.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16084
/proc/meminfo: memFree=1557776/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=153.46
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 205 0 0 0 15346 0 0 0 25 0 1 0 222135431 2179072 190 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631240 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 190 67 132 0 397 0
Current children cumulated CPU time (s) 153.46
Current children cumulated vsize (KiB) 2128

[startup+156.702 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 16084
/proc/meminfo: memFree=1557776/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=156.65
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 207 0 0 0 15665 0 0 0 25 0 1 0 222135431 2179072 192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 192 67 132 0 397 0
Current children cumulated CPU time (s) 156.65
Current children cumulated vsize (KiB) 2128

[startup+159.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16086
/proc/meminfo: memFree=1557712/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=159.85
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 207 0 0 0 15985 0 0 0 25 0 1 0 222135431 2179072 192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 192 67 132 0 397 0
Current children cumulated CPU time (s) 159.85
Current children cumulated vsize (KiB) 2128

[startup+160.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16086
/proc/meminfo: memFree=1557648/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=160.65
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 209 0 0 0 16065 0 0 0 25 0 1 0 222135431 2179072 194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553489 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 194 67 132 0 397 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 2128

[startup+161.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16086
/proc/meminfo: memFree=1557648/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=161.45
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 209 0 0 0 16145 0 0 0 25 0 1 0 222135431 2179072 194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134620388 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 194 67 132 0 397 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 2128

[startup+161.705 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16086
/proc/meminfo: memFree=1557648/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=161.66
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 209 0 0 0 16166 0 0 0 25 0 1 0 222135431 2179072 194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 194 67 132 0 397 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 2128

[startup+161.802 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 16086
/proc/meminfo: memFree=1557648/2055920 swapFree=4159684/4192956
[pid=16083] ppid=16081 vsize=2128 CPUtime=161.75
/proc/16083/stat : 16083 (minimarch_fixed) R 16081 16083 15145 0 -1 4194304 209 0 0 0 16175 0 0 0 25 0 1 0 222135431 2179072 194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/16083/statm: 532 194 67 132 0 397 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 2128

Child status: 20
Real time (s): 161.864
CPU time (s): 161.826
CPU user time (s): 161.818
CPU system time (s): 0.007998
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 2128

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

runsolver used 0.132979 second user time and 0.341948 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Apr 28 06:36:40 UTC 2007

IDJOB= 428717
IDBENCH= 24608
IDSOLVER= 198
FILE ID= node34/428717-1177742200

PBS_JOBID= 4715441

Free space on /tmp= 66495 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-12.sat05-2587.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428717-1177742200/minimarch_fixed /tmp/evaluation/428717-1177742200/instance-428717-1177742200.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-428717-1177742200 -o ROOT/results/node34/solver-428717-1177742200 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428717-1177742200/minimarch_fixed /tmp/evaluation/428717-1177742200/instance-428717-1177742200.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  bfae796723167f552bcb2fa958f97ae8

RANDOM SEED= 815346571

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1559080 kB
Buffers:         48928 kB
Cached:         354396 kB
SwapCached:       3112 kB
Active:         259440 kB
Inactive:       167844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559080 kB
SwapTotal:     4192956 kB
SwapFree:      4159684 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          30820 kB
Slab:            54972 kB
Committed_AS:  1668420 kB
PageTables:       1976 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= 66495 MiB

End job on node34 on Sat Apr 28 06:39:22 UTC 2007