Trace number 1797965

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
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:  8527                                                 |
0.00/0.00	|  Number of clauses:    25484                                                |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |    8525    25480    59454 |     8493        0    nan |  0.000 % |
0.00/0.03	|       100 |    8525    25480    59454 |     9342      100     26 |  0.024 % |
0.19/0.28	|       250 |    8525    25480    59454 |    10276      250     50 |  0.023 % |
0.49/0.59	|       475 |    8525    25480    59454 |    11304      475     40 |  0.024 % |
1.00/1.07	|       812 |    8525    25480    59454 |    12435      812     43 |  0.024 % |
1.89/1.98	|      1319 |    8525    25480    59454 |    13678     1319     37 |  0.024 % |
3.30/3.35	|      2079 |    8525    25480    59454 |    15046     2079     34 |  0.024 % |
5.40/5.47	|      3219 |    8525    25480    59454 |    16551     3219     32 |  0.024 % |
8.59/8.70	|      4928 |    8525    25480    59454 |    18206     4928     30 |  0.024 % |
13.78/13.81	|      7490 |    8525    25480    59454 |    20026     7490     30 |  0.024 % |
21.48/21.53	|     11334 |    8525    25480    59454 |    22029    11334     29 |  0.024 % |
33.28/33.38	|     17101 |    8525    25480    59454 |    24232    17101     29 |  0.024 % |
53.58/53.65	|     25751 |    8525    25480    59454 |    26655    25751     28 |  0.024 % |
84.07/84.14	|     38726 |    8525    25480    59454 |    29321    21335     27 |  0.024 % |
117.25/117.31	|     58187 |    8525    25480    59454 |    32253    21330     31 |  0.024 % |
207.92/208.02	|     87380 |    8525    25480    59454 |    35478    28698     34 |  0.024 % |
327.99/328.11	|    131169 |    8525    25480    59454 |    39026    23277     24 |  0.024 % |
467.65/467.84	|    196854 |    8525    25480    59454 |    42929    34425     27 |  0.024 % |
767.47/767.75	|    295381 |    8525    25480    59454 |    47222    38625     24 |  0.024 % |

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-1797965-1242079305/watcher-1797965-1242079305 -o /tmp/evaluation-result-1797965-1242079305/solver-1797965-1242079305 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797965-1242079305.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.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1974056/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=2312 CPUtime=0
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 235963169 2367488 258 1992294400 134512640 135213614 4294956256 18446744073709551615 134724648 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 578 258 58 171 0 404 0

