Trace number 1798039

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.1 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  2058                                                 |
0.00/0.00	|  Number of clauses:    133055                                               |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.00/0.06	============================[ Search Statistics ]==============================
0.00/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	===============================================================================
0.00/0.06	|         0 |    2058   133055   396210 |    44351        0    nan |  0.000 % |
0.00/0.06	|       100 |    2058   133055   396210 |    48786      100     58 |  0.000 % |
0.00/0.07	|       253 |    2058   133055   396210 |    53665      253     54 |  0.000 % |
0.08/0.09	|       479 |    2058   133055   396210 |    59032      479     56 |  0.000 % |
0.09/0.12	|       816 |    2058   133055   396210 |    64935      816     71 |  0.000 % |
0.09/0.18	|      1323 |    2058   133055   396210 |    71428     1323     75 |  0.000 % |
0.19/0.25	|      2084 |    2058   133055   396210 |    78571     2084     74 |  0.000 % |
0.29/0.37	|      3223 |    2058   133055   396210 |    86428     3223     79 |  0.000 % |
0.58/0.64	|      4933 |    2058   133055   396210 |    95071     4933     82 |  0.000 % |
1.59/1.62	|      7500 |    2058   133055   396210 |   104578     7500     93 |  0.000 % |
2.99/3.08	|     11345 |    2058   133055   396210 |   115036    11345    103 |  0.000 % |
5.59/5.67	|     17115 |    2058   133055   396210 |   126540    17115    115 |  0.000 % |
9.69/9.80	|     25766 |    2058   133055   396210 |   139194    25766    118 |  0.000 % |
18.29/18.32	|     38743 |    2058   133055   396210 |   153113    38743    122 |  0.000 % |
25.89/25.94	|     58204 |    2058   133055   396210 |   168425    58204    115 |  0.000 % |
58.78/58.83	|     87396 |    2058   133055   396210 |   185267    87396    111 |  0.000 % |
139.75/139.80	|    131188 |    2058   133055   396210 |   203794   131188    108 |  0.000 % |
256.82/256.96	|    196872 |    2058   133055   396210 |   224174   196872    112 |  0.000 % |
439.27/439.47	|    295403 |    2058   133055   396210 |   246591    85525    111 |  0.000 % |
1160.18/1160.54	|    443194 |    2058   133055   396210 |   271250   233316    118 |  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-1798039-1242088490/watcher-1798039-1242088490 -o /tmp/evaluation-result-1798039-1242088490/solver-1798039-1242088490 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798039-1242088490.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 1077
/proc/meminfo: memFree=1940432/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=2200 CPUtime=0
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 425 0 0 0 0 0 0 0 20 0 1 0 236877003 2252800 410 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 550 410 58 171 0 376 0

