Trace number 1589778

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-simp 070721? (TO) 1200.06 1200.32

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	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:  69695                                                |
0.00/0.00	|  Number of clauses:    227171                                               |
0.19/0.27	|  Parsing time:         0.24         s                                       |
1.29/1.31	============================[ Search Statistics ]==============================
1.29/1.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.31	===============================================================================
1.29/1.31	|         0 |   28490   163502   553475 |    54500        0    nan |  0.000 % |
1.29/1.37	|       101 |   28485   163502   553475 |    59950       97      5 |  0.409 % |
2.39/2.44	|       252 |   28485   163502   553475 |    65945      248     92 |  0.409 % |
3.09/3.17	|       478 |   28470   163436   553265 |    72540      463     65 |  0.440 % |
5.09/5.20	|       816 |   28470   163436   553265 |    79794      801     87 |  0.440 % |
9.69/9.70	|      1323 |   28461   163298   552867 |    87773     1304    113 |  0.442 % |
14.89/14.93	|      2084 |   28461   163293   552855 |    96551     2062    109 |  0.442 % |
22.08/22.17	|      3223 |   28461   163293   552855 |   106206     3201    102 |  0.442 % |
33.48/33.52	|      4932 |   28461   163293   552855 |   116827     4910    103 |  0.442 % |
55.58/55.62	|      7494 |   28461   163293   552855 |   128509     7472    123 |  0.442 % |
79.58/79.69	|     11341 |   28461   163293   552855 |   141360    11319    121 |  0.442 % |
118.26/118.33	|     17107 |   28461   163293   552855 |   155496    17085    121 |  0.442 % |
177.65/177.77	|     25756 |   28461   163293   552855 |   171046    25734     88 |  0.442 % |
278.23/278.36	|     38730 |   28456   163268   552791 |   188151    38706    106 |  0.449 % |
408.19/408.37	|     58191 |   28456   163268   552791 |   206966    58167    115 |  0.449 % |
673.84/674.09	|     87383 |   28456   163268   552791 |   227662    87359    128 |  0.449 % |
1028.77/1029.04	|    131172 |   28453   163253   552754 |   250429   131146    114 |  0.453 % |

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-1589778-1239109164/watcher-1589778-1239109164 -o /tmp/evaluation-result-1589778-1239109164/solver-1589778-1239109164 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589778-1239109164.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 1.00 3/64 24325
/proc/meminfo: memFree=743592/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=2656 CPUtime=0
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 1183581711 2719744 532 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 664 534 65 178 0 484 0

