Trace number 1807326

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.07 1200.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes2.cnf
MD5SUM940c3065d47a27ab24578a138a8ab3c0
Bench CategoryCRAFTED (crafted 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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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:  945                                                  |
0.00/0.00	|  Number of clauses:    61409                                                |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     945    61409   123673 |    20469        0    nan |  0.000 % |
0.00/0.03	|       101 |     945    61409   123673 |    22516      101    119 |  0.000 % |
0.00/0.04	|       252 |     945    61409   123673 |    24768      252    131 |  0.000 % |
0.00/0.06	|       479 |     945    61409   123673 |    27245      479    140 |  0.000 % |
0.06/0.08	|       816 |     945    61409   123673 |    29969      816    134 |  0.000 % |
0.09/0.14	|      1322 |     945    61409   123673 |    32966     1322    141 |  0.000 % |
0.19/0.21	|      2081 |     945    61409   123673 |    36263     2081    138 |  0.000 % |
0.29/0.35	|      3221 |     945    61409   123673 |    39889     3221    132 |  0.000 % |
0.59/0.64	|      4929 |     945    61409   123673 |    43878     4929    144 |  0.000 % |
1.19/1.24	|      7491 |     945    61409   123673 |    48266     7491    138 |  0.000 % |
2.39/2.42	|     11335 |     945    61409   123673 |    53093    11335    139 |  0.000 % |
5.29/5.33	|     17102 |     945    61409   123673 |    58402    17102    140 |  0.000 % |
11.89/11.96	|     25754 |     945    61409   123673 |    64242    25754    138 |  0.000 % |
20.58/20.61	|     38729 |     945    61409   123673 |    70666    38729    133 |  0.000 % |
55.27/55.30	|     58192 |     945    61409   123673 |    77733    58192    127 |  0.000 % |
111.96/112.10	|     87386 |     945    61409   123673 |    85506    25596    108 |  0.000 % |
168.15/168.26	|    131175 |     945    61409   123673 |    94057    69385    130 |  0.000 % |
300.00/300.12	|    196859 |     945    61409   123673 |   103463    60251    135 |  0.000 % |
519.64/519.83	|    295387 |     945    61409   123673 |   113809    77538    131 |  0.000 % |
906.53/906.88	|    443179 |     945    61409   123673 |   125190    40028    117 |  0.000 % |

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-1807326-1242156925/watcher-1807326-1242156925 -o /tmp/evaluation-result-1807326-1242156925/solver-1807326-1242156925 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807326-1242156925.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.94 3/64 6771
/proc/meminfo: memFree=1203480/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=2160 CPUtime=0
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 343 0 0 0 0 0 0 0 20 0 1 0 243718703 2211840 328 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 540 329 58 171 0 366 0

[startup+0.071112 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 6771
/proc/meminfo: memFree=1203480/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=4608 CPUtime=0.06
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 963 0 0 0 6 0 0 0 20 0 1 0 243718703 4718592 948 1992294400 134512640 135213614 4294956256 18446744073709551615 134536720 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 1152 948 78 171 0 978 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4608

[startup+0.102116 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 6771
/proc/meminfo: memFree=1203480/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=4740 CPUtime=0.09
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 1019 0 0 0 9 0 0 0 20 0 1 0 243718703 4853760 1004 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 1185 1004 78 171 0 1011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4740

[startup+0.301139 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 6771
/proc/meminfo: memFree=1203480/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=5928 CPUtime=0.29
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 1292 0 0 0 29 0 0 0 22 0 1 0 243718703 6070272 1277 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 1482 1277 78 171 0 1308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5928

[startup+0.701184 s]
/proc/loadavg: 0.99 0.98 0.94 3/64 6771
/proc/meminfo: memFree=1203480/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=7512 CPUtime=0.68
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 1696 0 0 0 68 0 0 0 25 0 1 0 243718703 7692288 1681 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 1878 1681 78 171 0 1704 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7512

[startup+1.50127 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1196368/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=9380 CPUtime=1.49
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 2170 0 0 0 148 1 0 0 25 0 1 0 243718703 9605120 2155 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 2345 2155 78 171 0 2171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9380

[startup+3.10146 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1193936/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=12220 CPUtime=3.09
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 2861 0 0 0 308 1 0 0 25 0 1 0 243718703 12513280 2846 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 3055 2846 78 171 0 2881 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12220

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1189520/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=15820 CPUtime=6.29
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 3771 0 0 0 627 2 0 0 25 0 1 0 243718703 16199680 3756 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 3955 3756 78 171 0 3781 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15820

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1184400/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=20308 CPUtime=12.69
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 4896 0 0 0 1266 3 0 0 25 0 1 0 243718703 20795392 4881 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 5077 4881 78 171 0 4903 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20308

[startup+25.503 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1175696/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=28800 CPUtime=25.48
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 6999 0 0 0 2544 4 0 0 25 0 1 0 243718703 29491200 6984 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 7200 6984 78 171 0 7026 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28800

[startup+51.1029 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1168464/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=36100 CPUtime=51.08
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 8806 0 0 0 5101 7 0 0 25 0 1 0 243718703 36966400 8791 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 9025 8791 78 171 0 8851 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36100

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1156816/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=47552 CPUtime=102.26
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 11671 0 0 0 10217 9 0 0 25 0 1 0 243718703 48693248 11656 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 11888 11656 78 171 0 11714 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47552

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1155856/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=48684 CPUtime=162.25
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 11916 0 0 0 16215 10 0 0 25 0 1 0 243718703 49852416 11901 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 12171 11901 78 171 0 11997 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 48684

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1143824/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=60720 CPUtime=222.23
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 14922 0 0 0 22210 13 0 0 25 0 1 0 243718703 62177280 14907 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 15180 14907 78 171 0 15006 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60720

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1141328/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=63456 CPUtime=282.21
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 15549 0 0 0 28208 13 0 0 25 0 1 0 243718703 64978944 15534 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 15864 15534 78 171 0 15690 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 63456

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1141136/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=63644 CPUtime=342.19
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 15594 0 0 0 34205 14 0 0 25 0 1 0 243718703 65171456 15579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 15911 15579 78 171 0 15737 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 63644

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6772
/proc/meminfo: memFree=1139728/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=65208 CPUtime=402.17
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 15956 0 0 0 40203 14 0 0 25 0 1 0 243718703 66772992 15941 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 16302 15941 78 171 0 16128 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 65208

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1132048/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=72848 CPUtime=462.15
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 17849 0 0 0 46199 16 0 0 25 0 1 0 243718703 74596352 17834 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 18212 17834 78 171 0 18038 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 72848

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1131984/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=73012 CPUtime=522.13
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 17877 0 0 0 52197 16 0 0 25 0 1 0 243718703 74764288 17862 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 18253 17862 78 171 0 18079 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 73012

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1130960/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=74044 CPUtime=582.12
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 18112 0 0 0 58196 16 0 0 25 0 1 0 243718703 75821056 18097 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 18511 18097 78 171 0 18337 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 74044

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1128144/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=77076 CPUtime=642.11
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 18830 0 0 0 64194 17 0 0 25 0 1 0 243718703 78925824 18815 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 19269 18815 78 171 0 19095 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 77076

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1125648/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=79452 CPUtime=702.08
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 19443 0 0 0 70191 17 0 0 25 0 1 0 243718703 81358848 19428 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 19863 19428 78 171 0 19689 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 79452

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1125648/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=79452 CPUtime=762.07
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 19443 0 0 0 76190 17 0 0 25 0 1 0 243718703 81358848 19428 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 19863 19428 78 171 0 19689 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 79452

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1125648/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=79452 CPUtime=822.05
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 19450 0 0 0 82188 17 0 0 25 0 1 0 243718703 81358848 19435 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 19863 19435 78 171 0 19689 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 79452

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1125200/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=79960 CPUtime=882.04
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 19549 0 0 0 88186 18 0 0 25 0 1 0 243718703 81879040 19534 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 19990 19534 78 171 0 19816 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 79960

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1124048/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=81268 CPUtime=942.01
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 19861 0 0 0 94183 18 0 0 25 0 1 0 243718703 83218432 19846 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 20317 19846 78 171 0 20143 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 81268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1122960/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=82336 CPUtime=1001.99
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 20113 0 0 0 100181 18 0 0 25 0 1 0 243718703 84312064 20098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 20584 20098 78 171 0 20410 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 82336

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1122640/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=82724 CPUtime=1061.98
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 20199 0 0 0 106180 18 0 0 25 0 1 0 243718703 84709376 20184 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 20681 20184 78 171 0 20507 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 82724

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1121936/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=83432 CPUtime=1121.97
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 20387 0 0 0 112178 19 0 0 25 0 1 0 243718703 85434368 20372 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 20858 20372 78 171 0 20684 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 83432

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1119184/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=86176 CPUtime=1181.94
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 21072 0 0 0 118175 19 0 0 25 0 1 0 243718703 88244224 21057 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 21544 21057 78 171 0 21370 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 86176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 6774
/proc/meminfo: memFree=1119056/2055920 swapFree=4178464/4192956
[pid=6771] ppid=6769 vsize=86352 CPUtime=1200.04
/proc/6771/stat : 6771 (minisat_static) R 6769 6771 6261 0 -1 4194304 21107 0 0 0 119985 19 0 0 25 0 1 0 243718703 88424448 21092 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6771/statm: 21588 21092 78 171 0 21414 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 86352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.07
CPU user time (s): 1199.86
CPU system time (s): 0.210967
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 86352

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

runsolver used 1.41978 second user time and 2.76858 second system time

The end

Launcher Data

Begin job on node63 at 2009-05-12 21:35:25
IDJOB=1807326
IDBENCH=71524
IDSOLVER=651
FILE ID=node63/1807326-1242156925
PBS_JOBID= 9289661
Free space on /tmp= 66124 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes2.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807326-1242156925/watcher-1807326-1242156925 -o /tmp/evaluation-result-1807326-1242156925/solver-1807326-1242156925 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807326-1242156925.cnf

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

MD5SUM BENCH= 940c3065d47a27ab24578a138a8ab3c0
RANDOM SEED=1800151091

node63.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.236
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.236
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:       1203960 kB
Buffers:         80680 kB
Cached:         682988 kB
SwapCached:       8676 kB
Active:         296148 kB
Inactive:       477808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203960 kB
SwapTotal:     4192956 kB
SwapFree:      4178464 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          14996 kB
Slab:            63808 kB
Committed_AS:   976964 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node63 at 2009-05-12 21:55:28