Trace number 1798020

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.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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:  2316                                                 |
0.00/0.00	|  Number of clauses:    216962                                               |
0.03/0.10	|  Parsing time:         0.09         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |    2316   216962   647286 |    72320        0    nan |  0.000 % |
0.09/0.11	|       100 |    2316   216962   647286 |    79552      100     46 |  0.000 % |
0.09/0.13	|       250 |    2316   216962   647286 |    87508      250     52 |  0.000 % |
0.09/0.17	|       476 |    2316   216962   647286 |    96258      476     52 |  0.000 % |
0.19/0.21	|       814 |    2316   216962   647286 |   105884      814     63 |  0.000 % |
0.29/0.34	|      1321 |    2316   216962   647286 |   116473     1321     66 |  0.000 % |
0.39/0.46	|      2081 |    2316   216962   647286 |   128120     2081     61 |  0.000 % |
0.59/0.63	|      3220 |    2316   216962   647286 |   140932     3220     68 |  0.000 % |
0.89/0.92	|      4928 |    2316   216962   647286 |   155025     4928     69 |  0.000 % |
2.29/2.30	|      7492 |    2316   216962   647286 |   170528     7492     75 |  0.000 % |
3.69/3.70	|     11338 |    2316   216962   647286 |   187581    11338     83 |  0.000 % |
6.09/6.13	|     17105 |    2316   216962   647286 |   206339    17105     87 |  0.000 % |
13.79/13.88	|     25754 |    2316   216962   647286 |   226973    25754     86 |  0.000 % |
23.99/24.09	|     38729 |    2316   216962   647286 |   249670    38729     86 |  0.000 % |
51.17/51.25	|     58191 |    2316   216962   647286 |   274637    58191     87 |  0.000 % |
88.36/88.41	|     87383 |    2316   216962   647286 |   302101    87383     84 |  0.000 % |
295.20/295.36	|    131175 |    2316   216962   647286 |   332311   131175     82 |  0.000 % |
619.51/619.78	|    196859 |    2316   216962   647286 |   365542   196859     83 |  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-1798020-1242086914/watcher-1798020-1242086914 -o /tmp/evaluation-result-1798020-1242086914/solver-1798020-1242086914 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798020-1242086914.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.85 0.97 0.99 3/64 5673
/proc/meminfo: memFree=1944624/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=2196 CPUtime=0
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 236724175 2248704 407 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 549 408 58 171 0 375 0

