Trace number 1797903

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.06 1199.91

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
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:  32402                                                |
0.00/0.00	|  Number of clauses:    97556                                                |
0.02/0.06	|  Parsing time:         0.05         s                                       |
0.02/0.06	============================[ Search Statistics ]==============================
0.02/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.06	===============================================================================
0.02/0.06	|         0 |   32307    97300   229646 |    32433        0    nan |  0.000 % |
0.02/0.10	|       100 |   32291    97300   229646 |    35676       95     26 |  0.951 % |
0.79/0.88	|       250 |   32061    96365   227389 |    39244      218     32 |  1.160 % |
1.99/2.01	|       476 |   32026    96165   226945 |    43168      442     38 |  1.324 % |
4.19/4.22	|       813 |   31973    95919   226380 |    47485      779     38 |  1.324 % |
7.39/7.48	|      1320 |   31973    95919   226380 |    52234     1286     41 |  1.324 % |
12.69/12.70	|      2081 |   31970    95907   226344 |    57457     2046     40 |  1.333 % |
21.59/21.66	|      3220 |   31967    95895   226308 |    63203     3184     39 |  1.343 % |
34.49/34.51	|      4928 |   31952    95831   226126 |    69523     4887     38 |  1.389 % |
54.20/54.26	|      7493 |   31952    95831   226126 |    76476     7452     39 |  1.389 % |
86.00/86.09	|     11341 |   31952    95831   226126 |    84123    11300     39 |  1.389 % |
124.40/124.47	|     17110 |   31949    95819   226090 |    92536    17068     42 |  1.398 % |
198.22/198.24	|     25761 |   31949    95819   226090 |   101789    25719     42 |  1.398 % |
293.13/293.16	|     38736 |   31946    95807   226058 |   111968    38693     46 |  1.407 % |
473.85/473.85	|     58197 |   31916    95673   225670 |   123165    58144     44 |  1.500 % |
792.70/792.60	|     87390 |   31916    95673   225670 |   135482    87337     47 |  1.500 % |

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-1797903-1242081922/watcher-1797903-1242081922 -o /tmp/evaluation-result-1797903-1242081922/solver-1797903-1242081922 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797903-1242081922.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: 0.99 0.98 0.99 3/64 2686
/proc/meminfo: memFree=1598080/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=2812 CPUtime=0
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 539 0 0 0 0 0 0 0 18 0 1 0 236225612 2879488 524 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 703 531 58 171 0 529 0

