Trace number 421507

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
minisat SAT 2007UNSAT 263.323 263.414

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.906
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  148153                                               |
0.00/0.00	c |  Number of clauses:    937242                                               |
0.89/0.98	c |  Parsing time:         0.89         s                                       |
30.38/30.42	c ============================[ Search Statistics ]==============================
30.38/30.42	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.38/30.42	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.38/30.42	c ===============================================================================
30.38/30.42	c |         0 |   42404   725045  2841806 |   241681        0    nan |  0.000 % |
30.78/30.89	c |       101 |   42404   725045  2841806 |   265849      101      9 |  0.084 % |
31.38/31.48	c |       252 |   42404   725045  2841806 |   292434      252     15 |  0.084 % |
32.08/32.12	c |       480 |   42404   725045  2841806 |   321678      480     16 |  0.084 % |
33.28/33.37	c |       819 |   42404   725045  2841806 |   353846      819     16 |  0.084 % |
34.88/34.99	c |      1325 |   42404   725045  2841806 |   389230     1325     19 |  0.084 % |
37.78/37.82	c |      2084 |   42404   725045  2841806 |   428153     2084     20 |  0.084 % |
42.78/42.86	c |      3223 |   42404   725045  2841806 |   470969     3223     31 |  0.084 % |
49.17/49.26	c |      4931 |   42404   725045  2841806 |   518066     4931     38 |  0.084 % |
57.97/58.07	c |      7493 |   42404   725045  2841806 |   569872     7493     34 |  0.084 % |
69.36/69.47	c |     11337 |   42404   725045  2841806 |   626860    11337     31 |  0.084 % |
91.06/91.17	c |     17103 |   42404   725045  2841806 |   689546    17103     31 |  0.084 % |
115.25/115.30	c |     25752 |   42404   725045  2841806 |   758500    25752     28 |  0.084 % |
147.04/147.15	c |     38727 |   42404   725045  2841806 |   834350    38727     24 |  0.084 % |
190.63/190.76	c |     58190 |   42404   725045  2841806 |   917785    58190     22 |  0.084 % |
248.91/249.05	c |     87382 |   42402   724981  2841638 |  1009564    51874     20 |  0.086 % |
263.20/263.39	c ===============================================================================
263.20/263.39	c restarts              : 16
263.20/263.39	c conflicts             : 95560          (363 /sec)
263.20/263.39	c decisions             : 133827         (1.74 % random) (509 /sec)
263.20/263.39	c propagations          : 266206473      (1011734 /sec)
263.20/263.39	c conflict literals     : 1762427        (36.53 % deleted)
263.20/263.39	c Memory used           : 125.25 MB
263.20/263.39	c CPU time              : 263.119 s
263.20/263.39	c 
263.20/263.39	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/node69/watcher-421507-1177492583 -o ROOT/results/node69/solver-421507-1177492583 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421507-1177492583/minisat_noassertions /tmp/evaluation/421507-1177492583/instance-421507-1177492583.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: 1.00 1.00 0.86 3/64 13979
/proc/meminfo: memFree=1687212/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=2160 CPUtime=0
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 444 0 0 0 0 0 0 0 18 0 1 0 225247829 2211840 430 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549439 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 540 430 50 130 0 407 0

