Trace number 1589783

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.42

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	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:  69641                                                |
0.00/0.00	|  Number of clauses:    227010                                               |
0.19/0.27	|  Parsing time:         0.24         s                                       |
1.29/1.33	============================[ Search Statistics ]==============================
1.29/1.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.33	===============================================================================
1.29/1.33	|         0 |   28481   163405   553073 |    54468        0    nan |  0.000 % |
1.39/1.47	|       100 |   28473   163405   553073 |    59915       94      5 |  0.414 % |
2.19/2.20	|       251 |   28467   163405   553073 |    65906      243     58 |  0.429 % |
3.39/3.41	|       477 |   28459   163251   552614 |    72497      457     77 |  0.435 % |
6.39/6.43	|       814 |   28457   163234   552570 |    79747      793     75 |  0.435 % |
10.78/10.83	|      1321 |   28457   163234   552570 |    87721     1300    103 |  0.435 % |
15.08/15.20	|      2081 |   28457   163234   552570 |    96493     2060    107 |  0.435 % |
21.39/21.44	|      3220 |   28451   163192   552446 |   106143     3197     83 |  0.444 % |
35.09/35.13	|      4929 |   28445   163165   552378 |   116757     4902    100 |  0.452 % |
51.87/51.97	|      7492 |   28445   163165   552378 |   128433     7465    110 |  0.452 % |
73.87/73.97	|     11337 |   28441   163145   552330 |   141276    11306    103 |  0.458 % |
118.76/118.88	|     17103 |   28441   163145   552330 |   155404    17072    115 |  0.458 % |
179.24/179.36	|     25753 |   28441   163145   552330 |   170944    25722    120 |  0.458 % |
260.71/260.81	|     38728 |   28438   163128   552271 |   188039    38692    129 |  0.462 % |
515.14/515.34	|     58189 |   28438   163118   552247 |   206843    58149     97 |  0.462 % |
726.58/726.88	|     87381 |   28436   163102   552191 |   227527    87336    114 |  0.465 % |
1113.76/1114.16	|    131170 |   28434   163089   552151 |   250280   131120    130 |  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-1589783-1239109517/watcher-1589783-1239109517 -o /tmp/evaluation-result-1589783-1239109517/solver-1589783-1239109517 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589783-1239109517.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32659
/proc/meminfo: memFree=1812384/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=2656 CPUtime=0
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 540 0 0 0 0 0 0 0 18 0 1 0 949543196 2719744 525 1992294400 134512640 135243866 4294956256 18446744073709551615 134553517 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 664 527 65 178 0 484 0

