Trace number 1833561

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat_cumr p-2009-03-18SAT 3.15952 3.16416

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/360/
unif-k3-r4.25-v360-c1530-S1826927554-087.cnf
MD5SUM0b7c656709bcc63999a07f86368ab57c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1530     4590 |     458       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    1524     4617 |      --       0       --      -- |     --   | -6/27
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 353   #clauses: 1524   #literals: 4617
0.00/0.01	c CPU time:   0.003999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c This is MiniSat 2.0 beta
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  353                                                  |
0.00/0.01	c |  Number of clauses:    1524                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     353     1524     4617 |      508        0    nan |  0.000 % |
0.00/0.01	c |       101 |     353     1524     4617 |      508      101     18 |  0.001 % |
0.00/0.02	c |       203 |     353     1524     4617 |      508      203     17 |  0.001 % |
0.00/0.02	c |       304 |     353     1524     4617 |      508      304     18 |  0.001 % |
0.00/0.02	c |       414 |     353     1524     4617 |      508      414     18 |  0.001 % |
0.00/0.02	c |       514 |     353     1524     4617 |      508      514     19 |  0.001 % |
0.00/0.03	c |       625 |     353     1524     4617 |      508      522     18 |  0.001 % |
0.00/0.03	c |       750 |     353     1524     4617 |      508      493     17 |  0.001 % |
0.00/0.03	c |       852 |     353     1524     4617 |      508      540     17 |  0.001 % |
0.00/0.04	c |       962 |     353     1524     4617 |      508      541     17 |  0.001 % |
0.00/0.04	c |      1084 |     353     1524     4617 |      508      507     17 |  0.001 % |
0.00/0.04	c |      1217 |     353     1524     4617 |      508      539     16 |  0.001 % |
0.00/0.05	c |      1318 |     353     1524     4617 |      508      534     16 |  0.001 % |
0.00/0.05	c |      1428 |     353     1524     4617 |      508      538     15 |  0.001 % |
0.00/0.05	c |      1550 |     353     1524     4617 |      508      503     15 |  0.001 % |
0.00/0.06	c |      1683 |     353     1524     4617 |      508      533     15 |  0.001 % |
0.00/0.06	c |      1829 |     353     1524     4617 |      508      518     15 |  0.001 % |
0.00/0.07	c |      1930 |     353     1524     4617 |      508      514     15 |  0.001 % |
0.00/0.07	c |      2040 |     353     1524     4617 |      508      522     15 |  0.001 % |
0.00/0.07	c |      2162 |     353     1524     4617 |      508      540     15 |  0.001 % |
0.00/0.08	c |      2295 |     353     1524     4617 |      508      510     15 |  0.001 % |
0.00/0.08	c |      2441 |     353     1524     4617 |      508      502     15 |  0.001 % |
0.00/0.09	c |      2602 |     353     1524     4617 |      508      502     14 |  0.001 % |
0.00/0.09	c |      2703 |     353     1524     4617 |      508      498     14 |  0.001 % |
0.00/0.09	c |      2816 |     353     1524     4617 |      508      503     14 |  0.001 % |
0.00/0.10	c |      2938 |     353     1524     4617 |      508      522     15 |  0.001 % |
0.00/0.10	c |      3071 |     353     1524     4617 |      508      552     16 |  0.001 % |
0.00/0.11	c |      3218 |     353     1524     4617 |      508      537     16 |  0.001 % |
0.00/0.11	c |      3378 |     353     1524     4617 |      508      538     16 |  0.001 % |
0.00/0.12	c |      3556 |     353     1524     4617 |      508      506     15 |  0.001 % |
0.00/0.12	c |      3656 |     353     1524     4617 |      508      553     15 |  0.001 % |
0.00/0.12	c |      3766 |     353     1524     4617 |      508      502     14 |  0.001 % |
0.00/0.13	c |      3890 |     353     1524     4617 |      508      522     14 |  0.001 % |
0.00/0.13	c |      4025 |     353     1524     4617 |      508      502     14 |  0.001 % |
0.00/0.13	c |      4171 |     353     1524     4617 |      508      541     14 |  0.001 % |
0.00/0.14	c |      4331 |     353     1524     4617 |      508      496     13 |  0.001 % |
0.00/0.14	c |      4508 |     353     1524     4617 |      508      517     14 |  0.001 % |
0.00/0.15	c |      4701 |     353     1524     4617 |      508      501     14 |  0.001 % |
0.00/0.15	c |      4803 |     353     1524     4617 |      508      499     14 |  0.001 % |
0.00/0.16	c |      4915 |     353     1524     4617 |      508      559     15 |  0.001 % |
0.00/0.16	c |      5036 |     353     1524     4617 |      508      519     14 |  0.001 % |
0.00/0.16	c |      5170 |     353     1524     4617 |      508      549     14 |  0.001 % |
0.00/0.17	c |      5316 |     353     1524     4617 |      508      536     14 |  0.001 % |
0.00/0.17	c |      5476 |     353     1524     4617 |      508      539     13 |  0.001 % |
0.00/0.18	c |      5652 |     353     1524     4617 |      508      507     13 |  0.001 % |
0.00/0.18	c |      5845 |     353     1524     4617 |      508      544     14 |  0.001 % |
0.00/0.19	c |      6058 |     353     1524     4617 |      508      496     13 |  0.001 % |
0.00/0.19	c |      6160 |     353     1524     4617 |      508      543     14 |  0.001 % |
0.00/0.20	c |      6270 |     353     1524     4617 |      508      547     14 |  0.001 % |
0.00/0.20	c |      6391 |     353     1524     4617 |      508      504     14 |  0.001 % |
0.00/0.20	c |      6525 |     353     1524     4617 |      508      532     14 |  0.001 % |
0.00/0.21	c |      6671 |     353     1524     4617 |      508      519     15 |  0.001 % |
0.00/0.21	c |      6832 |     353     1524     4617 |      508      524     14 |  0.001 % |
0.00/0.22	c |      7011 |     353     1524     4617 |      508      498     13 |  0.001 % |
0.00/0.23	c |      7205 |     353     1524     4617 |      508      529     15 |  0.001 % |
0.00/0.23	c |      7418 |     353     1524     4617 |      508      529     14 |  0.001 % |
0.00/0.24	c |      7653 |     353     1524     4617 |      508      503     14 |  0.001 % |
0.00/0.24	c |      7753 |     353     1524     4617 |      508      550     14 |  0.001 % |
0.00/0.25	c |      7865 |     353     1524     4617 |      508      503     13 |  0.001 % |
0.00/0.25	c |      7986 |     353     1524     4617 |      508      522     13 |  0.001 % |
0.00/0.25	c |      8120 |     353     1524     4617 |      508      499     13 |  0.001 % |
0.00/0.26	c |      8266 |     353     1524     4617 |      508      541     13 |  0.001 % |
0.00/0.26	c |      8426 |     353     1524     4617 |      508      543     14 |  0.001 % |
0.00/0.27	c |      8602 |     353     1524     4617 |      508      509     14 |  0.001 % |
0.00/0.27	c |      8795 |     353     1524     4617 |      508      547     14 |  0.001 % |
0.00/0.28	c |      9008 |     353     1524     4617 |      508      545     15 |  0.001 % |
0.00/0.29	c |      9242 |     353     1524     4617 |      508      511     14 |  0.001 % |
0.00/0.30	c |      9499 |     353     1524     4617 |      508      511     14 |  0.001 % |
0.00/0.30	c |      9600 |     353     1524     4617 |      508      509     14 |  0.001 % |
0.00/0.30	c |      9711 |     353     1524     4617 |      508      516     13 |  0.001 % |
0.00/0.31	c |      9833 |     353     1524     4617 |      508      535     14 |  0.001 % |
0.00/0.31	c |      9967 |     353     1524     4617 |      508      513     13 |  0.001 % |
0.00/0.31	c |     10115 |     353     1524     4617 | 2147483647      610     14 |  0.001 % |
0.00/0.32	c |     10275 |     353     1524     4617 | 2147483647      770     14 |  0.001 % |
0.00/0.32	c |     10451 |     353     1524     4617 | 2147483647      946     15 |  0.001 % |
0.00/0.33	c |     10646 |     353     1524     4617 | 2147483647     1141     15 |  0.001 % |
0.00/0.34	c |     10859 |     353     1524     4617 | 2147483647     1354     15 |  0.001 % |
0.00/0.35	c |     11093 |     353     1524     4617 | 2147483647     1588     16 |  0.001 % |
0.00/0.35	c |     11349 |     353     1524     4617 | 2147483647     1844     17 |  0.001 % |
0.00/0.36	c |     11632 |     353     1524     4617 | 2147483647     2127     17 |  0.001 % |
0.00/0.37	c |     11732 |     353     1524     4617 | 2147483647     2227     17 |  0.001 % |
0.00/0.37	c |     11842 |     353     1524     4617 | 2147483647     2337     17 |  0.001 % |
0.00/0.38	c |     11964 |     353     1524     4617 | 2147483647     2459     17 |  0.001 % |
0.00/0.38	c |     12097 |     353     1524     4617 | 2147483647     2592     18 |  0.001 % |
0.00/0.39	c |     12244 |     353     1524     4617 | 2147483647     2739     18 |  0.001 % |
0.00/0.40	c |     12404 |     353     1524     4617 | 2147483647     2899     18 |  0.001 % |
0.00/0.41	c |     12581 |     353     1524     4617 | 2147483647     3076     18 |  0.001 % |
0.00/0.41	c |     12775 |     353     1524     4617 | 2147483647     3270     18 |  0.001 % |
0.00/0.42	c |     12987 |     353     1524     4617 | 2147483647     3482     18 |  0.001 % |
0.00/0.44	c |     13220 |     353     1524     4617 | 2147483647     3715     18 |  0.001 % |
0.00/0.45	c |     13477 |     353     1524     4617 | 2147483647     3972     18 |  0.001 % |
0.00/0.46	c |     13760 |     353     1524     4617 | 2147483647     4255     18 |  0.001 % |
0.00/0.48	c |     14071 |     353     1524     4617 | 2147483647     4566     18 |  0.001 % |
0.00/0.49	c |     14172 |     353     1524     4617 | 2147483647     4667     18 |  0.001 % |
0.00/0.49	c |     14284 |     353     1524     4617 | 2147483647     4779     18 |  0.001 % |
0.00/0.50	c |     14405 |     353     1524     4617 | 2147483647     4900     18 |  0.001 % |
0.00/0.51	c |     14540 |     353     1524     4617 | 2147483647     5035     18 |  0.001 % |
0.00/0.51	c |     14686 |     353     1524     4617 | 2147483647     5181     18 |  0.001 % |
0.00/0.52	c |     14849 |     353     1524     4617 | 2147483647     5344     18 |  0.001 % |
0.00/0.53	c |     15025 |     353     1524     4617 | 2147483647     5520     18 |  0.001 % |
0.00/0.55	c |     15218 |     353     1524     4617 | 2147483647     5713     18 |  0.001 % |
0.00/0.56	c |     15430 |     353     1524     4617 | 2147483647     5925     18 |  0.001 % |
0.00/0.57	c |     15663 |     353     1524     4617 | 2147483647     6158     18 |  0.001 % |
0.00/0.59	c |     15919 |     353     1524     4617 | 2147483647     6414     18 |  0.001 % |
0.00/0.61	c |     16200 |     353     1524     4617 | 2147483647     6695     18 |  0.001 % |
0.00/0.63	c |     16510 |     353     1524     4617 | 2147483647     7005     18 |  0.001 % |
0.00/0.66	c |     16849 |     353     1524     4617 | 2147483647     7344     18 |  0.001 % |
0.00/0.67	c |     16949 |     353     1524     4617 | 2147483647     7444     18 |  0.001 % |
0.00/0.67	c |     17060 |     353     1524     4617 | 2147483647     7555     18 |  0.001 % |
0.00/0.68	c |     17181 |     353     1524     4617 | 2147483647     7676     18 |  0.001 % |
0.00/0.69	c |     17314 |     353     1524     4617 | 2147483647     7809     18 |  0.001 % |
0.00/0.70	c |     17460 |     353     1524     4617 | 2147483647     7955     18 |  0.001 % |
0.00/0.71	c |     17620 |     353     1524     4617 | 2147483647     8115     18 |  0.001 % |
0.00/0.73	c |     17796 |     353     1524     4617 | 2147483647     8291     18 |  0.001 % |
0.00/0.74	c |     17989 |     353     1524     4617 | 2147483647     8484     18 |  0.001 % |
0.00/0.76	c |     18202 |     353     1524     4617 | 2147483647     8697     18 |  0.001 % |
0.00/0.78	c |     18436 |     353     1524     4617 | 2147483647     8931     18 |  0.001 % |
0.00/0.80	c |     18692 |     353     1524     4617 | 2147483647     9187     18 |  0.001 % |
0.00/0.82	c |     18973 |     353     1524     4617 | 2147483647     9468     18 |  0.001 % |
0.00/0.85	c |     19283 |     353     1524     4617 | 2147483647     9778     19 |  0.001 % |
0.00/0.88	c |     19625 |     353     1524     4617 | 2147483647    10120     18 |  0.001 % |
0.00/0.91	c |     19997 |     353     1524     4617 | 2147483647    10492     18 |  0.001 % |
0.00/0.92	c |     20099 |     353     1524     4617 | 2147483647    10594     19 |  0.001 % |
0.00/0.93	c |     20209 |     353     1524     4617 | 2147483647    10704     19 |  0.001 % |
0.00/0.94	c |     20330 |     353     1524     4617 | 2147483647    10825     19 |  0.001 % |
0.00/0.95	c |     20465 |     353     1524     4617 | 2147483647    10960     19 |  0.001 % |
0.00/0.96	c |     20611 |     353     1524     4617 | 2147483647    11106     19 |  0.001 % |
0.00/0.98	c |     20771 |     353     1524     4617 | 2147483647    11266     19 |  0.001 % |
0.00/1.00	c |     20948 |     353     1524     4617 | 2147483647    11443     19 |  0.001 % |
0.98/1.02	c |     21141 |     353     1524     4617 | 2147483647    11636     19 |  0.001 % |
0.98/1.04	c |     21354 |     353     1524     4617 | 2147483647    11849     19 |  0.001 % |
0.98/1.06	c |     21587 |     353     1524     4617 | 2147483647    12082     19 |  0.001 % |
0.98/1.09	c |     21844 |     353     1524     4617 | 2147483647    12339     19 |  0.001 % |
1.08/1.11	c |     22125 |     353     1524     4617 | 2147483647    12620     19 |  0.001 % |
1.08/1.14	c |     22434 |     353     1524     4617 | 2147483647    12929     19 |  0.001 % |
1.08/1.18	c |     22773 |     353     1524     4617 | 2147483647    13268     19 |  0.001 % |
1.18/1.22	c |     23145 |     353     1524     4617 | 2147483647    13640     19 |  0.001 % |
1.18/1.27	c |     23554 |     353     1524     4617 | 2147483647    14049     19 |  0.001 % |
1.18/1.28	c |     23655 |     353     1524     4617 | 2147483647    14150     19 |  0.001 % |
1.28/1.30	c |     23766 |     353     1524     4617 | 2147483647    14261     19 |  0.001 % |
1.28/1.31	c |     23887 |     353     1524     4617 | 2147483647    14382     19 |  0.001 % |
1.28/1.33	c |     24020 |     353     1524     4617 | 2147483647    14515     19 |  0.001 % |
1.28/1.34	c |     24166 |     353     1524     4617 | 2147483647    14661     19 |  0.001 % |
1.28/1.36	c |     24326 |     353     1524     4617 | 2147483647    14821     19 |  0.001 % |
1.28/1.38	c |     24502 |     353     1524     4617 | 2147483647    14997     19 |  0.001 % |
1.38/1.41	c |     24695 |     353     1524     4617 | 2147483647    15190     19 |  0.001 % |
1.38/1.43	c |     24907 |     353     1524     4617 | 2147483647    15402     19 |  0.001 % |
1.38/1.46	c |     25140 |     353     1524     4617 | 2147483647    15635     19 |  0.001 % |
1.38/1.49	c |     25397 |     353     1524     4617 | 2147483647    15892     19 |  0.001 % |
1.48/1.53	c |     25679 |     353     1524     4617 | 2147483647    16174     19 |  0.001 % |
1.48/1.57	c |     25988 |     353     1524     4617 | 2147483647    16483     19 |  0.001 % |
1.58/1.61	c |     26327 |     353     1524     4617 | 2147483647    16822     19 |  0.001 % |
1.58/1.67	c |     26699 |     353     1524     4617 | 2147483647    17194     19 |  0.001 % |
1.68/1.73	c |     27109 |     353     1524     4617 | 2147483647    17604     19 |  0.001 % |
1.78/1.81	c |     27558 |     353     1524     4617 | 2147483647    18053     19 |  0.001 % |
1.78/1.82	c |     27658 |     353     1524     4617 | 2147483647    18153     19 |  0.001 % |
1.78/1.84	c |     27768 |     353     1524     4617 | 2147483647    18263     19 |  0.001 % |
1.78/1.86	c |     27890 |     353     1524     4617 | 2147483647    18385     19 |  0.001 % |
1.78/1.88	c |     28025 |     353     1524     4617 | 2147483647    18520     19 |  0.001 % |
1.88/1.91	c |     28171 |     353     1524     4617 | 2147483647    18666     19 |  0.001 % |
1.88/1.93	c |     28331 |     353     1524     4617 | 2147483647    18826     19 |  0.001 % |
1.88/1.96	c |     28507 |     353     1524     4617 | 2147483647    19002     19 |  0.001 % |
1.88/1.99	c |     28700 |     353     1524     4617 | 2147483647    19195     19 |  0.001 % |
1.98/2.02	c |     28913 |     353     1524     4617 | 2147483647    19408     19 |  0.001 % |
1.98/2.07	c |     29146 |     353     1524     4617 | 2147483647    19641     19 |  0.001 % |
2.08/2.12	c |     29402 |     353     1524     4617 | 2147483647    19897     19 |  0.001 % |
2.08/2.16	c |     29683 |     353     1524     4617 | 2147483647    20178     19 |  0.001 % |
2.18/2.21	c |     29995 |     353     1524     4617 | 2147483647    20490     19 |  0.001 % |
2.18/2.27	c |     30336 |     353     1524     4617 |    20497    18502     19 |  0.001 % |
2.27/2.32	c |     30709 |     353     1524     4617 |    20497    18875     19 |  0.001 % |
2.27/2.39	c |     31118 |     353     1524     4617 |    20497    19284     19 |  0.001 % |
2.37/2.45	c |     31570 |     353     1524     4617 |    20497    19736     19 |  0.001 % |
2.47/2.53	c |     32065 |     353     1524     4617 |    20497    20231     19 |  0.001 % |
2.47/2.55	c |     32166 |     353     1524     4617 |    20497    20332     19 |  0.001 % |
2.47/2.57	c |     32276 |     353     1524     4617 |    20497    20442     19 |  0.001 % |
2.57/2.60	c |     32401 |     353     1524     4617 |    20497    17148     18 |  0.001 % |
2.57/2.61	c |     32534 |     353     1524     4617 |    20497    17281     18 |  0.001 % |
2.57/2.64	c |     32680 |     353     1524     4617 |    20497    17427     18 |  0.001 % |
2.57/2.67	c |     32840 |     353     1524     4617 |    20497    17587     18 |  0.001 % |
2.57/2.69	c |     33016 |     353     1524     4617 |    20497    17763     18 |  0.001 % |
2.67/2.72	c |     33209 |     353     1524     4617 |    20497    17956     18 |  0.001 % |
2.67/2.75	c |     33421 |     353     1524     4617 |    20497    18168     18 |  0.001 % |
2.67/2.79	c |     33654 |     353     1524     4617 |    20497    18401     18 |  0.001 % |
2.77/2.84	c |     33910 |     353     1524     4617 |    20497    18657     18 |  0.001 % |
2.77/2.88	c |     34191 |     353     1524     4617 |    20497    18938     18 |  0.001 % |
2.87/2.93	c |     34501 |     353     1524     4617 |    20497    19248     18 |  0.001 % |
2.87/2.99	c |     34840 |     353     1524     4617 |    20497    19587     18 |  0.001 % |
2.97/3.04	c |     35212 |     353     1524     4617 |    20497    19959     18 |  0.001 % |
3.07/3.10	c |     35621 |     353     1524     4617 |    20497    20368     18 |  0.001 % |
3.07/3.15	c ===============================================================================
3.07/3.15	c restarts              : 189
3.07/3.15	c conflicts             : 35964          (11470 /sec)
3.07/3.15	c decisions             : 47945          (1.85 % random) (15291 /sec)
3.07/3.15	c propagations          : 2050964        (654106 /sec)
3.07/3.15	c conflict literals     : 670940         (16.84 % deleted)
3.07/3.15	c Memory used           : 4.19 MB
3.07/3.15	c CPU time              : 3.13552 s
3.07/3.15	c 
3.07/3.16	s SATISFIABLE
3.07/3.16	s SATISFIABLE
3.07/3.16	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 56 57 -58 -59 -60 61 -62 -63 -64 65 66 -67 -68 69 -70 -71 -72 -73 -74 75 76 -77 -78 -79 -80 81 -82 83 84 -85 -86 -87 -88 89 90 -91 -92 93 94 95 96 97 -98 -99 -100 101 -102 103 -104 -105 -106 -107 -108 109 -110 111 -112 113 114 -115 116 117 118 119 -120 121 -122 123 -124 125 126 -127 128 129 -130 -131 -132 133 134 -135 -136 137 138 -139 140 141 142 143 -144 -145 -146 -147 148 -149 150 -151 152 -153 154 155 156 157 158 159 160 161 162 163 164 165 166 -167 -168 -169 -170 -171 172 -173 174 175 176 177 -178 179 -180 181 182 -183 -184 -185 -186 187 188 -189 -190 -191 -192 193 -194 -195 196 -197 -198 -199 200 -201 202 203 -204 -205 -206 -207 208 209 210 211 -212 213 214 -215 -216 217 -218 219 -220 221 222 -223 224 225 226 227 -228 -229 -230 231 -232 233 -234 -235 236 -237 238 239 -240 -241 -242 -243 244 245 -246 -247 -248 -249 -250 251 252 -253 -254 255 -256 -257 -258 259 -260 -261 -262 263 264 265 266 -267 -268 -269 270 -271 -272 273 -274 -275 -276 -277 278 -279 -280 -281 282 -283 284 285 286 287 288 -289 -290 -291 -292 -293 294 295 296 -297 -298 299 -300 301 -302 -303 -304 -305 -306 307 -308 309 310 -311 312 -313 -314 -315 316 317 318 319 320 -321 -322 -323 -324 325 326 327 328 329 -330 -331 -332 333 -334 335 -336 337 338 -339 340 341 342 -343 344 345 346 -347 348 349 -350 351 -352 -353 354 -355 356 357 358 -359 360 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1833561-1242823333/watcher-1833561-1242823333 -o /tmp/evaluation-result-1833561-1242823333/solver-1833561-1242823333 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833561-1242823333.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.03 3/65 31665
/proc/meminfo: memFree=1804488/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 310363676 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228044013650 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/31665/statm: 1339 235 195 169 0 50 0
[pid=31666] ppid=31665 vsize=5356 CPUtime=0
/proc/31666/stat : 31666 (SatELiteGTI) S 31665 31665 31568 0 -1 4194368 51 25 0 0 0 0 0 0 18 0 1 0 310363676 5484544 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4096 65538 18446744071563356171 0 0 17 0 0 0
/proc/31666/statm: 1339 238 198 169 0 50 0
[pid=31668] ppid=31666 vsize=184 CPUtime=0
/proc/31668/stat : 31668 (sed) R 31666 31665 31568 0 -1 4194304 26 0 0 0 0 0 0 0 21 0 1 0 310363676 188416 7 1992294400 4194304 4240196 548682069056 18446744073709551615 228041167240 0 0 4096 0 0 0 0 17 0 0 0
/proc/31668/statm: 48 18 11 11 0 11 0

