Trace number 1556725

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.09 1200.63

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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.25	c |  Number of variables:         69641                                         |
0.19/0.25	c |  Number of clauses:          226367                                         |
0.19/0.25	c |  Parse time:                   0.22 s                                       |
1.19/1.20	c |  Simplification time:          0.93 s                                       |
1.19/1.20	c |                                                                             |
1.19/1.20	c ============================[ Search Statistics ]==============================
1.19/1.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.20	c ===============================================================================
1.19/1.23	c |       100 |   28472   163406   553105 |    59915       96      4 |  0.408 % |
1.19/1.28	c |       250 |   28472   163406   553105 |    65907      246      8 |  0.408 % |
1.79/1.82	c |       475 |   28472   163406   553105 |    72497      471     10 |  0.408 % |
3.39/3.49	c |       812 |   28472   163360   552960 |    79747      802     60 |  0.408 % |
5.99/6.02	c |      1318 |   28472   163360   552960 |    87722     1308     94 |  0.408 % |
10.58/10.61	c |      2077 |   28472   163360   552960 |    96494     2067    111 |  0.408 % |
15.19/15.22	c |      3216 |   28467   163323   552850 |   106144     3194    106 |  0.415 % |
18.89/18.98	c |      4924 |   28453   163219   552543 |   116758     4896     89 |  0.435 % |
31.08/31.18	c |      7486 |   28445   163167   552395 |   128434     7451     97 |  0.447 % |
50.76/50.82	c |     11330 |   28444   163162   552383 |   141277    11293     98 |  0.448 % |
78.63/78.72	c |     17096 |   28444   163162   552383 |   155405    17059    107 |  0.448 % |
122.33/122.41	c |     25745 |   28444   163162   552383 |   170946    25708    114 |  0.448 % |
187.30/187.48	c |     38719 |   28436   163128   552295 |   188040    38678    110 |  0.459 % |
277.56/277.76	c |     58180 |   28431   163097   552203 |   206844    58120    109 |  0.467 % |
414.98/415.22	c |     87372 |   28430   163080   552144 |   227529    87311    115 |  0.468 % |
638.48/638.88	c |    131161 |   28430   163080   552144 |   250282   131100    120 |  0.468 % |
946.86/947.36	c |    196845 |   28430   163080   552144 |   275310   196784    118 |  0.468 % |

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-1556725-1238845344/watcher-1556725-1238845344 -o /tmp/evaluation-result-1556725-1238845344/solver-1556725-1238845344 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1556725-1238845344.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 25270
/proc/meminfo: memFree=1625488/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=8188 CPUtime=0
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 554 0 0 0 0 0 0 0 18 0 1 0 1157196811 8384512 538 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 2047 539 63 219 0 1825 0

