Trace number 1821235

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/aprove09/
AProVE09-20.cnf
MD5SUMd682d44f13c64e9669f2eded046ee8c4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.11
Satisfiable
(Un)Satisfiability was proved
Number of variables33054
Number of clauses108377
Sum of the clauses size276669
Maximum clause length61
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 251324
Number of clauses of size 355013
Number of clauses of size 41546
Number of clauses of size 5256
Number of clauses of size over 5236

Solver Data

0.00/0.00	c Parsing...
0.07/0.10	c ==============================================================================
0.07/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.10	c ==============================================================================
0.07/0.10	c |         0 |  107894   275319 |   32368       0        0     nan |  0.000 % |
0.82/0.86	c |         0 |   70079   230339 |      --       0       --      -- |     --   | -37600/-44377
0.82/0.87	c ==============================================================================
0.82/0.87	c Result  :   #vars: 13272   #clauses: 70079   #literals: 230339
0.82/0.87	c CPU time:   0.85 s
0.82/0.87	c ==============================================================================
0.92/0.95	This is MiniSat 2.0 beta with hacks by AVG
0.92/0.95	WARNING: for repeatability, setting FPU to use double precision
0.92/0.95	============================[ Problem Statistics ]=============================
0.92/0.95	|                                                                             |
0.92/0.95	|  Number of variables:  13272                                                |
0.92/0.95	|  Number of clauses:    70079                                                |
0.92/1.00	|  Parsing time:         0.05         s                                       |
1200.09/1200.03	HOME/SatELiteGTI: line 36:  6971 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-1821235-1242520845/watcher-1821235-1242520845 -o /tmp/evaluation-result-1821235-1242520845/solver-1821235-1242520845 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821235-1242520845.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.01 1.02 1.00 2/96 6965
/proc/meminfo: memFree=946784/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2412 CPUtime=0
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1016582779 2469888 277 4294967295 134512640 135169312 3213331392 3213329928 3085848302 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6965/statm: 603 277 235 161 0 42 0
[pid=6969] ppid=6965 vsize=956 CPUtime=0
/proc/6969/stat : 6969 (SatELite_releas) R 6965 6965 11066 0 -1 4202496 133 0 0 0 0 0 0 0 18 0 1 0 1016582779 978944 70 4294967295 134512640 135223648 3217162080 3217160800 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6969/statm: 239 71 45 174 0 64 0

[startup+0.067533 s]
/proc/loadavg: 1.01 1.02 1.00 2/96 6965
/proc/meminfo: memFree=946784/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2412 CPUtime=0
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1016582779 2469888 277 4294967295 134512640 135169312 3213331392 3213329928 3085848302 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6965/statm: 603 277 235 161 0 42 0
[pid=6969] ppid=6965 vsize=12656 CPUtime=0.07
/proc/6969/stat : 6969 (SatELite_releas) R 6965 6965 11066 0 -1 4202496 2405 0 0 0 6 1 0 0 18 0 1 0 1016582779 12959744 2294 4294967295 134512640 135223648 3217162080 3217161032 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6969/statm: 3164 2295 47 174 0 2989 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15068

[startup+0.117527 s]
/proc/loadavg: 1.01 1.02 1.00 2/96 6965
/proc/meminfo: memFree=946784/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2412 CPUtime=0
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1016582779 2469888 277 4294967295 134512640 135169312 3213331392 3213329928 3085848302 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6965/statm: 603 277 235 161 0 42 0
[pid=6969] ppid=6965 vsize=17956 CPUtime=0.12
/proc/6969/stat : 6969 (SatELite_releas) R 6965 6965 11066 0 -1 4202496 3912 0 0 0 10 2 0 0 18 0 1 0 1016582779 18386944 3495 4294967295 134512640 135223648 3217162080 3217160000 134576622 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6969/statm: 4489 3499 73 174 0 4314 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20368

