Trace number 1797929

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
minisat2-core 070721? (TO) 1200.09 1200.51

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 benchmark644.047
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  69487                                                |
0.00/0.00	|  Number of clauses:    226581                                               |
0.09/0.14	|  Parsing time:         0.13         s                                       |
0.09/0.15	============================[ Search Statistics ]==============================
0.09/0.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	===============================================================================
0.09/0.15	|         0 |   69230   225938   585551 |    75312        0    nan |  0.000 % |
0.29/0.36	|       100 |   69213   225938   585551 |    82843       84     11 |  0.407 % |
0.49/0.56	|       250 |   69213   225938   585551 |    91128      234     25 |  0.407 % |
2.69/2.72	|       476 |   69197   225779   585169 |   100241      451     78 |  0.426 % |
6.88/6.96	|       814 |   69191   225779   585169 |   110265      789    110 |  0.426 % |
14.08/14.18	|      1321 |   69191   225739   585071 |   121291     1294    121 |  0.426 % |
21.98/22.09	|      2080 |   69173   225718   585021 |   133420     2046    112 |  0.452 % |
32.88/32.98	|      3219 |   69171   225646   584839 |   146763     3178    115 |  0.455 % |
48.07/48.18	|      4928 |   69165   225636   584814 |   161439     4882    118 |  0.469 % |
79.16/79.23	|      7490 |   69159   225595   584708 |   177583     7440    123 |  0.472 % |
131.54/131.62	|     11336 |   69155   225574   584657 |   195341    11269    115 |  0.478 % |
207.31/207.45	|     17103 |   69150   225557   584617 |   214875    17033    107 |  0.485 % |
333.87/334.04	|     25752 |   69145   225536   584565 |   236363    25679     98 |  0.492 % |
573.18/573.46	|     38726 |   69138   225502   584483 |   259999    38642     82 |  0.502 % |
939.56/939.96	|     58187 |   69136   225495   584465 |   285999    58102     72 |  0.505 % |

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-1797929-1242080856/watcher-1797929-1242080856 -o /tmp/evaluation-result-1797929-1242080856/solver-1797929-1242080856 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797929-1242080856.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3715
/proc/meminfo: memFree=1959752/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=2668 CPUtime=0
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 526 0 0 0 0 0 0 0 18 0 1 0 236118637 2732032 511 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 667 518 58 171 0 493 0