[startup+0.0749979 s]
/proc/loadavg: 0.92 0.98 1.03 3/65 31665
/proc/meminfo: memFree=1804488/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102003 s]
/proc/loadavg: 0.92 0.98 1.03 3/65 31665
/proc/meminfo: memFree=1804488/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301042 s]
/proc/loadavg: 0.92 0.98 1.03 3/65 31665
/proc/meminfo: memFree=1804488/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701121 s]
/proc/loadavg: 0.92 0.98 1.03 3/65 31665
/proc/meminfo: memFree=1804488/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 1.03 2/67 31671
/proc/meminfo: memFree=1802680/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
[pid=31671] ppid=31665 vsize=3740 CPUtime=1.48
/proc/31671/stat : 31671 (minisat_static) R 31665 31665 31568 0 -1 4194304 583 0 0 0 148 0 0 0 25 0 1 0 310363677 3829760 569 1992294400 134512640 135215339 4294956240 18446744073709551615 134528814 0 0 4096 3 0 0 0 17 0 0 0
/proc/31671/statm: 935 569 76 171 0 762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9096

[startup+3.10259 s]
/proc/loadavg: 0.92 0.98 1.03 2/67 31671
/proc/meminfo: memFree=1801592/2055920 swapFree=4177024/4192956
[pid=31665] ppid=31663 vsize=5356 CPUtime=0
/proc/31665/stat : 31665 (SatELiteGTI) S 31663 31665 31568 0 -1 4194304 336 401 0 0 0 0 0 0 19 0 1 0 310363676 5484544 239 1992294400 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31665/statm: 1339 239 197 169 0 50 0
[pid=31671] ppid=31665 vsize=4288 CPUtime=3.07
/proc/31671/stat : 31671 (minisat_static) R 31665 31665 31568 0 -1 4194304 724 0 0 0 307 0 0 0 25 0 1 0 310363677 4390912 710 1992294400 134512640 135215339 4294956240 18446744073709551615 134528682 0 0 4096 3 0 0 0 17 0 0 0
/proc/31671/statm: 1072 710 76 171 0 899 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9644

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

