Trace number 1556465

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 2.1 (Sat-race'08 Edition)? (TO) 1200.11 1200.43

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-15.cnf
MD5SUMc8a05d1e76535706c430a6b42d191d4b
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 variables69695
Number of clauses227171
Sum of the clauses size588683
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292572
Number of clauses of size 3134470
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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.19/0.27	c |  Number of variables:         69695                                         |
0.19/0.27	c |  Number of clauses:          226528                                         |
0.19/0.27	c |  Parse time:                   0.24 s                                       |
1.19/1.27	c |  Simplification time:          0.98 s                                       |
1.19/1.27	c |                                                                             |
1.19/1.27	c ============================[ Search Statistics ]==============================
1.19/1.27	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.27	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.27	c ===============================================================================
1.28/1.36	c |       100 |   28485   163504   553464 |    59951       95     13 |  0.413 % |
1.68/1.71	c |       250 |   28485   163504   553464 |    65946      245     58 |  0.413 % |
2.19/2.24	c |       475 |   28485   163420   553205 |    72541      464     82 |  0.413 % |
3.20/3.22	c |       812 |   28485   163420   553205 |    79795      801     90 |  0.413 % |
4.79/4.80	c |      1318 |   28485   163420   553205 |    87774     1307     95 |  0.413 % |
8.09/8.16	c |      2077 |   28481   163385   553100 |    96552     2061     99 |  0.419 % |
13.58/13.62	c |      3216 |   28481   163385   553100 |   106207     3200    112 |  0.419 % |
19.69/19.74	c |      4924 |   28479   163375   553075 |   116828     4907    108 |  0.422 % |
32.08/32.20	c |      7486 |   28479   163375   553075 |   128511     7469    115 |  0.422 % |
52.08/52.10	c |     11330 |   28478   163370   553063 |   141362    11310    118 |  0.423 % |
84.47/84.55	c |     17096 |   28478   163370   553063 |   155498    17076    120 |  0.423 % |
128.96/129.05	c |     25745 |   28478   163370   553063 |   171048    25725    116 |  0.423 % |
200.83/200.92	c |     38719 |   28478   163370   553063 |   188153    38699    112 |  0.423 % |
301.41/301.51	c |     58180 |   28472   163328   552939 |   206968    58158    113 |  0.432 % |
439.27/439.48	c |     87372 |   28468   163311   552895 |   227665    87349    114 |  0.438 % |
656.72/656.94	c |    131161 |   28464   163290   552834 |   250432   131137    104 |  0.443 % |
963.03/963.36	c |    196845 |   28458   163260   552758 |   275475   196804    110 |  0.452 % |

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-1556465-1238841448/watcher-1556465-1238841448 -o /tmp/evaluation-result-1556465-1238841448/solver-1556465-1238841448 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1556465-1238841448.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.92 0.98 0.99 3/64 29833
/proc/meminfo: memFree=1731352/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=8188 CPUtime=0
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 541 0 0 0 0 0 0 0 18 0 1 0 1156806924 8384512 525 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 2047 526 63 219 0 1825 0

[startup+0.064923 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29833
/proc/meminfo: memFree=1731352/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=19012 CPUtime=0.06
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 2775 0 0 0 5 1 0 0 18 0 1 0 1156806924 19468288 2737 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 4753 2738 63 219 0 4531 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19012

[startup+0.101925 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29833
/proc/meminfo: memFree=1731352/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=22052 CPUtime=0.09
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 3773 0 0 0 8 1 0 0 18 0 1 0 1156806924 22581248 3633 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 5513 3633 63 219 0 5291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22052

[startup+0.301943 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29833
/proc/meminfo: memFree=1731352/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=29692 CPUtime=0.29
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 6801 0 0 0 26 3 0 0 19 0 1 0 1156806924 30404608 6231 1992294400 4194304 5092341 548682068848 18446744073709551615 4218943 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 7423 6231 87 219 0 7201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29692

[startup+0.701979 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29833
/proc/meminfo: memFree=1731352/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=35648 CPUtime=0.69
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 8070 0 0 0 65 4 0 0 22 0 1 0 1156806924 36503552 7500 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 8912 7500 87 219 0 8690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35648

[startup+1.50105 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1698704/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=30888 CPUtime=1.48
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 9559 0 0 0 144 4 0 0 25 0 1 0 1156806924 31629312 6177 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 7722 6177 100 219 0 7500 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30888

[startup+3.1012 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1706576/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=30888 CPUtime=3.09
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 9623 0 0 0 304 5 0 0 25 0 1 0 1156806924 31629312 6241 1992294400 4194304 5092341 548682068848 18446744073709551615 4248209 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 7722 6241 100 219 0 7500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30888

[startup+6.30248 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1706064/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=30888 CPUtime=6.29
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 9704 0 0 0 624 5 0 0 25 0 1 0 1156806924 31629312 6322 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 7722 6322 102 219 0 7500 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30888

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1705360/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=30888 CPUtime=12.69
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 9880 0 0 0 1264 5 0 0 25 0 1 0 1156806924 31629312 6498 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 7722 6498 102 219 0 7500 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30888

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1703888/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=33484 CPUtime=25.48
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 10227 0 0 0 2542 6 0 0 25 0 1 0 1156806924 34287616 6845 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 8371 6845 102 219 0 8149 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33484

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1701456/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=37376 CPUtime=51.08
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 10867 0 0 0 5101 7 0 0 25 0 1 0 1156806924 38273024 7485 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 9344 7485 102 219 0 9122 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37376

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1696592/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=43216 CPUtime=102.26
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 12058 0 0 0 10217 9 0 0 25 0 1 0 1156806924 44253184 8676 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 10804 8676 102 219 0 10582 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43216

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1692368/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=43216 CPUtime=162.25
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 13116 0 0 0 16214 11 0 0 25 0 1 0 1156806924 44253184 9734 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 10804 9734 102 219 0 10582 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43216

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29834
/proc/meminfo: memFree=1686480/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=52140 CPUtime=222.23
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 14567 0 0 0 22211 12 0 0 25 0 1 0 1156806924 53391360 11185 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 13035 11185 102 219 0 12813 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52140

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1680784/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=65728 CPUtime=282.22
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 15995 0 0 0 28208 14 0 0 25 0 1 0 1156806924 67305472 12613 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 16432 12613 102 219 0 16210 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 65728

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1675408/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=66512 CPUtime=342.19
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 17310 0 0 0 34204 15 0 0 25 0 1 0 1156806924 68108288 13928 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 16628 13928 102 219 0 16406 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 66512

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1669584/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=67008 CPUtime=402.18
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 18795 0 0 0 40201 17 0 0 25 0 1 0 1156806924 68616192 15413 1992294400 4194304 5092341 548682068848 18446744073709551615 4248576 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 16752 15413 102 219 0 16530 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 67008

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1662608/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=87028 CPUtime=462.16
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 20484 0 0 0 46196 20 0 0 25 0 1 0 1156806924 89116672 17102 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 21757 17102 102 219 0 21535 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 87028

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1659024/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=87560 CPUtime=522.15
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 21371 0 0 0 52193 22 0 0 25 0 1 0 1156806924 89661440 17989 1992294400 4194304 5092341 548682068848 18446744073709551615 4250228 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 21890 17989 102 219 0 21668 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 87560

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1653392/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=88588 CPUtime=582.13
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 22787 0 0 0 58190 23 0 0 25 0 1 0 1156806924 90714112 19405 1992294400 4194304 5092341 548682068848 18446744073709551615 4241008 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 22147 19405 102 219 0 21925 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 88588

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1648848/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=89488 CPUtime=642.12
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 23882 0 0 0 64188 24 0 0 25 0 1 0 1156806924 91635712 20500 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 22372 20500 102 219 0 22150 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 89488

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1641936/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=120336 CPUtime=702.1
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 25622 0 0 0 70183 27 0 0 25 0 1 0 1156806924 123224064 22240 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 30084 22240 102 219 0 29862 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 120336

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1634704/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=120952 CPUtime=762.09
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 27401 0 0 0 76180 29 0 0 25 0 1 0 1156806924 123854848 24019 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 30238 24019 102 219 0 30016 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 120952

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1629072/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=121424 CPUtime=822.07
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 28837 0 0 0 82176 31 0 0 25 0 1 0 1156806924 124338176 25455 1992294400 4194304 5092341 548682068848 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 30356 25455 102 219 0 30134 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 121424

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1622992/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=122620 CPUtime=882.05
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 30320 0 0 0 88172 33 0 0 25 0 1 0 1156806924 125562880 26938 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 30655 26938 102 219 0 30433 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 122620

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1615120/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=123048 CPUtime=942.04
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 32295 0 0 0 94169 35 0 0 25 0 1 0 1156806924 126001152 28913 1992294400 4194304 5092341 548682068848 18446744073709551615 4250134 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 30762 28913 102 219 0 30540 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 123048

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1605520/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=167936 CPUtime=1002.02
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 34652 0 0 0 100164 38 0 0 25 0 1 0 1156806924 171966464 31270 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 41984 31270 102 219 0 41762 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 167936

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1595536/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=170280 CPUtime=1062
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 37163 0 0 0 106160 40 0 0 25 0 1 0 1156806924 174366720 33781 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 42570 33781 102 219 0 42348 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 170280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1589776/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=170848 CPUtime=1121.99
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 38587 0 0 0 112157 42 0 0 25 0 1 0 1156806924 174948352 35205 1992294400 4194304 5092341 548682068848 18446744073709551615 4241048 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 42712 35205 102 219 0 42490 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 170848

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1584208/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=171560 CPUtime=1181.97
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 39966 0 0 0 118153 44 0 0 25 0 1 0 1156806924 175677440 36584 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 42890 36584 102 219 0 42668 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 171560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29836
/proc/meminfo: memFree=1582480/2055920 swapFree=4176712/4192956
[pid=29833] ppid=29831 vsize=172236 CPUtime=1200.07
/proc/29833/stat : 29833 (minisat) R 29831 29833 29768 0 -1 4194304 40373 0 0 0 119962 45 0 0 25 0 1 0 1156806924 176369664 36991 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/29833/statm: 43059 36991 102 219 0 42837 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 172236

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.11
CPU user time (s): 1199.63
CPU system time (s): 0.476927
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 172236

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

runsolver used 1.19882 second user time and 2.72159 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-04 12:37:29
IDJOB=1556465
IDBENCH=70819
IDSOLVER=546
FILE ID=node51/1556465-1238841448
PBS_JOBID= 9085848
Free space on /tmp= 66544 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556465-1238841448/watcher-1556465-1238841448 -o /tmp/evaluation-result-1556465-1238841448/solver-1556465-1238841448 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1556465-1238841448.cnf

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED=1283780184

node51.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:       1731768 kB
Buffers:         23012 kB
Cached:         225132 kB
SwapCached:      10120 kB
Active:          92988 kB
Inactive:       166728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731768 kB
SwapTotal:     4192956 kB
SwapFree:      4176712 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:          17268 kB
Slab:            50472 kB
Committed_AS:  3427684 kB
PageTables:       1400 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= 66544 MiB
End job on node51 at 2009-04-04 12:57:31