Trace number 1797912

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.11 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
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 variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
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:  32312                                                |
0.00/0.00	|  Number of clauses:    97285                                                |
0.04/0.06	|  Parsing time:         0.05         s                                       |
0.04/0.06	============================[ Search Statistics ]==============================
0.04/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.06	===============================================================================
0.04/0.06	|         0 |   32217    97029   228983 |    32343        0    nan |  0.000 % |
0.09/0.10	|       100 |   32172    97029   228983 |    35577       88     66 |  0.504 % |
0.29/0.38	|       250 |   31788    95251   224715 |    39135      167     24 |  1.622 % |
1.88/1.99	|       477 |   31750    95085   224316 |    43048      391     32 |  1.739 % |
4.69/4.79	|       814 |   31747    95073   224284 |    47353      727     32 |  1.749 % |
8.29/8.33	|      1320 |   31744    95061   224252 |    52088     1232     34 |  1.758 % |
14.38/14.40	|      2080 |   31744    95061   224252 |    57297     1992     33 |  1.758 % |
22.78/22.86	|      3220 |   31735    95015   224114 |    63027     3129     34 |  1.786 % |
38.27/38.30	|      4928 |   31735    95015   224114 |    69330     4837     33 |  1.786 % |
59.47/59.55	|      7490 |   31735    95015   224114 |    76263     7399     34 |  1.786 % |
88.26/88.39	|     11334 |   31735    95015   224114 |    83889    11243     35 |  1.786 % |
131.74/131.84	|     17101 |   31723    94965   223964 |    92278    17006     37 |  1.823 % |
207.42/207.55	|     25750 |   31720    94953   223928 |   101506    25654     40 |  1.832 % |
325.48/325.69	|     38724 |   31720    94953   223928 |   111656    38628     38 |  1.832 % |
524.01/524.25	|     58185 |   31717    94941   223892 |   122822    58088     36 |  1.841 % |
839.91/840.23	|     87378 |   31717    94941   223892 |   135104    87281     39 |  1.841 % |

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-1797912-1242081498/watcher-1797912-1242081498 -o /tmp/evaluation-result-1797912-1242081498/solver-1797912-1242081498 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797912-1242081498.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 20053
/proc/meminfo: memFree=1531696/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=2812 CPUtime=0
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 236183975 2879488 518 1992294400 134512640 135213614 4294956256 18446744073709551615 134720224 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 703 526 58 171 0 529 0

