Trace number 1727972

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
VARSAT-crafted 2009-03-22UNSAT 1156.35 1156.76

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
MD5SUM26eb408aec254c812108c852e426e72f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark467.813
Satisfiable
(Un)Satisfiability was proved
Number of variables1040
Number of clauses13020
Sum of the clauses size54606
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21086
Number of clauses of size 38679
Number of clauses of size 4261
Number of clauses of size 5297
Number of clauses of size over 52662

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1040                                                 |
0.00/0.00	c |  Number of clauses:    13020                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          1460103191.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.06/0.07	c ============================[ Search Statistics ]==============================
0.06/0.07	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.07	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.07	c ===============================================================================
0.06/0.07	c |         0 |     912     7420    31673 |     2473        0    nan |  0.000 % |
0.09/0.10	c |       101 |     912     7420    31673 |     2720      101     22 |  5.385 % |
0.09/0.13	c |       251 |     912     7420    31673 |     2992      251     25 |  5.385 % |
0.09/0.16	c |       478 |     912     7420    31673 |     3292      478     25 |  5.385 % |
0.19/0.20	c |       815 |     912     7420    31673 |     3621      815     23 |  5.385 % |
0.19/0.26	c |      1321 |     912     7420    31673 |     3983     1321     21 |  5.385 % |
0.29/0.33	c |      2080 |     912     7420    31673 |     4381     2080     23 |  5.385 % |
0.39/0.42	c |      3219 |     912     7420    31673 |     4819     3219     22 |  5.385 % |
0.49/0.60	c |      4929 |     912     7420    31673 |     5301     4929     23 |  5.385 % |
0.79/0.84	c |      7492 |     912     7420    31673 |     5831     4749     24 |  5.385 % |
1.19/1.24	c |     11336 |     912     7420    31673 |     6415     5581     26 |  5.385 % |
1.79/1.84	c |     17102 |     912     7420    31673 |     7056     4781     24 |  5.385 % |
2.79/2.82	c |     25751 |     912     7420    31673 |     7762     6182     23 |  5.385 % |
4.39/4.43	c |     38728 |     912     7420    31673 |     8538     7272     26 |  5.385 % |
6.89/6.91	c |     58190 |     912     7420    31673 |     9392     4927     23 |  5.385 % |
11.29/11.31	c |     87382 |     912     7420    31673 |    10331     5425     26 |  5.385 % |
17.99/18.03	c |    131172 |     912     7420    31673 |    11364     7188     26 |  5.385 % |
28.58/28.66	c |    196857 |     912     7420    31673 |    12501     9486     27 |  5.385 % |
47.47/47.51	c |    295383 |     911     7378    31547 |    13751    10964     28 |  5.481 % |
76.47/76.50	c |    443173 |     911     7378    31547 |    15126    12688     24 |  5.481 % |
121.25/121.37	c |    664858 |     910     7336    31379 |    16639    15296     27 |  5.579 % |
195.42/195.58	c |    997383 |     909     7294    31223 |    18303    15441     24 |  5.675 % |
311.38/311.55	c |   1496171 |     908     7252    31067 |    20133    10594     27 |  5.769 % |
500.22/500.46	c |   2244354 |     908     7252    31067 |    22146    18109     30 |  5.769 % |
814.20/814.54	c |   3366629 |     907     7210    30941 |    24361    21114     24 |  5.867 % |
1156.27/1156.75	c ===============================================================================
1156.27/1156.75	c surveys--CPU time (sec)   : 0.5799         (0.05 % of total)
1156.27/1156.75	c surveys--attempted        : 25             (43 /sec)
1156.27/1156.75	c surveys--converged        : 25             (100.00 % successful)
1156.27/1156.75	c restarts              : 25
1156.27/1156.75	c conflicts             : 4544201        (3932 /sec)
1156.27/1156.75	c decisions             : 5102567        (1.79 % random) (4415 /sec)
1156.27/1156.75	c propagations          : 328066018      (283866 /sec)
1156.27/1156.75	c conflict literals     : 132114191      (39.00 % deleted)
1156.27/1156.75	c Memory used           : 21.00 MB
1156.27/1156.75	c Total CPU time (sec)      : 1156.2862   
1156.27/1156.75	c 
1156.27/1156.75	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727972-1240731324/watcher-1727972-1240731324 -o /tmp/evaluation-result-1727972-1240731324/solver-1727972-1240731324 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1460103191 HOME/instance-1727972-1240731324.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
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 1.00 3/64 26074
/proc/meminfo: memFree=1623864/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=2576 CPUtime=0
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 1 0 101159224 2637824 288 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 644 289 87 221 0 420 0