[startup+0.0346951 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 13979
/proc/meminfo: memFree=1687212/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=4988 CPUtime=0.02
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 1082 0 0 0 2 0 0 0 18 0 1 0 225247829 5107712 1068 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 1247 1068 50 130 0 1114 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4988

[startup+0.101704 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 13979
/proc/meminfo: memFree=1687212/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=10148 CPUtime=0.09
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 2252 0 0 0 8 1 0 0 18 0 1 0 225247829 10391552 2238 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 2537 2238 50 130 0 2404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10148

[startup+0.301735 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 13979
/proc/meminfo: memFree=1687212/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=24792 CPUtime=0.29
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 5682 0 0 0 26 3 0 0 19 0 1 0 225247829 25387008 5668 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 6198 5668 50 130 0 6065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24792

[startup+0.7018 s]
/proc/loadavg: 1.00 1.00 0.86 3/64 13979
/proc/meminfo: memFree=1687212/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=53568 CPUtime=0.69
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 12470 0 0 0 63 6 0 0 22 0 1 0 225247829 54853632 12456 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524455 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 13392 12456 50 130 0 13259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53568

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1616996/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=75528 CPUtime=1.49
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 17573 0 0 0 140 9 0 0 25 0 1 0 225247829 77340672 17559 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 18882 17559 62 130 0 18749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75528

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1616868/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=75528 CPUtime=3.09
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 17573 0 0 0 299 10 0 0 25 0 1 0 225247829 77340672 17559 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 18882 17559 62 130 0 18749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75528

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1567460/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=133004 CPUtime=6.29
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 31533 0 0 0 614 15 0 0 25 0 1 0 225247829 136196096 31519 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 33251 31519 62 130 0 33118 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133004

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1554852/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=139144 CPUtime=12.68
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 33090 0 0 0 1253 15 0 0 25 0 1 0 225247829 142483456 33076 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 34786 33076 62 130 0 34653 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139144

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1548708/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=146268 CPUtime=25.48
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 34615 0 0 0 2532 16 0 0 25 0 1 0 225247829 149778432 34601 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529512 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 36567 34601 62 130 0 36434 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146268

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=51.07
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35324 0 0 0 5090 17 0 0 25 0 1 0 225247829 131325952 30915 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30915 67 130 0 31929 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128248

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=102.25
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35327 0 0 0 10208 17 0 0 25 0 1 0 225247829 131325952 30918 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30918 67 130 0 31929 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 128248

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=162.24
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35331 0 0 0 16206 18 0 0 25 0 1 0 225247829 131325952 30922 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30922 67 130 0 31929 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 128248

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=222.22
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35337 0 0 0 22204 18 0 0 25 0 1 0 225247829 131325952 30928 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30928 67 130 0 31929 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 128248

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=230.22
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35339 0 0 0 23004 18 0 0 25 0 1 0 225247829 131325952 30930 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30930 67 130 0 31929 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 128248

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=243.02
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35339 0 0 0 24284 18 0 0 25 0 1 0 225247829 131325952 30930 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30930 67 130 0 31929 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 128248

[startup+255.902 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=255.81
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 25563 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 128248

[startup+259.102 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=259
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 25882 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547029 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 259
Current children cumulated vsize (KiB) 128248

[startup+260.706 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=260.61
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 26043 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546594 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 260.61
Current children cumulated vsize (KiB) 128248

[startup+262.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=262.2
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 26202 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 262.2
Current children cumulated vsize (KiB) 128248

[startup+263.101 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=263
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 26282 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 263
Current children cumulated vsize (KiB) 128248

[startup+263.301 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=128248 CPUtime=263.2
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194304 35340 0 0 0 26302 18 0 0 25 0 1 0 225247829 131325952 30931 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 32062 30931 67 130 0 31929 0
Current children cumulated CPU time (s) 263.2
Current children cumulated vsize (KiB) 128248

[startup+263.402 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 13980
/proc/meminfo: memFree=1563364/2055920 swapFree=4182892/4192956
[pid=13979] ppid=13977 vsize=0 CPUtime=263.3
/proc/13979/stat : 13979 (minisat_noasser) R 13977 13979 13498 0 -1 4194308 35346 0 0 0 26311 19 0 0 25 0 1 0 225247829 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13979/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 263.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 263.414
CPU time (s): 263.323
CPU user time (s): 263.119
CPU system time (s): 0.203968
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 147364

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

runsolver used 0.212967 second user time and 0.511922 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Apr 25 09:16:24 UTC 2007

IDJOB= 421507
IDBENCH= 20430
IDSOLVER= 188
FILE ID= node69/421507-1177492583

PBS_JOBID= 4685759

Free space on /tmp= 66478 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= /tmp/evaluation/421507-1177492583/minisat_noassertions /tmp/evaluation/421507-1177492583/instance-421507-1177492583.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-421507-1177492583 -o ROOT/results/node69/solver-421507-1177492583 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421507-1177492583/minisat_noassertions /tmp/evaluation/421507-1177492583/instance-421507-1177492583.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  8c6ad18be635cee0d986377c4d06ab11

RANDOM SEED= 531032928

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1687620 kB
Buffers:         27044 kB
Cached:         267536 kB
SwapCached:       3872 kB
Active:         105192 kB
Inactive:       198900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687620 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:           18620 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            50140 kB
Committed_AS:  2260152 kB
PageTables:       1472 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= 66478 MiB

End job on node69 on Wed Apr 25 09:20:48 UTC 2007