Trace number 1820263

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

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
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 variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

0.00/0.00	c Parsing...
0.82/0.90	c ==============================================================================
0.82/0.90	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.90	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.90	c ==============================================================================
0.82/0.90	c |         0 | 1002109  2313554 |  300632       0        0     nan |  0.000 % |
6.62/6.62	c |         0 |  363891   939019 |      --       0       --      -- |     --   | -364511/-752771
6.62/6.62	c ==============================================================================
6.62/6.62	c Result  :   #vars: 61601   #clauses: 363891   #literals: 939019
6.62/6.62	c CPU time:   6.38 s
6.62/6.62	c ==============================================================================
7.02/7.02	This is MiniSat 2.0 beta with hacks by AVG
7.02/7.02	WARNING: for repeatability, setting FPU to use double precision
7.02/7.02	============================[ Problem Statistics ]=============================
7.02/7.02	|                                                                             |
7.02/7.02	|  Number of variables:  61601                                                |
7.02/7.02	|  Number of clauses:    363891                                               |
7.02/7.28	|  Parsing time:         0.23         s                                       |
1200.09/1200.04	HOME/SatELiteGTI: line 36: 10667 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-1820263-1242420828/watcher-1820263-1242420828 -o /tmp/evaluation-result-1820263-1242420828/solver-1820263-1242420828 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820263-1242420828.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/93 10478
/proc/meminfo: memFree=1163796/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=952 CPUtime=0
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 119 0 0 0 0 0 0 0 18 0 1 0 1006583537 974848 54 4294967295 134512640 135223648 3217684448 3217683340 134737065 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 238 57 46 174 0 63 0

[startup+0.089254 s]
/proc/loadavg: 0.08 0.02 0.01 3/93 10478
/proc/meminfo: memFree=1163796/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=20872 CPUtime=0.09
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 3771 0 0 0 7 2 0 0 18 0 1 0 1006583537 21372928 3706 4294967295 134512640 135223648 3217684448 3217683328 134543108 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 5218 3708 46 174 0 5043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23288

[startup+0.119249 s]
/proc/loadavg: 0.08 0.02 0.01 3/93 10478
/proc/meminfo: memFree=1163796/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=23116 CPUtime=0.12
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 5336 0 0 0 10 2 0 0 18 0 1 0 1006583537 23670784 5271 4294967295 134512640 135223648 3217684448 3217683328 134543095 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 5779 5272 46 174 0 5604 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25532

[startup+0.319233 s]
/proc/loadavg: 0.08 0.02 0.01 3/93 10478
/proc/meminfo: memFree=1163796/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=52904 CPUtime=0.32
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 11678 0 0 0 24 8 0 0 18 0 1 0 1006583537 54173696 11613 4294967295 134512640 135223648 3217684448 3217683400 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 13226 11613 46 174 0 13051 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 55320

[startup+0.719199 s]
/proc/loadavg: 0.08 0.02 0.01 3/93 10478
/proc/meminfo: memFree=1163796/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=81752 CPUtime=0.72
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 19443 0 0 0 57 15 0 0 18 0 1 0 1006583537 83714048 19378 4294967295 134512640 135223648 3217684448 3217683400 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 20438 19378 47 174 0 20263 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 84168

[startup+1.51913 s]
/proc/loadavg: 0.08 0.02 0.01 2/95 10483
/proc/meminfo: memFree=1068564/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=111744 CPUtime=1.52
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 28218 0 0 0 134 18 0 0 20 0 1 0 1006583537 114425856 25558 4294967295 134512640 135223648 3217684448 3217682464 134587032 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 27936 25558 73 174 0 27761 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 114160

[startup+3.119 s]
/proc/loadavg: 0.08 0.02 0.01 2/95 10483
/proc/meminfo: memFree=1056040/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=116564 CPUtime=3.12
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 29593 0 0 0 294 18 0 0 25 0 1 0 1006583537 119361536 26770 4294967295 134512640 135223648 3217684448 3217682464 134586854 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 29141 26770 73 174 0 28966 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 118980

[startup+6.31874 s]
/proc/loadavg: 0.15 0.03 0.01 2/95 10483
/proc/meminfo: memFree=1042804/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2416 CPUtime=0
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1006583536 2473984 277 4294967295 134512640 135169312 3215935040 3215933576 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10478/statm: 604 277 235 161 0 43 0
[pid=10482] ppid=10478 vsize=128200 CPUtime=6.32
/proc/10482/stat : 10482 (SatELite_releas) R 10478 10478 10436 0 -1 4202496 38189 0 0 0 608 24 0 0 25 0 1 0 1006583537 131276800 29130 4294967295 134512640 135223648 3217684448 3217682800 134602396 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10482/statm: 32050 29130 73 174 0 31875 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 130616