[startup+0.0414581 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 24325
/proc/meminfo: memFree=743592/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=11836 CPUtime=0.03
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 2282 0 0 0 2 1 0 0 18 0 1 0 1183581711 12120064 2202 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 2959 2202 65 178 0 2779 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11836

[startup+0.101461 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 24325
/proc/meminfo: memFree=743592/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=16116 CPUtime=0.09
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 3328 0 0 0 7 2 0 0 18 0 1 0 1183581711 16502784 3248 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 4029 3249 65 178 0 3849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16116

[startup+0.301474 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 24325
/proc/meminfo: memFree=743592/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=25340 CPUtime=0.29
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 5546 0 0 0 26 3 0 0 19 0 1 0 1183581711 25948160 5466 1992294400 134512640 135243866 4294956256 18446744073709551615 134535822 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 6335 5466 79 178 0 6155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25340

[startup+0.701498 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 24325
/proc/meminfo: memFree=743592/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=35796 CPUtime=0.69
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 8049 0 0 0 64 5 0 0 22 0 1 0 1183581711 36655104 7969 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 8949 7970 80 178 0 8769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35796

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 1.00 2/65 24326
/proc/meminfo: memFree=704544/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=38624 CPUtime=1.49
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10142 0 0 0 143 6 0 0 25 0 1 0 1183581711 39550976 9006 1992294400 134512640 135243866 4294956256 18446744073709551615 134745884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9656 9006 86 178 0 9476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38624

[startup+3.10165 s]
/proc/loadavg: 0.92 0.98 1.00 2/65 24326
/proc/meminfo: memFree=707488/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=38624 CPUtime=3.09
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10143 0 0 0 303 6 0 0 25 0 1 0 1183581711 39550976 9007 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9656 9007 87 178 0 9476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38624

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 1.00 2/65 24326
/proc/meminfo: memFree=707296/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=38624 CPUtime=6.29
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10143 0 0 0 623 6 0 0 25 0 1 0 1183581711 39550976 9007 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9656 9007 87 178 0 9476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38624

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 1.00 2/65 24326
/proc/meminfo: memFree=707360/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=38624 CPUtime=12.69
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10143 0 0 0 1263 6 0 0 25 0 1 0 1183581711 39550976 9007 1992294400 134512640 135243866 4294956256 18446744073709551615 134566446 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9656 9007 87 178 0 9476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38624

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 1.00 2/65 24326
/proc/meminfo: memFree=707360/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=38624 CPUtime=25.48
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10143 0 0 0 2542 6 0 0 25 0 1 0 1183581711 39550976 9007 1992294400 134512640 135243866 4294956256 18446744073709551615 134565121 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9656 9007 87 178 0 9476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38624

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 1.00 2/65 24326
/proc/meminfo: memFree=706208/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=39836 CPUtime=51.08
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 10487 0 0 0 5101 7 0 0 25 0 1 0 1183581711 40792064 9351 1992294400 134512640 135243866 4294956256 18446744073709551615 134566466 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 9959 9351 87 178 0 9779 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39836

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 24332
/proc/meminfo: memFree=702688/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=43320 CPUtime=102.27
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 11365 0 0 0 10219 8 0 0 25 0 1 0 1183581711 44359680 10229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 10830 10229 87 178 0 10650 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43320

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 24332
/proc/meminfo: memFree=701344/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=44656 CPUtime=162.25
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 11680 0 0 0 16216 9 0 0 25 0 1 0 1183581711 45727744 10544 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 11164 10544 87 178 0 10984 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44656

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=698016/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=47940 CPUtime=222.24
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 12500 0 0 0 22214 10 0 0 25 0 1 0 1183581711 49090560 11364 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 11985 11364 87 178 0 11805 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 47940

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=693856/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=52032 CPUtime=282.23
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 13543 0 0 0 28211 12 0 0 25 0 1 0 1183581711 53280768 12407 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 13008 12407 87 178 0 12828 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 52032

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=689824/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=56096 CPUtime=342.22
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 14540 0 0 0 34208 14 0 0 25 0 1 0 1183581711 57442304 13404 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 14024 13404 87 178 0 13844 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 56096

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=684704/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=61244 CPUtime=402.2
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 15832 0 0 0 40206 14 0 0 25 0 1 0 1183581711 62713856 14696 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 15311 14696 87 178 0 15131 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 61244

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=680992/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=65016 CPUtime=462.19
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 16747 0 0 0 46203 16 0 0 25 0 1 0 1183581711 66576384 15611 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 16254 15611 87 178 0 16074 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 65016

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=676896/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=69112 CPUtime=522.17
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 17790 0 0 0 52200 17 0 0 25 0 1 0 1183581711 70770688 16654 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 17278 16654 87 178 0 17098 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 69112

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=672800/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=73216 CPUtime=582.16
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 18800 0 0 0 58198 18 0 0 25 0 1 0 1183581711 74973184 17664 1992294400 134512640 135243866 4294956256 18446744073709551615 134565021 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 18304 17664 87 178 0 18124 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 73216

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=668256/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=77704 CPUtime=642.15
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 19923 0 0 0 64196 19 0 0 25 0 1 0 1183581711 79568896 18787 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 19426 18787 87 178 0 19246 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 77704

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=666336/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=79432 CPUtime=702.14
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 20380 0 0 0 70194 20 0 0 25 0 1 0 1183581711 81338368 19244 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 19858 19244 87 178 0 19678 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 79432

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=665824/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=80112 CPUtime=762.13
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 20501 0 0 0 76193 20 0 0 25 0 1 0 1183581711 82034688 19365 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 20028 19365 87 178 0 19848 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 80112

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=665248/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=80656 CPUtime=822.11
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 20640 0 0 0 82191 20 0 0 25 0 1 0 1183581711 82591744 19504 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 20164 19504 87 178 0 19984 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 80656

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24332
/proc/meminfo: memFree=661472/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=84400 CPUtime=882.1
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 21586 0 0 0 88189 21 0 0 25 0 1 0 1183581711 86425600 20450 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 21100 20450 87 178 0 20920 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 84400

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=657696/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=88284 CPUtime=942.08
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 22543 0 0 0 94186 22 0 0 25 0 1 0 1183581711 90402816 21407 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 22071 21407 87 178 0 21891 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 88284

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=653792/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=92000 CPUtime=1002.07
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 23495 0 0 0 100183 24 0 0 25 0 1 0 1183581711 94208000 22359 1992294400 134512640 135243866 4294956256 18446744073709551615 134566488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 23000 22359 87 178 0 22820 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 92000

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=649504/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=96356 CPUtime=1062.05
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 24588 0 0 0 106179 26 0 0 25 0 1 0 1183581711 98668544 23452 1992294400 134512640 135243866 4294956256 18446744073709551615 134555781 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 24089 23452 87 178 0 23909 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 96356

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=644640/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=101380 CPUtime=1122.05
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 25782 0 0 0 112176 29 0 0 25 0 1 0 1183581711 103813120 24646 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 25345 24646 87 178 0 25165 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 101380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=639648/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=106396 CPUtime=1182.03
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 27038 0 0 0 118173 30 0 0 25 0 1 0 1183581711 108949504 25902 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 26599 25902 87 178 0 26419 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 106396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=638176/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=107848 CPUtime=1200.03
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 27403 0 0 0 119973 30 0 0 25 0 1 0 1183581711 110436352 26267 1992294400 134512640 135243866 4294956256 18446744073709551615 134565613 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 26962 26267 87 178 0 26782 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 107848

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

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

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24333
/proc/meminfo: memFree=638176/2055920 swapFree=4177932/4192956
[pid=24325] ppid=24323 vsize=107848 CPUtime=1200.03
/proc/24325/stat : 24325 (minisat_static) R 24323 24325 24204 0 -1 4194304 27403 0 0 0 119973 30 0 0 25 0 1 0 1183581711 110436352 26267 1992294400 134512640 135243866 4294956256 18446744073709551615 134565613 0 0 4096 3 0 0 0 17 1 0 0
/proc/24325/statm: 26962 26267 87 178 0 26782 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 107848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.06
CPU user time (s): 1199.73
CPU system time (s): 0.32495
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 107848

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

runsolver used 1.00785 second user time and 2.6446 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-07 14:59:24
IDJOB=1589778
IDBENCH=70819
IDSOLVER=568
FILE ID=node29/1589778-1239109164
PBS_JOBID= 9110808
Free space on /tmp= 66516 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-15.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589778-1239109164/watcher-1589778-1239109164 -o /tmp/evaluation-result-1589778-1239109164/solver-1589778-1239109164 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589778-1239109164.cnf

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

MD5SUM BENCH= c8a05d1e76535706c430a6b42d191d4b
RANDOM SEED=1098667723

node29.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:        744008 kB
Buffers:         53764 kB
Cached:        1172104 kB
SwapCached:       8808 kB
Active:         109552 kB
Inactive:      1126720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        744008 kB
SwapTotal:     4192956 kB
SwapFree:      4177932 kB
Dirty:            4924 kB
Writeback:           0 kB
Mapped:          16096 kB
Slab:            61520 kB
Committed_AS:  3745232 kB
PageTables:       1476 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= 66516 MiB
End job on node29 at 2009-04-07 15:19:27