Trace number 1821703

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.12/0.16	c ==============================================================================
0.12/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.16	c ==============================================================================
0.12/0.16	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
3.31/3.40	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
3.31/3.40	c ==============================================================================
3.31/3.40	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
3.31/3.40	c CPU time:   3.32 s
3.31/3.40	c ==============================================================================
3.71/3.73	This is MiniSat 2.0 beta with hacks by AVG
3.71/3.73	WARNING: for repeatability, setting FPU to use double precision
3.71/3.73	============================[ Problem Statistics ]=============================
3.71/3.73	|                                                                             |
3.71/3.73	|  Number of variables:  1581                                                 |
3.71/3.73	|  Number of clauses:    242248                                               |
3.72/3.88	|  Parsing time:         0.11         s                                       |
1200.03/1200.03	HOME/SatELiteGTI: line 36: 15266 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-1821703-1242554278/watcher-1821703-1242554278 -o /tmp/evaluation-result-1821703-1242554278/solver-1821703-1242554278 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821703-1242554278.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 2/93 15259
/proc/meminfo: memFree=696636/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=956 CPUtime=0
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 122 0 0 0 0 0 0 0 25 0 1 0 1019928658 978944 59 4294967295 134512640 135223648 3216522944 3216521540 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15263/statm: 239 62 45 174 0 64 0