[startup+0.317516 s]
/proc/loadavg: 1.01 1.02 1.00 2/96 6965
/proc/meminfo: memFree=946784/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2412 CPUtime=0
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1016582779 2469888 277 4294967295 134512640 135169312 3213331392 3213329928 3085848302 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6965/statm: 603 277 235 161 0 42 0
[pid=6969] ppid=6965 vsize=20092 CPUtime=0.32
/proc/6969/stat : 6969 (SatELite_releas) R 6965 6965 11066 0 -1 4202496 4464 0 0 0 30 2 0 0 18 0 1 0 1016582779 20574208 4047 4294967295 134512640 135223648 3217162080 3217160116 134724200 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6969/statm: 5023 4047 73 174 0 4848 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 22504

[startup+0.717493 s]
/proc/loadavg: 1.01 1.02 1.00 2/96 6965
/proc/meminfo: memFree=946784/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2412 CPUtime=0
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1016582779 2469888 277 4294967295 134512640 135169312 3213331392 3213329928 3085848302 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6965/statm: 603 277 235 161 0 42 0
[pid=6969] ppid=6965 vsize=22332 CPUtime=0.72
/proc/6969/stat : 6969 (SatELite_releas) R 6965 6965 11066 0 -1 4202496 5054 0 0 0 70 2 0 0 18 0 1 0 1016582779 22867968 4529 4294967295 134512640 135223648 3217162080 3217160272 134548161 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6969/statm: 5583 4529 73 174 0 5408 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 24744

