Trace number 1821709

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.11 1200.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.01	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
5.61/5.66	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
5.61/5.66	c ==============================================================================
5.61/5.66	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
5.61/5.66	c CPU time:   5.58 s
5.61/5.66	c ==============================================================================
6.11/6.19	This is MiniSat 2.0 beta with hacks by AVG
6.11/6.19	WARNING: for repeatability, setting FPU to use double precision
6.11/6.19	============================[ Problem Statistics ]=============================
6.11/6.19	|                                                                             |
6.11/6.19	|  Number of variables:  2337                                                 |
6.11/6.19	|  Number of clauses:    394633                                               |
6.19/6.43	|  Parsing time:         0.19         s                                       |
1200.09/1200.04	HOME/SatELiteGTI: line 36: 27070 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-1821709-1242555407/watcher-1821709-1242555407 -o /tmp/evaluation-result-1821709-1242555407/solver-1821709-1242555407 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821709-1242555407.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 5/100 27065
/proc/meminfo: memFree=1461416/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 1020041684 2473984 272 4294967295 134512640 135169312 3213564928 3213562520 3085112238 0 0 4 65536 3222620697 0 0 17 1 0 0 0
/proc/27062/statm: 604 272 230 161 0 43 0
[pid=27063] ppid=27062 vsize=2416 CPUtime=0
/proc/27063/stat : 27063 (SatELiteGTI) R 27062 27062 16367 0 -1 4194368 103 0 0 0 0 0 0 0 20 0 1 0 1020041685 2473984 115 4294967295 134512640 135169312 3213564928 3213561148 3084920692 0 65538 0 65538 0 0 0 17 1 0 0 0
/proc/27063/statm: 604 115 72 161 0 43 0
[pid=27064] ppid=27063 vsize=0 CPUtime=0
/proc/27064/stat : 27064 (SatELiteGTI) Z 27063 27062 16367 0 -1 4194380 142 0 0 0 0 0 0 0 18 0 1 0 1020041685 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 1 0 0 0
/proc/27064/statm: 0 0 0 0 0 0 0
[pid=27065] ppid=27063 vsize=2416 CPUtime=0
/proc/27065/stat : 27065 (SatELiteGTI) R 27063 27062 16367 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1020041685 2473984 43 4294967295 134512640 135169312 3213564928 3213561148 3084920692 0 65538 0 65538 0 0 0 17 1 0 0 0
/proc/27065/statm: 604 43 0 161 0 43 0

[startup+0.112465 s]
/proc/loadavg: 1.00 1.00 1.00 5/100 27065
/proc/meminfo: memFree=1461416/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.212458 s]
/proc/loadavg: 1.00 1.00 1.00 5/100 27065
/proc/meminfo: memFree=1461416/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.312453 s]
/proc/loadavg: 1.00 1.00 1.00 5/100 27065
/proc/meminfo: memFree=1461416/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+0.71243 s]
/proc/loadavg: 1.00 1.00 1.00 5/100 27065
/proc/meminfo: memFree=1461416/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2416

