Trace number 1798034

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

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
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:  1898                                                 |
0.00/0.00	|  Number of clauses:    118441                                               |
0.00/0.05	|  Parsing time:         0.04         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |    1898   118441   352559 |    39480        0    nan |  0.000 % |
0.00/0.06	|       101 |    1898   118441   352559 |    43428      101     54 |  0.000 % |
0.05/0.07	|       252 |    1898   118441   352559 |    47771      252     52 |  0.000 % |
0.05/0.08	|       477 |    1898   118441   352559 |    52548      477     56 |  0.000 % |
0.09/0.11	|       814 |    1898   118441   352559 |    57803      814     62 |  0.000 % |
0.09/0.17	|      1321 |    1898   118441   352559 |    63583     1321     62 |  0.000 % |
0.19/0.24	|      2081 |    1898   118441   352559 |    69941     2081     70 |  0.000 % |
0.29/0.36	|      3221 |    1898   118441   352559 |    76936     3221     72 |  0.000 % |
0.59/0.63	|      4933 |    1898   118441   352559 |    84629     4933     98 |  0.000 % |
1.10/1.13	|      7495 |    1898   118441   352559 |    93092     7495    112 |  0.000 % |
1.89/1.99	|     11340 |    1898   118441   352559 |   102401    11340    107 |  0.000 % |
4.69/4.79	|     17107 |    1898   118441   352559 |   112641    17107    102 |  0.000 % |
10.79/10.83	|     25756 |    1898   118441   352559 |   123906    25756    101 |  0.000 % |
19.69/19.73	|     38731 |    1898   118441   352559 |   136296    38731    104 |  0.000 % |
32.08/32.10	|     58192 |    1898   118441   352559 |   149926    58192    109 |  0.000 % |
79.87/79.97	|     87384 |    1898   118441   352559 |   164919    87384    109 |  0.000 % |
183.54/183.69	|    131173 |    1898   118441   352559 |   181411   131173    110 |  0.000 % |
308.80/308.91	|    196858 |    1898   118441   352559 |   199552    31902     95 |  0.000 % |
411.78/411.91	|    295386 |    1898   118441   352559 |   219507   130430     92 |  0.000 % |
700.58/700.89	|    443176 |    1898   118441   352559 |   241458    77684    105 |  0.000 % |
1117.77/1118.13	|    664860 |    1898   118441   352559 |   265603    77035     86 |  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-1798034-1242088220/watcher-1798034-1242088220 -o /tmp/evaluation-result-1798034-1242088220/solver-1798034-1242088220 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798034-1242088220.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/65 18305
/proc/meminfo: memFree=1331464/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=2160 CPUtime=0
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 421 0 0 0 0 0 0 0 20 0 1 0 236851040 2211840 406 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 540 406 58 171 0 366 0