[startup+0.0459751 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5673
/proc/meminfo: memFree=1944624/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=5788 CPUtime=0.03
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 1267 0 0 0 3 0 0 0 18 0 1 0 236724175 5926912 1252 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 1447 1252 58 171 0 1273 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5788

[startup+0.101982 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5673
/proc/meminfo: memFree=1944624/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=10424 CPUtime=0.09
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 2401 0 0 0 8 1 0 0 18 0 1 0 236724175 10674176 2386 1992294400 134512640 135213614 4294956256 18446744073709551615 134523974 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 2606 2386 71 171 0 2432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10424

[startup+0.30201 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5673
/proc/meminfo: memFree=1944624/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=11084 CPUtime=0.29
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 2571 0 0 0 28 1 0 0 19 0 1 0 236724175 11350016 2556 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 2771 2556 78 171 0 2597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11084

[startup+0.701068 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5673
/proc/meminfo: memFree=1944624/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=12008 CPUtime=0.69
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 2809 0 0 0 68 1 0 0 22 0 1 0 236724175 12296192 2794 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 3002 2794 78 171 0 2828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12008

[startup+1.50118 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1933160/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=12932 CPUtime=1.49
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 3050 0 0 0 148 1 0 0 25 0 1 0 236724175 13242368 3035 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 3233 3035 78 171 0 3059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12932

[startup+3.10242 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1932200/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=14384 CPUtime=3.09
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 3388 0 0 0 307 2 0 0 25 0 1 0 236724175 14729216 3373 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 3596 3373 78 171 0 3422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14384

[startup+6.30188 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1928432/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=17828 CPUtime=6.29
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 4251 0 0 0 627 2 0 0 25 0 1 0 236724175 18255872 4236 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 4457 4236 78 171 0 4283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17828

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1925040/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=20640 CPUtime=12.69
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 4970 0 0 0 1265 4 0 0 25 0 1 0 236724175 21135360 4955 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 5160 4955 78 171 0 4986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20640

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1919152/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=26372 CPUtime=25.48
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 6387 0 0 0 2543 5 0 0 25 0 1 0 236724175 27004928 6372 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 6593 6372 78 171 0 6419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26372

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1911792/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=33988 CPUtime=51.07
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 8268 0 0 0 5101 6 0 0 25 0 1 0 236724175 34803712 8253 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 8497 8253 78 171 0 8323 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33988

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1897904/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=47924 CPUtime=102.26
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 11695 0 0 0 10216 10 0 0 25 0 1 0 236724175 49074176 11680 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 11981 11680 78 171 0 11807 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47924

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1893552/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=52556 CPUtime=162.24
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 12786 0 0 0 16213 11 0 0 25 0 1 0 236724175 53817344 12771 1992294400 134512640 135213614 4294956256 18446744073709551615 134526887 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 13139 12771 78 171 0 12965 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52556

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1889392/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=56652 CPUtime=222.22
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 13791 0 0 0 22210 12 0 0 25 0 1 0 236724175 58011648 13776 1992294400 134512640 135213614 4294956256 18446744073709551615 134536168 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 14163 13776 78 171 0 13989 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 56652

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1884784/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=61344 CPUtime=282.21
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 14964 0 0 0 28207 14 0 0 25 0 1 0 236724175 62816256 14949 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 15336 14949 78 171 0 15162 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 61344

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1879024/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=67316 CPUtime=342.19
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 16364 0 0 0 34203 16 0 0 25 0 1 0 236724175 68931584 16349 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 16829 16349 78 171 0 16655 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 67316

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1873776/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=72668 CPUtime=402.17
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 17707 0 0 0 40200 17 0 0 25 0 1 0 236724175 74412032 17692 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 18167 17692 78 171 0 17993 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 72668

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1868656/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=77548 CPUtime=462.15
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 18939 0 0 0 46197 18 0 0 25 0 1 0 236724175 79409152 18924 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 19387 18924 78 171 0 19213 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 77548

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1865136/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=81184 CPUtime=522.14
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 19813 0 0 0 52194 20 0 0 25 0 1 0 236724175 83132416 19798 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 20296 19798 78 171 0 20122 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 81184

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1861104/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=85232 CPUtime=582.12
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 20824 0 0 0 58190 22 0 0 25 0 1 0 236724175 87277568 20809 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 21308 20809 78 171 0 21134 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 85232

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1856240/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=90100 CPUtime=642.11
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 22019 0 0 0 64188 23 0 0 25 0 1 0 236724175 92262400 22004 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 22525 22004 78 171 0 22351 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 90100

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5674
/proc/meminfo: memFree=1851632/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=95032 CPUtime=702.08
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 23163 0 0 0 70184 24 0 0 25 0 1 0 236724175 97312768 23148 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 23758 23148 78 171 0 23584 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 95032

[startup+762.305 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 5674
/proc/meminfo: memFree=1846128/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=100608 CPUtime=762.07
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 24529 0 0 0 76182 25 0 0 25 0 1 0 236724175 103022592 24498 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 25152 24498 78 171 0 24978 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 100608

[startup+822.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1842672/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=104076 CPUtime=822.04
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 25390 0 0 0 82178 26 0 0 25 0 1 0 236724175 106573824 25359 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 26019 25359 78 171 0 25845 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 104076

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1839856/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=106780 CPUtime=882.02
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 26080 0 0 0 88175 27 0 0 25 0 1 0 236724175 109342720 26049 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 26695 26049 78 171 0 26521 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 106780

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1837424/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=109320 CPUtime=942.01
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 26723 0 0 0 94173 28 0 0 25 0 1 0 236724175 111943680 26692 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 27330 26692 78 171 0 27156 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 109320

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1834736/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=112008 CPUtime=1001.99
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 27367 0 0 0 100171 28 0 0 25 0 1 0 236724175 114696192 27336 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 28002 27336 78 171 0 27828 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 112008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1832112/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=114440 CPUtime=1061.97
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 28010 0 0 0 106168 29 0 0 25 0 1 0 236724175 117186560 27979 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 28610 27979 78 171 0 28436 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 114440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1828656/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=117852 CPUtime=1121.95
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 28849 0 0 0 112165 30 0 0 25 0 1 0 236724175 120680448 28818 1992294400 134512640 135213614 4294956256 18446744073709551615 134526942 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 29463 28818 78 171 0 29289 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 117852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1825904/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=120556 CPUtime=1181.93
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 29531 0 0 0 118162 31 0 0 25 0 1 0 236724175 123449344 29500 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 30139 29500 78 171 0 29965 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 120556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5674
/proc/meminfo: memFree=1825136/2055920 swapFree=4179692/4192956
[pid=5673] ppid=5671 vsize=121348 CPUtime=1200.04
/proc/5673/stat : 5673 (minisat_static) R 5671 5673 5636 0 -1 4194304 29719 0 0 0 119972 32 0 0 25 0 1 0 236724175 124260352 29688 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5673/statm: 30337 29688 78 171 0 30163 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 121348

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.07
CPU user time (s): 1199.72
CPU system time (s): 0.343947
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 121348

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

runsolver used 1.06184 second user time and 2.76158 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 02:08:34
IDJOB=1798020
IDBENCH=71074
IDSOLVER=651
FILE ID=node30/1798020-1242086914
PBS_JOBID= 9277682
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=1287518757

node30.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.265
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.265
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:       1945104 kB
Buffers:          3944 kB
Cached:          42032 kB
SwapCached:       7064 kB
Active:          25756 kB
Inactive:        29340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1945104 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:            4416 kB
Writeback:           0 kB
Mapped:          13964 kB
Slab:            41840 kB
Committed_AS:   882488 kB
PageTables:       1356 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= 66208 MiB
End job on node30 at 2009-05-12 02:28:37