Trace number 1821715

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
MiniSat2hack 2009-03-23? (TO) 1200.09 1200.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
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 variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
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	c Parsing...
0.11/0.20	c ==============================================================================
0.11/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.20	c ==============================================================================
0.11/0.20	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
4.31/4.37	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
4.31/4.37	c ==============================================================================
4.31/4.37	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
4.31/4.37	c CPU time:   4.3 s
4.31/4.37	c ==============================================================================
4.69/4.79	This is MiniSat 2.0 beta with hacks by AVG
4.69/4.79	WARNING: for repeatability, setting FPU to use double precision
4.69/4.79	============================[ Problem Statistics ]=============================
4.69/4.79	|                                                                             |
4.69/4.79	|  Number of variables:  1877                                                 |
4.69/4.79	|  Number of clauses:    298711                                               |
4.77/4.98	|  Parsing time:         0.14         s                                       |
1200.07/1200.04	HOME/SatELiteGTI: line 36: 23820 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821715-1242556198/watcher-1821715-1242556198 -o /tmp/evaluation-result-1821715-1242556198/solver-1821715-1242556198 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821715-1242556198.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 23814
/proc/meminfo: memFree=1465448/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=952 CPUtime=0
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 135 0 0 0 0 0 0 0 25 0 1 0 1020118139 974848 71 4294967295 134512640 135223648 3214968128 3214967080 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 238 73 46 174 0 63 0

