Trace number 1821841

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.1 1200.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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 |  100116   297952 |   30034       0        0     nan |  0.000 % |
0.90/0.96	c |         0 |   99290   430382 |      --       0       --      -- |     --   | -826/132430
0.90/0.96	c ==============================================================================
0.90/0.96	c Result  :   #vars: 958   #clauses: 99290   #literals: 430382
0.90/0.96	c CPU time:   0.91 s
0.90/0.96	c ==============================================================================
1.00/1.10	This is MiniSat 2.0 beta with hacks by AVG
1.00/1.10	WARNING: for repeatability, setting FPU to use double precision
1.00/1.10	============================[ Problem Statistics ]=============================
1.00/1.10	|                                                                             |
1.00/1.10	|  Number of variables:  958                                                  |
1.00/1.10	|  Number of clauses:    99290                                                |
1.10/1.16	|  Parsing time:         0.06         s                                       |
1200.09/1200.03	HOME/SatELiteGTI: line 36: 17335 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-1821841-1242572672/watcher-1821841-1242572672 -o /tmp/evaluation-result-1821841-1242572672/solver-1821841-1242572672 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821841-1242572672.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: 1.00 1.00 1.00 3/91 17329
/proc/meminfo: memFree=855044/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2416 CPUtime=0.01
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 369 645 0 0 0 0 0 1 18 0 1 0 1021765266 2473984 277 4294967295 134512640 135169312 3213653008 3213651544 3085623022 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17329/statm: 604 277 235 161 0 43 0
[pid=17333] ppid=17329 vsize=952 CPUtime=0
/proc/17333/stat : 17333 (SatELite_releas) R 17329 17329 15108 0 -1 4202496 113 0 0 0 0 0 0 0 20 0 1 0 1021765266 974848 49 4294967295 134512640 135223648 3218979104 3218978008 134736942 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17333/statm: 238 54 44 174 0 63 0