[startup+0.028718 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2686
/proc/meminfo: memFree=1598080/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=5596 CPUtime=0.02
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1162 0 0 0 2 0 0 0 18 0 1 0 236225612 5730304 1147 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 1399 1148 58 171 0 1225 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5596

[startup+0.101697 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2686
/proc/meminfo: memFree=1598080/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8444 CPUtime=0.09
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1836 0 0 0 9 0 0 0 18 0 1 0 236225612 8646656 1821 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2111 1821 77 171 0 1937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8444

[startup+0.301639 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2686
/proc/meminfo: memFree=1598080/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8444 CPUtime=0.29
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1841 0 0 0 29 0 0 0 19 0 1 0 236225612 8646656 1826 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2111 1826 77 171 0 1937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8444

[startup+0.701527 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2686
/proc/meminfo: memFree=1598080/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8444 CPUtime=0.69
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1846 0 0 0 69 0 0 0 22 0 1 0 236225612 8646656 1831 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2111 1831 77 171 0 1937 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8444

[startup+1.5023 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1591032/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8444 CPUtime=1.49
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1854 0 0 0 149 0 0 0 25 0 1 0 236225612 8646656 1839 1992294400 134512640 135213614 4294956256 18446744073709551615 134536720 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2111 1839 77 171 0 1937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8444

[startup+3.10184 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1590904/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8576 CPUtime=3.09
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1866 0 0 0 308 1 0 0 25 0 1 0 236225612 8781824 1851 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2144 1851 77 171 0 1970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8576

[startup+6.30193 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1590648/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8708 CPUtime=6.3
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1892 0 0 0 629 1 0 0 25 0 1 0 236225612 8916992 1877 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2177 1877 77 171 0 2003 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8708

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1590392/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=8840 CPUtime=12.69
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 1940 0 0 0 1268 1 0 0 25 0 1 0 236225612 9052160 1925 1992294400 134512640 135213614 4294956256 18446744073709551615 134536233 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2210 1925 77 171 0 2036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8840

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1590008/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=9236 CPUtime=25.5
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 2029 0 0 0 2549 1 0 0 25 0 1 0 236225612 9457664 2014 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2309 2014 77 171 0 2135 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 9236

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1589368/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=9896 CPUtime=51.09
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 2196 0 0 0 5108 1 0 0 25 0 1 0 236225612 10133504 2181 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2474 2181 77 171 0 2300 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9896

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1587896/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=11500 CPUtime=102.31
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 2591 0 0 0 10229 2 0 0 25 0 1 0 236225612 11776000 2576 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 2875 2576 77 171 0 2701 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11500

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1586296/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=12996 CPUtime=162.31
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 2975 0 0 0 16228 3 0 0 25 0 1 0 236225612 13307904 2960 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 3249 2960 77 171 0 3075 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 12996

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1584504/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=14924 CPUtime=222.32
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 3414 0 0 0 22228 4 0 0 25 0 1 0 236225612 15282176 3399 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 3731 3399 77 171 0 3557 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 14924

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 2687
/proc/meminfo: memFree=1582072/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=17316 CPUtime=282.32
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 4039 0 0 0 28227 5 0 0 25 0 1 0 236225612 17731584 4024 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 4329 4024 77 171 0 4155 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 17316

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1580088/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=19500 CPUtime=342.33
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 4519 0 0 0 34227 6 0 0 25 0 1 0 236225612 19968000 4504 1992294400 134512640 135213614 4294956256 18446744073709551615 134537528 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 4875 4504 77 171 0 4701 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 19500

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2687
/proc/meminfo: memFree=1578616/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=20968 CPUtime=402.35
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 4892 0 0 0 40228 7 0 0 25 0 1 0 236225612 21471232 4877 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 5242 4877 77 171 0 5068 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 20968

[startup+462.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1577592/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=21952 CPUtime=462.35
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 5143 0 0 0 46228 7 0 0 25 0 1 0 236225612 22478848 5128 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 5488 5128 77 171 0 5314 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 21952

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1576376/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=23280 CPUtime=522.36
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 5460 0 0 0 52228 8 0 0 25 0 1 0 236225612 23838720 5445 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 5820 5445 77 171 0 5646 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 23280

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1575096/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=24552 CPUtime=582.36
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 5784 0 0 0 58228 8 0 0 25 0 1 0 236225612 25141248 5769 1992294400 134512640 135213614 4294956256 18446744073709551615 134536471 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 6138 5769 77 171 0 5964 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 24552

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1573688/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=25872 CPUtime=642.38
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 6113 0 0 0 64229 9 0 0 25 0 1 0 236225612 26492928 6098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 6468 6098 77 171 0 6294 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 25872

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1572344/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=27324 CPUtime=702.38
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 6456 0 0 0 70229 9 0 0 25 0 1 0 236225612 27979776 6441 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 6831 6441 77 171 0 6657 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 27324

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1570936/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=28652 CPUtime=762.39
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 6795 0 0 0 76230 9 0 0 25 0 1 0 236225612 29339648 6780 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 7163 6780 77 171 0 6989 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 28652

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1569592/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=30044 CPUtime=822.4
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 7142 0 0 0 82230 10 0 0 25 0 1 0 236225612 30765056 7127 1992294400 134512640 135213614 4294956256 18446744073709551615 134538963 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 7511 7127 77 171 0 7337 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 30044

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2687
/proc/meminfo: memFree=1568376/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=31528 CPUtime=882.4
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 7453 0 0 0 88230 10 0 0 25 0 1 0 236225612 32284672 7438 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 7882 7438 77 171 0 7708 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 31528

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1566648/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=32840 CPUtime=942.41
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 7808 0 0 0 94230 11 0 0 25 0 1 0 236225612 33628160 7793 1992294400 134512640 135213614 4294956256 18446744073709551615 134536722 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 8210 7793 77 171 0 8036 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 32840

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1566072/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=33664 CPUtime=1002.42
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8014 0 0 0 100231 11 0 0 25 0 1 0 236225612 34471936 7999 1992294400 134512640 135213614 4294956256 18446744073709551615 134536517 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 8416 7999 77 171 0 8242 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 33664

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1565304/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=34488 CPUtime=1062.43
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8199 0 0 0 106231 12 0 0 25 0 1 0 236225612 35315712 8184 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 8622 8184 77 171 0 8448 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 34488

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1564600/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=35148 CPUtime=1122.43
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8385 0 0 0 112231 12 0 0 25 0 1 0 236225612 35991552 8370 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 8787 8370 77 171 0 8613 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 35148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1563576/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=36316 CPUtime=1182.44
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8651 0 0 0 118231 13 0 0 25 0 1 0 236225612 37187584 8636 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 9079 8636 77 171 0 8905 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 36316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1563192/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=36744 CPUtime=1200.05
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8745 0 0 0 119992 13 0 0 25 0 1 0 236225612 37625856 8730 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 9186 8730 77 171 0 9012 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 36744

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2693
/proc/meminfo: memFree=1563192/2055920 swapFree=4180148/4192956
[pid=2686] ppid=2684 vsize=36744 CPUtime=1200.05
/proc/2686/stat : 2686 (minisat_static) R 2684 2686 2272 0 -1 4194304 8745 0 0 0 119992 13 0 0 25 0 1 0 236225612 37625856 8730 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/2686/statm: 9186 8730 77 171 0 9012 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 36744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.06
CPU user time (s): 1199.92
CPU system time (s): 0.139978
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 36744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8745
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= 3
involuntary context switches= 1911

runsolver used 0.960853 second user time and 2.39164 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-12 00:45:22
IDJOB=1797903
IDBENCH=70865
IDSOLVER=651
FILE ID=node16/1797903-1242081922
PBS_JOBID= 9277597
Free space on /tmp= 66044 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797903-1242081922/watcher-1797903-1242081922 -o /tmp/evaluation-result-1797903-1242081922/solver-1797903-1242081922 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797903-1242081922.cnf

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=579426585

node16.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:       1598560 kB
Buffers:         68964 kB
Cached:         331612 kB
SwapCached:       7152 kB
Active:         181476 kB
Inactive:       227700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598560 kB
SwapTotal:     4192956 kB
SwapFree:      4180148 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:          13580 kB
Slab:            34248 kB
Committed_AS:   837416 kB
PageTables:       1436 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= 66044 MiB
End job on node16 at 2009-05-12 01:05:24