[startup+1.51745 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 6971
/proc/meminfo: memFree=938948/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=6376 CPUtime=0.57
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 1481 0 0 0 56 1 0 0 20 0 1 0 1016582874 6529024 1416 4294967295 134512640 135214715 3220415200 3220413024 134536289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 1594 1416 73 172 0 1421 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 8792

[startup+3.11736 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 6972
/proc/meminfo: memFree=938080/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=7196 CPUtime=2.17
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 1697 0 0 0 215 2 0 0 25 0 1 0 1016582874 7368704 1632 4294967295 134512640 135214715 3220415200 3220413664 134528702 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 1799 1632 73 172 0 1626 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 9612

[startup+6.31718 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 6972
/proc/meminfo: memFree=936344/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=8980 CPUtime=5.37
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 2131 0 0 0 534 3 0 0 25 0 1 0 1016582874 9195520 2066 4294967295 134512640 135214715 3220415200 3220413664 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 2245 2066 73 172 0 2072 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 11396

[startup+12.7168 s]
/proc/loadavg: 1.01 1.02 1.00 4/98 6974
/proc/meminfo: memFree=933308/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=11652 CPUtime=11.77
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 2813 0 0 0 1174 3 0 0 25 0 1 0 1016582874 11931648 2748 4294967295 134512640 135214715 3220415200 3220413344 134536289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 2913 2748 73 172 0 2740 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 14068

[startup+25.5161 s]
/proc/loadavg: 1.08 1.03 1.00 2/98 7157
/proc/meminfo: memFree=928480/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=16220 CPUtime=24.57
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 3923 0 0 0 2453 4 0 0 25 0 1 0 1016582874 16609280 3858 4294967295 134512640 135214715 3220415200 3220413664 134528766 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 4055 3858 73 172 0 3882 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 18636

[startup+51.1147 s]
/proc/loadavg: 1.05 1.03 1.00 2/98 7157
/proc/meminfo: memFree=920548/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=24544 CPUtime=50.17
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 6015 0 0 0 5013 4 0 0 25 0 1 0 1016582874 25133056 5950 4294967295 134512640 135214715 3220415200 3220413664 134528727 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 6136 5950 73 172 0 5963 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 26960

[startup+102.322 s]
/proc/loadavg: 1.02 1.02 1.00 2/98 7346
/proc/meminfo: memFree=912960/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=31728 CPUtime=101.38
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 7795 0 0 0 10128 10 0 0 25 0 1 0 1016582874 32489472 7730 4294967295 134512640 135214715 3220415200 3220413664 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 7932 7730 73 172 0 7759 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 34144

[startup+162.309 s]
/proc/loadavg: 1.01 1.02 1.00 2/98 7539
/proc/meminfo: memFree=909596/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=35104 CPUtime=161.37
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 8618 0 0 0 16127 10 0 0 25 0 1 0 1016582874 35946496 8553 4294967295 134512640 135214715 3220415200 3220413664 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 8776 8553 73 172 0 8603 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 37520

[startup+222.315 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7725
/proc/meminfo: memFree=902776/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=42068 CPUtime=221.38
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 10337 0 0 0 22127 11 0 0 25 0 1 0 1016582874 43077632 10272 4294967295 134512640 135214715 3220415200 3220413664 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 10517 10272 73 172 0 10344 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 44484

[startup+282.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7911
/proc/meminfo: memFree=902328/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=42388 CPUtime=281.38
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 10424 0 0 0 28126 12 0 0 25 0 1 0 1016582874 43405312 10359 4294967295 134512640 135214715 3220415200 3220413664 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 10597 10359 73 172 0 10424 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 44804

[startup+342.319 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 8102
/proc/meminfo: memFree=895104/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=49440 CPUtime=341.39
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 12186 0 0 0 34124 15 0 0 25 0 1 0 1016582874 50626560 12121 4294967295 134512640 135214715 3220415200 3220413664 134528672 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 12360 12121 73 172 0 12187 0
Current children cumulated CPU time (s) 342.34

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

[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=52160 CPUtime=461.4
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 12849 0 0 0 46122 18 0 0 25 0 1 0 1016582874 53411840 12784 4294967295 134512640 135214715 3220415200 3220413664 134528714 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 13040 12784 73 172 0 12867 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 54576

[startup+522.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8666
/proc/meminfo: memFree=892336/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=52504 CPUtime=521.39
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 12941 0 0 0 52121 18 0 0 25 0 1 0 1016582874 53764096 12876 4294967295 134512640 135214715 3220415200 3220413664 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 13126 12876 73 172 0 12953 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 54920

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8856
/proc/meminfo: memFree=892128/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=52636 CPUtime=581.4
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 12972 0 0 0 58122 18 0 0 25 0 1 0 1016582874 53899264 12907 4294967295 134512640 135214715 3220415200 3220413664 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 13159 12907 73 172 0 12986 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 55052

[startup+642.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9045
/proc/meminfo: memFree=891888/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=52636 CPUtime=641.4
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 12995 0 0 0 64122 18 0 0 25 0 1 0 1016582874 53899264 12930 4294967295 134512640 135214715 3220415200 3220413664 134528749 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 13159 12930 73 172 0 12986 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 55052

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9234
/proc/meminfo: memFree=888656/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=55928 CPUtime=701.41
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 13802 0 0 0 70123 18 0 0 25 0 1 0 1016582874 57270272 13737 4294967295 134512640 135214715 3220415200 3220413664 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 13982 13737 73 172 0 13809 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 58344

[startup+762.325 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 9423
/proc/meminfo: memFree=883796/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=61136 CPUtime=761.42
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15021 0 0 0 76121 21 0 0 25 0 1 0 1016582874 62603264 14956 4294967295 134512640 135214715 3220415200 3220413464 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 15284 14956 73 172 0 15111 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 63552

[startup+822.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9609
/proc/meminfo: memFree=883540/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=61284 CPUtime=821.42
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15054 0 0 0 82121 21 0 0 25 0 1 0 1016582874 62754816 14989 4294967295 134512640 135214715 3220415200 3220413664 134528995 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 15321 14989 73 172 0 15148 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 63700

[startup+882.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9795
/proc/meminfo: memFree=883324/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=61572 CPUtime=881.41
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15111 0 0 0 88120 21 0 0 25 0 1 0 1016582874 63049728 15046 4294967295 134512640 135214715 3220415200 3220413664 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 15393 15046 73 172 0 15220 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 63988

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9988
/proc/meminfo: memFree=882456/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=62860 CPUtime=941.42
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15433 0 0 0 94121 21 0 0 25 0 1 0 1016582874 64368640 15368 4294967295 134512640 135214715 3220415200 3220413664 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 15715 15368 73 172 0 15542 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 65276

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10177
/proc/meminfo: memFree=881200/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=63848 CPUtime=1001.42
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15697 0 0 0 100121 21 0 0 25 0 1 0 1016582874 65380352 15632 4294967295 134512640 135214715 3220415200 3220413280 134536304 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 15962 15632 73 172 0 15789 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 66264

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10366
/proc/meminfo: memFree=880936/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=64188 CPUtime=1061.42
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15760 0 0 0 106121 21 0 0 25 0 1 0 1016582874 65728512 15695 4294967295 134512640 135214715 3220415200 3220413664 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 16047 15695 73 172 0 15874 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 66604

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10552
/proc/meminfo: memFree=880936/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=64332 CPUtime=1121.43
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 15778 0 0 0 112122 21 0 0 25 0 1 0 1016582874 65875968 15713 4294967295 134512640 135214715 3220415200 3220413664 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 16083 15713 73 172 0 15910 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 66748

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 10738
/proc/meminfo: memFree=875636/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=69684 CPUtime=1181.43
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 17108 0 0 0 118122 21 0 0 25 0 1 0 1016582874 71356416 17043 4294967295 134512640 135214715 3220415200 3220413664 134528785 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 17421 17043 73 172 0 17248 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 72100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 10741
/proc/meminfo: memFree=875676/2074464 swapFree=1950760/1959888
[pid=6965] ppid=6963 vsize=2416 CPUtime=0.95
/proc/6965/stat : 6965 (SatELiteGTI) S 6963 6965 11066 0 -1 4194304 386 6127 0 0 0 0 93 2 18 0 1 0 1016582779 2473984 278 4294967295 134512640 135169312 3213331392 3213327608 3085848302 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6965/statm: 604 278 235 161 0 43 0
[pid=6971] ppid=6965 vsize=69684 CPUtime=1199.14
/proc/6971/stat : 6971 (minisat_static) R 6965 6965 11066 0 -1 4202496 17108 0 0 0 119893 21 0 0 25 0 1 0 1016582874 71356416 17043 4294967295 134512640 135214715 3220415200 3220413664 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6971/statm: 17421 17043 73 172 0 17248 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 72100

Sending SIGTERM to process tree (bottom up)
Solver just ended. D
Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.1
CPU user time (s): 1199.86
CPU system time (s): 0.24
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 72100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.86
system time used= 0.24
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23898
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= 21
involuntary context switches= 613

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 02:40:45
IDJOB=1821235
IDBENCH=70883
IDSOLVER=660
FILE ID=tipi23/1821235-1242520845
PBS_JOBID=
Free space on /tmp= 8812 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-20.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821235-1242520845/watcher-1821235-1242520845 -o /tmp/evaluation-result-1821235-1242520845/solver-1821235-1242520845 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821235-1242520845.cnf

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

MD5SUM BENCH= d682d44f13c64e9669f2eded046ee8c4
RANDOM SEED= 849671331

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:        946940 kB
Buffers:         33704 kB
Cached:         992264 kB
SwapCached:       3660 kB
Active:         476844 kB
Inactive:       560992 kB
HighTotal:     1178688 kB
HighFree:       309020 kB
LowTotal:       895776 kB
LowFree:        637920 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            3436 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:           4360 kB
Slab:            80952 kB
PageTables:        692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8812 MiB
End job on tipi23 at 2009-05-17 03:00:45