[startup+1.51239 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27067
/proc/meminfo: memFree=1428912/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
[pid=27067] ppid=27062 vsize=36704 CPUtime=1.51
/proc/27067/stat : 27067 (SatELite_releas) R 27062 27062 16367 0 -1 4202496 8522 0 0 0 143 8 0 0 25 0 1 0 1020041685 37584896 8458 4294967295 134512640 135223648 3218931984 3218929936 134564094 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27067/statm: 9176 8458 73 174 0 9001 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 39120

[startup+3.1123 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27067
/proc/meminfo: memFree=1422588/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2416 CPUtime=0
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 367 647 0 0 0 0 0 0 19 0 1 0 1020041684 2473984 277 4294967295 134512640 135169312 3213564928 3213563464 3084918510 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27062/statm: 604 277 235 161 0 43 0
[pid=27067] ppid=27062 vsize=41220 CPUtime=3.11
/proc/27067/stat : 27067 (SatELite_releas) R 27062 27062 16367 0 -1 4202496 9580 0 0 0 303 8 0 0 25 0 1 0 1020041685 42209280 9516 4294967295 134512640 135223648 3218931984 3218930080 134585507 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27067/statm: 10305 9516 73 174 0 10130 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 43636

[startup+6.31212 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27068
/proc/meminfo: memFree=1422340/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 2420

[startup+12.7118 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27071
/proc/meminfo: memFree=1426496/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=26840 CPUtime=6.52
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 6567 0 0 0 647 5 0 0 25 0 1 0 1020042304 27484160 6502 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 6710 6502 73 172 0 6537 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 29260

[startup+25.511 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27075
/proc/meminfo: memFree=1415888/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=36812 CPUtime=19.32
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 9087 0 0 0 1924 8 0 0 25 0 1 0 1020042304 37695488 9022 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 9203 9022 73 172 0 9030 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 39232

[startup+51.1096 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27259
/proc/meminfo: memFree=1400328/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=52272 CPUtime=44.92
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 12921 0 0 0 4481 11 0 0 25 0 1 0 1020042304 53526528 12856 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 13068 12856 73 172 0 12895 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 54692

[startup+102.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27269
/proc/meminfo: memFree=1374976/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=77472 CPUtime=96.13
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 19167 0 0 0 9598 15 0 0 25 0 1 0 1020042304 79331328 19102 4294967295 134512640 135214715 3219917408 3219915872 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 19368 19102 73 172 0 19195 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 79892

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27456
/proc/meminfo: memFree=1363716/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=88860 CPUtime=156.13
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 21959 0 0 0 15595 18 0 0 25 0 1 0 1020042304 90992640 21894 4294967295 134512640 135214715 3219917408 3219915872 134528678 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 22215 21894 73 172 0 22042 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 91280

[startup+222.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27642
/proc/meminfo: memFree=1353780/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=98476 CPUtime=216.14
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 24395 0 0 0 21587 27 0 0 25 0 1 0 1020042304 100839424 24330 4294967295 134512640 135214715 3219917408 3219915872 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 24619 24330 73 172 0 24446 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 100896

[startup+282.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27830
/proc/meminfo: memFree=1343116/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=109188 CPUtime=276.13
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 27077 0 0 0 27583 30 0 0 25 0 1 0 1020042304 111808512 27012 4294967295 134512640 135214715 3219917408 3219915872 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 27297 27012 73 172 0 27124 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 111608

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28021
/proc/meminfo: memFree=1336644/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=115608 CPUtime=336.14
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 28672 0 0 0 33580 34 0 0 25 0 1 0 1020042304 118382592 28607 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 28902 28607 73 172 0 28729 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 118028

[startup+402.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28210
/proc/meminfo: memFree=1329824/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=122900 CPUtime=396.14

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

[pid=27070] ppid=27062 vsize=143720 CPUtime=516.15
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 35537 0 0 0 51579 36 0 0 25 0 1 0 1020042304 147169280 35472 4294967295 134512640 135214715 3219917408 3219915872 134528637 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 35930 35472 73 172 0 35757 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 146140

[startup+582.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 28775
/proc/meminfo: memFree=1296624/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=156432 CPUtime=576.16
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 38737 0 0 0 57579 37 0 0 25 0 1 0 1020042304 160186368 38672 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 39108 38672 73 172 0 38935 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 158852

[startup+642.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 28964
/proc/meminfo: memFree=1286200/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=167204 CPUtime=636.15
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 41325 0 0 0 63570 45 0 0 25 0 1 0 1020042304 171216896 41239 4294967295 134512640 135214715 3219917408 3219915872 134528672 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 41801 41239 73 172 0 41628 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 169624

[startup+702.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29153
/proc/meminfo: memFree=1282076/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=171180 CPUtime=696.16
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 42300 0 0 0 69566 50 0 0 25 0 1 0 1020042304 175288320 42214 4294967295 134512640 135214715 3219917408 3219915872 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 42795 42214 73 172 0 42622 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 173600

[startup+762.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29340
/proc/meminfo: memFree=1277032/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=176376 CPUtime=756.16
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 43528 0 0 0 75565 51 0 0 25 0 1 0 1020042304 180609024 43442 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 44094 43442 73 172 0 43921 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 178796

[startup+822.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29526
/proc/meminfo: memFree=1273544/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=179904 CPUtime=816.17
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 44405 0 0 0 81566 51 0 0 25 0 1 0 1020042304 184221696 44319 4294967295 134512640 135214715 3219917408 3219915872 134528709 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 44976 44319 73 172 0 44803 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 182324

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29718
/proc/meminfo: memFree=1270072/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=183464 CPUtime=876.17
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 45289 0 0 0 87564 53 0 0 25 0 1 0 1020042304 187867136 45203 4294967295 134512640 135214715 3219917408 3219915872 134528664 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 45866 45203 73 172 0 45693 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 185884

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29907
/proc/meminfo: memFree=1265880/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=187908 CPUtime=936.17
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 46366 0 0 0 93563 54 0 0 25 0 1 0 1020042304 192417792 46280 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 46977 46280 73 172 0 46804 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 190328

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 30096
/proc/meminfo: memFree=1263384/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=190076 CPUtime=996.17
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 46941 0 0 0 99562 55 0 0 25 0 1 0 1020042304 194637824 46855 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 47519 46855 73 172 0 47346 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 192496

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 30283
/proc/meminfo: memFree=1257704/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=195620 CPUtime=1056.18
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 48360 0 0 0 105563 55 0 0 25 0 1 0 1020042304 200314880 48274 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 48905 48274 73 172 0 48732 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 198040

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 30469
/proc/meminfo: memFree=1252000/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=201312 CPUtime=1116.19
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 49761 0 0 0 111563 56 0 0 25 0 1 0 1020042304 206143488 49675 4294967295 134512640 135214715 3219917408 3219915872 134528698 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 50328 49675 73 172 0 50155 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 203732

[startup+1182.32 s]
/proc/loadavg: 1.07 1.03 1.01 3/99 30657
/proc/meminfo: memFree=1248364/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=204976 CPUtime=1176.19
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 50672 0 0 0 117563 56 0 0 25 0 1 0 1020042304 209895424 50586 4294967295 134512640 135214715 3219917408 3219915872 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 51244 50586 73 172 0 51071 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 207396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.05 1.02 1.00 2/99 30841
/proc/meminfo: memFree=1246952/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=206296 CPUtime=1193.9
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 51024 0 0 0 119332 58 0 0 25 0 1 0 1020042304 211247104 50938 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 51574 50938 73 172 0 51401 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 208716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.02 s]
/proc/loadavg: 1.05 1.02 1.00 2/99 30841
/proc/meminfo: memFree=1246952/2074464 swapFree=1949244/1959888
[pid=27062] ppid=27060 vsize=2420 CPUtime=6.19
/proc/27062/stat : 27062 (SatELiteGTI) S 27060 27062 16367 0 -1 4194304 386 10230 0 0 0 0 607 12 20 0 1 0 1020041684 2478080 278 4294967295 134512640 135169312 3213564928 3213561144 3084918510 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27062/statm: 605 278 235 161 0 44 0
[pid=27070] ppid=27062 vsize=206296 CPUtime=1193.9
/proc/27070/stat : 27070 (minisat_static) R 27062 27062 16367 0 -1 4202496 51024 0 0 0 119332 58 0 0 25 0 1 0 1020042304 211247104 50938 4294967295 134512640 135214715 3219917408 3219915872 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27070/statm: 51574 50938 73 172 0 51401 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 208716

Child status: 143
Real time (s): 1200.05
CPU time (s): 1200.11
CPU user time (s): 1199.39
CPU system time (s): 0.72
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 208716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.39
system time used= 0.72
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61916
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 754

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 12:16:47
IDJOB=1821709
IDBENCH=71069
IDSOLVER=660
FILE ID=tipi11/1821709-1242555407
PBS_JOBID=
Free space on /tmp= 9542 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED= 1719574564

Linux tipi11 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.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1461912 kB
Buffers:         36544 kB
Cached:         487620 kB
SwapCached:       5248 kB
Active:         271892 kB
Inactive:       264268 kB
HighTotal:     1178688 kB
HighFree:       677920 kB
LowTotal:       895776 kB
LowFree:        783992 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            8556 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:           5152 kB
Slab:            67948 kB
PageTables:        600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9542 MiB
End job on tipi11 at 2009-05-17 12:36:47