[startup+0.076348 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 25270
/proc/meminfo: memFree=1625488/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=20624 CPUtime=0.07
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 3272 0 0 0 6 1 0 0 18 0 1 0 1157196811 21118976 3193 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 5156 3195 63 219 0 4934 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20624

[startup+0.101348 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 25270
/proc/meminfo: memFree=1625488/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=22184 CPUtime=0.09
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 3854 0 0 0 8 1 0 0 18 0 1 0 1157196811 22716416 3714 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 5546 3714 63 219 0 5324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22184

[startup+0.301367 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 25270
/proc/meminfo: memFree=1625488/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=29692 CPUtime=0.29
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 6800 0 0 0 26 3 0 0 20 0 1 0 1157196811 30404608 6230 1992294400 4194304 5092341 548682068832 18446744073709551615 4219753 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7423 6230 87 219 0 7201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29692

[startup+0.701403 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 25270
/proc/meminfo: memFree=1625488/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=35644 CPUtime=0.7
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 8170 0 0 0 66 4 0 0 24 0 1 0 1157196811 36499456 7600 1992294400 4194304 5092341 548682068832 18446744073709551615 4501722 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 8911 7600 87 219 0 8689 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35644

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1592904/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=30520 CPUtime=1.49
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 9548 0 0 0 144 5 0 0 25 0 1 0 1157196811 31252480 6167 1992294400 4194304 5092341 548682068832 18446744073709551615 4250218 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7630 6167 100 219 0 7408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30520

[startup+3.10263 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1600712/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=30520 CPUtime=3.09
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 9587 0 0 0 304 5 0 0 25 0 1 0 1157196811 31252480 6206 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7630 6206 102 219 0 7408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30520

[startup+6.30193 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1600392/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=30520 CPUtime=6.29
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 9676 0 0 0 624 5 0 0 25 0 1 0 1157196811 31252480 6295 1992294400 4194304 5092341 548682068832 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7630 6295 102 219 0 7408 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30520

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1599816/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=30520 CPUtime=12.68
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 9816 0 0 0 1263 5 0 0 25 0 1 0 1157196811 31252480 6435 1992294400 4194304 5092341 548682068832 18446744073709551615 4240602 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7630 6435 102 219 0 7408 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30520

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1598792/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=30520 CPUtime=25.48
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 10098 0 0 0 2542 6 0 0 25 0 1 0 1157196811 31252480 6717 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 7630 6717 102 219 0 7408 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30520

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 25271
/proc/meminfo: memFree=1596616/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=33116 CPUtime=51.06
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 10660 0 0 0 5098 8 0 0 25 0 1 0 1157196811 33910784 7279 1992294400 4194304 5092341 548682068832 18446744073709551615 4251464 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 8279 7279 102 219 0 8057 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 33116

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 25271
/proc/meminfo: memFree=1591112/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=42848 CPUtime=102.23
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 11999 0 0 0 10214 9 0 0 25 0 1 0 1157196811 43876352 8618 1992294400 4194304 5092341 548682068832 18446744073709551615 4248079 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 10712 8618 102 219 0 10490 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 42848

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 25271
/proc/meminfo: memFree=1585992/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=51608 CPUtime=162.2
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 13262 0 0 0 16210 10 0 0 25 0 1 0 1157196811 52846592 9881 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 12902 9881 102 219 0 12680 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 51608

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 25271
/proc/meminfo: memFree=1580104/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=52172 CPUtime=222.19
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 14718 0 0 0 22206 13 0 0 25 0 1 0 1157196811 53424128 11337 1992294400 4194304 5092341 548682068832 18446744073709551615 4248386 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 13043 11337 102 219 0 12821 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 52172

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 25271
/proc/meminfo: memFree=1574152/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=65908 CPUtime=282.16
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 16223 0 0 0 28201 15 0 0 25 0 1 0 1157196811 67489792 12842 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 16477 12842 102 219 0 16255 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 65908

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 25271
/proc/meminfo: memFree=1567112/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=66404 CPUtime=342.13
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 17954 0 0 0 34196 17 0 0 25 0 1 0 1157196811 67997696 14573 1992294400 4194304 5092341 548682068832 18446744073709551615 4249985 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 16601 14573 102 219 0 16379 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 66404

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 25271
/proc/meminfo: memFree=1560648/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=86652 CPUtime=402.09
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 19585 0 0 0 40189 20 0 0 25 0 1 0 1157196811 88731648 16204 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 21663 16204 102 219 0 21441 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 86652

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 25271
/proc/meminfo: memFree=1552968/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=87476 CPUtime=462.07
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 21481 0 0 0 46185 22 0 0 25 0 1 0 1157196811 89575424 18100 1992294400 4194304 5092341 548682068832 18446744073709551615 4240571 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 21869 18100 102 219 0 21647 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 87476

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 25271
/proc/meminfo: memFree=1546568/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=87900 CPUtime=522.04
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 23087 0 0 0 52179 25 0 0 25 0 1 0 1157196811 90009600 19706 1992294400 4194304 5092341 548682068832 18446744073709551615 4240692 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 21975 19706 102 219 0 21753 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 87900

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 25271
/proc/meminfo: memFree=1540040/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=118460 CPUtime=582.01
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 24719 0 0 0 58174 27 0 0 25 0 1 0 1157196811 121303040 21338 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 29615 21338 102 219 0 29393 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 118460

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 25271
/proc/meminfo: memFree=1533000/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=119140 CPUtime=641.99
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 26438 0 0 0 64170 29 0 0 25 0 1 0 1157196811 121999360 23057 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 29785 23057 102 219 0 29563 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 119140

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 25271
/proc/meminfo: memFree=1527816/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=120392 CPUtime=701.96
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 27716 0 0 0 70166 30 0 0 25 0 1 0 1157196811 123281408 24335 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 30098 24335 102 219 0 29876 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 120392

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 25271
/proc/meminfo: memFree=1522312/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=120840 CPUtime=761.93
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 29098 0 0 0 76162 31 0 0 25 0 1 0 1157196811 123740160 25717 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 30210 25717 102 219 0 29988 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 120840

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 25271
/proc/meminfo: memFree=1515336/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=121648 CPUtime=821.91
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 30853 0 0 0 82157 34 0 0 25 0 1 0 1157196811 124567552 27472 1992294400 4194304 5092341 548682068832 18446744073709551615 4250061 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 30412 27472 102 219 0 30190 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 121648

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 25271
/proc/meminfo: memFree=1508872/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=122348 CPUtime=881.88
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 32457 0 0 0 88152 36 0 0 25 0 1 0 1157196811 125284352 29076 1992294400 4194304 5092341 548682068832 18446744073709551615 4250324 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 30587 29076 102 219 0 30365 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 122348

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25271
/proc/meminfo: memFree=1500616/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=167040 CPUtime=941.85
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 34518 0 0 0 94147 38 0 0 25 0 1 0 1157196811 171048960 31137 1992294400 4194304 5092341 548682068832 18446744073709551615 4248195 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 41760 31137 102 219 0 41538 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 167040

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25271
/proc/meminfo: memFree=1490440/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=168636 CPUtime=1001.83
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 37030 0 0 0 100141 42 0 0 25 0 1 0 1157196811 172683264 33649 1992294400 4194304 5092341 548682068832 18446744073709551615 4249992 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 42159 33649 102 219 0 41937 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 168636

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25271
/proc/meminfo: memFree=1481416/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=168776 CPUtime=1061.81
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 39311 0 0 0 106136 45 0 0 25 0 1 0 1157196811 172826624 35930 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 42194 35930 102 219 0 41972 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 168776

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25277
/proc/meminfo: memFree=1472392/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=169844 CPUtime=1121.78
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 41462 0 0 0 112130 48 0 0 25 0 1 0 1157196811 173920256 38081 1992294400 4194304 5092341 548682068832 18446744073709551615 4249924 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 42461 38081 102 219 0 42239 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 169844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25277
/proc/meminfo: memFree=1465544/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=171064 CPUtime=1181.75
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 43246 0 0 0 118125 50 0 0 25 0 1 0 1157196811 175169536 39865 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 42766 39865 102 219 0 42544 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 171064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25277
/proc/meminfo: memFree=1463048/2055920 swapFree=4176772/4192956
[pid=25270] ppid=25268 vsize=171064 CPUtime=1200.06
/proc/25270/stat : 25270 (minisat) R 25268 25270 24829 0 -1 4194304 43828 0 0 0 119955 51 0 0 25 0 1 0 1157196811 175169536 40447 1992294400 4194304 5092341 548682068832 18446744073709551615 4240574 0 0 4096 3 0 0 0 17 0 0 0
/proc/25270/statm: 42766 40447 102 219 0 42544 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 171064

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.63
CPU time (s): 1200.09
CPU user time (s): 1199.55
CPU system time (s): 0.536918
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 171064

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

runsolver used 1.04784 second user time and 3.32949 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-04 13:42:24
IDJOB=1556725
IDBENCH=70824
IDSOLVER=546
FILE ID=node48/1556725-1238845344
PBS_JOBID= 9085815
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1854540525

node48.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.236
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.236
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:       1625904 kB
Buffers:         36304 kB
Cached:         327984 kB
SwapCached:      10120 kB
Active:         129912 kB
Inactive:       246876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625904 kB
SwapTotal:     4192956 kB
SwapFree:      4176772 kB
Dirty:            5020 kB
Writeback:           0 kB
Mapped:          17148 kB
Slab:            39224 kB
Committed_AS:  3057416 kB
PageTables:       1388 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 node48 at 2009-04-04 14:02:27