[startup+0.0632309 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18305
/proc/meminfo: memFree=1331464/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=6480 CPUtime=0.05
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 1511 0 0 0 5 0 0 0 20 0 1 0 236851040 6635520 1496 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 1620 1496 78 171 0 1446 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6480

[startup+0.101235 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18305
/proc/meminfo: memFree=1331464/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=6744 CPUtime=0.09
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 1565 0 0 0 9 0 0 0 20 0 1 0 236851040 6905856 1550 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 1686 1550 78 171 0 1512 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6744

[startup+0.301256 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18305
/proc/meminfo: memFree=1331464/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=7536 CPUtime=0.29
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 1764 0 0 0 29 0 0 0 22 0 1 0 236851040 7716864 1749 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 1884 1749 78 171 0 1710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7536

[startup+0.701301 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18305
/proc/meminfo: memFree=1331464/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=9124 CPUtime=0.69
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 2155 0 0 0 69 0 0 0 25 0 1 0 236851040 9342976 2140 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 2281 2141 78 171 0 2107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9124

[startup+1.50139 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1322112/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=11248 CPUtime=1.49
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 2683 0 0 0 148 1 0 0 25 0 1 0 236851040 11517952 2668 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 2812 2668 78 171 0 2638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11248

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1319808/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=13364 CPUtime=3.09
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 3207 0 0 0 307 2 0 0 25 0 1 0 236851040 13684736 3192 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 3341 3192 78 171 0 3167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13364

[startup+6.30192 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1317056/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=15652 CPUtime=6.29
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 3778 0 0 0 626 3 0 0 25 0 1 0 236851040 16027648 3763 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 3913 3763 78 171 0 3739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15652

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1312256/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=20308 CPUtime=12.68
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 4951 0 0 0 1265 3 0 0 25 0 1 0 236851040 20795392 4936 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 5077 4936 78 171 0 4903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20308

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1302720/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=29392 CPUtime=25.48
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 7206 0 0 0 2542 6 0 0 25 0 1 0 236851040 30097408 7191 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 7348 7191 78 171 0 7174 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29392

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1290560/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=41692 CPUtime=51.07
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 10262 0 0 0 5098 9 0 0 25 0 1 0 236851040 42692608 10247 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 10423 10247 78 171 0 10249 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41692

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1276032/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=56416 CPUtime=102.26
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 13864 0 0 0 10213 13 0 0 25 0 1 0 236851040 57769984 13849 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 14104 13849 78 171 0 13930 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56416

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1264768/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=67636 CPUtime=162.24
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 16681 0 0 0 16209 15 0 0 25 0 1 0 236851040 69259264 16666 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 16909 16666 78 171 0 16735 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 67636

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1253312/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=79600 CPUtime=222.23
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 19517 0 0 0 22205 18 0 0 25 0 1 0 236851040 81510400 19502 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 19900 19502 78 171 0 19726 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79600

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1242176/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=90552 CPUtime=282.21
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 22309 0 0 0 28200 21 0 0 25 0 1 0 236851040 92725248 22294 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 22638 22294 78 171 0 22464 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 90552

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1239232/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=93380 CPUtime=342.2
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 23000 0 0 0 34198 22 0 0 25 0 1 0 236851040 95621120 22985 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 23345 22985 78 171 0 23171 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 93380

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1239168/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=93380 CPUtime=402.18
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 23017 0 0 0 40196 22 0 0 25 0 1 0 236851040 95621120 23002 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 23345 23002 78 171 0 23171 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 93380

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1239168/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=93380 CPUtime=462.16
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 23018 0 0 0 46194 22 0 0 25 0 1 0 236851040 95621120 23003 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 23345 23003 78 171 0 23171 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 93380

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1239104/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=93380 CPUtime=522.14
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 23028 0 0 0 52192 22 0 0 25 0 1 0 236851040 95621120 23013 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 23345 23013 78 171 0 23171 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 93380

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1234432/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=98148 CPUtime=582.13
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 24200 0 0 0 58189 24 0 0 25 0 1 0 236851040 100503552 24185 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 24537 24185 78 171 0 24363 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 98148

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1227776/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=105140 CPUtime=642.1
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 25851 0 0 0 64186 24 0 0 25 0 1 0 236851040 107663360 25836 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 26285 25836 78 171 0 26111 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 105140

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18306
/proc/meminfo: memFree=1226624/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=106196 CPUtime=702.08
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 26127 0 0 0 70184 24 0 0 25 0 1 0 236851040 108744704 26112 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 26549 26112 78 171 0 26375 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 106196

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1226432/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=106196 CPUtime=762.07
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 26130 0 0 0 76183 24 0 0 25 0 1 0 236851040 108744704 26115 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 26549 26115 78 171 0 26375 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 106196

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1226432/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=106196 CPUtime=822.05
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 26130 0 0 0 82181 24 0 0 25 0 1 0 236851040 108744704 26115 1992294400 134512640 135213614 4294956256 18446744073709551615 134526922 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 26549 26115 78 171 0 26375 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 106196

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1226432/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=106196 CPUtime=882.03
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 26131 0 0 0 88179 24 0 0 25 0 1 0 236851040 108744704 26116 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 26549 26116 78 171 0 26375 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 106196

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1223680/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=109300 CPUtime=942.02
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 26891 0 0 0 94177 25 0 0 25 0 1 0 236851040 111923200 26876 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 27325 26876 78 171 0 27151 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 109300

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1212800/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=120136 CPUtime=1001.99
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 29583 0 0 0 100172 27 0 0 25 0 1 0 236851040 123019264 29568 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 30034 29568 78 171 0 29860 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 120136

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1203136/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=129788 CPUtime=1061.98
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 31970 0 0 0 106168 30 0 0 25 0 1 0 236851040 132902912 31955 1992294400 134512640 135213614 4294956256 18446744073709551615 134535032 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 32447 31955 78 171 0 32273 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 129788

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1203136/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=129788 CPUtime=1121.96
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 31974 0 0 0 112166 30 0 0 25 0 1 0 236851040 132902912 31959 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 32447 31959 78 171 0 32273 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 129788

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1203072/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=129788 CPUtime=1181.95
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 31974 0 0 0 118165 30 0 0 25 0 1 0 236851040 132902912 31959 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 32447 31959 78 171 0 32273 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 129788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18308
/proc/meminfo: memFree=1203072/2055920 swapFree=4181612/4192956
[pid=18305] ppid=18303 vsize=129788 CPUtime=1200.04
/proc/18305/stat : 18305 (minisat_static) R 18303 18305 18239 0 -1 4194304 31976 0 0 0 119974 30 0 0 25 0 1 0 236851040 132902912 31961 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18305/statm: 32447 31961 78 171 0 32273 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 129788

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.75
CPU system time (s): 0.320951
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 129788

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

runsolver used 1.42478 second user time and 2.87156 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-12 02:30:20
IDJOB=1798034
IDBENCH=71092
IDSOLVER=651
FILE ID=node91/1798034-1242088220
PBS_JOBID= 9277688
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=257308265

node91.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.241
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.241
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:       1331880 kB
Buffers:         53288 kB
Cached:         583408 kB
SwapCached:       4952 kB
Active:         129692 kB
Inactive:       515784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331880 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            2660 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            64392 kB
Committed_AS:   688584 kB
PageTables:       1356 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= 66236 MiB
End job on node91 at 2009-05-12 02:50:23