Trace number 1556613

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 1049.59 1049.9

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark629.145
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
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 ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  69487                                                |
0.00/0.00	c |  Number of clauses:    226581                                               |
0.29/0.36	c |  Parsing time:         0.31         s                                       |
0.29/0.36	c |  Timeout:              43200 s
0.29/0.36	c |  Random Seed:          1254820242.000000
0.29/0.36	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.36	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.36	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.36	c |                                                                             |
1.69/1.70	c ============================[ Search Statistics ]==============================
1.69/1.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.70	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.70	c ===============================================================================
1.69/1.70	c |         0 |   28473   163208   552134 |    54402        0    nan |  0.000 % |
2.39/2.44	c |       101 |   28464   163208   552134 |    59842       94     44 |  0.417 % |
3.79/3.86	c |       252 |   28464   163208   552134 |    65827      245     80 |  0.417 % |
7.09/7.15	c |       478 |   28462   163114   551849 |    72409      463    113 |  0.417 % |
9.08/9.18	c |       816 |   28458   163095   551792 |    79650      799     74 |  0.426 % |
12.69/12.76	c |      1322 |   28458   163095   551792 |    87616     1305     90 |  0.426 % |
18.18/18.22	c |      2082 |   28456   163066   551697 |    96377     2045     98 |  0.426 % |
30.68/30.72	c |      3221 |   28456   163066   551697 |   106015     3184    109 |  0.426 % |
42.67/42.73	c |      4930 |   28441   162991   551493 |   116616     4882     91 |  0.450 % |
73.47/73.58	c |      7494 |   28439   162957   551388 |   128278     7444     81 |  0.450 % |
120.46/120.54	c |     11339 |   28438   162951   551372 |   141106    11287     82 |  0.452 % |
214.83/214.93	c |     17106 |   28437   162946   551360 |   155217    17053     73 |  0.453 % |
332.69/332.86	c |     25755 |   28433   162912   551251 |   170738    25688     65 |  0.459 % |
536.83/537.04	c |     38730 |   28429   162902   551227 |   187812    38659     55 |  0.469 % |
810.96/811.25	c |     58192 |   28421   162828   551008 |   206594    58113     48 |  0.476 % |
1049.48/1049.88	c ===============================================================================
1049.48/1049.88	c surveys--CPU time (sec)   : 6.1051         (0.58 % of total)
1049.48/1049.88	c surveys--attempted        : 15             (2 /sec)
1049.48/1049.88	c surveys--converged        : 15             (100.00 % successful)
1049.48/1049.88	c restarts              : 15
1049.48/1049.88	c conflicts             : 76690          (74 /sec)
1049.48/1049.88	c decisions             : 101826         (1.64 % random) (98 /sec)
1049.48/1049.88	c propagations          : 677445390      (649317 /sec)
1049.48/1049.88	c conflict literals     : 3400528        (64.22 % deleted)
1049.48/1049.88	c Memory used           : 79.03 MB
1049.48/1049.88	c Total CPU time (sec)      : 1049.4245   
1049.48/1049.88	c 
1049.48/1049.88	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-1556613-1238844371/watcher-1556613-1238844371 -o /tmp/evaluation-result-1556613-1238844371/solver-1556613-1238844371 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1254820242 HOME/instance-1556613-1238844371.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: 0.99 0.98 1.00 3/65 24645
/proc/meminfo: memFree=1855288/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=3780 CPUtime=0
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 773 0 0 0 0 0 0 0 18 0 1 0 510771024 3870720 758 1992294400 4194304 5102648 548682068768 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 1217 765 78 221 0 993 0

