Trace number 1821685

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.03

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_08_UNSAT.cnf
MD5SUM0b7170d33b896e8b879b19b65ac5c517
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses74789
Sum of the clauses size222346
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22159
Number of clauses of size 372607
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   74789   222346 |   22436       0        0     nan |  0.000 % |
0.72/0.72	c |         0 |   73888   319243 |      --       0       --      -- |     --   | -901/96897
0.72/0.72	c ==============================================================================
0.72/0.72	c Result  :   #vars: 763   #clauses: 73888   #literals: 319243
0.72/0.72	c CPU time:   0.71 s
0.72/0.72	c ==============================================================================
0.72/0.81	This is MiniSat 2.0 beta with hacks by AVG
0.72/0.81	WARNING: for repeatability, setting FPU to use double precision
0.72/0.81	============================[ Problem Statistics ]=============================
0.72/0.81	|                                                                             |
0.81/0.82	|  Number of variables:  763                                                  |
0.81/0.82	|  Number of clauses:    73888                                                |
0.81/0.86	|  Parsing time:         0.03         s                                       |
1200.09/1200.02	HOME/SatELiteGTI: line 36: 11058 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-1821685-1242552323/watcher-1821685-1242552323 -o /tmp/evaluation-result-1821685-1242552323/solver-1821685-1242552323 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821685-1242552323.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.99 1.00 1.00 2/93 11052
/proc/meminfo: memFree=800752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2412 CPUtime=0
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1019732835 2469888 277 4294967295 134512640 135169312 3214146704 3214145240 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11052/statm: 603 277 235 161 0 42 0
[pid=11056] ppid=11052 vsize=956 CPUtime=0
/proc/11056/stat : 11056 (SatELite_releas) R 11052 11052 10436 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 1019732836 978944 55 4294967295 134512640 135223648 3218882816 3218881708 134737065 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11056/statm: 239 57 45 174 0 64 0

