Trace number 1556509

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-22? (TO) 1200.11 1200.53

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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:  70139                                                |
0.00/0.00	c |  Number of clauses:    228634                                               |
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:          1270348332.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.72	c ============================[ Search Statistics ]==============================
1.69/1.72	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.72	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.72	c ===============================================================================
1.69/1.72	c |         0 |   28581   164193   555987 |    54731        0    nan |  0.000 % |
2.19/2.25	c |       100 |   28577   164193   555987 |    60204       96      4 |  0.470 % |
3.49/3.50	c |       251 |   28575   164193   555987 |    66224      246     71 |  0.478 % |
5.09/5.20	c |       477 |   28566   164088   555697 |    72846      470     83 |  0.478 % |
8.58/8.65	c |       816 |   28550   164012   555474 |    80131      805    115 |  0.510 % |
12.98/13.10	c |      1325 |   28539   163912   555175 |    88144     1305    127 |  0.518 % |
20.18/20.29	c |      2084 |   28538   163862   555007 |    96959     2061    135 |  0.518 % |
26.98/27.04	c |      3223 |   28538   163862   555007 |   106655     3200    101 |  0.518 % |
38.77/38.83	c |      4931 |   28520   163750   554678 |   117320     4893    106 |  0.543 % |
58.17/58.29	c |      7493 |   28495   163609   554236 |   129052     7440    104 |  0.580 % |
88.66/88.74	c |     11338 |   28459   163450   553752 |   141958    11272    118 |  0.630 % |
137.04/137.14	c |     17105 |   28452   163325   553339 |   156153    17031    126 |  0.640 % |
208.92/209.08	c |     25754 |   28452   163325   553339 |   171769    25680    131 |  0.640 % |
319.48/319.65	c |     38728 |   28450   163309   553283 |   188946    38644    133 |  0.646 % |
455.03/455.28	c |     58190 |   28447   163283   553196 |   207840    58101    136 |  0.647 % |
678.36/678.66	c |     87383 |   28446   163278   553184 |   228624    87292    129 |  0.649 % |
1059.12/1059.56	c |    131174 |   28446   163278   553184 |   251487   131083    139 |  0.649 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556509-1238842386/watcher-1556509-1238842386 -o /tmp/evaluation-result-1556509-1238842386/solver-1556509-1238842386 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1270348332 HOME/instance-1556509-1238842386.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 0.99 3/72 6396
/proc/meminfo: memFree=1617432/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=4888 CPUtime=0
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 903 0 0 0 0 0 0 0 18 0 1 0 1156899918 5005312 888 1992294400 4194304 5102648 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 1222 895 78 221 0 998 0

[startup+0.040793 s]
/proc/loadavg: 0.99 0.98 0.99 3/72 6396
/proc/meminfo: memFree=1617432/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=18032 CPUtime=0.03
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 3617 0 0 0 2 1 0 0 18 0 1 0 1156899918 18464768 3593 1992294400 4194304 5102648 548682068800 18446744073709551615 4269485 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 4508 3593 87 221 0 4284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18032

[startup+0.101803 s]
/proc/loadavg: 0.99 0.98 0.99 3/72 6396
/proc/meminfo: memFree=1617432/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=25860 CPUtime=0.09
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 5517 0 0 0 7 2 0 0 18 0 1 0 1156899918 26480640 5493 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 6465 5494 87 221 0 6241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25860

[startup+0.30184 s]
/proc/loadavg: 0.99 0.98 0.99 3/72 6396
/proc/meminfo: memFree=1617432/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=43320 CPUtime=0.29
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 9853 0 0 0 25 4 0 0 19 0 1 0 1156899918 44359680 9829 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 10830 9830 87 221 0 10606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43320

[startup+0.701915 s]
/proc/loadavg: 0.99 0.98 0.99 3/72 6396
/proc/meminfo: memFree=1617432/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=55888 CPUtime=0.69
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 12985 0 0 0 63 6 0 0 22 0 1 0 1156899918 57229312 12961 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 13972 12961 100 221 0 13748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55888

