Trace number 1721233

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.05 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
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 variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
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	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.05	c |  Number of variables:          1278                                         |
0.00/0.05	c |  Number of clauses:           74789                                         |
0.00/0.05	c |  Parse time:                   0.05 s                                       |
0.89/0.97	c |  Simplification time:          0.92 s                                       |
0.89/0.97	c |                                                                             |
0.89/0.97	c ============================[ Search Statistics ]==============================
0.89/0.97	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.97	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.97	c ===============================================================================
0.89/0.98	c |       100 |     792    70496   277162 |    25848      100     41 |  0.000 % |
0.89/0.99	c |       250 |     792    70496   277162 |    28433      250     32 |  0.000 % |
0.99/1.02	c |       475 |     792    70496   277162 |    31276      475     28 |  0.000 % |
0.99/1.05	c |       812 |     792    70496   277162 |    34404      812     23 |  0.001 % |
1.09/1.11	c |      1318 |     792    70496   277162 |    37844     1318     19 |  0.001 % |
1.09/1.19	c |      2077 |     792    70496   277162 |    41629     2077     17 |  0.000 % |
1.29/1.32	c |      3216 |     792    70496   277162 |    45792     3216     17 |  0.001 % |
1.39/1.50	c |      4924 |     792    70496   277162 |    50371     4924     16 |  0.001 % |
1.69/1.76	c |      7486 |     792    70496   277162 |    55408     7486     16 |  0.001 % |
2.09/2.17	c |     11330 |     792    70496   277162 |    60949    11330     16 |  0.001 % |
2.79/2.83	c |     17096 |     792    70496   277162 |    67044    17096     16 |  0.001 % |
3.80/3.87	c |     25745 |     792    70496   277162 |    73748    25745     17 |  0.001 % |
5.50/5.56	c |     38719 |     792    70496   277162 |    81123    38719     17 |  0.001 % |
8.29/8.39	c |     58180 |     792    70496   277162 |    89236    58180     17 |  0.001 % |
12.68/12.73	c |     87372 |     792    70496   277162 |    98159    87372     17 |  0.001 % |
19.09/19.10	c |    131161 |     792    70496   277162 |   107975    46205     29 |  0.013 % |
75.97/76.02	c |    196845 |     792    70496   277162 |   118773    22176     32 |  0.013 % |
273.31/273.49	c |    295371 |     792    70496   277162 |   130650    19142     32 |  0.000 % |
454.85/455.06	c |    443160 |     791    70167   276196 |   143715    47380     18 |  0.079 % |
494.64/494.82	c |    664843 |     791    70167   276196 |   158087   138781     17 |  0.079 % |
576.62/576.83	c |    997368 |     791    70167   276196 |   173896    41905     15 |  0.079 % |
834.93/835.29	c |   1496156 |     790    69875   275336 |   191285    98181     23 |  0.157 % |
1020.17/1020.53	c |   2244338 |     790    69875   275336 |   210414   141307     19 |  0.157 % |

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-1721233-1240664584/watcher-1721233-1240664584 -o /tmp/evaluation-result-1721233-1240664584/solver-1721233-1240664584 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1721233-1240664584.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 17213
/proc/meminfo: memFree=1720384/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=7600 CPUtime=0
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 94491355 7782400 421 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 1900 421 63 219 0 1678 0