[startup+0.0548169 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20053
/proc/meminfo: memFree=1531696/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=7644 CPUtime=0.04
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1646 0 0 0 4 0 0 0 18 0 1 0 236183975 7827456 1631 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 1911 1632 58 171 0 1737 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7644

[startup+0.101824 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20053
/proc/meminfo: memFree=1531696/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8360 CPUtime=0.09
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1802 0 0 0 9 0 0 0 18 0 1 0 236183975 8560640 1787 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2090 1787 75 171 0 1916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8360

[startup+0.30186 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20053
/proc/meminfo: memFree=1531696/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8524 CPUtime=0.29
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1869 0 0 0 29 0 0 0 19 0 1 0 236183975 8728576 1854 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2131 1854 78 171 0 1957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8524

[startup+0.701932 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20053
/proc/meminfo: memFree=1531696/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8524 CPUtime=0.69
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1869 0 0 0 69 0 0 0 22 0 1 0 236183975 8728576 1854 1992294400 134512640 135213614 4294956256 18446744073709551615 134526680 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2131 1854 78 171 0 1957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8524

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1524584/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8524 CPUtime=1.48
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1869 0 0 0 148 0 0 0 25 0 1 0 236183975 8728576 1854 1992294400 134512640 135213614 4294956256 18446744073709551615 134537522 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2131 1854 78 171 0 1957 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8524

[startup+3.10137 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1524456/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8524 CPUtime=3.08
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1869 0 0 0 308 0 0 0 25 0 1 0 236183975 8728576 1854 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2131 1854 78 171 0 1957 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8524

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1524336/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8524 CPUtime=6.29
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1870 0 0 0 628 1 0 0 25 0 1 0 236183975 8728576 1855 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2131 1855 78 171 0 1957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8524

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1524144/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=8788 CPUtime=12.68
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1909 0 0 0 1267 1 0 0 25 0 1 0 236183975 8998912 1894 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2197 1894 78 171 0 2023 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8788

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1523824/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=9052 CPUtime=25.48
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 1990 0 0 0 2547 1 0 0 25 0 1 0 236183975 9269248 1975 1992294400 134512640 135213614 4294956256 18446744073709551615 134536518 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2263 1975 78 171 0 2089 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9052

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1523376/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=9580 CPUtime=51.07
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 2125 0 0 0 5105 2 0 0 25 0 1 0 236183975 9809920 2110 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2395 2110 78 171 0 2221 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9580

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20054
/proc/meminfo: memFree=1521904/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=11124 CPUtime=102.26
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 2500 0 0 0 10223 3 0 0 25 0 1 0 236183975 11390976 2485 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 2781 2485 78 171 0 2607 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11124

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1520112/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=12716 CPUtime=162.23
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 2883 0 0 0 16220 3 0 0 25 0 1 0 236183975 13021184 2868 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 3179 2868 78 171 0 3005 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12716

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1518832/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=14044 CPUtime=222.21
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 3221 0 0 0 22217 4 0 0 25 0 1 0 236183975 14381056 3206 1992294400 134512640 135213614 4294956256 18446744073709551615 134536736 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 3511 3206 78 171 0 3337 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14044

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1517744/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=15192 CPUtime=282.19
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 3513 0 0 0 28214 5 0 0 25 0 1 0 236183975 15556608 3498 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 3798 3498 78 171 0 3624 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 15192

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1516592/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=16440 CPUtime=342.18
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 3797 0 0 0 34212 6 0 0 25 0 1 0 236183975 16834560 3782 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 4110 3782 78 171 0 3936 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 16440

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1515568/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=17488 CPUtime=402.15
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 4056 0 0 0 40209 6 0 0 25 0 1 0 236183975 17907712 4041 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 4372 4041 78 171 0 4198 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 17488

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1514352/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=18728 CPUtime=462.14
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 4342 0 0 0 46207 7 0 0 25 0 1 0 236183975 19177472 4327 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 4682 4327 78 171 0 4508 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 18728

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1513520/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=19740 CPUtime=522.11
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 4596 0 0 0 52204 7 0 0 25 0 1 0 236183975 20213760 4581 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 4935 4581 78 171 0 4761 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 19740

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1512048/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=21396 CPUtime=582.1
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 4968 0 0 0 58202 8 0 0 25 0 1 0 236183975 21909504 4953 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 5349 4953 78 171 0 5175 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 21396

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1510448/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=23040 CPUtime=642.07
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 5363 0 0 0 64199 8 0 0 25 0 1 0 236183975 23592960 5348 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 5760 5348 78 171 0 5586 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 23040

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1509360/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=24056 CPUtime=702.05
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 5634 0 0 0 70196 9 0 0 25 0 1 0 236183975 24633344 5619 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 6014 5619 78 171 0 5840 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 24056

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1508208/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=25112 CPUtime=762.03
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 5909 0 0 0 76194 9 0 0 25 0 1 0 236183975 25714688 5894 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 6278 5894 78 171 0 6104 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 25112

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1507056/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=26300 CPUtime=822.01
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 6189 0 0 0 82191 10 0 0 25 0 1 0 236183975 26931200 6174 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 6575 6174 78 171 0 6401 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 26300

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1505904/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=27332 CPUtime=881.99
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 6479 0 0 0 88188 11 0 0 25 0 1 0 236183975 27987968 6464 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 6833 6464 78 171 0 6659 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 27332

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1504624/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=28812 CPUtime=941.98
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 6794 0 0 0 94186 12 0 0 25 0 1 0 236183975 29503488 6779 1992294400 134512640 135213614 4294956256 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 7203 6779 78 171 0 7029 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 28812

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1503216/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=30200 CPUtime=1001.95
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 7135 0 0 0 100183 12 0 0 25 0 1 0 236183975 30924800 7120 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 7550 7120 78 171 0 7376 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 30200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1502256/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=31256 CPUtime=1061.93
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 7399 0 0 0 106180 13 0 0 25 0 1 0 236183975 32006144 7384 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 7814 7384 78 171 0 7640 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 31256

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1501232/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=32312 CPUtime=1121.91
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 7654 0 0 0 112178 13 0 0 25 0 1 0 236183975 33087488 7639 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 8078 7639 78 171 0 7904 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 32312

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1500016/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=33368 CPUtime=1181.89
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 7957 0 0 0 118175 14 0 0 25 0 1 0 236183975 34168832 7942 1992294400 134512640 135213614 4294956256 18446744073709551615 134526708 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 8342 7942 78 171 0 8168 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 33368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1499568/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=33844 CPUtime=1200.09
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 8061 0 0 0 119994 15 0 0 25 0 1 0 236183975 34656256 8046 1992294400 134512640 135213614 4294956256 18446744073709551615 134536088 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 8461 8046 78 171 0 8287 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 33844

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20056
/proc/meminfo: memFree=1499568/2055920 swapFree=4168304/4192956
[pid=20053] ppid=20051 vsize=33844 CPUtime=1200.09
/proc/20053/stat : 20053 (minisat_static) R 20051 20053 19698 0 -1 4194304 8061 0 0 0 119994 15 0 0 25 0 1 0 236183975 34656256 8046 1992294400 134512640 135213614 4294956256 18446744073709551615 134536088 0 0 4096 3 0 0 0 17 1 0 0
/proc/20053/statm: 8461 8046 78 171 0 8287 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 33844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1199.95
CPU system time (s): 0.156976
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 33844

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

runsolver used 0.777881 second user time and 2.58861 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-12 00:38:19
IDJOB=1797912
IDBENCH=70843
IDSOLVER=651
FILE ID=node2/1797912-1242081498
PBS_JOBID= 9277658
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=1342387551

node2.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.265
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.265
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:       1532176 kB
Buffers:         71368 kB
Cached:         349232 kB
SwapCached:      18952 kB
Active:         162324 kB
Inactive:       279580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532176 kB
SwapTotal:     4192956 kB
SwapFree:      4168304 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            67784 kB
Committed_AS:  1043492 kB
PageTables:       1480 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= 66372 MiB
End job on node2 at 2009-05-12 00:58:21