[startup+0.099742 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32659
/proc/meminfo: memFree=1812384/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=15984 CPUtime=0.09
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 3275 0 0 0 7 2 0 0 18 0 1 0 949543196 16367616 3195 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 3996 3195 65 178 0 3816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15984

[startup+0.101741 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32659
/proc/meminfo: memFree=1812384/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=15984 CPUtime=0.09
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 3313 0 0 0 7 2 0 0 18 0 1 0 949543196 16367616 3233 1992294400 134512640 135243866 4294956256 18446744073709551615 134527659 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 3996 3235 65 178 0 3816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15984

[startup+0.30177 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32659
/proc/meminfo: memFree=1812384/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=25340 CPUtime=0.29
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 5545 0 0 0 26 3 0 0 19 0 1 0 949543196 25948160 5465 1992294400 134512640 135243866 4294956256 18446744073709551615 134535731 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 6335 5465 79 178 0 6155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25340

[startup+0.701828 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32659
/proc/meminfo: memFree=1812384/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=35532 CPUtime=0.69
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 8007 0 0 0 64 5 0 0 22 0 1 0 949543196 36384768 7927 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 8883 7928 80 178 0 8703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35532

[startup+1.50195 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1773400/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=38312 CPUtime=1.49
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10119 0 0 0 143 6 0 0 25 0 1 0 949543196 39231488 8992 1992294400 134512640 135243866 4294956256 18446744073709551615 134751225 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9578 8992 85 178 0 9398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38312

[startup+3.10118 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1776280/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=38584 CPUtime=3.09
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10122 0 0 0 303 6 0 0 25 0 1 0 949543196 39510016 8995 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9646 8995 86 178 0 9466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38584

[startup+6.30165 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1776088/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=38584 CPUtime=6.29
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10122 0 0 0 623 6 0 0 25 0 1 0 949543196 39510016 8995 1992294400 134512640 135243866 4294956256 18446744073709551615 134558567 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9646 8995 86 178 0 9466 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38584

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1776088/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=38584 CPUtime=12.68
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10122 0 0 0 1262 6 0 0 25 0 1 0 949543196 39510016 8995 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9646 8995 86 178 0 9466 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38584

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1776152/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=38584 CPUtime=25.49
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10122 0 0 0 2542 7 0 0 25 0 1 0 949543196 39510016 8995 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9646 8995 86 178 0 9466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38584

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1775064/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=39660 CPUtime=51.08
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 10446 0 0 0 5101 7 0 0 25 0 1 0 949543196 40611840 9319 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 9915 9319 86 178 0 9735 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39660

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1771800/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=42960 CPUtime=102.27
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 11259 0 0 0 10219 8 0 0 25 0 1 0 949543196 43991040 10132 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 10740 10132 87 178 0 10560 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42960

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1767640/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=47152 CPUtime=162.24
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 12302 0 0 0 16215 9 0 0 25 0 1 0 949543196 48283648 11175 1992294400 134512640 135243866 4294956256 18446744073709551615 134565702 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 11788 11175 87 178 0 11608 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47152

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1762712/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=52016 CPUtime=222.22
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 13501 0 0 0 22212 10 0 0 25 0 1 0 949543196 53264384 12374 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 13004 12374 87 178 0 12824 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52016

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1759000/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=55580 CPUtime=282.21
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 14427 0 0 0 28210 11 0 0 25 0 1 0 949543196 56913920 13300 1992294400 134512640 135243866 4294956256 18446744073709551615 134556135 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 13895 13300 87 178 0 13715 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 55580

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1758744/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=55968 CPUtime=342.19
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 14479 0 0 0 34208 11 0 0 25 0 1 0 949543196 57311232 13352 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 13992 13352 87 178 0 13812 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55968

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1758680/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=55968 CPUtime=402.17
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 14494 0 0 0 40206 11 0 0 25 0 1 0 949543196 57311232 13367 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 13992 13367 87 178 0 13812 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 55968

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1758424/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=56108 CPUtime=462.16
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 14554 0 0 0 46204 12 0 0 25 0 1 0 949543196 57454592 13427 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 14027 13427 87 178 0 13847 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 56108

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1757528/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=57164 CPUtime=522.14
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 14803 0 0 0 52202 12 0 0 25 0 1 0 949543196 58535936 13676 1992294400 134512640 135243866 4294956256 18446744073709551615 134555705 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 14291 13676 87 178 0 14111 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 57164

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1753048/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=61612 CPUtime=582.11
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 15907 0 0 0 58198 13 0 0 25 0 1 0 949543196 63090688 14780 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 15403 14780 87 178 0 15223 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 61612

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1748184/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=66372 CPUtime=642.1
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 17108 0 0 0 64195 15 0 0 25 0 1 0 949543196 67964928 15981 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 16593 15981 87 178 0 16413 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 66372

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1743000/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=71404 CPUtime=702.08
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 18367 0 0 0 70192 16 0 0 25 0 1 0 949543196 73117696 17240 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 17851 17240 87 178 0 17671 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 71404

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1738392/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=76024 CPUtime=762.07
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 19513 0 0 0 76189 18 0 0 25 0 1 0 949543196 77848576 18386 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 19006 18386 87 178 0 18826 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 76024

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1733656/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=80924 CPUtime=822.05
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 20695 0 0 0 82186 19 0 0 25 0 1 0 949543196 82866176 19568 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 20231 19568 87 178 0 20051 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 80924

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1728984/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=85420 CPUtime=882.03
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 21850 0 0 0 88183 20 0 0 25 0 1 0 949543196 87470080 20723 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 21355 20723 87 178 0 21175 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 85420

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1724696/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=89776 CPUtime=942.01
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 22927 0 0 0 94179 22 0 0 25 0 1 0 949543196 91930624 21800 1992294400 134512640 135243866 4294956256 18446744073709551615 134555716 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 22444 21800 87 178 0 22264 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 89776

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1720152/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=94212 CPUtime=1001.99
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 24051 0 0 0 100174 25 0 0 25 0 1 0 949543196 96473088 22924 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 23553 22924 87 178 0 23373 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 94212

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32660
/proc/meminfo: memFree=1715672/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=98720 CPUtime=1061.97
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 25185 0 0 0 106171 26 0 0 25 0 1 0 949543196 101089280 24058 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 24680 24058 87 178 0 24500 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 98720

[startup+1122.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 32660
/proc/meminfo: memFree=1711256/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=103096 CPUtime=1121.96
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 26263 0 0 0 112168 28 0 0 25 0 1 0 949543196 105570304 25136 1992294400 134512640 135243866 4294956256 18446744073709551615 134558500 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 25774 25136 87 178 0 25594 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 103096

[startup+1182.3 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 32660
/proc/meminfo: memFree=1706712/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=107852 CPUtime=1181.93
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 27395 0 0 0 118164 29 0 0 25 0 1 0 949543196 110440448 26268 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 26963 26268 87 178 0 26783 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 107852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 32660
/proc/meminfo: memFree=1705176/2055920 swapFree=4178268/4192956
[pid=32659] ppid=32657 vsize=109304 CPUtime=1200.03
/proc/32659/stat : 32659 (minisat_static) R 32657 32659 32476 0 -1 4194304 27758 0 0 0 119974 29 0 0 25 0 1 0 949543196 111927296 26631 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/32659/statm: 27326 26631 87 178 0 27146 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 109304

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.75
CPU system time (s): 0.318951
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 109304

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

runsolver used 0.880866 second user time and 2.57661 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-07 15:05:17
IDJOB=1589783
IDBENCH=70824
IDSOLVER=568
FILE ID=node39/1589783-1239109517
PBS_JOBID= 9110806
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1640711051

node39.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.285
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.285
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:       1812800 kB
Buffers:         16152 kB
Cached:         158404 kB
SwapCached:       8160 kB
Active:          27076 kB
Inactive:       157392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812800 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:            4916 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            44984 kB
Committed_AS:  2968852 kB
PageTables:       1188 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= 66436 MiB
End job on node39 at 2009-04-07 15:25:20