[startup+0.0787729 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1974056/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3536 CPUtime=0.07
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 600 0 0 0 7 0 0 0 18 0 1 0 235963169 3620864 585 1992294400 134512640 135213614 4294956256 18446744073709551615 134539013 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 884 585 78 171 0 710 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3536

[startup+0.102775 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1974056/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3536 CPUtime=0.09
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 600 0 0 0 9 0 0 0 18 0 1 0 235963169 3620864 585 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 884 585 78 171 0 710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3536

[startup+0.302798 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1974056/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3536 CPUtime=0.29
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 609 0 0 0 29 0 0 0 19 0 1 0 235963169 3620864 594 1992294400 134512640 135213614 4294956256 18446744073709551615 134529476 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 884 594 78 171 0 710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3536

[startup+0.702853 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1974056/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3668 CPUtime=0.69
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 626 0 0 0 69 0 0 0 22 0 1 0 235963169 3756032 611 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 917 611 78 171 0 743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3668

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1971872/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3668 CPUtime=1.49
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 649 0 0 0 149 0 0 0 25 0 1 0 235963169 3756032 634 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 917 634 78 171 0 743 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3668

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1971616/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=3932 CPUtime=3.09
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 687 0 0 0 309 0 0 0 25 0 1 0 235963169 4026368 672 1992294400 134512640 135213614 4294956256 18446744073709551615 134536687 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 983 672 78 171 0 809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3932

[startup+6.30151 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1971232/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=4196 CPUtime=6.29
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 760 0 0 0 629 0 0 0 25 0 1 0 235963169 4296704 745 1992294400 134512640 135213614 4294956256 18446744073709551615 134537578 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 1049 745 78 171 0 875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4196

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1970912/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=4728 CPUtime=12.69
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 898 0 0 0 1269 0 0 0 25 0 1 0 235963169 4841472 883 1992294400 134512640 135213614 4294956256 18446744073709551615 134536216 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 1182 883 78 171 0 1008 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4728

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1970080/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=5792 CPUtime=25.49
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 1171 0 0 0 2548 1 0 0 25 0 1 0 235963169 5931008 1156 1992294400 134512640 135213614 4294956256 18446744073709551615 134536501 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 1448 1156 78 171 0 1274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5792

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1968096/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=7928 CPUtime=51.08
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 1668 0 0 0 5107 1 0 0 25 0 1 0 235963169 8118272 1653 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 1982 1653 78 171 0 1808 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7928

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1966688/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=9556 CPUtime=102.26
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2037 0 0 0 10225 1 0 0 25 0 1 0 235963169 9785344 2022 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 2389 2022 78 171 0 2215 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9556

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1965280/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=10824 CPUtime=162.24
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2376 0 0 0 16223 1 0 0 25 0 1 0 235963169 11083776 2361 1992294400 134512640 135213614 4294956256 18446744073709551615 134536778 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 2706 2361 78 171 0 2532 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10824

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1965024/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=11104 CPUtime=222.23
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2431 0 0 0 22221 2 0 0 25 0 1 0 235963169 11370496 2416 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 2776 2416 78 171 0 2602 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11104

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1964448/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=11704 CPUtime=282.21
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2566 0 0 0 28219 2 0 0 25 0 1 0 235963169 11984896 2551 1992294400 134512640 135213614 4294956256 18446744073709551615 134537534 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 2926 2551 78 171 0 2752 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11704

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1964320/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=11704 CPUtime=342.19
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2599 0 0 0 34217 2 0 0 25 0 1 0 235963169 11984896 2584 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 2926 2584 78 171 0 2752 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 11704

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1964064/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=12000 CPUtime=402.17
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2644 0 0 0 40215 2 0 0 25 0 1 0 235963169 12288000 2629 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3000 2629 78 171 0 2826 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12000

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1963552/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=12572 CPUtime=462.16
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2772 0 0 0 46213 3 0 0 25 0 1 0 235963169 12873728 2757 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3143 2757 78 171 0 2969 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 12572

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1962848/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=13284 CPUtime=522.14
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2938 0 0 0 52211 3 0 0 25 0 1 0 235963169 13602816 2923 1992294400 134512640 135213614 4294956256 18446744073709551615 134536233 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3321 2923 78 171 0 3147 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 13284

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1962784/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=13500 CPUtime=582.12
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 2957 0 0 0 58209 3 0 0 25 0 1 0 235963169 13824000 2942 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3375 2942 78 171 0 3201 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 13500

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1962464/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=13664 CPUtime=642.1
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 3023 0 0 0 64207 3 0 0 25 0 1 0 235963169 13991936 3008 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3416 3008 78 171 0 3242 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 13664

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1962400/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=13664 CPUtime=702.08
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 3023 0 0 0 70205 3 0 0 25 0 1 0 235963169 13991936 3008 1992294400 134512640 135213614 4294956256 18446744073709551615 134529569 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3416 3008 78 171 0 3242 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 13664

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1962400/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=13664 CPUtime=762.07
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 3023 0 0 0 76203 4 0 0 25 0 1 0 235963169 13991936 3008 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3416 3008 78 171 0 3242 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13664

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1960608/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=15620 CPUtime=822.05
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 3464 0 0 0 82201 4 0 0 25 0 1 0 235963169 15994880 3449 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 3905 3449 78 171 0 3731 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 15620

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1957280/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=18792 CPUtime=882.03
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 4276 0 0 0 88197 6 0 0 25 0 1 0 235963169 19243008 4261 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 4698 4261 78 171 0 4524 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 18792

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1953632/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=22408 CPUtime=942.01
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5180 0 0 0 94195 6 0 0 25 0 1 0 235963169 22945792 5165 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5602 5165 78 171 0 5428 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 22408

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1953632/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=22408 CPUtime=1002
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5181 0 0 0 100193 7 0 0 25 0 1 0 235963169 22945792 5166 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5602 5166 78 171 0 5428 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 22408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1952608/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=23464 CPUtime=1061.97
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5423 0 0 0 106190 7 0 0 25 0 1 0 235963169 24027136 5408 1992294400 134512640 135213614 4294956256 18446744073709551615 134526694 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5866 5408 78 171 0 5692 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 23464

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1952544/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=23464 CPUtime=1121.95
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5425 0 0 0 112188 7 0 0 25 0 1 0 235963169 24027136 5410 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5866 5410 78 171 0 5692 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 23464

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1952544/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=23404 CPUtime=1181.94
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5429 0 0 0 118186 8 0 0 25 0 1 0 235963169 23965696 5414 1992294400 134512640 135213614 4294956256 18446744073709551615 134538954 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5851 5414 78 171 0 5677 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 23404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1952544/2055920 swapFree=4178732/4192956
[pid=29666] ppid=29664 vsize=23404 CPUtime=1200.04
/proc/29666/stat : 29666 (minisat_static) R 29664 29666 29313 0 -1 4194304 5429 0 0 0 119996 8 0 0 25 0 1 0 235963169 23965696 5414 1992294400 134512640 135213614 4294956256 18446744073709551615 134536581 0 0 4096 3 0 0 0 17 1 0 0
/proc/29666/statm: 5851 5414 78 171 0 5677 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 23404

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.05
CPU user time (s): 1199.97
CPU system time (s): 0.086986
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 23464

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

runsolver used 0.874867 second user time and 2.48362 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-12 00:01:45
IDJOB=1797965
IDBENCH=70775
IDSOLVER=651
FILE ID=node33/1797965-1242079305
PBS_JOBID= 9277654
Free space on /tmp= 66224 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797965-1242079305/watcher-1797965-1242079305 -o /tmp/evaluation-result-1797965-1242079305/solver-1797965-1242079305 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797965-1242079305.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1833577276

node33.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.212
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.212
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:       1975304 kB
Buffers:          1160 kB
Cached:          15432 kB
SwapCached:       8024 kB
Active:          18832 kB
Inactive:         7628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1975304 kB
SwapTotal:     4192956 kB
SwapFree:      4178732 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          14104 kB
Slab:            40180 kB
Committed_AS:   776504 kB
PageTables:       1396 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= 66220 MiB
End job on node33 at 2009-05-12 00:21:48