[startup+12.7182 s]
/proc/loadavg: 0.22 0.05 0.02 3/95 10669
/proc/meminfo: memFree=1131112/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=22136 CPUtime=5.7
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 5124 0 0 0 567 3 0 0 25 0 1 0 1006584239 22667264 5059 4294967295 134512640 135214715 3220949856 3220948120 134527247 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10667/statm: 5534 5059 73 172 0 5361 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 24556

[startup+25.5171 s]
/proc/loadavg: 0.39 0.09 0.03 3/95 10670
/proc/meminfo: memFree=1127692/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=25580 CPUtime=18.5
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 5998 0 0 0 1846 4 0 0 25 0 1 0 1006584239 26193920 5933 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10667/statm: 6395 5933 73 172 0 6222 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 28000

[startup+51.115 s]
/proc/loadavg: 0.60 0.17 0.05 3/95 10673
/proc/meminfo: memFree=1117904/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=35832 CPUtime=44.1
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 8542 0 0 0 4405 5 0 0 25 0 1 0 1006584239 36691968 8477 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10667/statm: 8958 8477 73 172 0 8785 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 38252

[startup+102.321 s]
/proc/loadavg: 0.82 0.29 0.10 3/95 10859
/proc/meminfo: memFree=1103900/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=49284 CPUtime=95.31
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 11898 0 0 0 9519 12 0 0 25 0 1 0 1006584239 50466816 11833 4294967295 134512640 135214715 3220949856 3220948320 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10667/statm: 12321 11833 73 172 0 12148 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 51704

[startup+162.316 s]
/proc/loadavg: 0.93 0.42 0.15 2/95 11047
/proc/meminfo: memFree=1083332/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=70888 CPUtime=155.28
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 17298 0 0 0 15507 21 0 0 25 0 1 0 1006584239 72589312 17233 4294967295 134512640 135214715 3220949856 3220948320 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 17722 17233 73 172 0 17549 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73308

[startup+222.311 s]
/proc/loadavg: 0.97 0.52 0.20 2/95 11234
/proc/meminfo: memFree=1061028/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=92872 CPUtime=215.28
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 22733 0 0 0 21495 33 0 0 25 0 1 0 1006584239 95100928 22668 4294967295 134512640 135214715 3220949856 3220948320 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 23218 22668 73 172 0 23045 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95292

[startup+282.306 s]
/proc/loadavg: 0.99 0.61 0.25 3/95 11423
/proc/meminfo: memFree=1045776/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=108088 CPUtime=275.28
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 26562 0 0 0 27493 35 0 0 25 0 1 0 1006584239 110682112 26497 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 27022 26497 73 172 0 26849 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110508

[startup+342.321 s]
/proc/loadavg: 0.99 0.67 0.30 2/95 11613
/proc/meminfo: memFree=1033624/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=120136 CPUtime=335.3
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 29573 0 0 0 33492 38 0 0 25 0 1 0 1006584239 123019264 29508 4294967295 134512640 135214715 3220949856 3220941664 134536530 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 30034 29508 73 172 0 29861 0
Current children cumulated CPU time (s) 342.32

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

[pid=10667] ppid=10478 vsize=136592 CPUtime=455.31
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 33609 0 0 0 45490 41 0 0 25 0 1 0 1006584239 139870208 33544 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 34148 33544 73 172 0 33975 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 139012

[startup+522.316 s]
/proc/loadavg: 0.99 0.81 0.41 3/95 12190
/proc/meminfo: memFree=1009444/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=143956 CPUtime=515.31
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 35444 0 0 0 51490 41 0 0 25 0 1 0 1006584239 147410944 35379 4294967295 134512640 135214715 3220949856 3220948320 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 35989 35379 73 172 0 35816 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 146376

[startup+582.311 s]
/proc/loadavg: 0.99 0.85 0.45 2/95 12379
/proc/meminfo: memFree=1001756/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=151528 CPUtime=575.31
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 37348 0 0 0 57488 43 0 0 25 0 1 0 1006584239 155164672 37283 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 37882 37283 73 172 0 37709 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 153948

[startup+642.306 s]
/proc/loadavg: 0.99 0.87 0.48 3/95 12567
/proc/meminfo: memFree=994192/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=159508 CPUtime=635.31
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 39228 0 0 0 63487 44 0 0 25 0 1 0 1006584239 163336192 39163 4294967295 134512640 135214715 3220949856 3220948320 134529050 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 39877 39163 73 172 0 39704 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 161928

[startup+702.311 s]
/proc/loadavg: 0.99 0.89 0.51 2/95 12760
/proc/meminfo: memFree=986380/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=167128 CPUtime=695.32
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 41163 0 0 0 69486 46 0 0 25 0 1 0 1006584239 171139072 41098 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 41782 41098 73 172 0 41609 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 169548

