Trace number 1821691

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.07 1200.03

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
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 Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   91646   272553 |   27493       0        0     nan |  0.000 % |
0.63/0.70	c |         0 |   90841   386353 |      --       0       --      -- |     --   | -805/113800
0.63/0.70	c ==============================================================================
0.63/0.70	c Result  :   #vars: 958   #clauses: 90841   #literals: 386353
0.63/0.70	c CPU time:   0.68 s
0.63/0.70	c ==============================================================================
0.73/0.81	This is MiniSat 2.0 beta with hacks by AVG
0.73/0.81	WARNING: for repeatability, setting FPU to use double precision
0.73/0.81	============================[ Problem Statistics ]=============================
0.73/0.81	|                                                                             |
0.73/0.82	|  Number of variables:  958                                                  |
0.73/0.82	|  Number of clauses:    90841                                                |
0.82/0.87	|  Parsing time:         0.03         s                                       |
1200.06/1200.02	HOME/SatELiteGTI: line 36: 11443 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-1821691-1242553077/watcher-1821691-1242553077 -o /tmp/evaluation-result-1821691-1242553077/solver-1821691-1242553077 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821691-1242553077.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.93 0.99 0.99 2/93 11437
/proc/meminfo: memFree=699568/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2412 CPUtime=0.01
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1019808503 2469888 276 4294967295 134512640 135169312 3219519920 3219518456 3085561582 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11437/statm: 603 276 235 161 0 42 0
[pid=11441] ppid=11437 vsize=952 CPUtime=0
/proc/11441/stat : 11441 (SatELite_releas) R 11437 11437 10114 0 -1 4202496 118 0 0 0 0 0 0 0 20 0 1 0 1019808504 974848 54 4294967295 134512640 135223648 3217727456 3217724872 134697236 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11441/statm: 238 56 45 174 0 63 0

[startup+0.072788 s]
/proc/loadavg: 0.93 0.99 0.99 2/93 11437
/proc/meminfo: memFree=699568/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2412 CPUtime=0.01
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1019808503 2469888 276 4294967295 134512640 135169312 3219519920 3219518456 3085561582 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11437/statm: 603 276 235 161 0 42 0
[pid=11441] ppid=11437 vsize=7264 CPUtime=0.07
/proc/11441/stat : 11441 (SatELite_releas) R 11437 11437 10114 0 -1 4202496 1691 0 0 0 7 0 0 0 21 0 1 0 1019808504 7438336 1627 4294967295 134512640 135223648 3217727456 3217725124 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11441/statm: 1816 1627 73 174 0 1641 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9676

[startup+0.122785 s]
/proc/loadavg: 0.93 0.99 0.99 2/93 11437
/proc/meminfo: memFree=699568/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2412 CPUtime=0.01
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1019808503 2469888 276 4294967295 134512640 135169312 3219519920 3219518456 3085561582 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11437/statm: 603 276 235 161 0 42 0
[pid=11441] ppid=11437 vsize=8060 CPUtime=0.12
/proc/11441/stat : 11441 (SatELite_releas) R 11437 11437 10114 0 -1 4202496 1896 0 0 0 12 0 0 0 21 0 1 0 1019808504 8253440 1832 4294967295 134512640 135223648 3217727456 3217725232 134585480 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11441/statm: 2015 1832 73 174 0 1840 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10472

[startup+0.322774 s]
/proc/loadavg: 0.93 0.99 0.99 2/93 11437
/proc/meminfo: memFree=699568/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2412 CPUtime=0.01
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1019808503 2469888 276 4294967295 134512640 135169312 3219519920 3219518456 3085561582 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11437/statm: 603 276 235 161 0 42 0
[pid=11441] ppid=11437 vsize=10448 CPUtime=0.32
/proc/11441/stat : 11441 (SatELite_releas) R 11437 11437 10114 0 -1 4202496 2457 0 0 0 31 1 0 0 21 0 1 0 1019808504 10698752 2393 4294967295 134512640 135223648 3217727456 3217725552 134585537 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11441/statm: 2612 2393 73 174 0 2437 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 12860

[startup+0.722756 s]
/proc/loadavg: 0.93 0.99 0.99 2/93 11437
/proc/meminfo: memFree=699568/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2412 CPUtime=0.01
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1019808503 2469888 276 4294967295 134512640 135169312 3219519920 3219518456 3085561582 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11437/statm: 603 276 235 161 0 42 0
[pid=11441] ppid=11437 vsize=9684 CPUtime=0.72
/proc/11441/stat : 11441 (SatELite_releas) R 11437 11437 10114 0 -1 4202496 2459 0 0 0 71 1 0 0 22 0 1 0 1019808504 9916416 2216 4294967295 134512640 135223648 3217727456 3217724260 134819041 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11441/statm: 2421 2216 74 174 0 2246 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 12096

