Trace number 427321

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)SAT 158.227 158.286

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S108421787-03.SAT.shuffled.cnf
MD5SUM7db1dbd28711a9e9c5914ed4cfba8cd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.18597
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54895

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:  55                                                   |
0.00/0.00	|  Number of clauses:    4895                                                 |
0.00/0.01	|  Parsing time:         0.02         s                                       |
0.09/0.17	============================[ Search Statistics ]==============================
0.09/0.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	===============================================================================
0.09/0.17	|         0 |      55     4895    34265 |     1631        0    nan |  0.000 % |
0.09/0.18	|       101 |      55     4895    34265 |     1794      101     21 |  0.034 % |
0.09/0.18	|       251 |      55     4895    34265 |     1974      251     21 |  0.034 % |
0.09/0.19	|       476 |      55     4895    34265 |     2171      476     20 |  0.034 % |
0.19/0.21	|       816 |      55     4895    34265 |     2388      816     20 |  0.034 % |
0.19/0.23	|      1322 |      55     4895    34265 |     2627     1322     20 |  0.034 % |
0.19/0.27	|      2081 |      55     4895    34265 |     2890     2081     20 |  0.034 % |
0.29/0.34	|      3220 |      55     4895    34265 |     3179     1761     20 |  0.034 % |
0.39/0.43	|      4929 |      55     4895    34265 |     3497     1869     19 |  0.034 % |
0.49/0.57	|      7491 |      55     4895    34265 |     3847     2668     19 |  0.034 % |
0.69/0.79	|     11336 |      55     4895    34265 |     4232     2644     19 |  0.034 % |
1.10/1.12	|     17103 |      55     4895    34265 |     4655     4154     19 |  0.034 % |
1.59/1.63	|     25753 |      55     4895    34265 |     5120     3451     19 |  0.034 % |
2.39/2.45	|     38727 |      55     4895    34265 |     5632     3560     19 |  0.034 % |
3.69/3.79	|     58189 |      55     4895    34265 |     6196     3232     18 |  0.034 % |
5.79/5.81	|     87381 |      55     4895    34265 |     6815     4440     18 |  0.034 % |
8.89/8.94	|    131170 |      55     4895    34265 |     7497     3781     19 |  0.034 % |
13.69/13.74	|    196855 |      55     4895    34265 |     8247     5549     18 |  0.034 % |
21.18/21.28	|    295381 |      55     4895    34265 |     9071     4835     19 |  0.034 % |
33.08/33.19	|    443173 |      55     4895    34265 |     9979     7118     18 |  0.034 % |
51.77/51.81	|    664858 |      55     4895    34265 |    10977     8813     18 |  0.034 % |
81.06/81.11	|    997383 |      55     4895    34265 |    12074     5886     17 |  0.034 % |
127.45/127.59	|   1496171 |      55     4895    34265 |    13282     8747     17 |  0.034 % |
158.13/158.28	===============================================================================
158.13/158.28	lookaheads            : 512643
158.13/158.28	variable balance      : 0.00
158.13/158.28	restarts              : 23
158.13/158.28	conflicts             : 1808681        (11432 /sec)
158.13/158.28	decisions             : 1928018        (1.78 % random) (12187 /sec)
158.13/158.28	decision = positive   : 1158514
158.13/158.28	decision = negative   : 769503
158.13/158.28	propagations          : 16679739       (105431 /sec)
158.13/158.28	conflict literals     : 33223836       (17.45 % deleted)
158.13/158.28	Memory used           : 5.30 MB
158.13/158.28	CPU time              : 158.206 s
158.13/158.28	
158.13/158.28	s SATISFIABLE
158.13/158.28	v 1 2 -3 4 5 -6 7 8 9 -10 -11 12 -13 14 15 -16 -17 18 19 20 -21 22 23 -24 -25 -26 27 -28 29 30 -31 -32 33 34 35 -36 -37 38 -39 -40 41 42 43 44 45 -46 -47 -48 49 -50 51 52 53 54 -55 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-427321-1177641865 -o ROOT/results/node23/solver-427321-1177641865 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427321-1177641865/minimarch_fixed /tmp/evaluation/427321-1177641865/instance-427321-1177641865.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.98 0.96 3/77 15038
/proc/meminfo: memFree=1603888/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=1868 CPUtime=0
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 212103689 1912832 146 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515846 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 467 146 51 132 0 332 0