[startup+0.122924 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 17329
/proc/meminfo: memFree=855044/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2416 CPUtime=0.01
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 369 645 0 0 0 0 0 1 18 0 1 0 1021765266 2473984 277 4294967295 134512640 135169312 3213653008 3213651544 3085623022 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17329/statm: 604 277 235 161 0 43 0
[pid=17333] ppid=17329 vsize=8612 CPUtime=0.12
/proc/17333/stat : 17333 (SatELite_releas) R 17329 17329 15108 0 -1 4202496 2053 0 0 0 10 2 0 0 21 0 1 0 1021765266 8818688 1989 4294967295 134512640 135223648 3218979104 3218976880 134585461 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17333/statm: 2153 1990 73 174 0 1978 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 11028

[startup+0.212918 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 17329
/proc/meminfo: memFree=855044/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2416 CPUtime=0.01
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 369 645 0 0 0 0 0 1 18 0 1 0 1021765266 2473984 277 4294967295 134512640 135169312 3213653008 3213651544 3085623022 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17329/statm: 604 277 235 161 0 43 0
[pid=17333] ppid=17329 vsize=9556 CPUtime=0.21
/proc/17333/stat : 17333 (SatELite_releas) R 17329 17329 15108 0 -1 4202496 2264 0 0 0 18 3 0 0 21 0 1 0 1021765266 9785344 2200 4294967295 134512640 135223648 3218979104 3218976772 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17333/statm: 2389 2201 73 174 0 2214 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11972

[startup+0.312909 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 17329
/proc/meminfo: memFree=855044/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2416 CPUtime=0.01
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 369 645 0 0 0 0 0 1 18 0 1 0 1021765266 2473984 277 4294967295 134512640 135169312 3213653008 3213651544 3085623022 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17329/statm: 604 277 235 161 0 43 0
[pid=17333] ppid=17329 vsize=10088 CPUtime=0.31
/proc/17333/stat : 17333 (SatELite_releas) R 17329 17329 15108 0 -1 4202496 2409 0 0 0 28 3 0 0 21 0 1 0 1021765266 10330112 2345 4294967295 134512640 135223648 3218979104 3218976880 134585534 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17333/statm: 2522 2345 73 174 0 2347 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 12504

[startup+0.712879 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 17329
/proc/meminfo: memFree=855044/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2416 CPUtime=0.01
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 369 645 0 0 0 0 0 1 18 0 1 0 1021765266 2473984 277 4294967295 134512640 135169312 3213653008 3213651544 3085623022 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17329/statm: 604 277 235 161 0 43 0
[pid=17333] ppid=17329 vsize=12208 CPUtime=0.7
/proc/17333/stat : 17333 (SatELite_releas) R 17329 17329 15108 0 -1 4202496 2750 0 0 0 67 3 0 0 22 0 1 0 1021765266 12500992 2686 4294967295 134512640 135223648 3218979104 3218977200 134585540 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17333/statm: 3052 2686 79 174 0 2877 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 14624

[startup+1.51282 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17335
/proc/meminfo: memFree=850416/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=7024 CPUtime=0.41
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 1675 0 0 0 40 1 0 0 18 0 1 0 1021765376 7192576 1610 4294967295 134512640 135214715 3215683152 3215681616 134528724 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 1756 1610 74 172 0 1583 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9444

[startup+3.11269 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17335
/proc/meminfo: memFree=846076/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=7948 CPUtime=2.01
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 1908 0 0 0 200 1 0 0 21 0 1 0 1021765376 8138752 1843 4294967295 134512640 135214715 3215683152 3215681616 134528678 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 1987 1843 74 172 0 1814 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10368

[startup+6.31245 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17335
/proc/meminfo: memFree=844372/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=9400 CPUtime=5.21
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 2269 0 0 0 519 2 0 0 25 0 1 0 1021765376 9625600 2204 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 2350 2204 74 172 0 2177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11820

[startup+12.712 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 17518
/proc/meminfo: memFree=841440/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=11804 CPUtime=11.61
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 2846 0 0 0 1159 2 0 0 25 0 1 0 1021765376 12087296 2781 4294967295 134512640 135214715 3215683152 3215681616 134528702 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 2951 2781 74 172 0 2778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14224

[startup+25.521 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 17518
/proc/meminfo: memFree=838168/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=15180 CPUtime=24.42
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 3692 0 0 0 2440 2 0 0 25 0 1 0 1021765376 15544320 3627 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 3795 3627 74 172 0 3622 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 17600

[startup+51.119 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17522
/proc/meminfo: memFree=834604/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=19200 CPUtime=50.02
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 4665 0 0 0 5000 2 0 0 25 0 1 0 1021765376 19660800 4600 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 4800 4600 74 172 0 4627 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21620

[startup+102.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 17709
/proc/meminfo: memFree=826040/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=27684 CPUtime=101.22
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 6762 0 0 0 10119 3 0 0 25 0 1 0 1021765376 28348416 6697 4294967295 134512640 135214715 3215683152 3215681712 134543084 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 6921 6697 74 172 0 6748 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30104

[startup+162.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17896
/proc/meminfo: memFree=819484/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=34228 CPUtime=161.23
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 8378 0 0 0 16119 4 0 0 25 0 1 0 1021765376 35049472 8313 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 8557 8313 74 172 0 8384 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 36648

[startup+222.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18088
/proc/meminfo: memFree=812912/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=40408 CPUtime=221.24
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 9856 0 0 0 22117 7 0 0 25 0 1 0 1021765376 41377792 9791 4294967295 134512640 135214715 3215683152 3215681616 134528684 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17335/statm: 10102 9791 74 172 0 9929 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 42828

[startup+282.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18276
/proc/meminfo: memFree=806836/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=46784 CPUtime=281.23
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 11426 0 0 0 28114 9 0 0 25 0 1 0 1021765376 47906816 11361 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 11696 11361 74 172 0 11523 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 49204

[startup+342.317 s]
/proc/loadavg: 1.07 1.03 1.01 3/93 18467
/proc/meminfo: memFree=800736/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=52620 CPUtime=341.24
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 12920 0 0 0 34115 9 0 0 25 0 1 0 1021765376 53882880 12855 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 13155 12855 74 172 0 12982 0
Current children cumulated CPU time (s) 342.32

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

/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=59172 CPUtime=521.25
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 14481 0 0 0 52114 11 0 0 25 0 1 0 1021765376 60592128 14416 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 14793 14416 74 172 0 14620 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 61592

[startup+582.318 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 19221
/proc/meminfo: memFree=794684/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=59172 CPUtime=581.26
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 14489 0 0 0 58115 11 0 0 25 0 1 0 1021765376 60592128 14424 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 14793 14424 74 172 0 14620 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 61592

[startup+642.304 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 19410
/proc/meminfo: memFree=793792/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=59824 CPUtime=641.25
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 14617 0 0 0 64114 11 0 0 25 0 1 0 1021765376 61259776 14552 4294967295 134512640 135214715 3215683152 3215681616 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 14956 14552 74 172 0 14783 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 62244

[startup+702.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 19595
/proc/meminfo: memFree=791460/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=62732 CPUtime=701.27
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 15282 0 0 0 70114 13 0 0 25 0 1 0 1021765376 64237568 15217 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 15683 15217 74 172 0 15510 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 65152

[startup+762.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 19787
/proc/meminfo: memFree=786252/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=68000 CPUtime=761.27
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 16589 0 0 0 76112 15 0 0 25 0 1 0 1021765376 69632000 16524 4294967295 134512640 135214715 3215683152 3215681544 134720710 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17000 16524 74 172 0 16827 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 70420

[startup+822.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19975
/proc/meminfo: memFree=784516/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=69576 CPUtime=821.28
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 16981 0 0 0 82113 15 0 0 25 0 1 0 1021765376 71245824 16916 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17394 16916 74 172 0 17221 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 71996

[startup+882.325 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20163
/proc/meminfo: memFree=784764/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=69576 CPUtime=881.29
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 16985 0 0 0 88114 15 0 0 25 0 1 0 1021765376 71245824 16920 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17394 16920 74 172 0 17221 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 71996

[startup+942.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20356
/proc/meminfo: memFree=784368/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=69716 CPUtime=941.29
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 17028 0 0 0 94114 15 0 0 25 0 1 0 1021765376 71389184 16955 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17429 16955 74 172 0 17256 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 72136

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 20543
/proc/meminfo: memFree=784252/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=69892 CPUtime=1001.28
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 17060 0 0 0 100113 15 0 0 25 0 1 0 1021765376 71569408 16987 4294967295 134512640 135214715 3215683152 3215681616 134528693 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17473 16987 74 172 0 17300 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 72312

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20730
/proc/meminfo: memFree=783152/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=70836 CPUtime=1061.29
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 17269 0 0 0 106114 15 0 0 25 0 1 0 1021765376 72536064 17196 4294967295 134512640 135214715 3215683152 3215681616 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17709 17196 74 172 0 17536 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 73256

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20918
/proc/meminfo: memFree=783152/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=71000 CPUtime=1121.3
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 17282 0 0 0 112115 15 0 0 25 0 1 0 1021765376 72704000 17209 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 17750 17209 74 172 0 17577 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 73420

[startup+1182.31 s]
/proc/loadavg: 1.04 1.01 1.00 3/93 21106
/proc/meminfo: memFree=779804/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=74304 CPUtime=1181.3
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 18106 0 0 0 118115 15 0 0 25 0 1 0 1021765376 76087296 18033 4294967295 134512640 135214715 3215683152 3215681616 134528714 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 18576 18033 74 172 0 18403 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 76724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 21108
/proc/meminfo: memFree=778556/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=75496 CPUtime=1199.01
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 18418 0 0 0 119886 15 0 0 25 0 1 0 1021765376 77307904 18345 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 18874 18345 74 172 0 18701 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 77916

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

[startup+1200.02 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 21108
/proc/meminfo: memFree=778556/2074464 swapFree=1952056/1959888
[pid=17329] ppid=17327 vsize=2420 CPUtime=1.08
/proc/17329/stat : 17329 (SatELiteGTI) S 17327 17329 15108 0 -1 4194304 387 3399 0 0 0 0 103 5 20 0 1 0 1021765266 2478080 278 4294967295 134512640 135169312 3213653008 3213649224 3085623022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17329/statm: 605 278 235 161 0 44 0
[pid=17335] ppid=17329 vsize=75496 CPUtime=1199.01
/proc/17335/stat : 17335 (minisat_static) R 17329 17329 15108 0 -1 4202496 18418 0 0 0 119886 15 0 0 25 0 1 0 1021765376 77307904 18345 4294967295 134512640 135214715 3215683152 3215681616 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17335/statm: 18874 18345 74 172 0 18701 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 77916

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.1
CPU user time (s): 1199.89
CPU system time (s): 0.21
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 77916

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 17:04:32
IDJOB=1821841
IDBENCH=71101
IDSOLVER=660
FILE ID=tipi24/1821841-1242572672
PBS_JOBID=
Free space on /tmp= 9641 MiB

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

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED= 1771723013

Linux tipi24 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.461
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.40

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        855068 kB
Buffers:         53556 kB
Cached:        1050396 kB
SwapCached:       3828 kB
Active:         314628 kB
Inactive:       798792 kB
HighTotal:     1178688 kB
HighFree:       208956 kB
LowTotal:       895776 kB
LowFree:        646112 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            2960 kB
Writeback:           0 kB
AnonPages:        8796 kB
Mapped:           3276 kB
Slab:            97344 kB
PageTables:        440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9641 MiB
End job on tipi24 at 2009-05-17 17:24:32