Trace number 1807347

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
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.02/0.03	|       101 |     945    61409   123673 |    22516      101    178 |  0.000 % |
0.02/0.04	|       251 |     945    61409   123673 |    24768      251    143 |  0.000 % |
0.02/0.06	|       477 |     945    61409   123673 |    27245      477    151 |  0.000 % |
0.02/0.09	|       815 |     945    61409   123673 |    29969      815    142 |  0.000 % |
0.09/0.14	|      1321 |     945    61409   123673 |    32966     1321    141 |  0.000 % |
0.19/0.22	|      2082 |     945    61409   123673 |    36263     2082    142 |  0.000 % |
0.29/0.38	|      3223 |     945    61409   123673 |    39889     3223    143 |  0.000 % |
0.69/0.70	|      4933 |     945    61409   123673 |    43878     4933    149 |  0.000 % |
1.29/1.37	|      7495 |     945    61409   123673 |    48266     7495    147 |  0.000 % |
2.69/2.71	|     11340 |     945    61409   123673 |    53093    11340    145 |  0.000 % |
5.59/5.69	|     17106 |     945    61409   123673 |    58402    17106    146 |  0.000 % |
13.19/13.25	|     25757 |     945    61409   123673 |    64242    25757    144 |  0.000 % |
27.58/27.65	|     38732 |     945    61409   123673 |    70666    38732    140 |  0.000 % |
63.27/63.38	|     58194 |     945    61409   123673 |    77733    58194    138 |  0.000 % |
134.25/134.33	|     87389 |     945    61409   123673 |    85506    27886    114 |  0.000 % |
220.03/220.16	|    131179 |     945    61409   123673 |    94057    71676    117 |  0.000 % |
328.20/328.38	|    196864 |     945    61409   123673 |   103463    61047    118 |  0.000 % |
470.46/470.68	|    295393 |     945    61409   123673 |   113809    76394    117 |  0.000 % |
845.67/845.99	|    443185 |     945    61409   123673 |   125190    38054    129 |  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-1807347-1242157391/watcher-1807347-1242157391 -o /tmp/evaluation-result-1807347-1242157391/solver-1807347-1242157391 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807347-1242157391.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.91 0.98 0.98 3/64 18669
/proc/meminfo: memFree=993936/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=2160 CPUtime=0
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 243766690 2211840 323 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 540 323 58 171 0 366 0