Child status: 10
Real time (s): 3.16416
CPU time (s): 3.15952
CPU user time (s): 3.14752
CPU system time (s): 0.011998
CPU usage (%): 99.8533
Max. virtual memory (cumulated for all children) (KiB): 9644

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

runsolver used 0.009998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-20 14:42:13
IDJOB=1833561
IDBENCH=70744
IDSOLVER=671
FILE ID=node77/1833561-1242823333
PBS_JOBID= 9322480
Free space on /tmp= 66212 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/360/unif-k3-r4.25-v360-c1530-S1826927554-087.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833561-1242823333/watcher-1833561-1242823333 -o /tmp/evaluation-result-1833561-1242823333/solver-1833561-1242823333 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833561-1242823333.cnf

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

MD5SUM BENCH= 0b7c656709bcc63999a07f86368ab57c
RANDOM SEED=1608622585

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804968 kB
Buffers:         49788 kB
Cached:         149852 kB
SwapCached:      10344 kB
Active:          57564 kB
Inactive:       154068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804968 kB
SwapTotal:     4192956 kB
SwapFree:      4177024 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          17044 kB
Slab:            25340 kB
Committed_AS:  1086048 kB
PageTables:       1384 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= 66208 MiB
End job on node77 at 2009-05-20 14:42:16