[startup+762.316 s]
/proc/loadavg: 0.99 0.91 0.54 3/95 12948
/proc/meminfo: memFree=978428/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=175192 CPUtime=755.33
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 43135 0 0 0 75484 49 0 0 25 0 1 0 1006584239 179396608 43070 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 43798 43070 73 172 0 43625 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 177612

[startup+822.321 s]
/proc/loadavg: 1.07 0.94 0.57 2/95 13135
/proc/meminfo: memFree=970128/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=183720 CPUtime=815.34
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 45245 0 0 0 81485 49 0 0 25 0 1 0 1006584239 188129280 45180 4294967295 134512640 135214715 3220949856 3220948320 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 45930 45180 73 172 0 45757 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 186140

[startup+882.326 s]
/proc/loadavg: 1.03 0.95 0.59 2/95 13324
/proc/meminfo: memFree=963316/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=190580 CPUtime=875.35
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 47004 0 0 0 87484 51 0 0 25 0 1 0 1006584239 195153920 46939 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 47645 46939 73 172 0 47472 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 193000

[startup+942.311 s]
/proc/loadavg: 1.01 0.95 0.61 3/95 13510
/proc/meminfo: memFree=955256/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=198868 CPUtime=935.34
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 49026 0 0 0 93482 52 0 0 25 0 1 0 1006584239 203640832 48961 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 49717 48961 73 172 0 49544 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 201288

[startup+1002.32 s]
/proc/loadavg: 1.00 0.96 0.64 3/95 13699
/proc/meminfo: memFree=946452/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=207484 CPUtime=995.35
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 51207 0 0 0 99480 55 0 0 25 0 1 0 1006584239 212463616 51142 4294967295 134512640 135214715 3220949856 3220948320 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 51871 51142 73 172 0 51698 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 209904

[startup+1062.31 s]
/proc/loadavg: 1.00 0.96 0.65 3/95 13887
/proc/meminfo: memFree=938252/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=216372 CPUtime=1055.35
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 53270 0 0 0 105480 55 0 0 25 0 1 0 1006584239 221564928 53205 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 54093 53205 73 172 0 53920 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 218792

[startup+1122.32 s]
/proc/loadavg: 1.00 0.97 0.67 3/95 14078
/proc/meminfo: memFree=931812/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=222912 CPUtime=1115.36
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 54869 0 0 0 111481 55 0 0 25 0 1 0 1006584239 228261888 54804 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 55728 54804 73 172 0 55555 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 225332

[startup+1182.31 s]
/proc/loadavg: 1.00 0.97 0.69 2/95 14267
/proc/meminfo: memFree=921404/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=233272 CPUtime=1175.36
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 57489 0 0 0 117471 65 0 0 25 0 1 0 1006584239 238870528 57424 4294967295 134512640 135214715 3220949856 3220948320 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 58318 57424 73 172 0 58145 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 235692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 0.97 0.70 2/95 14267
/proc/meminfo: memFree=917808/2074464 swapFree=1948616/1959888
[pid=10478] ppid=10476 vsize=2420 CPUtime=7.02
/proc/10478/stat : 10478 (SatELiteGTI) S 10476 10478 10436 0 -1 4194304 386 43739 0 0 0 0 676 26 18 0 1 0 1006583536 2478080 278 4294967295 134512640 135169312 3215935040 3215931256 3084885742 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10478/statm: 605 278 235 161 0 44 0
[pid=10667] ppid=10478 vsize=236704 CPUtime=1193.07
/proc/10667/stat : 10667 (minisat_static) R 10478 10478 10436 0 -1 4202496 58343 0 0 0 119239 68 0 0 25 0 1 0 1006584239 242384896 58278 4294967295 134512640 135214715 3220949856 3220947360 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10667/statm: 59176 58278 73 172 0 59003 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 239124

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.05
CPU time (s): 1200.11
CPU user time (s): 1199.15
CPU system time (s): 0.96
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 239124

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-15 22:53:48
IDJOB=1820263
IDBENCH=20342
IDSOLVER=660
FILE ID=tipi16/1820263-1242420828
PBS_JOBID=
Free space on /tmp= 6178 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820263-1242420828/watcher-1820263-1242420828 -o /tmp/evaluation-result-1820263-1242420828/solver-1820263-1242420828 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820263-1242420828.cnf

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED= 265149159

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1165416 kB
Buffers:         31076 kB
Cached:         795052 kB
SwapCached:       6028 kB
Active:         609032 kB
Inactive:       227236 kB
HighTotal:     1178688 kB
HighFree:       447120 kB
LowTotal:       895776 kB
LowFree:        718296 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           20240 kB
Writeback:           0 kB
AnonPages:        9276 kB
Mapped:           3368 kB
Slab:            64308 kB
PageTables:        640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6171 MiB
End job on tipi16 at 2009-05-15 23:13:52