Trace number 1797909

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.08 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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:  31951                                                |
0.00/0.00	|  Number of clauses:    96161                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |   31803    95677   225678 |    31892        0    nan |  0.000 % |
0.05/0.09	|       101 |   31782    95677   225678 |    35081       91     12 |  1.017 % |
0.99/1.01	|       251 |   31403    93950   221571 |    38589      214     26 |  1.715 % |
2.28/2.39	|       477 |   31374    93845   221316 |    42448      438     30 |  1.806 % |
4.99/5.03	|       814 |   31374    93845   221316 |    46693      775     31 |  1.806 % |
7.99/8.05	|      1320 |   31371    93833   221280 |    51362     1280     33 |  1.815 % |
12.09/12.18	|      2079 |   31371    93833   221280 |    56499     2039     35 |  1.815 % |
22.08/22.13	|      3218 |   31371    93833   221280 |    62149     3178     40 |  1.815 % |
31.28/31.31	|      4926 |   31368    93821   221246 |    68364     4885     41 |  1.825 % |
52.27/52.34	|      7488 |   31362    93797   221174 |    75200     7445     37 |  1.843 % |
78.87/78.95	|     11332 |   31356    93771   221096 |    82720    11287     35 |  1.862 % |
132.65/132.75	|     17099 |   31356    93771   221096 |    90992    17054     35 |  1.862 % |
198.33/198.40	|     25748 |   31356    93771   221096 |   100091    25703     37 |  1.862 % |
308.40/308.50	|     38722 |   31356    93771   221096 |   110100    38677     38 |  1.862 % |
510.35/510.59	|     58183 |   31356    93771   221096 |   121111    58138     41 |  1.862 % |
805.07/805.38	|     87375 |   31356    93771   221096 |   133222    87330     37 |  1.862 % |

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

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


[startup+0 s]
/proc/loadavg: 1.12 1.08 1.00 3/64 707
/proc/meminfo: memFree=1973304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=2952 CPUtime=0
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 567 0 0 0 0 0 0 0 20 0 1 0 236186480 3022848 552 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 738 556 58 171 0 564 0

[startup+0.0629899 s]
/proc/loadavg: 1.12 1.08 1.00 3/64 707
/proc/meminfo: memFree=1973304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8084 CPUtime=0.05
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1752 0 0 0 5 0 0 0 20 0 1 0 236186480 8278016 1737 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2021 1738 75 171 0 1847 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8084

[startup+0.101995 s]
/proc/loadavg: 1.12 1.08 1.00 3/64 707
/proc/meminfo: memFree=1973304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8376 CPUtime=0.09
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1812 0 0 0 9 0 0 0 20 0 1 0 236186480 8577024 1797 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2094 1797 77 171 0 1920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8376

[startup+0.302018 s]
/proc/loadavg: 1.12 1.08 1.00 3/64 707
/proc/meminfo: memFree=1973304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8376 CPUtime=0.29
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1821 0 0 0 29 0 0 0 22 0 1 0 236186480 8577024 1806 1992294400 134512640 135213614 4294956256 18446744073709551615 134536507 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2094 1806 77 171 0 1920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8376

[startup+0.701065 s]
/proc/loadavg: 1.12 1.08 1.00 3/64 707
/proc/meminfo: memFree=1973304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8376 CPUtime=0.68
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1826 0 0 0 68 0 0 0 25 0 1 0 236186480 8577024 1811 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2094 1811 77 171 0 1920 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8376

[startup+1.50116 s]
/proc/loadavg: 1.12 1.08 1.00 2/65 708
/proc/meminfo: memFree=1966320/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8376 CPUtime=1.48
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1826 0 0 0 148 0 0 0 25 0 1 0 236186480 8577024 1811 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2094 1811 77 171 0 1920 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8376

[startup+3.10135 s]
/proc/loadavg: 1.12 1.08 1.00 2/65 708
/proc/meminfo: memFree=1966192/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8508 CPUtime=3.09
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1837 0 0 0 308 1 0 0 25 0 1 0 236186480 8712192 1822 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2127 1822 77 171 0 1953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8508

[startup+6.30172 s]
/proc/loadavg: 1.11 1.08 1.00 2/65 708
/proc/meminfo: memFree=1966008/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8508 CPUtime=6.29
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1858 0 0 0 628 1 0 0 25 0 1 0 236186480 8712192 1843 1992294400 134512640 135213614 4294956256 18446744073709551615 134536168 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2127 1843 77 171 0 1953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8508

[startup+12.7015 s]
/proc/loadavg: 1.10 1.07 1.00 2/65 708
/proc/meminfo: memFree=1965688/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=8772 CPUtime=12.69
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 1911 0 0 0 1268 1 0 0 25 0 1 0 236186480 8982528 1896 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2193 1896 77 171 0 2019 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8772

[startup+25.502 s]
/proc/loadavg: 1.08 1.07 1.00 2/65 708
/proc/meminfo: memFree=1965304/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=9172 CPUtime=25.48
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 2014 0 0 0 2547 1 0 0 25 0 1 0 236186480 9392128 1999 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2293 1999 77 171 0 2119 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9172

[startup+51.102 s]
/proc/loadavg: 1.05 1.06 1.00 2/65 708
/proc/meminfo: memFree=1964664/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=9832 CPUtime=51.07
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 2170 0 0 0 5106 1 0 0 25 0 1 0 236186480 10067968 2155 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2458 2155 77 171 0 2284 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9832