[startup+1.50107 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1555664/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=79020 CPUtime=1.49
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18590 0 0 0 140 9 0 0 25 0 1 0 1156899918 80916480 18566 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 19755 18566 100 221 0 19531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79020

[startup+3.10137 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1549328/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=71324 CPUtime=3.09
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18701 0 0 0 300 9 0 0 25 0 1 0 1156899918 73035776 16984 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71324

[startup+6.30198 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1549208/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=71324 CPUtime=6.29
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18701 0 0 0 620 9 0 0 25 0 1 0 1156899918 73035776 16984 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71324

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1549208/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=71324 CPUtime=12.68
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18701 0 0 0 1259 9 0 0 25 0 1 0 1156899918 73035776 16984 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71324

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1549272/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=71324 CPUtime=25.48
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18701 0 0 0 2539 9 0 0 25 0 1 0 1156899918 73035776 16984 1992294400 4194304 5102648 548682068800 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71324

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1549400/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=71324 CPUtime=51.06
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 18701 0 0 0 5097 9 0 0 25 0 1 0 1156899918 73035776 16984 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71324

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1547032/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=73660 CPUtime=102.25
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 19308 0 0 0 10215 10 0 0 25 0 1 0 1156899918 75427840 17591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 18415 17591 115 221 0 18191 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 73660

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1542808/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=77828 CPUtime=162.23
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 20365 0 0 0 16211 12 0 0 25 0 1 0 1156899918 79695872 18648 1992294400 4194304 5102648 548682068800 18446744073709551615 4254862 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 19457 18648 115 221 0 19233 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 77828

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1538456/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=82188 CPUtime=222.21
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 21444 0 0 0 22208 13 0 0 25 0 1 0 1156899918 84160512 19727 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 20547 19727 115 221 0 20323 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 82188

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1534360/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=86364 CPUtime=282.19
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 22479 0 0 0 28205 14 0 0 25 0 1 0 1156899918 88436736 20762 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 21591 20762 115 221 0 21367 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 86364

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1530008/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=90720 CPUtime=342.17
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 23538 0 0 0 34201 16 0 0 25 0 1 0 1156899918 92897280 21821 1992294400 4194304 5102648 548682068800 18446744073709551615 4255870 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 22680 21821 115 221 0 22456 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 90720

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1525144/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=95484 CPUtime=402.15
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 24756 0 0 0 40197 18 0 0 25 0 1 0 1156899918 97775616 23039 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 23871 23039 115 221 0 23647 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 95484

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6397
/proc/meminfo: memFree=1520664/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=99868 CPUtime=462.12
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 25856 0 0 0 46193 19 0 0 25 0 1 0 1156899918 102264832 24139 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 24967 24139 115 221 0 24743 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 99868

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1519376/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=101224 CPUtime=522.1
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 26154 0 0 0 52190 20 0 0 25 0 1 0 1156899918 103653376 24437 1992294400 4194304 5102648 548682068800 18446744073709551615 4249080 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 25306 24437 115 221 0 25082 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 101224

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1514960/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=105516 CPUtime=582.08
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 27238 0 0 0 58186 22 0 0 25 0 1 0 1156899918 108048384 25521 1992294400 4194304 5102648 548682068800 18446744073709551615 4249400 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 26379 25521 115 221 0 26155 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 105516

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1510032/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=110284 CPUtime=642.07
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 28459 0 0 0 64184 23 0 0 25 0 1 0 1156899918 112930816 26742 1992294400 4194304 5102648 548682068800 18446744073709551615 4249080 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 27571 26742 115 221 0 27347 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 110284

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1506448/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=113952 CPUtime=702.04
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 29367 0 0 0 70180 24 0 0 25 0 1 0 1156899918 116686848 27650 1992294400 4194304 5102648 548682068800 18446744073709551615 4255874 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 28488 27650 115 221 0 28264 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 113952

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1501712/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=118924 CPUtime=762.03
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 30532 0 0 0 76177 26 0 0 25 0 1 0 1156899918 121778176 28815 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 29731 28815 115 221 0 29507 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 118924

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1497304/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=123304 CPUtime=822
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 31642 0 0 0 82173 27 0 0 25 0 1 0 1156899918 126263296 29925 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 30826 29925 115 221 0 30602 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 123304

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1492376/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=128208 CPUtime=881.98
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 32859 0 0 0 88170 28 0 0 25 0 1 0 1156899918 131284992 31142 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 32052 31142 115 221 0 31828 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 128208

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1487832/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=132764 CPUtime=941.95
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 34010 0 0 0 94166 29 0 0 25 0 1 0 1156899918 135950336 32293 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 33191 32293 115 221 0 32967 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 132764

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1483160/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=137208 CPUtime=1001.94
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 35142 0 0 0 100163 31 0 0 25 0 1 0 1156899918 140500992 33425 1992294400 4194304 5102648 548682068800 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 34302 33425 115 221 0 34078 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 137208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1477848/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=142492 CPUtime=1061.92
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 36469 0 0 0 106160 32 0 0 25 0 1 0 1156899918 145911808 34752 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 35623 34752 115 221 0 35399 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 142492

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1473240/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=147596 CPUtime=1121.9
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 37600 0 0 0 112157 33 0 0 25 0 1 0 1156899918 151138304 35883 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 36899 35883 115 221 0 36675 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 147596

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1468952/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=151816 CPUtime=1181.87
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 38687 0 0 0 118153 34 0 0 25 0 1 0 1156899918 155459584 36970 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 37954 36970 115 221 0 37730 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 151816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1467160/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=153540 CPUtime=1200.08
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 39109 0 0 0 119973 35 0 0 25 0 1 0 1156899918 157224960 37392 1992294400 4194304 5102648 548682068800 18446744073709551615 4249897 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 38385 37392 115 221 0 38161 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 153540

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6403
/proc/meminfo: memFree=1467160/2055920 swapFree=4175004/4192956
[pid=6396] ppid=6394 vsize=153540 CPUtime=1200.08
/proc/6396/stat : 6396 (varsat-crafted_) R 6394 6396 6247 0 -1 4194304 39109 0 0 0 119973 35 0 0 25 0 1 0 1156899918 157224960 37392 1992294400 4194304 5102648 548682068800 18446744073709551615 4249897 0 0 4096 3 0 0 0 17 1 0 0
/proc/6396/statm: 38385 37392 115 221 0 38161 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 153540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1199.73
CPU system time (s): 0.377942
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 153540

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

runsolver used 0.997848 second user time and 3.38448 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-04 12:53:06
IDJOB=1556509
IDBENCH=70820
IDSOLVER=537
FILE ID=node64/1556509-1238842386
PBS_JOBID= 9085838
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=1270348332

node64.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.261
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.261
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:       1617848 kB
Buffers:         34524 kB
Cached:         328492 kB
SwapCached:       8672 kB
Active:         147288 kB
Inactive:       226140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617848 kB
SwapTotal:     4192956 kB
SwapFree:      4175004 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:          16184 kB
Slab:            49552 kB
Committed_AS:  3381904 kB
PageTables:       2008 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= 66516 MiB
End job on node64 at 2009-04-04 13:13:09