[startup+0.09201 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1077
/proc/meminfo: memFree=1940432/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=7112 CPUtime=0.08
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 1681 0 0 0 8 0 0 0 20 0 1 0 236877003 7282688 1666 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 1778 1666 78 171 0 1604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7112

[startup+0.10101 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1077
/proc/meminfo: memFree=1940432/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=7244 CPUtime=0.09
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 1696 0 0 0 9 0 0 0 20 0 1 0 236877003 7417856 1681 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 1811 1681 78 171 0 1637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7244

[startup+0.301033 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1077
/proc/meminfo: memFree=1940432/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=8036 CPUtime=0.29
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 1907 0 0 0 29 0 0 0 22 0 1 0 236877003 8228864 1892 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 2009 1892 78 171 0 1835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8036

[startup+0.70108 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1077
/proc/meminfo: memFree=1940432/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=9224 CPUtime=0.69
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 2193 0 0 0 68 1 0 0 25 0 1 0 236877003 9445376 2178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 2306 2178 78 171 0 2132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9224

[startup+1.50117 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1078
/proc/meminfo: memFree=1931656/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=10284 CPUtime=1.49
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 2448 0 0 0 148 1 0 0 25 0 1 0 236877003 10530816 2433 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 2571 2433 78 171 0 2397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10284

[startup+3.10136 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1078
/proc/meminfo: memFree=1929928/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=12528 CPUtime=3.09
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 3010 0 0 0 308 1 0 0 25 0 1 0 236877003 12828672 2995 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 3132 2995 78 171 0 2958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12528

[startup+6.30173 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1925256/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=16648 CPUtime=6.29
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 4058 0 0 0 627 2 0 0 25 0 1 0 236877003 17047552 4043 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 4162 4043 78 171 0 3988 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16648

[startup+12.7025 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1918664/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=22776 CPUtime=12.69
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 5566 0 0 0 1265 4 0 0 25 0 1 0 236877003 23322624 5551 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 5694 5551 78 171 0 5520 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22776

[startup+25.502 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1904520/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=36568 CPUtime=25.49
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 9032 0 0 0 2542 7 0 0 25 0 1 0 236877003 37445632 9017 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 9142 9017 78 171 0 8968 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36568

[startup+51.102 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1892040/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=49172 CPUtime=51.08
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 12124 0 0 0 5098 10 0 0 25 0 1 0 236877003 50352128 12109 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 12293 12109 78 171 0 12119 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49172

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1880200/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=61148 CPUtime=102.27
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 15060 0 0 0 10215 12 0 0 25 0 1 0 236877003 62615552 15045 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 15287 15045 78 171 0 15113 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61148

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1863688/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=78336 CPUtime=162.24
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 19211 0 0 0 16209 15 0 0 25 0 1 0 236877003 80216064 19196 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 19584 19196 78 171 0 19410 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78336

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1842312/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=99404 CPUtime=222.23
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 24501 0 0 0 22200 23 0 0 25 0 1 0 236877003 101789696 24486 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 24851 24486 78 171 0 24677 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 99404

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1829640/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=112388 CPUtime=282.21
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 27712 0 0 0 28195 26 0 0 25 0 1 0 236877003 115085312 27697 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 28097 27697 78 171 0 27923 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 112388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1819784/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=342.2
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30092 0 0 0 34190 30 0 0 25 0 1 0 236877003 125296640 30077 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30077 78 171 0 30416 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 122360

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1078
/proc/meminfo: memFree=1819784/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=402.18
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30098 0 0 0 40188 30 0 0 25 0 1 0 236877003 125296640 30083 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30083 78 171 0 30416 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 122360

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=462.17
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30101 0 0 0 46187 30 0 0 25 0 1 0 236877003 125296640 30086 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30086 78 171 0 30416 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 122360

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=522.15
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30102 0 0 0 52185 30 0 0 25 0 1 0 236877003 125296640 30087 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30087 78 171 0 30416 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 122360

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=582.13
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30104 0 0 0 58183 30 0 0 25 0 1 0 236877003 125296640 30089 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30089 78 171 0 30416 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 122360

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=642.12
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30105 0 0 0 64182 30 0 0 25 0 1 0 236877003 125296640 30090 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30090 78 171 0 30416 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 122360

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=702.1
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30107 0 0 0 70180 30 0 0 25 0 1 0 236877003 125296640 30092 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30092 78 171 0 30416 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 122360

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=762.09
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30111 0 0 0 76179 30 0 0 25 0 1 0 236877003 125296640 30096 1992294400 134512640 135213614 4294956256 18446744073709551615 134526893 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30096 78 171 0 30416 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 122360

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=822.07
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30111 0 0 0 82177 30 0 0 25 0 1 0 236877003 125296640 30096 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30096 78 171 0 30416 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 122360

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=882.05
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30112 0 0 0 88175 30 0 0 25 0 1 0 236877003 125296640 30097 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30097 78 171 0 30416 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 122360

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=942.03
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30113 0 0 0 94173 30 0 0 25 0 1 0 236877003 125296640 30098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30098 78 171 0 30416 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 122360

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819336/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=1002.02
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30113 0 0 0 100172 30 0 0 25 0 1 0 236877003 125296640 30098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30098 78 171 0 30416 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 122360

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1819272/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=122360 CPUtime=1062
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 30113 0 0 0 106170 30 0 0 25 0 1 0 236877003 125296640 30098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 30590 30098 78 171 0 30416 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 122360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1811528/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=130484 CPUtime=1121.99
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 32092 0 0 0 112166 33 0 0 25 0 1 0 236877003 133615616 32069 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 32621 32069 78 171 0 32447 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 130484

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1798408/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=143808 CPUtime=1181.97
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 35391 0 0 0 118160 37 0 0 25 0 1 0 236877003 147259392 35368 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 35952 35368 78 171 0 35778 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 143808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1080
/proc/meminfo: memFree=1793736/2055920 swapFree=4181204/4192956
[pid=1077] ppid=1075 vsize=148340 CPUtime=1200.07
/proc/1077/stat : 1077 (minisat_static) R 1075 1077 1012 0 -1 4194304 36507 0 0 0 119968 39 0 0 25 0 1 0 236877003 151900160 36484 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/1077/statm: 37085 36484 78 171 0 36911 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 148340

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.43
CPU time (s): 1200.1
CPU user time (s): 1199.69
CPU system time (s): 0.412937
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 148340

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

runsolver used 0.940856 second user time and 2.77158 second system time

The end

Launcher Data

Begin job on node53 at 2009-05-12 02:34:50
IDJOB=1798039
IDBENCH=71100
IDSOLVER=651
FILE ID=node53/1798039-1242088490
PBS_JOBID= 9277715
Free space on /tmp= 66300 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_13_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798039-1242088490/watcher-1798039-1242088490 -o /tmp/evaluation-result-1798039-1242088490/solver-1798039-1242088490 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798039-1242088490.cnf

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=2002304983

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1940912 kB
Buffers:          9200 kB
Cached:          58432 kB
SwapCached:       5536 kB
Active:          27432 kB
Inactive:        48104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940912 kB
SwapTotal:     4192956 kB
SwapFree:      4181204 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            25516 kB
Committed_AS:   717256 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node53 at 2009-05-12 02:54:52