Trace number 1821733

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.02 1199.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
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.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.41/1.44	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.41/1.44	c ==============================================================================
1.41/1.44	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.41/1.44	c CPU time:   1.42 s
1.41/1.44	c ==============================================================================
1.61/1.63	This is MiniSat 2.0 beta with hacks by AVG
1.61/1.63	WARNING: for repeatability, setting FPU to use double precision
1.61/1.63	============================[ Problem Statistics ]=============================
1.61/1.63	|                                                                             |
1.61/1.64	|  Number of variables:  1298                                                 |
1.61/1.64	|  Number of clauses:    143366                                               |
1.63/1.72	|  Parsing time:         0.07         s                                       |
1200.01/1199.93	HOME/SatELiteGTI: line 36:  2598 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-1821733-1242558546/watcher-1821733-1242558546 -o /tmp/evaluation-result-1821733-1242558546/solver-1821733-1242558546 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821733-1242558546.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 2589
/proc/meminfo: memFree=569388/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=952 CPUtime=0
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 134 0 0 0 0 0 0 0 25 0 1 0 1020351731 974848 70 4294967295 134512640 135223648 3218544816 3218543536 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 238 71 46 174 0 63 0

[startup+0.089113 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2589
/proc/meminfo: memFree=569388/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=9892 CPUtime=0.09
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 2224 0 0 0 7 2 0 0 25 0 1 0 1020351731 10129408 2160 4294967295 134512640 135223648 3218544816 3218543824 134547565 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 2473 2160 47 174 0 2298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12304

[startup+0.10911 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2589
/proc/meminfo: memFree=569388/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=10860 CPUtime=0.11
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 2486 0 0 0 9 2 0 0 25 0 1 0 1020351731 11120640 2422 4294967295 134512640 135223648 3218544816 3218542592 134585471 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 2715 2422 72 174 0 2540 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13272

[startup+0.309092 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2589
/proc/meminfo: memFree=569388/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=13424 CPUtime=0.31
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 3140 0 0 0 29 2 0 0 25 0 1 0 1020351731 13746176 3076 4294967295 134512640 135223648 3218544816 3218542816 134549024 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 3356 3076 73 174 0 3181 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15836

[startup+0.709057 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2589
/proc/meminfo: memFree=569388/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=16980 CPUtime=0.71
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 3781 0 0 0 69 2 0 0 25 0 1 0 1020351731 17387520 3717 4294967295 134512640 135223648 3218544816 3218542912 134585512 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 4245 3717 73 174 0 4070 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 19392

[startup+1.50899 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 2594
/proc/meminfo: memFree=554864/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2412 CPUtime=0
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1020351731 2469888 276 4294967295 134512640 135169312 3213173664 3213172200 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2589/statm: 603 276 235 161 0 42 0
[pid=2593] ppid=2589 vsize=14964 CPUtime=1.51
/proc/2593/stat : 2593 (SatELite_releas) R 2589 2589 14060 0 -1 4202496 3782 0 0 0 148 3 0 0 25 0 1 0 1020351731 15323136 3438 4294967295 134512640 135223648 3218544816 3218542936 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2593/statm: 3741 3438 73 174 0 3566 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 17376

[startup+3.10885 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 2782
/proc/meminfo: memFree=557512/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=10640 CPUtime=1.46
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 2550 0 0 0 143 3 0 0 25 0 1 0 1020351895 10895360 2485 4294967295 134512640 135214715 3217573920 3217572384 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 2660 2485 74 172 0 2487 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13056

[startup+6.30857 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2782
/proc/meminfo: memFree=553552/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=13960 CPUtime=4.66
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 3377 0 0 0 462 4 0 0 25 0 1 0 1020351895 14295040 3312 4294967295 134512640 135214715 3217573920 3217572384 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 3490 3312 74 172 0 3317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16376

[startup+12.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2782
/proc/meminfo: memFree=549216/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=18060 CPUtime=11.06
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 4381 0 0 0 1101 5 0 0 25 0 1 0 1020351895 18493440 4316 4294967295 134512640 135214715 3217573920 3217572384 134528693 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 4515 4316 74 172 0 4342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20476

[startup+25.5169 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2782
/proc/meminfo: memFree=542492/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=24712 CPUtime=23.87
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 6030 0 0 0 2382 5 0 0 25 0 1 0 1020351895 25305088 5965 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 6178 5965 74 172 0 6005 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 27128

[startup+51.1147 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2783
/proc/meminfo: memFree=533648/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=33708 CPUtime=49.47
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 8258 0 0 0 4942 5 0 0 25 0 1 0 1020351895 34516992 8193 4294967295 134512640 135214715 3217573920 3217572384 134528775 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 8427 8193 74 172 0 8254 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 36124

[startup+102.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2971
/proc/meminfo: memFree=521240/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=45504 CPUtime=100.68
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 11157 0 0 0 10060 8 0 0 25 0 1 0 1020351895 46596096 11092 4294967295 134512640 135214715 3217573920 3217572384 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 11376 11092 74 172 0 11203 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 47920

[startup+162.325 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 3171
/proc/meminfo: memFree=511476/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=55176 CPUtime=160.69
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 13577 0 0 0 16059 10 0 0 25 0 1 0 1020351895 56500224 13512 4294967295 134512640 135214715 3217573920 3217572384 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 13794 13512 74 172 0 13621 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 57592

[startup+222.32 s]
/proc/loadavg: 1.16 1.03 1.01 2/95 3363
/proc/meminfo: memFree=502904/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=64052 CPUtime=220.69
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 15700 0 0 0 22058 11 0 0 25 0 1 0 1020351895 65589248 15635 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 16013 15635 74 172 0 15840 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 66468

[startup+282.315 s]
/proc/loadavg: 1.13 1.05 1.02 2/95 3553
/proc/meminfo: memFree=495472/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=71740 CPUtime=280.69
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 17607 0 0 0 28057 12 0 0 25 0 1 0 1020351895 73461760 17542 4294967295 134512640 135214715 3217573920 3217572384 134528672 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 17935 17542 74 172 0 17762 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 74156

[startup+342.319 s]
/proc/loadavg: 1.04 1.04 1.01 2/95 3745
/proc/meminfo: memFree=489024/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=78756 CPUtime=340.7
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 19249 0 0 0 34056 14 0 0 25 0 1 0 1020351895 80646144 19184 4294967295 134512640 135214715 3217573920 3217572128 134537801 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 19689 19184 74 172 0 19516 0
Current children cumulated CPU time (s) 342.33

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

/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=99764 CPUtime=520.72
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 24417 0 0 0 52052 20 0 0 25 0 1 0 1020351895 102158336 24343 4294967295 134512640 135214715 3217573920 3217572384 134528702 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 24941 24343 74 172 0 24768 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 102180

[startup+582.309 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 4530
/proc/meminfo: memFree=461240/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=106956 CPUtime=580.71
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 26212 0 0 0 58051 20 0 0 25 0 1 0 1020351895 109522944 26138 4294967295 134512640 135214715 3217573920 3217572384 134528691 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 26739 26138 74 172 0 26566 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 109372

[startup+642.313 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 4718
/proc/meminfo: memFree=457536/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=110900 CPUtime=640.72
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 27142 0 0 0 64052 20 0 0 25 0 1 0 1020351895 113561600 27068 4294967295 134512640 135214715 3217573920 3217572384 134528714 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 27725 27068 74 172 0 27552 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 113316

[startup+702.308 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 4907
/proc/meminfo: memFree=452204/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=116440 CPUtime=700.72
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 28455 0 0 0 70048 24 0 0 25 0 1 0 1020351895 119234560 28381 4294967295 134512640 135214715 3217573920 3217572384 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 29110 28381 74 172 0 28937 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 118856

[startup+762.323 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 5096
/proc/meminfo: memFree=446872/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=122072 CPUtime=760.74
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 29831 0 0 0 76050 24 0 0 25 0 1 0 1020351895 125001728 29757 4294967295 134512640 135214715 3217573920 3217572384 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 30518 29757 74 172 0 30345 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 124488

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 5280
/proc/meminfo: memFree=441292/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=127968 CPUtime=820.74
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31271 0 0 0 82049 25 0 0 25 0 1 0 1020351895 131039232 31189 4294967295 134512640 135214715 3217573920 3217572384 134528691 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 31992 31189 74 172 0 31819 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 130384

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5473
/proc/meminfo: memFree=440300/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=880.74
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31515 0 0 0 88049 25 0 0 25 0 1 0 1020351895 131985408 31433 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31433 74 172 0 32050 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 131308

[startup+942.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5661
/proc/meminfo: memFree=440044/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=940.74
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31521 0 0 0 94049 25 0 0 25 0 1 0 1020351895 131985408 31439 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31439 74 172 0 32050 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 131308

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 5850
/proc/meminfo: memFree=440028/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1000.76
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31521 0 0 0 100045 31 0 0 25 0 1 0 1020351895 131985408 31439 4294967295 134512640 135214715 3217573920 3217572384 134528672 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31439 74 172 0 32050 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 131308

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6039
/proc/meminfo: memFree=439920/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1060.76
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31524 0 0 0 106045 31 0 0 25 0 1 0 1020351895 131985408 31442 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31442 74 172 0 32050 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 131308

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6223
/proc/meminfo: memFree=440052/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1120.77
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31529 0 0 0 112045 32 0 0 25 0 1 0 1020351895 131985408 31447 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31447 74 172 0 32050 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 131308

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6412
/proc/meminfo: memFree=439912/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1180.77
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31530 0 0 0 118045 32 0 0 25 0 1 0 1020351895 131985408 31448 4294967295 134512640 135214715 3217573920 3217572384 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31448 74 172 0 32050 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 131308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6417
/proc/meminfo: memFree=439880/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1198.38
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31530 0 0 0 119806 32 0 0 25 0 1 0 1020351895 131985408 31448 4294967295 134512640 135214715 3217573920 3217572384 134528721 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31448 74 172 0 32050 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 131308

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

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 6417
/proc/meminfo: memFree=439880/2074464 swapFree=1949056/1959888
[pid=2589] ppid=2587 vsize=2416 CPUtime=1.63
/proc/2589/stat : 2589 (SatELiteGTI) S 2587 2589 14060 0 -1 4194304 386 4429 0 0 0 0 160 3 18 0 1 0 1020351731 2473984 277 4294967295 134512640 135169312 3213173664 3213169880 3084930798 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2589/statm: 604 277 235 161 0 43 0
[pid=2598] ppid=2589 vsize=128892 CPUtime=1198.38
/proc/2598/stat : 2598 (minisat_static) R 2589 2589 14060 0 -1 4202496 31530 0 0 0 119806 32 0 0 25 0 1 0 1020351895 131985408 31448 4294967295 134512640 135214715 3217573920 3217572384 134528721 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2598/statm: 32223 31448 74 172 0 32050 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 131308

Child status: 143
Real time (s): 1199.94
CPU time (s): 1200.02
CPU user time (s): 1199.66
CPU system time (s): 0.36
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 131308

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 13:09:06
IDJOB=1821733
IDBENCH=71076
IDSOLVER=660
FILE ID=tipi27/1821733-1242558546
PBS_JOBID=
Free space on /tmp= 8694 MiB

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

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED= 1104966454

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:        569792 kB
Buffers:         55112 kB
Cached:        1319336 kB
SwapCached:       5456 kB
Active:         515792 kB
Inactive:       868516 kB
HighTotal:     1178688 kB
HighFree:       266996 kB
LowTotal:       895776 kB
LowFree:        302796 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            3876 kB
Writeback:           0 kB
AnonPages:        9072 kB
Mapped:           3560 kB
Slab:           111784 kB
PageTables:        516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8694 MiB
End job on tipi27 at 2009-05-17 13:29:06