[startup+0.069359 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 11052
/proc/meminfo: memFree=800752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2412 CPUtime=0
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1019732835 2469888 277 4294967295 134512640 135169312 3214146704 3214145240 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11052/statm: 603 277 235 161 0 42 0
[pid=11056] ppid=11052 vsize=6656 CPUtime=0.07
/proc/11056/stat : 11056 (SatELite_releas) R 11052 11052 10436 0 -1 4202496 1514 0 0 0 7 0 0 0 25 0 1 0 1019732836 6815744 1450 4294967295 134512640 135223648 3218882816 3218880592 134585461 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11056/statm: 1664 1450 73 174 0 1489 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9068

[startup+0.119354 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 11052
/proc/meminfo: memFree=800752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2412 CPUtime=0
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1019732835 2469888 277 4294967295 134512640 135169312 3214146704 3214145240 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11052/statm: 603 277 235 161 0 42 0
[pid=11056] ppid=11052 vsize=7184 CPUtime=0.12
/proc/11056/stat : 11056 (SatELite_releas) R 11052 11052 10436 0 -1 4202496 1645 0 0 0 12 0 0 0 25 0 1 0 1019732836 7356416 1581 4294967295 134512640 135223648 3218882816 3218880584 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11056/statm: 1796 1581 73 174 0 1621 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9596

[startup+0.319337 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 11052
/proc/meminfo: memFree=800752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2412 CPUtime=0
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1019732835 2469888 277 4294967295 134512640 135169312 3214146704 3214145240 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11052/statm: 603 277 235 161 0 42 0
[pid=11056] ppid=11052 vsize=9376 CPUtime=0.32
/proc/11056/stat : 11056 (SatELite_releas) R 11052 11052 10436 0 -1 4202496 2097 0 0 0 31 1 0 0 25 0 1 0 1019732836 9601024 2033 4294967295 134512640 135223648 3218882816 3218880912 134585473 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11056/statm: 2344 2033 73 174 0 2169 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 11788

[startup+0.719304 s]
/proc/loadavg: 0.99 1.00 1.00 2/93 11052
/proc/meminfo: memFree=800752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2412 CPUtime=0
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1019732835 2469888 277 4294967295 134512640 135169312 3214146704 3214145240 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11052/statm: 603 277 235 161 0 42 0
[pid=11056] ppid=11052 vsize=9376 CPUtime=0.72
/proc/11056/stat : 11056 (SatELite_releas) R 11052 11052 10436 0 -1 4202496 2097 0 0 0 71 1 0 0 25 0 1 0 1019732836 9601024 2033 4294967295 134512640 135223648 3218882816 3218881008 134548161 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11056/statm: 2344 2033 73 174 0 2169 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 11788

[startup+1.51924 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11058
/proc/meminfo: memFree=794388/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=5892 CPUtime=0.71
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 1398 0 0 0 69 2 0 0 24 0 1 0 1019732917 6033408 1333 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11058/statm: 1473 1333 74 172 0 1300 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 8308

[startup+3.11911 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11058
/proc/meminfo: memFree=793644/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=6552 CPUtime=2.3
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 1567 0 0 0 227 3 0 0 25 0 1 0 1019732917 6709248 1502 4294967295 134512640 135214715 3213091808 3213090272 134528809 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11058/statm: 1638 1502 74 172 0 1465 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8968

[startup+6.31884 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11058
/proc/meminfo: memFree=792312/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=7764 CPUtime=5.49
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 1855 0 0 0 546 3 0 0 25 0 1 0 1019732917 7950336 1790 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11058/statm: 1941 1790 74 172 0 1768 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 10180

[startup+12.7183 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11241
/proc/meminfo: memFree=789920/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=9492 CPUtime=11.89
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 2291 0 0 0 1186 3 0 0 25 0 1 0 1019732917 9719808 2226 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11058/statm: 2373 2226 74 172 0 2200 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 11908

[startup+25.5173 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11243
/proc/meminfo: memFree=787500/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=12064 CPUtime=24.69
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 2902 0 0 0 2466 3 0 0 25 0 1 0 1019732917 12353536 2837 4294967295 134512640 135214715 3213091808 3213090272 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11058/statm: 3016 2837 74 172 0 2843 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 14480

[startup+51.1152 s]
/proc/loadavg: 0.99 1.00 1.00 2/95 11243
/proc/meminfo: memFree=785280/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=14720 CPUtime=50.29
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 3582 0 0 0 5023 6 0 0 25 0 1 0 1019732917 15073280 3517 4294967295 134512640 135214715 3213091808 3213090272 134528749 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 3680 3517 74 172 0 3507 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17136

[startup+102.321 s]
/proc/loadavg: 1.11 1.04 1.01 2/95 11436
/proc/meminfo: memFree=779204/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=20892 CPUtime=101.5
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 5064 0 0 0 10141 9 0 0 25 0 1 0 1019732917 21393408 4999 4294967295 134512640 135214715 3213091808 3213090272 134528698 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 5223 4999 74 172 0 5050 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23308

[startup+162.316 s]
/proc/loadavg: 1.04 1.03 1.00 2/95 11623
/proc/meminfo: memFree=774864/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=25236 CPUtime=161.5
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 6151 0 0 0 16139 11 0 0 25 0 1 0 1019732917 25841664 6086 4294967295 134512640 135214715 3213091808 3213090272 134528678 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 6309 6086 74 172 0 6136 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 27652

[startup+222.321 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 11812
/proc/meminfo: memFree=770888/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=29248 CPUtime=221.51
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 7100 0 0 0 22140 11 0 0 25 0 1 0 1019732917 29949952 7035 4294967295 134512640 135214715 3213091808 3213090272 134528763 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 7312 7035 74 172 0 7139 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 31664

[startup+282.316 s]
/proc/loadavg: 1.07 1.05 1.01 2/95 11999
/proc/meminfo: memFree=770260/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=29896 CPUtime=281.51
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 7231 0 0 0 28140 11 0 0 25 0 1 0 1019732917 30613504 7166 4294967295 134512640 135214715 3213091808 3213090272 134528724 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 7474 7166 74 172 0 7301 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 32312

[startup+342.321 s]
/proc/loadavg: 1.02 1.03 1.00 2/95 12186
/proc/meminfo: memFree=768292/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=31776 CPUtime=341.52
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 7691 0 0 0 34141 11 0 0 25 0 1 0 1019732917 32538624 7626 4294967295 134512640 135214715 3213091808 3213090272 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 7944 7626 74 172 0 7771 0
Current children cumulated CPU time (s) 342.33

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

/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=36908 CPUtime=461.52
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 8927 0 0 0 46141 11 0 0 25 0 1 0 1019732917 37793792 8862 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 9227 8862 74 172 0 9054 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 39324

[startup+522.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 12759
/proc/meminfo: memFree=763076/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=37120 CPUtime=521.52
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 8955 0 0 0 52141 11 0 0 25 0 1 0 1019732917 38010880 8890 4294967295 134512640 135214715 3213091808 3213090272 134528752 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 9280 8890 74 172 0 9107 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 39536

[startup+582.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 12946
/proc/meminfo: memFree=761828/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=38372 CPUtime=581.54
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 9250 0 0 0 58143 11 0 0 25 0 1 0 1019732917 39292928 9185 4294967295 134512640 135214715 3213091808 3213090272 134529000 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 9593 9185 74 172 0 9420 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 40788

[startup+642.317 s]
/proc/loadavg: 1.09 1.03 1.01 2/95 13133
/proc/meminfo: memFree=759116/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=40928 CPUtime=641.54
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 9896 0 0 0 64143 11 0 0 25 0 1 0 1019732917 41910272 9831 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10232 9831 74 172 0 10059 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 43344

[startup+702.322 s]
/proc/loadavg: 1.07 1.04 1.01 4/95 13322
/proc/meminfo: memFree=758612/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=41516 CPUtime=701.55
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10027 0 0 0 70144 11 0 0 25 0 1 0 1019732917 42512384 9954 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10379 9954 74 172 0 10206 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 43932

[startup+762.327 s]
/proc/loadavg: 1.02 1.03 1.00 3/95 13509
/proc/meminfo: memFree=758620/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=41516 CPUtime=761.56
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10035 0 0 0 76145 11 0 0 25 0 1 0 1019732917 42512384 9962 4294967295 134512640 135214715 3213091808 3213090272 134528766 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10379 9962 74 172 0 10206 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 43932

[startup+822.312 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 13702
/proc/meminfo: memFree=757960/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=42388 CPUtime=821.55
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10247 0 0 0 82144 11 0 0 25 0 1 0 1019732917 43405312 10174 4294967295 134512640 135214715 3213091808 3213090272 134528672 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10597 10174 74 172 0 10424 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 44804

[startup+882.307 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 13889
/proc/meminfo: memFree=757860/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=42816 CPUtime=881.55
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10281 0 0 0 88144 11 0 0 25 0 1 0 1019732917 43843584 10208 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10704 10208 74 172 0 10531 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 45232

[startup+942.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 14076
/proc/meminfo: memFree=757752/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=42896 CPUtime=941.56
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10287 0 0 0 94144 12 0 0 25 0 1 0 1019732917 43925504 10214 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10724 10214 74 172 0 10551 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 45312

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14265
/proc/meminfo: memFree=757504/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=43060 CPUtime=1001.57
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10334 0 0 0 100145 12 0 0 25 0 1 0 1019732917 44093440 10261 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10765 10261 74 172 0 10592 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 45476

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14452
/proc/meminfo: memFree=757380/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=43548 CPUtime=1061.58
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10427 0 0 0 106146 12 0 0 25 0 1 0 1019732917 44593152 10354 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10887 10354 74 172 0 10714 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 45964

[startup+1122.33 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14641
/proc/meminfo: memFree=757124/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=43792 CPUtime=1121.59
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10493 0 0 0 112147 12 0 0 25 0 1 0 1019732917 44843008 10420 4294967295 134512640 135214715 3213091808 3213090272 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 10948 10420 74 172 0 10775 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 46208

[startup+1182.31 s]
/proc/loadavg: 1.10 1.03 1.01 3/95 14832
/proc/meminfo: memFree=755860/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=45108 CPUtime=1181.58
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10780 0 0 0 118145 13 0 0 25 0 1 0 1019732917 46190592 10707 4294967295 134512640 135214715 3213091808 3213090272 134528634 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 11277 10707 74 172 0 11104 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 47524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.14 1.04 1.01 2/95 14834
/proc/meminfo: memFree=756008/2074464 swapFree=1948616/1959888
[pid=11052] ppid=11050 vsize=2416 CPUtime=0.81
/proc/11052/stat : 11052 (SatELiteGTI) S 11050 11052 10436 0 -1 4194304 386 2746 0 0 0 0 78 3 18 0 1 0 1019732835 2473984 278 4294967295 134512640 135169312 3214146704 3214142920 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/11052/statm: 604 278 235 161 0 43 0
[pid=11058] ppid=11052 vsize=45108 CPUtime=1199.28
/proc/11058/stat : 11058 (minisat_static) R 11052 11052 10436 0 -1 4202496 10780 0 0 0 119915 13 0 0 25 0 1 0 1019732917 46190592 10707 4294967295 134512640 135214715 3213091808 3213090272 134528626 0 0 0 3 0 0 0 17 2 0 0 0
/proc/11058/statm: 11277 10707 74 172 0 11104 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 47524

Sending SIGTERM to process tree (bottom up)

Sleeping Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1199.93
CPU system time (s): 0.17
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 47524

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 11:25:23
IDJOB=1821685
IDBENCH=71065
IDSOLVER=660
FILE ID=tipi16/1821685-1242552323
PBS_JOBID=
Free space on /tmp= 4682 MiB

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

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

MD5SUM BENCH= 0b7170d33b896e8b879b19b65ac5c517
RANDOM SEED= 1327833936

Linux tipi16 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.457
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.457
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.457
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.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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:        800760 kB
Buffers:         62660 kB
Cached:        1099776 kB
SwapCached:       5940 kB
Active:         262464 kB
Inactive:       909956 kB
HighTotal:     1178688 kB
HighFree:       144388 kB
LowTotal:       895776 kB
LowFree:        656372 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            2640 kB
Writeback:           0 kB
AnonPages:        9328 kB
Mapped:           3224 kB
Slab:            92804 kB
PageTables:        544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4682 MiB
End job on tipi16 at 2009-05-17 11:45:23