[startup+0.0300711 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 18669
/proc/meminfo: memFree=993936/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=4212 CPUtime=0.02
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 879 0 0 0 2 0 0 0 18 0 1 0 243766690 4313088 864 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 1053 865 75 171 0 879 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4212

[startup+0.10208 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 18669
/proc/meminfo: memFree=993936/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=4740 CPUtime=0.09
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 1012 0 0 0 9 0 0 0 18 0 1 0 243766690 4853760 997 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 1185 997 78 171 0 1011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4740

[startup+0.301101 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 18669
/proc/meminfo: memFree=993936/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=5796 CPUtime=0.29
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 1285 0 0 0 29 0 0 0 19 0 1 0 243766690 5935104 1270 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 1449 1270 78 171 0 1275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5796

[startup+0.702147 s]
/proc/loadavg: 0.91 0.98 0.98 3/64 18669
/proc/meminfo: memFree=993936/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=7380 CPUtime=0.69
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 1682 0 0 0 69 0 0 0 22 0 1 0 243766690 7557120 1667 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 1845 1667 78 171 0 1671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7380

[startup+1.50124 s]
/proc/loadavg: 0.91 0.98 0.98 2/65 18670
/proc/meminfo: memFree=986696/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=9360 CPUtime=1.49
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 2175 0 0 0 148 1 0 0 25 0 1 0 243766690 9584640 2160 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 2340 2160 78 171 0 2166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9360

[startup+3.10142 s]
/proc/loadavg: 0.91 0.98 0.98 2/65 18670
/proc/meminfo: memFree=984264/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=12132 CPUtime=3.09
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 2861 0 0 0 307 2 0 0 25 0 1 0 243766690 12423168 2846 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 3033 2846 78 171 0 2859 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12132

[startup+6.30178 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 18670
/proc/meminfo: memFree=979784/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=15964 CPUtime=6.29
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 3805 0 0 0 627 2 0 0 25 0 1 0 243766690 16347136 3790 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 3991 3790 78 171 0 3817 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15964

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 18670
/proc/meminfo: memFree=974800/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=20468 CPUtime=12.69
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 4932 0 0 0 1266 3 0 0 25 0 1 0 243766690 20959232 4917 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 5117 4917 78 171 0 4943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20468

[startup+25.5019 s]
/proc/loadavg: 0.94 0.98 0.98 2/65 18670
/proc/meminfo: memFree=967504/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=27384 CPUtime=25.48
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 6663 0 0 0 2542 6 0 0 25 0 1 0 243766690 28041216 6648 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 6846 6648 78 171 0 6672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27384

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.98 2/65 18670
/proc/meminfo: memFree=958992/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=36084 CPUtime=51.07
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 8804 0 0 0 5099 8 0 0 25 0 1 0 243766690 36950016 8789 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 9021 8789 78 171 0 8847 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36084

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 18670
/proc/meminfo: memFree=946704/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=48300 CPUtime=102.26
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 11832 0 0 0 10215 11 0 0 25 0 1 0 243766690 49459200 11817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 12075 11817 78 171 0 11901 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48300

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=942672/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=52308 CPUtime=162.25
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 12840 0 0 0 16213 12 0 0 25 0 1 0 243766690 53563392 12825 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 13077 12825 78 171 0 12903 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52308

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=941840/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=53168 CPUtime=222.23
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 13039 0 0 0 22211 12 0 0 25 0 1 0 243766690 54444032 13024 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 13292 13024 78 171 0 13118 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53168

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=936272/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=58984 CPUtime=282.21
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 14428 0 0 0 28207 14 0 0 25 0 1 0 243766690 60399616 14413 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 14746 14413 78 171 0 14572 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58984

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=936272/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=58984 CPUtime=342.19
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 14428 0 0 0 34205 14 0 0 25 0 1 0 243766690 60399616 14413 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 14746 14413 78 171 0 14572 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 58984

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=931728/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=63756 CPUtime=402.19
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 15601 0 0 0 40203 16 0 0 25 0 1 0 243766690 65286144 15586 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 15939 15586 78 171 0 15765 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 63756

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=929424/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=66068 CPUtime=462.16
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 16150 0 0 0 46200 16 0 0 25 0 1 0 243766690 67653632 16135 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 16517 16135 78 171 0 16343 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 66068

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=926544/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=69348 CPUtime=522.15
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 16955 0 0 0 52198 17 0 0 25 0 1 0 243766690 71012352 16940 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 17337 16940 78 171 0 17163 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 69348

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=917840/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=77700 CPUtime=582.14
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 19045 0 0 0 58195 19 0 0 25 0 1 0 243766690 79564800 19030 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 19425 19030 78 171 0 19251 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 77700

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=917840/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=77700 CPUtime=642.13
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 19046 0 0 0 64194 19 0 0 25 0 1 0 243766690 79564800 19031 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 19425 19031 78 171 0 19251 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 77700

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=917584/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=78000 CPUtime=702.11
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 19089 0 0 0 70192 19 0 0 25 0 1 0 243766690 79872000 19074 1992294400 134512640 135213614 4294956256 18446744073709551615 134526871 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 19500 19074 78 171 0 19326 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 78000

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=914192/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=81352 CPUtime=762.09
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 19941 0 0 0 76189 20 0 0 25 0 1 0 243766690 83304448 19926 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 20338 19926 78 171 0 20164 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 81352

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=907344/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=88420 CPUtime=822.08
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 21667 0 0 0 82185 23 0 0 25 0 1 0 243766690 90542080 21652 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 22105 21652 78 171 0 21931 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 88420

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=906640/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=88956 CPUtime=882.06
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 21807 0 0 0 88183 23 0 0 25 0 1 0 243766690 91090944 21792 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 22239 21792 78 171 0 22065 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 88956

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=906128/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=89544 CPUtime=942.04
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 21936 0 0 0 94181 23 0 0 25 0 1 0 243766690 91693056 21921 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 22386 21921 78 171 0 22212 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 89544

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=905232/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=90476 CPUtime=1002.02
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 22171 0 0 0 100179 23 0 0 25 0 1 0 243766690 92647424 22156 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 22619 22156 78 171 0 22445 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 90476

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18670
/proc/meminfo: memFree=899152/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=96448 CPUtime=1062.01
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 23673 0 0 0 106176 25 0 0 25 0 1 0 243766690 98762752 23658 1992294400 134512640 135213614 4294956256 18446744073709551615 134526887 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 24112 23658 78 171 0 23938 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 96448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18676
/proc/meminfo: memFree=899080/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=96448 CPUtime=1121.98
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 23673 0 0 0 112173 25 0 0 25 0 1 0 243766690 98762752 23658 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 24112 23658 78 171 0 23938 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 96448

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18676
/proc/meminfo: memFree=899016/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=96612 CPUtime=1181.97
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 23702 0 0 0 118172 25 0 0 25 0 1 0 243766690 98930688 23687 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 24153 23687 78 171 0 23979 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 96612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 18676
/proc/meminfo: memFree=899016/2055920 swapFree=4191900/4192956
[pid=18669] ppid=18667 vsize=96612 CPUtime=1200.06
/proc/18669/stat : 18669 (minisat_static) R 18667 18669 18632 0 -1 4194304 23703 0 0 0 119981 25 0 0 25 0 1 0 243766690 98930688 23688 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/18669/statm: 24153 23688 78 171 0 23979 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96612

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.09
CPU user time (s): 1199.82
CPU system time (s): 0.273958
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 96612

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

runsolver used 1.08483 second user time and 2.67959 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 21:43:11
IDJOB=1807347
IDBENCH=71554
IDSOLVER=651
FILE ID=node62/1807347-1242157391
PBS_JOBID= 9289730
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=1034779923

node62.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.220
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.220
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:        994416 kB
Buffers:         73784 kB
Cached:         901884 kB
SwapCached:        268 kB
Active:         111340 kB
Inactive:       879016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        994416 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          23220 kB
Slab:            56948 kB
Committed_AS:   695884 kB
PageTables:       1456 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= 66380 MiB
End job on node62 at 2009-05-12 22:03:14