[startup+1.52271 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 11443
/proc/meminfo: memFree=691732/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=6700 CPUtime=0.7
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 1627 0 0 0 68 2 0 0 22 0 1 0 1019808585 6860800 1562 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/11443/statm: 1675 1562 74 172 0 1502 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9116

[startup+3.12264 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 11444
/proc/meminfo: memFree=691236/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=7624 CPUtime=2.29
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 1864 0 0 0 227 2 0 0 25 0 1 0 1019808585 7806976 1799 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 1906 1799 74 172 0 1733 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10040

[startup+6.32248 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 11444
/proc/meminfo: memFree=689500/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=9648 CPUtime=5.49
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 2353 0 0 0 546 3 0 0 25 0 1 0 1019808585 9879552 2288 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 2412 2288 74 172 0 2239 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 12064

[startup+12.7222 s]
/proc/loadavg: 0.94 0.99 0.99 2/95 11445
/proc/meminfo: memFree=686936/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=11796 CPUtime=11.89
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 2891 0 0 0 1186 3 0 0 25 0 1 0 1019808585 12079104 2826 4294967295 134512640 135214715 3214933408 3214931872 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 2949 2826 74 172 0 2776 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 14212

[startup+25.5115 s]
/proc/loadavg: 0.95 0.99 0.99 2/95 11445
/proc/meminfo: memFree=684444/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=14488 CPUtime=24.68
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 3533 0 0 0 2464 4 0 0 25 0 1 0 1019808585 14835712 3468 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 3622 3468 74 172 0 3449 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 16904

[startup+51.1103 s]
/proc/loadavg: 0.97 0.99 0.99 2/95 11630
/proc/meminfo: memFree=679640/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=18876 CPUtime=50.28
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 4606 0 0 0 5023 5 0 0 25 0 1 0 1019808585 19329024 4541 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 4719 4541 74 172 0 4546 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21292

[startup+102.318 s]
/proc/loadavg: 0.98 0.99 0.99 2/95 11634
/proc/meminfo: memFree=669852/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=29036 CPUtime=101.49
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 7079 0 0 0 10142 7 0 0 25 0 1 0 1019808585 29732864 7014 4294967295 134512640 135214715 3214933408 3214931872 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 7259 7014 74 172 0 7086 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31452

[startup+162.315 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 11823
/proc/meminfo: memFree=660420/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=38412 CPUtime=161.49
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 9385 0 0 0 16140 9 0 0 25 0 1 0 1019808585 39333888 9320 4294967295 134512640 135214715 3214933408 3214931872 134528785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 9603 9320 74 172 0 9430 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 40828

[startup+222.312 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 12010
/proc/meminfo: memFree=655956/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=43224 CPUtime=221.49
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 10531 0 0 0 22140 9 0 0 25 0 1 0 1019808585 44261376 10466 4294967295 134512640 135214715 3214933408 3214931872 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 10806 10466 74 172 0 10633 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 45640

[startup+282.309 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 12197
/proc/meminfo: memFree=651376/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=47792 CPUtime=281.49
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 11670 0 0 0 28140 9 0 0 25 0 1 0 1019808585 48939008 11605 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 11948 11605 74 172 0 11775 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 50208

[startup+342.316 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 12390
/proc/meminfo: memFree=647400/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=51784 CPUtime=341.5
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 12642 0 0 0 34141 9 0 0 25 0 1 0 1019808585 53026816 12577 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 12946 12577 74 172 0 12773 0
Current children cumulated CPU time (s) 342.32

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

/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=52720 CPUtime=461.5
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 12868 0 0 0 46141 9 0 0 25 0 1 0 1019808585 53985280 12803 4294967295 134512640 135214715 3214933408 3214931872 134528684 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 13180 12803 74 172 0 13007 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 55136

[startup+522.317 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 12954
/proc/meminfo: memFree=646408/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=52720 CPUtime=521.51
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 12871 0 0 0 52142 9 0 0 25 0 1 0 1019808585 53985280 12806 4294967295 134512640 135214715 3214933408 3214931872 134528781 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 13180 12806 74 172 0 13007 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 55136

[startup+582.314 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 13142
/proc/meminfo: memFree=646540/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=52720 CPUtime=581.51
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 12877 0 0 0 58142 9 0 0 25 0 1 0 1019808585 53985280 12812 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 13180 12812 74 172 0 13007 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 55136

[startup+642.322 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 13331
/proc/meminfo: memFree=642068/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=57468 CPUtime=641.52
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 13998 0 0 0 64142 10 0 0 25 0 1 0 1019808585 58847232 13933 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 14367 13933 74 172 0 14194 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 59884

[startup+702.319 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 13522
/proc/meminfo: memFree=637736/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=61912 CPUtime=701.52
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 15089 0 0 0 70142 10 0 0 25 0 1 0 1019808585 63397888 15021 4294967295 134512640 135214715 3214933408 3214931872 134528672 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 15478 15021 74 172 0 15305 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 64328

[startup+762.316 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 13711
/proc/meminfo: memFree=632024/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=67656 CPUtime=761.52
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 16472 0 0 0 76138 14 0 0 25 0 1 0 1019808585 69279744 16396 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 16914 16396 74 172 0 16741 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 70072

[startup+822.313 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 13897
/proc/meminfo: memFree=627188/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=72700 CPUtime=821.52
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17652 0 0 0 82137 15 0 0 25 0 1 0 1019808585 74444800 17567 4294967295 134512640 135214715 3214933408 3214931872 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 18175 17567 74 172 0 18002 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 75116

[startup+882.32 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 14085
/proc/meminfo: memFree=627320/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=72700 CPUtime=881.53
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17654 0 0 0 88138 15 0 0 25 0 1 0 1019808585 74444800 17569 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 18175 17569 74 172 0 18002 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 75116

[startup+942.317 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 14274
/proc/meminfo: memFree=627188/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=72700 CPUtime=941.53
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17655 0 0 0 94138 15 0 0 25 0 1 0 1019808585 74444800 17570 4294967295 134512640 135214715 3214933408 3214931872 134528691 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 18175 17570 74 172 0 18002 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 75116

[startup+1002.32 s]
/proc/loadavg: 1.05 1.00 1.00 2/95 14461
/proc/meminfo: memFree=627320/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=72700 CPUtime=1001.54
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17661 0 0 0 100139 15 0 0 25 0 1 0 1019808585 74444800 17576 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 18175 17576 74 172 0 18002 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 75116

[startup+1062.31 s]
/proc/loadavg: 1.02 1.00 1.00 3/95 14654
/proc/meminfo: memFree=627180/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=72944 CPUtime=1061.53
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17710 0 0 0 106138 15 0 0 25 0 1 0 1019808585 74694656 17625 4294967295 134512640 135214715 3214933408 3214931872 134528579 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11443/statm: 18236 17625 74 172 0 18063 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 75360

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14840
/proc/meminfo: memFree=627188/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=73432 CPUtime=1121.53
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17827 0 0 0 112138 15 0 0 25 0 1 0 1019808585 75194368 17742 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11443/statm: 18358 17742 74 172 0 18185 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 75848

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 15028
/proc/meminfo: memFree=626948/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=73432 CPUtime=1181.53
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17837 0 0 0 118138 15 0 0 25 0 1 0 1019808585 75194368 17752 4294967295 134512640 135214715 3214933408 3214931872 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11443/statm: 18358 17752 74 172 0 18185 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 75848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15213
/proc/meminfo: memFree=626756/2074464 swapFree=1950884/1959888
[pid=11437] ppid=11435 vsize=2416 CPUtime=0.82
/proc/11437/stat : 11437 (SatELiteGTI) S 11435 11437 10114 0 -1 4194304 386 3107 0 0 0 0 80 2 18 0 1 0 1019808503 2473984 277 4294967295 134512640 135169312 3219519920 3219516136 3085561582 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/11437/statm: 604 277 235 161 0 43 0
[pid=11443] ppid=11437 vsize=73432 CPUtime=1199.24
/proc/11443/stat : 11443 (minisat_static) R 11437 11437 10114 0 -1 4202496 17839 0 0 0 119909 15 0 0 25 0 1 0 1019808585 75194368 17754 4294967295 134512640 135214715 3214933408 3214931872 134528709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11443/statm: 18358 17754 74 172 0 18185 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 75848

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.03
CPU time (s): 1200.07
CPU user time (s): 1199.89
CPU system time (s): 0.18
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 75848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.18
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21608
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= 18
involuntary context switches= 3895

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 11:37:57
IDJOB=1821691
IDBENCH=71066
IDSOLVER=660
FILE ID=tipi13/1821691-1242553077
PBS_JOBID=
Free space on /tmp= 6790 MiB

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

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED= 1088097582

Linux tipi13 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.475
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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:        699576 kB
Buffers:         64788 kB
Cached:        1194128 kB
SwapCached:       3516 kB
Active:         540352 kB
Inactive:       728092 kB
HighTotal:     1178688 kB
HighFree:       113756 kB
LowTotal:       895776 kB
LowFree:        585820 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            3040 kB
Writeback:           0 kB
AnonPages:        8624 kB
Mapped:           2940 kB
Slab:            97440 kB
PageTables:        336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6790 MiB
End job on tipi13 at 2009-05-17 11:57:57