[startup+0.087513 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 15038
/proc/meminfo: memFree=1603888/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2144 CPUtime=0.08
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 234 0 0 0 8 0 0 0 18 0 1 0 212103689 2195456 219 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 536 219 63 132 0 401 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2144

[startup+0.101516 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 15038
/proc/meminfo: memFree=1603888/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2144 CPUtime=0.09
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 234 0 0 0 9 0 0 0 18 0 1 0 212103689 2195456 219 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 536 219 63 132 0 401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2144

[startup+0.301554 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 15038
/proc/meminfo: memFree=1603888/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2276 CPUtime=0.29
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 273 0 0 0 29 0 0 0 19 0 1 0 212103689 2330624 258 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 569 258 67 132 0 434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2276

[startup+0.701632 s]
/proc/loadavg: 0.99 0.98 0.96 3/77 15038
/proc/meminfo: memFree=1603888/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2408 CPUtime=0.69
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 321 0 0 0 69 0 0 0 22 0 1 0 212103689 2465792 306 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551168 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 602 306 67 132 0 467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2408

[startup+1.50179 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1602856/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2672 CPUtime=1.49
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 362 0 0 0 149 0 0 0 25 0 1 0 212103689 2736128 347 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 668 347 67 132 0 533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2672

[startup+3.1011 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1602536/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=2812 CPUtime=3.09
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 418 0 0 0 309 0 0 0 25 0 1 0 212103689 2879488 403 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 703 403 67 132 0 568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2812

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1602152/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=3084 CPUtime=6.29
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 479 0 0 0 629 0 0 0 25 0 1 0 212103689 3158016 464 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 771 464 67 132 0 636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3084

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1601776/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=3364 CPUtime=12.69
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 551 0 0 0 1269 0 0 0 25 0 1 0 212103689 3444736 536 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 841 536 67 132 0 706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3364

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1601264/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=3932 CPUtime=25.48
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 663 0 0 0 2548 0 0 0 25 0 1 0 212103689 4026368 648 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 983 648 67 132 0 848 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3932

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1600752/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=4364 CPUtime=51.07
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 790 0 0 0 5107 0 0 0 25 0 1 0 212103689 4468736 775 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550353 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1091 775 67 132 0 956 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4364

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1600176/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=4944 CPUtime=102.26
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 935 0 0 0 10225 1 0 0 25 0 1 0 212103689 5062656 920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551266 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1236 920 67 132 0 1101 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4944

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

[startup+127.901 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1600048/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5260 CPUtime=127.84
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 980 0 0 0 12783 1 0 0 25 0 1 0 212103689 5386240 965 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1315 965 67 132 0 1180 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 5260

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599856/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5260 CPUtime=140.64
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1011 0 0 0 14063 1 0 0 25 0 1 0 212103689 5386240 996 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1315 996 67 132 0 1180 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 5260

[startup+147.102 s]
/proc/loadavg: 0.99 0.98 0.96 3/78 15039
/proc/meminfo: memFree=1599792/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=147.03
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1020 0 0 0 14702 1 0 0 25 0 1 0 212103689 5550080 1005 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1005 67 132 0 1220 0
Current children cumulated CPU time (s) 147.03
Current children cumulated vsize (KiB) 5420

[startup+153.501 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599728/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=153.43
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1041 0 0 0 15342 1 0 0 25 0 1 0 212103689 5550080 1026 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1026 67 132 0 1220 0
Current children cumulated CPU time (s) 153.43
Current children cumulated vsize (KiB) 5420

[startup+156.702 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599728/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=156.63
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1047 0 0 0 15662 1 0 0 25 0 1 0 212103689 5550080 1032 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1032 67 132 0 1220 0
Current children cumulated CPU time (s) 156.63
Current children cumulated vsize (KiB) 5420

[startup+157.502 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599664/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=157.43
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1047 0 0 0 15742 1 0 0 25 0 1 0 212103689 5550080 1032 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551756 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1032 67 132 0 1220 0
Current children cumulated CPU time (s) 157.43
Current children cumulated vsize (KiB) 5420

[startup+157.901 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599664/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=157.83
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1047 0 0 0 15782 1 0 0 25 0 1 0 212103689 5550080 1032 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551550 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1032 67 132 0 1220 0
Current children cumulated CPU time (s) 157.83
Current children cumulated vsize (KiB) 5420

[startup+158.101 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599664/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=158.03
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1048 0 0 0 15802 1 0 0 25 0 1 0 212103689 5550080 1033 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550358 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1033 67 132 0 1220 0
Current children cumulated CPU time (s) 158.03
Current children cumulated vsize (KiB) 5420

[startup+158.201 s]
/proc/loadavg: 0.99 0.98 0.96 2/78 15039
/proc/meminfo: memFree=1599664/2055920 swapFree=4169168/4192956
[pid=15038] ppid=15036 vsize=5420 CPUtime=158.13
/proc/15038/stat : 15038 (minimarch_fixed) R 15036 15038 13739 0 -1 4194304 1048 0 0 0 15812 1 0 0 25 0 1 0 212103689 5550080 1033 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/15038/statm: 1355 1033 67 132 0 1220 0
Current children cumulated CPU time (s) 158.13
Current children cumulated vsize (KiB) 5420

Child status: 10
Real time (s): 158.286
CPU time (s): 158.227
CPU user time (s): 158.206
CPU system time (s): 0.020996
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 5420

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

runsolver used 0.12998 second user time and 0.342947 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Fri Apr 27 02:44:26 UTC 2007

IDJOB= 427321
IDBENCH= 19916
IDSOLVER= 198
FILE ID= node23/427321-1177641865

PBS_JOBID= 4697253

Free space on /tmp= 66493 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S108421787-03.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427321-1177641865/minimarch_fixed /tmp/evaluation/427321-1177641865/instance-427321-1177641865.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-427321-1177641865 -o ROOT/results/node23/solver-427321-1177641865 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427321-1177641865/minimarch_fixed /tmp/evaluation/427321-1177641865/instance-427321-1177641865.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  7db1dbd28711a9e9c5914ed4cfba8cd8

RANDOM SEED= 392189676

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1604360 kB
Buffers:         47700 kB
Cached:         312596 kB
SwapCached:       3232 kB
Active:         259084 kB
Inactive:       125088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604360 kB
SwapTotal:     4192956 kB
SwapFree:      4169168 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          30828 kB
Slab:            52964 kB
Committed_AS:  2874704 kB
PageTables:       1796 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= 66493 MiB

End job on node23 on Fri Apr 27 02:47:04 UTC 2007