[startup+0.058879 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 23814
/proc/meminfo: memFree=1465448/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=6036 CPUtime=0.06
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 1341 0 0 0 5 1 0 0 25 0 1 0 1020118139 6180864 1277 4294967295 134512640 135223648 3214968128 3214967080 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 1509 1278 46 174 0 1334 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8448

[startup+0.108881 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 23814
/proc/meminfo: memFree=1465448/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=9848 CPUtime=0.11
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 2285 0 0 0 10 1 0 0 25 0 1 0 1020118139 10084352 2221 4294967295 134512640 135223648 3214968128 3214967080 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 2462 2221 46 174 0 2287 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12260

[startup+0.308862 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 23814
/proc/meminfo: memFree=1465448/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=23072 CPUtime=0.31
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 5458 0 0 0 27 4 0 0 25 0 1 0 1020118139 23625728 5394 4294967295 134512640 135223648 3214968128 3214965864 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 5768 5394 73 174 0 5593 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 25484

[startup+0.70884 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 23814
/proc/meminfo: memFree=1465448/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=26700 CPUtime=0.71
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 6031 0 0 0 67 4 0 0 25 0 1 0 1020118139 27340800 5967 4294967295 134512640 135223648 3214968128 3214966128 134549024 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 6675 5967 73 174 0 6500 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 29112

[startup+1.5088 s]
/proc/loadavg: 0.92 0.98 0.99 2/98 23819
/proc/meminfo: memFree=1440484/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=32928 CPUtime=1.51
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 7478 0 0 0 144 7 0 0 25 0 1 0 1020118139 33718272 7414 4294967295 134512640 135223648 3214968128 3214966224 134585540 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 8232 7414 73 174 0 8057 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 35340

[startup+3.10871 s]
/proc/loadavg: 0.93 0.98 0.99 2/98 23819
/proc/meminfo: memFree=1435648/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2412 CPUtime=0
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 364 645 0 0 0 0 0 0 25 0 1 0 1020118138 2469888 275 4294967295 134512640 135169312 3219190112 3219188648 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 603 275 235 161 0 42 0
[pid=23818] ppid=23814 vsize=32928 CPUtime=3.11
/proc/23818/stat : 23818 (SatELite_releas) R 23814 23814 11066 0 -1 4202496 7478 0 0 0 304 7 0 0 25 0 1 0 1020118139 33718272 7414 4294967295 134512640 135223648 3214968128 3214966224 134585529 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23818/statm: 8232 7414 73 174 0 8057 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 35340

[startup+6.30853 s]
/proc/loadavg: 0.93 0.98 0.99 2/98 23820
/proc/meminfo: memFree=1442592/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=16676 CPUtime=1.52
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 4102 0 0 0 147 5 0 0 25 0 1 0 1020118618 17076224 4037 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 4169 4037 73 172 0 3996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19092

[startup+12.7082 s]
/proc/loadavg: 0.94 0.98 0.99 2/98 23820
/proc/meminfo: memFree=1438192/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=20928 CPUtime=7.92
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 5156 0 0 0 786 6 0 0 25 0 1 0 1020118618 21430272 5091 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 5232 5091 73 172 0 5059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23344

[startup+25.5075 s]
/proc/loadavg: 0.95 0.98 0.99 2/98 24003
/proc/meminfo: memFree=1431276/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=27052 CPUtime=20.72
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 6702 0 0 0 2066 6 0 0 25 0 1 0 1020118618 27701248 6637 4294967295 134512640 135214715 3215439392 3215437856 134528688 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 6763 6637 73 172 0 6590 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29468

[startup+51.106 s]
/proc/loadavg: 0.96 0.98 0.99 2/98 24006
/proc/meminfo: memFree=1422416/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=36496 CPUtime=46.32
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 9027 0 0 0 4625 7 0 0 25 0 1 0 1020118618 37371904 8962 4294967295 134512640 135214715 3215439392 3215437856 134528688 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 9124 8962 73 172 0 8951 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38912

[startup+102.313 s]
/proc/loadavg: 0.98 0.98 0.99 2/98 24192
/proc/meminfo: memFree=1413960/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=44488 CPUtime=97.53
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 10973 0 0 0 9745 8 0 0 25 0 1 0 1020118618 45555712 10908 4294967295 134512640 135214715 3215439392 3215437856 134528702 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 11122 10908 73 172 0 10949 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 46904

[startup+162.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 24381
/proc/meminfo: memFree=1406040/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=52660 CPUtime=157.53
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 13002 0 0 0 15745 8 0 0 25 0 1 0 1020118618 53923840 12937 4294967295 134512640 135214715 3215439392 3215437856 134528709 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 13165 12937 73 172 0 12992 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 55076

[startup+222.317 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 24570
/proc/meminfo: memFree=1398980/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=59652 CPUtime=217.54
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 14683 0 0 0 21746 8 0 0 25 0 1 0 1020118618 61083648 14618 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 14913 14618 73 172 0 14740 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 62068

[startup+282.313 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 24756
/proc/meminfo: memFree=1391184/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=67672 CPUtime=277.54
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 16649 0 0 0 27746 8 0 0 25 0 1 0 1020118618 69296128 16584 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 16918 16584 73 172 0 16745 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 70088

[startup+342.32 s]
/proc/loadavg: 1.13 1.02 1.00 2/98 24949
/proc/meminfo: memFree=1376412/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=82720 CPUtime=337.55
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 20343 0 0 0 33744 11 0 0 25 0 1 0 1020118618 84705280 20270 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 20680 20270 73 172 0 20507 0
Current children cumulated CPU time (s) 342.32

################
# More data... #
################

/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=106972 CPUtime=457.56
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 26341 0 0 0 45736 20 0 0 25 0 1 0 1020118618 109539328 26268 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 26743 26268 73 172 0 26570 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 109388

[startup+522.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 25517
/proc/meminfo: memFree=1344932/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=114932 CPUtime=517.56
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 28202 0 0 0 51734 22 0 0 25 0 1 0 1020118618 117690368 28129 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 28733 28129 73 172 0 28560 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 117348

[startup+582.327 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 25703
/proc/meminfo: memFree=1338088/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=121944 CPUtime=577.57
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 29917 0 0 0 57735 22 0 0 25 0 1 0 1020118618 124870656 29844 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 30486 29844 73 172 0 30313 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 124360

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 25892
/proc/meminfo: memFree=1332648/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=127352 CPUtime=637.56
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 31272 0 0 0 63733 23 0 0 25 0 1 0 1020118618 130408448 31199 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 31838 31199 73 172 0 31665 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 129768

[startup+702.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26082
/proc/meminfo: memFree=1328416/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=131624 CPUtime=697.57
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 32339 0 0 0 69733 24 0 0 25 0 1 0 1020118618 134782976 32266 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 32906 32266 73 172 0 32733 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 134040

[startup+762.327 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26271
/proc/meminfo: memFree=1324572/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=135240 CPUtime=757.58
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 33243 0 0 0 75733 25 0 0 25 0 1 0 1020118618 138485760 33170 4294967295 134512640 135214715 3215439392 3215437856 134528688 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 33810 33170 73 172 0 33637 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 137656

[startup+822.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26460
/proc/meminfo: memFree=1320116/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=139876 CPUtime=817.58
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 34351 0 0 0 81731 27 0 0 25 0 1 0 1020118618 143233024 34278 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 34969 34278 73 172 0 34796 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 142292

[startup+882.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26646
/proc/meminfo: memFree=1315792/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=144168 CPUtime=877.58
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 35418 0 0 0 87730 28 0 0 25 0 1 0 1020118618 147628032 35345 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 36042 35345 73 172 0 35869 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 146584

[startup+942.327 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 26835
/proc/meminfo: memFree=1310792/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=149128 CPUtime=937.59
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 36660 0 0 0 93731 28 0 0 25 0 1 0 1020118618 152707072 36587 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 37282 36587 73 172 0 37109 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 151544

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27025
/proc/meminfo: memFree=1304716/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=155636 CPUtime=997.58
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 38186 0 0 0 99728 30 0 0 25 0 1 0 1020118618 159371264 38113 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 38909 38113 73 172 0 38736 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 158052

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27214
/proc/meminfo: memFree=1302088/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=158732 CPUtime=1057.58
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 38855 0 0 0 105727 31 0 0 25 0 1 0 1020118618 162541568 38782 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 39683 38782 73 172 0 39510 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 161148

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27403
/proc/meminfo: memFree=1299028/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=161928 CPUtime=1117.59
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 39611 0 0 0 111728 31 0 0 25 0 1 0 1020118618 165814272 39538 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 40482 39538 73 172 0 40309 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 164344

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27589
/proc/meminfo: memFree=1295664/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=165244 CPUtime=1177.59
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 40455 0 0 0 117726 33 0 0 25 0 1 0 1020118618 169209856 40382 4294967295 134512640 135214715 3215439392 3215437856 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 41311 40382 73 172 0 41138 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 167660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 27592
/proc/meminfo: memFree=1294852/2074464 swapFree=1950760/1959888
[pid=23814] ppid=23812 vsize=2416 CPUtime=4.77
/proc/23814/stat : 23814 (SatELiteGTI) S 23812 23814 11066 0 -1 4194304 382 8126 0 0 0 0 467 10 21 0 1 0 1020118138 2473984 276 4294967295 134512640 135169312 3219190112 3219186328 3084922606 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/23814/statm: 604 276 235 161 0 43 0
[pid=23820] ppid=23814 vsize=166168 CPUtime=1195.3
/proc/23820/stat : 23820 (minisat_static) R 23814 23814 11066 0 -1 4202496 40676 0 0 0 119497 33 0 0 25 0 1 0 1020118618 170156032 40603 4294967295 134512640 135214715 3215439392 3215437856 134528688 0 0 0 3 0 0 0 17 1 0 0 0
/proc/23820/statm: 41542 40603 73 172 0 41369 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 168584

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.05
CPU time (s): 1200.09
CPU user time (s): 1199.64
CPU system time (s): 0.45
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 168584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.45
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49460
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= 22
involuntary context switches= 847

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 12:29:58
IDJOB=1821715
IDBENCH=71071
IDSOLVER=660
FILE ID=tipi23/1821715-1242556198
PBS_JOBID=
Free space on /tmp= 8521 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_14_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821715-1242556198/watcher-1821715-1242556198 -o /tmp/evaluation-result-1821715-1242556198/solver-1821715-1242556198 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821715-1242556198.cnf

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED= 1330682422

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1465728 kB
Buffers:         37544 kB
Cached:         485032 kB
SwapCached:       3584 kB
Active:         247224 kB
Inactive:       287132 kB
HighTotal:     1178688 kB
HighFree:       682544 kB
LowTotal:       895776 kB
LowFree:        783184 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            6668 kB
Writeback:           0 kB
AnonPages:       10880 kB
Mapped:           4404 kB
Slab:            65352 kB
PageTables:        584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8521 MiB
End job on tipi23 at 2009-05-17 12:49:59