[startup+0.016559 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24645
/proc/meminfo: memFree=1855288/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=9064 CPUtime=0
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 1990 0 0 0 0 0 0 0 18 0 1 0 510771024 9281536 1975 1992294400 4194304 5102648 548682068768 18446744073709551615 4516111 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 2266 1978 84 221 0 2042 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9064

[startup+0.101567 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24645
/proc/meminfo: memFree=1855288/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=25796 CPUtime=0.09
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 5503 0 0 0 8 1 0 0 18 0 1 0 510771024 26415104 5475 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 6449 5476 87 221 0 6225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25796

[startup+0.301589 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24645
/proc/meminfo: memFree=1855288/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=43256 CPUtime=0.29
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 9827 0 0 0 25 4 0 0 19 0 1 0 510771024 44294144 9799 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 10814 9800 87 221 0 10590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43256

[startup+0.701635 s]
/proc/loadavg: 0.99 0.98 1.00 3/65 24645
/proc/meminfo: memFree=1855288/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=55692 CPUtime=0.69
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 12927 0 0 0 63 6 0 0 22 0 1 0 510771024 57028608 12899 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 13923 12900 100 221 0 13699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55692

[startup+1.50173 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1793776/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=78560 CPUtime=1.49
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18443 0 0 0 141 8 0 0 25 0 1 0 510771024 80445440 18415 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19640 18415 100 221 0 19416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78560

[startup+3.10191 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787888/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=3.09
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18522 0 0 0 301 8 0 0 25 0 1 0 510771024 72445952 16815 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16815 111 221 0 17463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70748

[startup+6.30127 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787696/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=6.29
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18522 0 0 0 621 8 0 0 25 0 1 0 510771024 72445952 16815 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16815 111 221 0 17463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70748

[startup+12.703 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787696/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=12.69
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18522 0 0 0 1261 8 0 0 25 0 1 0 510771024 72445952 16815 1992294400 4194304 5102648 548682068768 18446744073709551615 4249096 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16815 111 221 0 17463 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70748

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787760/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=25.48
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18526 0 0 0 2540 8 0 0 25 0 1 0 510771024 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70748

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787760/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=51.08
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18526 0 0 0 5099 9 0 0 25 0 1 0 510771024 72445952 16819 1992294400 4194304 5102648 548682068768 18446744073709551615 4244315 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16819 115 221 0 17463 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70748

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1787824/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=70748 CPUtime=102.27
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18546 0 0 0 10218 9 0 0 25 0 1 0 510771024 72445952 16839 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17687 16839 115 221 0 17463 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 70748

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1786864/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=71716 CPUtime=162.24
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18809 0 0 0 16215 9 0 0 25 0 1 0 510771024 73437184 17102 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 17929 17102 115 221 0 17705 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 71716

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1786224/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=72388 CPUtime=222.23
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 18963 0 0 0 22213 10 0 0 25 0 1 0 510771024 74125312 17256 1992294400 4194304 5102648 548682068768 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18097 17256 115 221 0 17873 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 72388

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1785328/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=73204 CPUtime=282.21
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19177 0 0 0 28210 11 0 0 25 0 1 0 510771024 74960896 17470 1992294400 4194304 5102648 548682068768 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18301 17470 115 221 0 18077 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 73204

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1784368/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=74152 CPUtime=342.19
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19405 0 0 0 34208 11 0 0 25 0 1 0 510771024 75931648 17698 1992294400 4194304 5102648 548682068768 18446744073709551615 4255103 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18538 17698 115 221 0 18314 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 74152

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1783920/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=74716 CPUtime=402.17
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19516 0 0 0 40206 11 0 0 25 0 1 0 510771024 76509184 17809 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18679 17809 115 221 0 18455 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 74716

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1783408/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=75144 CPUtime=462.16
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19646 0 0 0 46204 12 0 0 25 0 1 0 510771024 76947456 17939 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18786 17939 115 221 0 18562 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 75144

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1782960/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=75540 CPUtime=522.14
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19748 0 0 0 52202 12 0 0 25 0 1 0 510771024 77352960 18041 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 18885 18041 115 221 0 18661 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 75540

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1781936/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=76768 CPUtime=582.12
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 19999 0 0 0 58200 12 0 0 25 0 1 0 510771024 78610432 18292 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19192 18292 115 221 0 18968 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 76768

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1781552/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=77076 CPUtime=642.11
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20085 0 0 0 64198 13 0 0 25 0 1 0 510771024 78925824 18378 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19269 18378 115 221 0 19045 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 77076

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1780912/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=77660 CPUtime=702.09
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20227 0 0 0 70196 13 0 0 25 0 1 0 510771024 79523840 18520 1992294400 4194304 5102648 548682068768 18446744073709551615 4255844 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19415 18520 115 221 0 19191 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 77660

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1780144/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=78444 CPUtime=762.08
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20397 0 0 0 76194 14 0 0 25 0 1 0 510771024 80326656 18690 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19611 18690 115 221 0 19387 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 78444

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1779504/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=78800 CPUtime=822.05
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20543 0 0 0 82191 14 0 0 25 0 1 0 510771024 80691200 18836 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19700 18836 115 221 0 19476 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 78800

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1778800/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=79840 CPUtime=882.03
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20721 0 0 0 88189 14 0 0 25 0 1 0 510771024 81756160 19014 1992294400 4194304 5102648 548682068768 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 19960 19014 115 221 0 19736 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 79840

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1778224/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80340 CPUtime=942.02
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 20866 0 0 0 94187 15 0 0 25 0 1 0 510771024 82268160 19159 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20085 19159 115 221 0 19861 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 80340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1002
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 100185 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 80920

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

[startup+1023.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1023.59
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 102344 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1023.59
Current children cumulated vsize (KiB) 80920

[startup+1036.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1036.39
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 103624 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1036.39
Current children cumulated vsize (KiB) 80920

[startup+1043.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1042.79
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104264 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1042.79
Current children cumulated vsize (KiB) 80920

[startup+1046.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1045.99
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104584 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1045.99
Current children cumulated vsize (KiB) 80920

[startup+1047.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1047.59
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104744 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4243401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1047.59
Current children cumulated vsize (KiB) 80920

[startup+1048.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1048.38
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104823 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1048.38
Current children cumulated vsize (KiB) 80920

[startup+1049.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1049.18
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104903 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1049.18
Current children cumulated vsize (KiB) 80920

[startup+1049.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1049.38
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104923 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1049.38
Current children cumulated vsize (KiB) 80920

[startup+1049.8 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 24646
/proc/meminfo: memFree=1777584/2055920 swapFree=4178712/4192956
[pid=24645] ppid=24643 vsize=80920 CPUtime=1049.48
/proc/24645/stat : 24645 (varsat-crafted_) R 24643 24645 24514 0 -1 4194304 21012 0 0 0 104933 15 0 0 25 0 1 0 510771024 82862080 19305 1992294400 4194304 5102648 548682068768 18446744073709551615 4243401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24645/statm: 20230 19305 115 221 0 20006 0
Current children cumulated CPU time (s) 1049.48
Current children cumulated vsize (KiB) 80920

Child status: 20
Real time (s): 1049.9
CPU time (s): 1049.59
CPU user time (s): 1049.42
CPU system time (s): 0.169974
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 80920

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

runsolver used 1.18282 second user time and 2.6106 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-04 13:26:12
IDJOB=1556613
IDBENCH=70822
IDSOLVER=537
FILE ID=node32/1556613-1238844371
PBS_JOBID= 9085861
Free space on /tmp= 66548 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556613-1238844371/watcher-1556613-1238844371 -o /tmp/evaluation-result-1556613-1238844371/solver-1556613-1238844371 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1254820242 HOME/instance-1556613-1238844371.cnf

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=1254820242

node32.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.234
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.234
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:       1855704 kB
Buffers:         12360 kB
Cached:         116032 kB
SwapCached:       7268 kB
Active:          13960 kB
Inactive:       123032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855704 kB
SwapTotal:     4192956 kB
SwapFree:      4178712 kB
Dirty:            5100 kB
Writeback:           0 kB
Mapped:          14272 kB
Slab:            48920 kB
Committed_AS:  2003836 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node32 at 2009-04-04 13:43:42