[startup+0.0747831 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26074
/proc/meminfo: memFree=1623864/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=4516 CPUtime=0.06
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 797 0 0 0 6 0 0 0 18 0 1 0 101159224 4624384 782 1992294400 4194304 5102648 548682068768 18446744073709551615 4274101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1129 782 100 221 0 905 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4516

[startup+0.101789 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26074
/proc/meminfo: memFree=1623864/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=4300 CPUtime=0.09
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 800 0 0 0 9 0 0 0 18 0 1 0 101159224 4403200 740 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1075 740 103 221 0 851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4300

[startup+0.301824 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26074
/proc/meminfo: memFree=1623864/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=4300 CPUtime=0.29
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 809 0 0 0 29 0 0 0 19 0 1 0 101159224 4403200 749 1992294400 4194304 5102648 548682068768 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1075 749 112 221 0 851 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4300

[startup+0.701895 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26074
/proc/meminfo: memFree=1623864/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=4576 CPUtime=0.69
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 843 0 0 0 69 0 0 0 22 0 1 0 101159224 4685824 783 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1144 783 112 221 0 920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4576

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1621040/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=4840 CPUtime=1.49
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 924 0 0 0 149 0 0 0 25 0 1 0 101159224 4956160 864 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1210 864 112 221 0 986 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4840

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1620464/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=5104 CPUtime=3.09
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 1003 0 0 0 309 0 0 0 25 0 1 0 101159224 5226496 943 1992294400 4194304 5102648 548682068768 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1276 943 112 221 0 1052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5104

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1619888/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=5704 CPUtime=6.29
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 1129 0 0 0 629 0 0 0 25 0 1 0 101159224 5840896 1069 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1426 1069 112 221 0 1202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5704

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1619128/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=6252 CPUtime=12.69
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 1283 0 0 0 1268 1 0 0 25 0 1 0 101159224 6402048 1223 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1563 1223 112 221 0 1339 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6252

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1618488/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=6924 CPUtime=25.48
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 1436 0 0 0 2547 1 0 0 25 0 1 0 101159224 7090176 1376 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 1731 1376 112 221 0 1507 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6924

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1617400/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=8036 CPUtime=51.07
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 1717 0 0 0 5106 1 0 0 25 0 1 0 101159224 8228864 1657 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 2009 1657 112 221 0 1785 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8036

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1616184/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=9280 CPUtime=102.26
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 2012 0 0 0 10224 2 0 0 25 0 1 0 101159224 9502720 1952 1992294400 4194304 5102648 548682068768 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 2320 1952 112 221 0 2096 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9280

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26075
/proc/meminfo: memFree=1615032/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=10380 CPUtime=162.23
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 2295 0 0 0 16221 2 0 0 25 0 1 0 101159224 10629120 2235 1992294400 4194304 5102648 548682068768 18446744073709551615 4249200 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 2595 2235 112 221 0 2371 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 10380

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1613688/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=11632 CPUtime=222.2
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 2585 0 0 0 22218 2 0 0 25 0 1 0 101159224 11911168 2525 1992294400 4194304 5102648 548682068768 18446744073709551615 4255423 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 2908 2525 112 221 0 2684 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 11632

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1612536/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=12884 CPUtime=282.19
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 2870 0 0 0 28216 3 0 0 25 0 1 0 101159224 13193216 2810 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 3221 2810 112 221 0 2997 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12884

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1612088/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=13476 CPUtime=342.17
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 2988 0 0 0 34214 3 0 0 25 0 1 0 101159224 13799424 2928 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 3369 2928 112 221 0 3145 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 13476

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1611192/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=14300 CPUtime=402.14
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3211 0 0 0 40211 3 0 0 25 0 1 0 101159224 14643200 3151 1992294400 4194304 5102648 548682068768 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 3575 3151 112 221 0 3351 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 14300

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1610424/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=15204 CPUtime=462.13
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3394 0 0 0 46209 4 0 0 25 0 1 0 101159224 15568896 3334 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 3801 3334 112 221 0 3577 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 15204

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1609848/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=15628 CPUtime=522.1
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3523 0 0 0 52206 4 0 0 25 0 1 0 101159224 16003072 3463 1992294400 4194304 5102648 548682068768 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 3907 3463 112 221 0 3683 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 15628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1608824/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=16704 CPUtime=582.08
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3784 0 0 0 58204 4 0 0 25 0 1 0 101159224 17104896 3724 1992294400 4194304 5102648 548682068768 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4176 3724 112 221 0 3952 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 16704

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1608632/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=16864 CPUtime=642.06
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3823 0 0 0 64202 4 0 0 25 0 1 0 101159224 17268736 3763 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4216 3763 112 221 0 3992 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 16864

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1608184/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=17460 CPUtime=702.04
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 3947 0 0 0 70200 4 0 0 25 0 1 0 101159224 17879040 3887 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4365 3887 112 221 0 4141 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 17460

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1607160/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=18452 CPUtime=762.02
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4187 0 0 0 76198 4 0 0 25 0 1 0 101159224 18894848 4127 1992294400 4194304 5102648 548682068768 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4613 4127 112 221 0 4389 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 18452

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1606968/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=18812 CPUtime=822
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4274 0 0 0 82195 5 0 0 25 0 1 0 101159224 19263488 4214 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4703 4214 112 221 0 4479 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 18812

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1606584/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=19348 CPUtime=881.98
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4380 0 0 0 88193 5 0 0 25 0 1 0 101159224 19812352 4320 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4837 4320 112 221 0 4613 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 19348

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1606264/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=19520 CPUtime=941.95
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4459 0 0 0 94190 5 0 0 25 0 1 0 101159224 19988480 4399 1992294400 4194304 5102648 548682068768 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 4880 4399 112 221 0 4656 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 19520

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1605752/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=20032 CPUtime=1001.93
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4574 0 0 0 100188 5 0 0 25 0 1 0 101159224 20512768 4514 1992294400 4194304 5102648 548682068768 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5008 4514 112 221 0 4784 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 20032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1605432/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=20360 CPUtime=1061.91
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4648 0 0 0 106186 5 0 0 25 0 1 0 101159224 20848640 4588 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5090 4588 112 221 0 4866 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 20360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604600/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21352 CPUtime=1121.89
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4840 0 0 0 112184 5 0 0 25 0 1 0 101159224 21864448 4780 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5338 4780 112 221 0 5114 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 21352

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604600/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21352 CPUtime=1125.89
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4840 0 0 0 112584 5 0 0 25 0 1 0 101159224 21864448 4780 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5338 4780 112 221 0 5114 0
Current children cumulated CPU time (s) 1125.89
Current children cumulated vsize (KiB) 21352

[startup+1139.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604600/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21352 CPUtime=1138.68
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4852 0 0 0 113863 5 0 0 25 0 1 0 101159224 21864448 4792 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5338 4792 112 221 0 5114 0
Current children cumulated CPU time (s) 1138.68
Current children cumulated vsize (KiB) 21352

[startup+1145.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604536/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21352 CPUtime=1145.08
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4862 0 0 0 114503 5 0 0 25 0 1 0 101159224 21864448 4802 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5338 4802 112 221 0 5114 0
Current children cumulated CPU time (s) 1145.08
Current children cumulated vsize (KiB) 21352

[startup+1151.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604472/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21500 CPUtime=1151.47
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4878 0 0 0 115142 5 0 0 25 0 1 0 101159224 22016000 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5375 4818 112 221 0 5151 0
Current children cumulated CPU time (s) 1151.47
Current children cumulated vsize (KiB) 21500

[startup+1155.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604472/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21500 CPUtime=1154.67
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4878 0 0 0 115462 5 0 0 25 0 1 0 101159224 22016000 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4249863 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5375 4818 112 221 0 5151 0
Current children cumulated CPU time (s) 1154.67
Current children cumulated vsize (KiB) 21500

[startup+1155.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604472/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21500 CPUtime=1155.47
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4878 0 0 0 115542 5 0 0 25 0 1 0 101159224 22016000 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4244699 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5375 4818 112 221 0 5151 0
Current children cumulated CPU time (s) 1155.47
Current children cumulated vsize (KiB) 21500

[startup+1156.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604472/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21500 CPUtime=1155.87
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4878 0 0 0 115582 5 0 0 25 0 1 0 101159224 22016000 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5375 4818 112 221 0 5151 0
Current children cumulated CPU time (s) 1155.87
Current children cumulated vsize (KiB) 21500

[startup+1156.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26077
/proc/meminfo: memFree=1604472/2055920 swapFree=4180888/4192956
[pid=26074] ppid=26072 vsize=21500 CPUtime=1156.27
/proc/26074/stat : 26074 (varsat-crafted_) R 26072 26074 25727 0 -1 4194304 4878 0 0 0 115622 5 0 0 25 0 1 0 101159224 22016000 4818 1992294400 4194304 5102648 548682068768 18446744073709551615 4255456 0 0 4096 3 0 0 0 17 1 0 0
/proc/26074/statm: 5375 4818 112 221 0 5151 0
Current children cumulated CPU time (s) 1156.27
Current children cumulated vsize (KiB) 21500

Child status: 20
Real time (s): 1156.76
CPU time (s): 1156.35
CPU user time (s): 1156.29
CPU system time (s): 0.06199
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 21500

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

runsolver used 0.775882 second user time and 2.50062 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-26 09:35:25
IDJOB=1727972
IDBENCH=24651
IDSOLVER=537
FILE ID=node60/1727972-1240731324
PBS_JOBID= 9186933
Free space on /tmp= 66416 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727972-1240731324/watcher-1727972-1240731324 -o /tmp/evaluation-result-1727972-1240731324/solver-1727972-1240731324 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1460103191 HOME/instance-1727972-1240731324.cnf

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

MD5SUM BENCH= 26eb408aec254c812108c852e426e72f
RANDOM SEED=1460103191

node60.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.256
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.256
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:       1624344 kB
Buffers:         43528 kB
Cached:         301336 kB
SwapCached:       5948 kB
Active:          34080 kB
Inactive:       319288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624344 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            64172 kB
Committed_AS:   403356 kB
PageTables:       1448 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= 66416 MiB
End job on node60 at 2009-04-26 09:54:41