[startup+102.306 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 708
/proc/meminfo: memFree=1963448/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=10924 CPUtime=102.26
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 2463 0 0 0 10224 2 0 0 25 0 1 0 236186480 11186176 2448 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 2731 2448 77 171 0 2557 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10924

[startup+162.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 710
/proc/meminfo: memFree=1962168/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=12152 CPUtime=162.25
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 2770 0 0 0 16222 3 0 0 25 0 1 0 236186480 12443648 2755 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 3038 2755 77 171 0 2864 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12152

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 710
/proc/meminfo: memFree=1960568/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=13836 CPUtime=222.22
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 3169 0 0 0 22219 3 0 0 25 0 1 0 236186480 14168064 3154 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 3459 3154 77 171 0 3285 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 13836

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 710
/proc/meminfo: memFree=1958840/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=15556 CPUtime=282.21
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 3604 0 0 0 28217 4 0 0 25 0 1 0 236186480 15929344 3589 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 3889 3589 77 171 0 3715 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15556

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 710
/proc/meminfo: memFree=1957624/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=16900 CPUtime=342.2
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 3910 0 0 0 34215 5 0 0 25 0 1 0 236186480 17305600 3895 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 4225 3895 77 171 0 4051 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16900

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 710
/proc/meminfo: memFree=1956280/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=18220 CPUtime=402.18
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 4241 0 0 0 40213 5 0 0 25 0 1 0 236186480 18657280 4226 1992294400 134512640 135213614 4294956256 18446744073709551615 134526745 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 4555 4226 77 171 0 4381 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18220

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1954936/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=19424 CPUtime=462.17
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 4568 0 0 0 46211 6 0 0 25 0 1 0 236186480 19890176 4553 1992294400 134512640 135213614 4294956256 18446744073709551615 134526662 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 4856 4553 77 171 0 4682 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19424

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1953720/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=20676 CPUtime=522.15
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 4867 0 0 0 52209 6 0 0 25 0 1 0 236186480 21172224 4852 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 5169 4852 77 171 0 4995 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 20676

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1952888/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=21588 CPUtime=582.13
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 5074 0 0 0 58207 6 0 0 25 0 1 0 236186480 22106112 5059 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 5397 5059 77 171 0 5223 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21588

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1951864/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=22544 CPUtime=642.12
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 5317 0 0 0 64205 7 0 0 25 0 1 0 236186480 23085056 5302 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 5636 5302 77 171 0 5462 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22544

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1950968/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=23336 CPUtime=702.1
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 5520 0 0 0 70203 7 0 0 25 0 1 0 236186480 23896064 5505 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 5834 5505 77 171 0 5660 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 23336

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1949688/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=24580 CPUtime=762.08
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 5820 0 0 0 76201 7 0 0 25 0 1 0 236186480 25169920 5805 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 6145 5805 77 171 0 5971 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 24580

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1948472/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=25788 CPUtime=822.07
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 6130 0 0 0 82199 8 0 0 25 0 1 0 236186480 26406912 6115 1992294400 134512640 135213614 4294956256 18446744073709551615 134536116 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 6447 6115 77 171 0 6273 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 25788

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1947384/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=27004 CPUtime=882.05
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 6394 0 0 0 88197 8 0 0 25 0 1 0 236186480 27652096 6379 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 6751 6379 77 171 0 6577 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 27004

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1946424/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=27984 CPUtime=942.03
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 6636 0 0 0 94195 8 0 0 25 0 1 0 236186480 28655616 6621 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 6996 6621 77 171 0 6822 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 27984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1945656/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=28816 CPUtime=1002.02
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 6830 0 0 0 100193 9 0 0 25 0 1 0 236186480 29507584 6815 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 7204 6815 77 171 0 7030 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 28816

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1944632/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=29640 CPUtime=1062
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 7060 0 0 0 106191 9 0 0 25 0 1 0 236186480 30351360 7045 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 7410 7045 77 171 0 7236 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 29640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1943864/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=30512 CPUtime=1121.98
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 7249 0 0 0 112189 9 0 0 25 0 1 0 236186480 31244288 7234 1992294400 134512640 135213614 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 7628 7234 77 171 0 7454 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 30512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1943032/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=31172 CPUtime=1181.97
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 7440 0 0 0 118188 9 0 0 25 0 1 0 236186480 31920128 7425 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 7793 7425 77 171 0 7619 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 31172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 710
/proc/meminfo: memFree=1942840/2055920 swapFree=4181204/4192956
[pid=707] ppid=705 vsize=31436 CPUtime=1200.07
/proc/707/stat : 707 (minisat_static) R 705 707 358 0 -1 4194304 7495 0 0 0 119998 9 0 0 25 0 1 0 236186480 32190464 7480 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/707/statm: 7859 7480 77 171 0 7685 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 31436

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.102984
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 31436

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

runsolver used 0.942856 second user time and 2.54361 second system time

The end

Launcher Data

Begin job on node53 at 2009-05-12 00:39:45
IDJOB=1797909
IDBENCH=70849
IDSOLVER=651
FILE ID=node53/1797909-1242081584
PBS_JOBID= 9277609
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1297168873

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1973784 kB
Buffers:          3892 kB
Cached:          31236 kB
SwapCached:       5536 kB
Active:          19692 kB
Inactive:        23332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1973784 kB
SwapTotal:     4192956 kB
SwapFree:      4181204 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            25188 kB
Committed_AS:   705564 kB
PageTables:       1380 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= 66300 MiB
End job on node53 at 2009-05-12 00:59:47