[startup+0.0206341 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3715
/proc/meminfo: memFree=1959752/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=7168 CPUtime=0.01
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 1366 0 0 0 1 0 0 0 18 0 1 0 236118637 7340032 1334 1992294400 134512640 135213614 4294956256 18446744073709551615 134544201 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 1792 1334 58 171 0 1618 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7168

[startup+0.101648 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3715
/proc/meminfo: memFree=1959752/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=13540 CPUtime=0.09
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 2885 0 0 0 8 1 0 0 18 0 1 0 236118637 13864960 2853 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 3385 2854 58 171 0 3211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13540

[startup+0.301682 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3715
/proc/meminfo: memFree=1959752/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=17348 CPUtime=0.29
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 3804 0 0 0 28 1 0 0 19 0 1 0 236118637 17764352 3772 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4337 3772 74 171 0 4163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17348

[startup+0.70175 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3715
/proc/meminfo: memFree=1959752/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=17480 CPUtime=0.69
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 3859 0 0 0 68 1 0 0 22 0 1 0 236118637 17899520 3827 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4370 3827 78 171 0 4196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17480

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1944640/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=17612 CPUtime=1.49
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 3874 0 0 0 148 1 0 0 25 0 1 0 236118637 18034688 3842 1992294400 134512640 135213614 4294956256 18446744073709551615 134536100 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4403 3842 78 171 0 4229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17612

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1944448/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=17744 CPUtime=3.09
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 3913 0 0 0 308 1 0 0 25 0 1 0 236118637 18169856 3881 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4436 3881 78 171 0 4262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17744

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1944128/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=17876 CPUtime=6.28
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 3953 0 0 0 627 1 0 0 25 0 1 0 236118637 18305024 3921 1992294400 134512640 135213614 4294956256 18446744073709551615 134526934 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4469 3921 78 171 0 4295 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17876

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1943808/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=18284 CPUtime=12.68
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 4045 0 0 0 1267 1 0 0 25 0 1 0 236118637 18722816 4013 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4571 4013 78 171 0 4397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18284

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1943168/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=18812 CPUtime=25.48
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 4185 0 0 0 2546 2 0 0 25 0 1 0 236118637 19263488 4153 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 4703 4153 78 171 0 4529 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18812

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1941760/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=20264 CPUtime=51.07
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 4540 0 0 0 5105 2 0 0 25 0 1 0 236118637 20750336 4508 1992294400 134512640 135213614 4294956256 18446744073709551615 134529644 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 5066 4508 78 171 0 4892 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20264

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1939200/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=22820 CPUtime=102.25
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 5181 0 0 0 10222 3 0 0 25 0 1 0 236118637 23367680 5149 1992294400 134512640 135213614 4294956256 18446744073709551615 134536758 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 5705 5149 78 171 0 5531 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22820

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1937600/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=24444 CPUtime=162.23
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 5562 0 0 0 16219 4 0 0 25 0 1 0 236118637 25030656 5530 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 6111 5530 78 171 0 5937 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24444

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1935552/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=26456 CPUtime=222.21
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 6082 0 0 0 22216 5 0 0 25 0 1 0 236118637 27090944 6050 1992294400 134512640 135213614 4294956256 18446744073709551615 134536417 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 6614 6050 78 171 0 6440 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26456

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1934336/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=27644 CPUtime=282.19
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 6369 0 0 0 28214 5 0 0 25 0 1 0 236118637 28307456 6337 1992294400 134512640 135213614 4294956256 18446744073709551615 134536736 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 6911 6337 78 171 0 6737 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27644

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1932992/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=28964 CPUtime=342.17
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 6700 0 0 0 34211 6 0 0 25 0 1 0 236118637 29659136 6668 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 7241 6668 78 171 0 7067 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 28964

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1932544/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=29392 CPUtime=402.14
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 6818 0 0 0 40208 6 0 0 25 0 1 0 236118637 30097408 6786 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 7348 6786 78 171 0 7174 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 29392

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1931200/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=30712 CPUtime=462.13
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 7132 0 0 0 46206 7 0 0 25 0 1 0 236118637 31449088 7100 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 7678 7100 78 171 0 7504 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 30712

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1930432/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=31520 CPUtime=522.11
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 7332 0 0 0 52204 7 0 0 25 0 1 0 236118637 32276480 7300 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 7880 7300 78 171 0 7706 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 31520

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1929600/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=32180 CPUtime=582.09
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 7519 0 0 0 58201 8 0 0 25 0 1 0 236118637 32952320 7487 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8045 7487 78 171 0 7871 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 32180

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1928832/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=33064 CPUtime=642.07
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 7704 0 0 0 64199 8 0 0 25 0 1 0 236118637 33857536 7672 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8266 7672 78 171 0 8092 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 33064

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1927936/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=33724 CPUtime=702.04
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 7895 0 0 0 70196 8 0 0 25 0 1 0 236118637 34533376 7863 1992294400 134512640 135213614 4294956256 18446744073709551615 134536515 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8431 7863 78 171 0 8257 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 33724

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3716
/proc/meminfo: memFree=1927296/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=34388 CPUtime=762.03
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 8056 0 0 0 76194 9 0 0 25 0 1 0 236118637 35213312 8024 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8597 8024 78 171 0 8423 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 34388

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1926464/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=35180 CPUtime=822
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 8258 0 0 0 82191 9 0 0 25 0 1 0 236118637 36024320 8226 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8795 8226 78 171 0 8621 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 35180

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1925632/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=35972 CPUtime=881.97
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 8454 0 0 0 88188 9 0 0 25 0 1 0 236118637 36835328 8422 1992294400 134512640 135213614 4294956256 18446744073709551615 134536507 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 8993 8422 78 171 0 8819 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 35972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1924672/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=36948 CPUtime=941.96
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 8679 0 0 0 94186 10 0 0 25 0 1 0 236118637 37834752 8647 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9237 8647 78 171 0 9063 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 36948

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1923776/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=37900 CPUtime=1001.94
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 8892 0 0 0 100184 10 0 0 25 0 1 0 236118637 38809600 8860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9475 8860 78 171 0 9301 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 37900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1922944/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=38692 CPUtime=1061.92
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 9101 0 0 0 106181 11 0 0 25 0 1 0 236118637 39620608 9069 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9673 9069 78 171 0 9499 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 38692

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1922304/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=39392 CPUtime=1121.89
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 9260 0 0 0 112178 11 0 0 25 0 1 0 236118637 40337408 9228 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9848 9228 78 171 0 9674 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 39392

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1922240/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=39392 CPUtime=1181.87
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 9261 0 0 0 118176 11 0 0 25 0 1 0 236118637 40337408 9229 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9848 9229 78 171 0 9674 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 39392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1922240/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=39392 CPUtime=1200.07
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 9261 0 0 0 119996 11 0 0 25 0 1 0 236118637 40337408 9229 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9848 9229 78 171 0 9674 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 39392

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: 1.00 1.00 1.00 2/65 3718
/proc/meminfo: memFree=1922240/2055920 swapFree=4171952/4192956
[pid=3715] ppid=3713 vsize=39392 CPUtime=1200.07
/proc/3715/stat : 3715 (minisat_static) R 3713 3715 3302 0 -1 4194304 9261 0 0 0 119996 11 0 0 25 0 1 0 236118637 40337408 9229 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/3715/statm: 9848 9229 78 171 0 9674 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 39392

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.96
CPU system time (s): 0.12698
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 39392

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

runsolver used 0.85287 second user time and 2.54261 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-12 00:27:36
IDJOB=1797929
IDBENCH=70822
IDSOLVER=651
FILE ID=node25/1797929-1242080856
PBS_JOBID= 9277599
Free space on /tmp= 66092 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797929-1242080856/watcher-1797929-1242080856 -o /tmp/evaluation-result-1797929-1242080856/solver-1797929-1242080856 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797929-1242080856.cnf

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=1892238787

node25.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.259
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.259
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:       1960232 kB
Buffers:          3536 kB
Cached:          27656 kB
SwapCached:      14776 kB
Active:          35724 kB
Inactive:        11712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1960232 kB
SwapTotal:     4192956 kB
SwapFree:      4171952 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            34232 kB
Committed_AS:   797644 kB
PageTables:       1484 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= 66092 MiB
End job on node25 at 2009-05-12 00:47:39