[startup+0.0802939 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 17213
/proc/meminfo: memFree=1720384/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=10800 CPUtime=0.07
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 1687 0 0 0 7 0 0 0 18 0 1 0 94491355 11059200 1569 1992294400 4194304 5092341 548682068848 18446744073709551615 4219753 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2700 1569 87 219 0 2478 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10800

[startup+0.101296 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 17213
/proc/meminfo: memFree=1720384/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=10800 CPUtime=0.09
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 1687 0 0 0 9 0 0 0 18 0 1 0 94491355 11059200 1569 1992294400 4194304 5092341 548682068848 18446744073709551615 4219791 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2700 1569 87 219 0 2478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10800

[startup+0.301328 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 17213
/proc/meminfo: memFree=1720384/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=10800 CPUtime=0.29
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 1688 0 0 0 29 0 0 0 19 0 1 0 94491355 11059200 1570 1992294400 4194304 5092341 548682068848 18446744073709551615 4219711 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2700 1570 88 219 0 2478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10800

[startup+0.701392 s]
/proc/loadavg: 1.04 1.02 1.00 3/64 17213
/proc/meminfo: memFree=1720384/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=11464 CPUtime=0.69
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 2011 0 0 0 69 0 0 0 22 0 1 0 94491355 11739136 1893 1992294400 4194304 5092341 548682068848 18446744073709551615 4219912 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2866 1893 88 219 0 2644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11464

[startup+1.50152 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1713912/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=11100 CPUtime=1.49
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 2453 0 0 0 149 0 0 0 25 0 1 0 94491355 11366400 1755 1992294400 4194304 5092341 548682068848 18446744073709551615 4523664 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2775 1755 102 219 0 2553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11100

[startup+3.10278 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1713272/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=11236 CPUtime=3.09
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 2751 0 0 0 309 0 0 0 25 0 1 0 94491355 11505664 2053 1992294400 4194304 5092341 548682068848 18446744073709551615 4241402 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 2809 2053 102 219 0 2587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11236

[startup+6.30129 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1710200/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=12556 CPUtime=6.29
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 3502 0 0 0 628 1 0 0 25 0 1 0 94491355 12857344 2804 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 3139 2804 102 219 0 2917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12556

[startup+12.7013 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1704640/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=21024 CPUtime=12.68
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 4805 0 0 0 1266 2 0 0 25 0 1 0 94491355 21528576 4107 1992294400 4194304 5092341 548682068848 18446744073709551615 4241008 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 5256 4107 102 219 0 5034 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21024

[startup+25.5014 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1695936/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=35372 CPUtime=25.49
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 9110 0 0 0 2544 5 0 0 25 0 1 0 94491355 36220928 6123 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 8843 6123 102 219 0 8621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35372

[startup+51.1014 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 17214
/proc/meminfo: memFree=1679808/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=52892 CPUtime=51.07
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 13136 0 0 0 5100 7 0 0 25 0 1 0 94491355 54161408 10149 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 13223 10149 102 219 0 13001 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52892

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17214
/proc/meminfo: memFree=1682944/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=39668 CPUtime=102.26
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 16289 0 0 0 10217 9 0 0 25 0 1 0 94491355 40620032 9340 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 9917 9340 102 219 0 9695 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39668

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17214
/proc/meminfo: memFree=1679872/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=57188 CPUtime=162.24
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 17059 0 0 0 16214 10 0 0 25 0 1 0 94491355 58560512 10110 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 14297 10110 102 219 0 14075 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57188

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1677120/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=57188 CPUtime=222.22
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 17721 0 0 0 22211 11 0 0 25 0 1 0 94491355 58560512 10772 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 14297 10772 102 219 0 14075 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 57188

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1670400/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=59456 CPUtime=282.2
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 19385 0 0 0 28208 12 0 0 25 0 1 0 94491355 60882944 12436 1992294400 4194304 5092341 548682068848 18446744073709551615 4241064 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 14864 12436 102 219 0 14642 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 59456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1670400/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=59456 CPUtime=342.18
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 19385 0 0 0 34206 12 0 0 25 0 1 0 94491355 60882944 12436 1992294400 4194304 5092341 548682068848 18446744073709551615 4240627 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 14864 12436 102 219 0 14642 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 59456

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1670336/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=59456 CPUtime=402.16
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 19385 0 0 0 40204 12 0 0 25 0 1 0 94491355 60882944 12436 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 14864 12436 102 219 0 14642 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 59456

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1645568/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=85736 CPUtime=462.15
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 25611 0 0 0 46200 15 0 0 25 0 1 0 94491355 87793664 18662 1992294400 4194304 5092341 548682068848 18446744073709551615 4249605 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 21434 18662 102 219 0 21212 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 85736

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1661056/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=64304 CPUtime=522.12
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 28596 0 0 0 52195 17 0 0 25 0 1 0 94491355 65847296 14748 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 16076 14748 102 219 0 15854 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 64304

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1657984/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=65300 CPUtime=582.11
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 29348 0 0 0 58192 19 0 0 25 0 1 0 94491355 66867200 15500 1992294400 4194304 5092341 548682068848 18446744073709551615 4248186 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 16325 15500 102 219 0 16103 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 65300

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1655872/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=65300 CPUtime=642.09
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 29865 0 0 0 64190 19 0 0 25 0 1 0 94491355 66867200 16017 1992294400 4194304 5092341 548682068848 18446744073709551615 4240969 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 16325 16017 102 219 0 16103 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 65300

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1655616/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=65300 CPUtime=702.07
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 34546 0 0 0 70186 21 0 0 25 0 1 0 94491355 66867200 16049 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 16325 16049 102 219 0 16103 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 65300

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1655616/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=65300 CPUtime=762.05
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 34546 0 0 0 76184 21 0 0 25 0 1 0 94491355 66867200 16049 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 16325 16049 102 219 0 16103 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 65300

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1649024/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=91576 CPUtime=822.04
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 36312 0 0 0 82181 23 0 0 25 0 1 0 94491355 93773824 17815 1992294400 4194304 5092341 548682068848 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 22894 17815 102 219 0 22672 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 91576

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1639808/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=91576 CPUtime=882.01
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 38550 0 0 0 88174 27 0 0 25 0 1 0 94491355 93773824 20053 1992294400 4194304 5092341 548682068848 18446744073709551615 4252112 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 22894 20053 102 219 0 22672 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 91576

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1634624/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=92388 CPUtime=942
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 39852 0 0 0 94172 28 0 0 25 0 1 0 94491355 94605312 21355 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 23097 21355 102 219 0 22875 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 92388

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1630208/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=111256 CPUtime=1001.98
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 40948 0 0 0 100169 29 0 0 25 0 1 0 94491355 113926144 22451 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 27814 22451 102 219 0 27592 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 111256

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1629952/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=111256 CPUtime=1061.96
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 41006 0 0 0 106167 29 0 0 25 0 1 0 94491355 113926144 22509 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 27814 22509 102 219 0 27592 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 111256

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1629888/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=111256 CPUtime=1121.95
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 41007 0 0 0 112165 30 0 0 25 0 1 0 94491355 113926144 22510 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 27814 22510 102 219 0 27592 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 111256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1628480/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=111256 CPUtime=1181.92
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 41356 0 0 0 118162 30 0 0 25 0 1 0 94491355 113926144 22859 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 27814 22859 102 219 0 27592 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 111256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17214
/proc/meminfo: memFree=1628480/2055920 swapFree=4181132/4192956
[pid=17213] ppid=17211 vsize=111256 CPUtime=1200.02
/proc/17213/stat : 17213 (minisat) R 17211 17213 17058 0 -1 4194304 41356 0 0 0 119972 30 0 0 25 0 1 0 94491355 113926144 22859 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17213/statm: 27814 22859 102 219 0 27592 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 111256

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.05
CPU user time (s): 1199.72
CPU system time (s): 0.32495
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 111256

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

runsolver used 0.869867 second user time and 2.6466 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 15:03:04
IDJOB=1721233
IDBENCH=71065
IDSOLVER=546
FILE ID=node26/1721233-1240664584
PBS_JOBID= 9186557
Free space on /tmp= 66032 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_08_UNSAT.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721233-1240664584/watcher-1721233-1240664584 -o /tmp/evaluation-result-1721233-1240664584/solver-1721233-1240664584 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1721233-1240664584.cnf

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED=798909491

node26.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.261
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.261
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:       1720864 kB
Buffers:         39880 kB
Cached:         224116 kB
SwapCached:       5760 kB
Active:          75140 kB
Inactive:       197180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720864 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          13584 kB
Slab:            48800 kB
Committed_AS:   290928 kB
PageTables:       1372 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= 66032 MiB
End job on node26 at 2009-04-25 15:23:06