[startup+0.094373 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15259
/proc/meminfo: memFree=696636/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=8892 CPUtime=0.09
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 1996 0 0 0 6 3 0 0 25 0 1 0 1019928658 9105408 1932 4294967295 134512640 135223648 3216522944 3216521512 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15263/statm: 2223 1932 46 174 0 2048 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11304

[startup+0.114354 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15259
/proc/meminfo: memFree=696636/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=10212 CPUtime=0.11
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 2372 0 0 0 7 4 0 0 25 0 1 0 1019928658 10457088 2308 4294967295 134512640 135223648 3216522944 3216521896 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15263/statm: 2553 2308 46 174 0 2378 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12624

[startup+0.314344 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15259
/proc/meminfo: memFree=696636/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=19060 CPUtime=0.31
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 4615 0 0 0 25 6 0 0 25 0 1 0 1019928658 19517440 4551 4294967295 134512640 135223648 3216522944 3216520944 134548209 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15263/statm: 4765 4551 73 174 0 4590 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 21472

[startup+0.714325 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 15259
/proc/meminfo: memFree=696636/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=21812 CPUtime=0.7
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 5083 0 0 0 63 7 0 0 25 0 1 0 1019928658 22335488 5019 4294967295 134512640 135223648 3216522944 3216520944 134548984 0 0 0 3 0 0 0 17 1 0 0 0
/proc/15263/statm: 5453 5019 73 174 0 5278 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 24224

[startup+1.51429 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15265
/proc/meminfo: memFree=675640/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=27504 CPUtime=1.5
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 6153 0 0 0 143 7 0 0 25 0 1 0 1019928658 28164096 6089 4294967295 134512640 135223648 3216522944 3216521040 134585544 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15263/statm: 6876 6089 73 174 0 6701 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 29916

[startup+3.11421 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15265
/proc/meminfo: memFree=672292/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2412 CPUtime=0.01
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 366 645 0 0 0 1 0 0 25 0 1 0 1019928657 2469888 276 4294967295 134512640 135169312 3213128592 3213127128 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/15259/statm: 603 276 235 161 0 42 0
[pid=15263] ppid=15259 vsize=27504 CPUtime=3.1
/proc/15263/stat : 15263 (SatELite_releas) R 15259 15259 10114 0 -1 4202496 6153 0 0 0 303 7 0 0 25 0 1 0 1019928658 28164096 6089 4294967295 134512640 135223648 3216522944 3216521152 134593177 0 0 0 3 0 0 0 17 2 0 0 0
/proc/15263/statm: 6876 6089 73 174 0 6701 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 29916

[startup+6.31406 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15266
/proc/meminfo: memFree=677128/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=15324 CPUtime=2.57
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 3709 0 0 0 251 6 0 0 25 0 1 0 1019929030 15691776 3644 4294967295 134512640 135214715 3217004448 3217002912 134528995 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 3831 3644 74 172 0 3658 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17740

[startup+12.7137 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 15267
/proc/meminfo: memFree=672924/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=19196 CPUtime=8.95
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 4675 0 0 0 889 6 0 0 25 0 1 0 1019929030 19656704 4610 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 4799 4610 74 172 0 4626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21612

[startup+25.5131 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 15267
/proc/meminfo: memFree=668184/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=23756 CPUtime=21.75
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 5794 0 0 0 2167 8 0 0 25 0 1 0 1019929030 24326144 5729 4294967295 134512640 135214715 3217004448 3217002912 134528634 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 5939 5729 74 172 0 5766 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26172

[startup+51.1119 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 15269
/proc/meminfo: memFree=661216/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=30552 CPUtime=47.35
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 7503 0 0 0 4725 10 0 0 25 0 1 0 1019929030 31285248 7438 4294967295 134512640 135214715 3217004448 3217002912 134528620 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 7638 7438 74 172 0 7465 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32968

[startup+102.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15456
/proc/meminfo: memFree=648972/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=43056 CPUtime=98.56
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 10570 0 0 0 9841 15 0 0 25 0 1 0 1019929030 44089344 10505 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 10764 10505 74 172 0 10591 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 45472

[startup+162.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 15649
/proc/meminfo: memFree=635548/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=56396 CPUtime=158.56
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 13887 0 0 0 15840 16 0 0 25 0 1 0 1019929030 57749504 13822 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 14099 13822 74 172 0 13926 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 58812

[startup+222.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15836
/proc/meminfo: memFree=616228/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=75608 CPUtime=218.57
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 18643 0 0 0 21834 23 0 0 25 0 1 0 1019929030 77422592 18578 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 18902 18578 74 172 0 18729 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78024

[startup+282.311 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 16023
/proc/meminfo: memFree=607556/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=84940 CPUtime=278.56
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 20841 0 0 0 27833 23 0 0 25 0 1 0 1019929030 86978560 20776 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 21235 20776 74 172 0 21062 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 87356

[startup+342.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16212
/proc/meminfo: memFree=600976/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=91492 CPUtime=338.57
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 22502 0 0 0 33833 24 0 0 25 0 1 0 1019929030 93687808 22437 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 22873 22437 74 172 0 22700 0
Current children cumulated CPU time (s) 342.29

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

/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=101532 CPUtime=458.58
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 24973 0 0 0 45830 28 0 0 25 0 1 0 1019929030 103968768 24908 4294967295 134512640 135214715 3217004448 3217002912 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 25383 24908 74 172 0 25210 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103948

[startup+522.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16777
/proc/meminfo: memFree=586964/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=105396 CPUtime=518.58
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 25938 0 0 0 51827 31 0 0 25 0 1 0 1019929030 107925504 25873 4294967295 134512640 135214715 3217004448 3217002912 134528763 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 26349 25873 74 172 0 26176 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107812

[startup+582.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16968
/proc/meminfo: memFree=583624/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=108480 CPUtime=578.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 26704 0 0 0 57826 33 0 0 25 0 1 0 1019929030 111083520 26639 4294967295 134512640 135214715 3217004448 3217002592 134536368 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 27120 26639 74 172 0 26947 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 110896

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17157
/proc/meminfo: memFree=579772/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=112476 CPUtime=638.58
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 27633 0 0 0 63825 33 0 0 25 0 1 0 1019929030 115175424 27568 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 28119 27568 74 172 0 27946 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 114892

[startup+702.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17344
/proc/meminfo: memFree=576060/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=116668 CPUtime=698.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 28575 0 0 0 69821 38 0 0 25 0 1 0 1019929030 119468032 28510 4294967295 134512640 135214715 3217004448 3217002912 134528721 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 29167 28510 74 172 0 28994 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 119084

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17533
/proc/meminfo: memFree=572084/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=120456 CPUtime=758.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 29536 0 0 0 75821 38 0 0 25 0 1 0 1019929030 123346944 29471 4294967295 134512640 135214715 3217004448 3217002912 134528678 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 30114 29471 74 172 0 29941 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 122872

[startup+822.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17720
/proc/meminfo: memFree=568860/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=123836 CPUtime=818.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 30365 0 0 0 81821 38 0 0 25 0 1 0 1019929030 126808064 30300 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 30959 30300 74 172 0 30786 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 126252

[startup+882.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17907
/proc/meminfo: memFree=565024/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=127880 CPUtime=878.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 31376 0 0 0 87820 39 0 0 25 0 1 0 1019929030 130949120 31311 4294967295 134512640 135214715 3217004448 3217002912 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 31970 31311 74 172 0 31797 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 130296

[startup+942.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18100
/proc/meminfo: memFree=561172/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=131860 CPUtime=938.6
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 32329 0 0 0 93818 42 0 0 25 0 1 0 1019929030 135024640 32264 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 32965 32264 74 172 0 32792 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 134276

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18287
/proc/meminfo: memFree=553120/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=139892 CPUtime=998.59
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 34338 0 0 0 99816 43 0 0 25 0 1 0 1019929030 143249408 34265 4294967295 134512640 135214715 3217004448 3217002912 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 34973 34265 74 172 0 34800 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 142308

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18476
/proc/meminfo: memFree=546044/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=147020 CPUtime=1058.6
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 36142 0 0 0 105812 48 0 0 25 0 1 0 1019929030 150548480 36069 4294967295 134512640 135214715 3217004448 3217002912 134528997 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 36755 36069 74 172 0 36582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 149436

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18663
/proc/meminfo: memFree=539472/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=153604 CPUtime=1118.6
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 37789 0 0 0 111812 48 0 0 25 0 1 0 1019929030 157290496 37716 4294967295 134512640 135214715 3217004448 3217002912 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 38401 37716 74 172 0 38228 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 156020

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 18853
/proc/meminfo: memFree=529560/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=164884 CPUtime=1178.61
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 40311 0 0 0 117809 52 0 0 25 0 1 0 1019929030 168841216 40208 4294967295 134512640 135214715 3217004448 3217002912 134528613 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 41221 40208 74 172 0 41048 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 167300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19038
/proc/meminfo: memFree=528532/2074464 swapFree=1950884/1959888
[pid=15259] ppid=15257 vsize=2416 CPUtime=3.72
/proc/15259/stat : 15259 (SatELiteGTI) S 15257 15259 10114 0 -1 4194304 385 6801 0 0 0 1 364 7 18 0 1 0 1019928657 2473984 277 4294967295 134512640 135169312 3213128592 3213124808 3085741806 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15259/statm: 604 277 235 161 0 43 0
[pid=15266] ppid=15259 vsize=165500 CPUtime=1196.31
/proc/15266/stat : 15266 (minisat_static) R 15259 15259 10114 0 -1 4202496 40470 0 0 0 119578 53 0 0 25 0 1 0 1019929030 169472000 40367 4294967295 134512640 135214715 3217004448 3217002912 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15266/statm: 41375 40367 74 172 0 41202 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 167916

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

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.05
CPU user time (s): 1199.42
CPU system time (s): 0.63
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 167916

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 11:57:58
IDJOB=1821703
IDBENCH=71068
IDSOLVER=660
FILE ID=tipi13/1821703-1242554278
PBS_JOBID=
Free space on /tmp= 6788 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED= 1850551788

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        696636 kB
Buffers:         64816 kB
Cached:        1197088 kB
SwapCached:       3516 kB
Active:         542940 kB
Inactive:       728532 kB
HighTotal:     1178688 kB
HighFree:       110360 kB
LowTotal:       895776 kB
LowFree:        586276 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            5628 kB
Writeback:           0 kB
AnonPages:        8764 kB
Mapped:           3060 kB
Slab:            97540 kB
PageTables:        524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6788 MiB
End job on tipi13 at 2009-05-17 12:17:59