Trace number 1820547

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
APTUSAT 2009-03-22? (TO) 1200.06 1200.03

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.03	c CPU time:   0.02 s
0.00/0.03	c ==============================================================================
0.04/0.04	This is MiniSat 2.0 beta
0.04/0.04	WARNING: for repeatability, setting FPU to use double precision
0.04/0.04	============================[ Problem Statistics ]=============================
0.04/0.04	|                                                                             |
0.04/0.04	|  Number of variables:  1165                                                 |
0.04/0.04	|  Number of clauses:    4834                                                 |
0.04/0.04	|  Parsing time:         0.00         s                                       |
0.04/0.04	============================[ Search Statistics ]==============================
0.04/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.04	===============================================================================
0.04/0.04	|         0 |    1165     4834    14382 |     1611        0    nan |  0.000 % |
0.04/0.04	|       101 |    1165     4834    14382 |     1772      101     16 |  0.000 % |
0.04/0.05	|       252 |    1165     4834    14382 |     1949      252     24 |  0.000 % |
0.04/0.07	|       477 |    1165     4834    14382 |     2144      477     27 |  0.000 % |
0.04/0.12	|       815 |    1165     4834    14382 |     2359      815     36 |  0.000 % |
0.04/0.15	|      1321 |    1161     4812    14317 |     2595     1319     36 |  0.344 % |
0.04/0.23	|      2080 |    1161     4812    14317 |     2854     2078     35 |  0.343 % |
0.04/0.38	|      3220 |    1161     4812    14317 |     3140     1695     25 |  0.343 % |
0.04/0.56	|      4929 |    1161     4812    14317 |     3454     3404     28 |  0.343 % |
0.04/0.87	|      7491 |    1161     4812    14317 |     3799     2317     25 |  0.343 % |
1.31/1.41	|     11338 |    1161     4812    14317 |     4179     4009     33 |  0.343 % |
2.09/2.19	|     17104 |    1161     4812    14317 |     4597     3173     24 |  0.343 % |
3.19/3.31	|     25753 |    1161     4812    14317 |     5057     4505     27 |  0.343 % |
5.19/5.23	|     38728 |    1160     4808    14301 |     5562     4216     26 |  0.429 % |
7.70/7.79	|     58190 |    1160     4808    14301 |     6119     3273     25 |  0.429 % |
11.99/12.03	|     87382 |    1160     4808    14301 |     6730     3530     25 |  0.429 % |
18.60/18.69	|    131171 |    1160     4808    14301 |     7404     5495     29 |  0.429 % |
28.10/28.19	|    196856 |    1160     4808    14301 |     8144     5796     31 |  0.429 % |
43.50/43.60	|    295382 |    1160     4808    14301 |     8958     7844     25 |  0.429 % |
67.00/67.08	|    443172 |    1157     4791    14250 |     9854     7872     26 |  0.687 % |
108.70/108.72	|    664856 |    1157     4791    14250 |    10840     6796     26 |  0.687 % |
170.81/170.85	|    997381 |    1157     4791    14250 |    11924    11090     28 |  0.687 % |
269.72/269.80	|   1496169 |    1157     4791    14250 |    13116    11497     29 |  0.687 % |
440.22/440.27	|   2244351 |    1156     4786    14231 |    14428     8633     26 |  0.773 % |
698.22/698.31	|   3366625 |    1156     4786    14231 |    15871    13013     28 |  0.773 % |
1138.04/1138.09	|   5050036 |    1156     4786    14231 |    17458    11372     28 |  0.773 % |
1200.05/1200.02	HOME/SatELiteGTI: line 36: 20199 Terminated              $MS $2 $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-1820547-1242452331/watcher-1820547-1242452331 -o /tmp/evaluation-result-1820547-1242452331/solver-1820547-1242452331 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820547-1242452331.cnf -restarts=1 

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.10 1.08 1.02 3/97 20193
/proc/meminfo: memFree=658976/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2412 CPUtime=0.01
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1009734097 2469888 275 4294967295 134512640 135169312 3218374800 3218373336 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20193/statm: 603 275 235 161 0 42 0
[pid=20197] ppid=20193 vsize=956 CPUtime=0
/proc/20197/stat : 20197 (SatELite_releas) R 20193 20193 16367 0 -1 4202496 119 0 0 0 0 0 0 0 20 0 1 0 1009734097 978944 55 4294967295 134512640 135223648 3218675920 3218674872 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20197/statm: 239 55 44 174 0 64 0

[startup+0.033953 s]
/proc/loadavg: 1.10 1.08 1.02 3/97 20193
/proc/meminfo: memFree=658976/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2412 CPUtime=0.01
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 365 647 0 0 0 0 0 1 18 0 1 0 1009734097 2469888 275 4294967295 134512640 135169312 3218374800 3218373336 3085881070 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20193/statm: 603 275 235 161 0 42 0
[pid=20197] ppid=20193 vsize=1904 CPUtime=0.03
/proc/20197/stat : 20197 (SatELite_releas) R 20193 20193 16367 0 -1 4202496 389 0 0 0 3 0 0 0 21 0 1 0 1009734097 1949696 325 4294967295 134512640 135223648 3218675920 3218672724 134819029 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20197/statm: 476 325 75 174 0 301 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4316

[startup+0.11395 s]
/proc/loadavg: 1.10 1.08 1.02 3/97 20193
/proc/meminfo: memFree=658976/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+0.313937 s]
/proc/loadavg: 1.10 1.08 1.02 3/97 20193
/proc/meminfo: memFree=658976/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+0.713914 s]
/proc/loadavg: 1.10 1.08 1.02 3/97 20193
/proc/meminfo: memFree=658976/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+1.51387 s]
/proc/loadavg: 1.10 1.08 1.02 2/99 20199
/proc/meminfo: memFree=658316/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=2956 CPUtime=1.47
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 460 0 0 0 147 0 0 0 20 0 1 0 1009734100 3026944 394 4294967295 134512640 135213731 3219503616 3219502096 134529996 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20199/statm: 739 394 73 172 0 565 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 5372

[startup+3.11378 s]
/proc/loadavg: 1.10 1.08 1.02 3/99 20199
/proc/meminfo: memFree=658068/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=3088 CPUtime=3.05
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 467 0 0 0 305 0 0 0 25 0 1 0 1009734100 3162112 401 4294967295 134512640 135213731 3219503616 3219501808 134527121 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 772 401 73 172 0 598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5504

[startup+6.3136 s]
/proc/loadavg: 1.10 1.07 1.02 3/99 20199
/proc/meminfo: memFree=657860/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=3352 CPUtime=6.25
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 537 0 0 0 625 0 0 0 25 0 1 0 1009734100 3432448 471 4294967295 134512640 135213731 3219503616 3219502080 134523409 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 838 471 73 172 0 664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5768

[startup+12.7132 s]
/proc/loadavg: 1.09 1.07 1.02 3/99 20201
/proc/meminfo: memFree=657220/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=3616 CPUtime=12.65
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 623 0 0 0 1265 0 0 0 25 0 1 0 1009734100 3702784 557 4294967295 134512640 135213731 3219503616 3219502096 134530034 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 904 557 73 172 0 730 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6032

[startup+25.5225 s]
/proc/loadavg: 1.23 1.10 1.03 3/99 20202
/proc/meminfo: memFree=656880/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=4012 CPUtime=25.46
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 715 0 0 0 2544 2 0 0 25 0 1 0 1009734100 4108288 649 4294967295 134512640 135213731 3219503616 3219502096 134530371 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1003 649 73 172 0 829 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 6428

[startup+51.1211 s]
/proc/loadavg: 1.15 1.09 1.02 2/99 20386
/proc/meminfo: memFree=655928/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=4676 CPUtime=51.06
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 873 0 0 0 5103 3 0 0 25 0 1 0 1009734100 4788224 807 4294967295 134512640 135213731 3219503616 3219502096 134529984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1169 807 73 172 0 995 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7092

[startup+102.328 s]
/proc/loadavg: 1.12 1.09 1.02 2/99 20391
/proc/meminfo: memFree=655712/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=5072 CPUtime=102.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 967 0 0 0 10223 4 0 0 25 0 1 0 1009734100 5193728 901 4294967295 134512640 135213731 3219503616 3219502096 134530258 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1268 901 73 172 0 1094 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 7488

[startup+162.325 s]
/proc/loadavg: 1.10 1.09 1.02 2/99 20578
/proc/meminfo: memFree=654836/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=5996 CPUtime=162.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1212 0 0 0 16223 4 0 0 25 0 1 0 1009734100 6139904 1146 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1499 1146 73 172 0 1325 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 8412

[startup+222.321 s]
/proc/loadavg: 1.03 1.07 1.02 2/99 20770
/proc/meminfo: memFree=654588/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=6128 CPUtime=222.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1247 0 0 0 22222 5 0 0 25 0 1 0 1009734100 6275072 1181 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1532 1181 73 172 0 1358 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 8544

[startup+282.318 s]
/proc/loadavg: 1.07 1.08 1.02 3/99 20957
/proc/meminfo: memFree=654596/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=6524 CPUtime=282.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1332 0 0 0 28222 5 0 0 25 0 1 0 1009734100 6680576 1266 4294967295 134512640 135213731 3219503616 3219502096 134530193 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1631 1266 73 172 0 1457 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 8940

[startup+342.315 s]
/proc/loadavg: 1.02 1.06 1.02 2/99 21148
/proc/meminfo: memFree=653728/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=6928 CPUtime=342.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1438 0 0 0 34222 5 0 0 25 0 1 0 1009734100 7094272 1372 4294967295 134512640 135213731 3219503616 3219502096 134530117 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1732 1372 73 172 0 1558 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 9344

[startup+402.321 s]
/proc/loadavg: 1.01 1.05 1.01 2/99 21336
/proc/meminfo: memFree=653596/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=7192 CPUtime=402.28

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

/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=7588 CPUtime=462.28
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1597 0 0 0 46222 6 0 0 25 0 1 0 1009734100 7770112 1531 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20199/statm: 1897 1531 73 172 0 1723 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 10004

[startup+522.325 s]
/proc/loadavg: 1.00 1.03 1.00 3/99 21711
/proc/meminfo: memFree=652604/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=7828 CPUtime=522.28
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1677 0 0 0 52222 6 0 0 25 0 1 0 1009734100 8015872 1611 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 1957 1611 73 172 0 1783 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 10244

[startup+582.321 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 21898
/proc/meminfo: memFree=652736/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=7964 CPUtime=582.28
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1682 0 0 0 58222 6 0 0 25 0 1 0 1009734100 8155136 1616 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 1991 1616 73 172 0 1817 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 10380

[startup+642.308 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 22091
/proc/meminfo: memFree=652488/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=7964 CPUtime=642.27
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1705 0 0 0 64220 7 0 0 25 0 1 0 1009734100 8155136 1639 4294967295 134512640 135213731 3219503616 3219502096 134530114 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 1991 1639 73 172 0 1817 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 10380

[startup+702.314 s]
/proc/loadavg: 1.06 1.04 1.01 2/99 22279
/proc/meminfo: memFree=652488/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=8232 CPUtime=702.28
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1765 0 0 0 70221 7 0 0 25 0 1 0 1009734100 8429568 1699 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2058 1699 73 172 0 1884 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 10648

[startup+762.321 s]
/proc/loadavg: 1.02 1.03 1.00 3/99 22467
/proc/meminfo: memFree=652472/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=8496 CPUtime=762.29
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 1835 0 0 0 76222 7 0 0 25 0 1 0 1009734100 8699904 1769 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2124 1769 73 172 0 1950 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 10912

[startup+822.318 s]
/proc/loadavg: 1.01 1.02 1.00 3/99 22654
/proc/meminfo: memFree=651496/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=9524 CPUtime=822.29
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2086 0 0 0 82222 7 0 0 25 0 1 0 1009734100 9752576 2020 4294967295 134512640 135213731 3219503616 3219502096 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2381 2020 73 172 0 2207 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 11940

[startup+882.314 s]
/proc/loadavg: 1.00 1.02 1.00 3/99 22841
/proc/meminfo: memFree=651496/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=9524 CPUtime=882.29
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2087 0 0 0 88222 7 0 0 25 0 1 0 1009734100 9752576 2021 4294967295 134512640 135213731 3219503616 3219502096 134530214 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2381 2021 73 172 0 2207 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 11940

[startup+942.321 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 23030
/proc/meminfo: memFree=651496/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=9524 CPUtime=942.3
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2087 0 0 0 94223 7 0 0 25 0 1 0 1009734100 9752576 2021 4294967295 134512640 135213731 3219503616 3219502096 134530400 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2381 2021 73 172 0 2207 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 11940

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 23222
/proc/meminfo: memFree=651496/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=9524 CPUtime=1002.29
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2087 0 0 0 100222 7 0 0 25 0 1 0 1009734100 9752576 2021 4294967295 134512640 135213731 3219503616 3219502096 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2381 2021 73 172 0 2207 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 11940

[startup+1062.31 s]
/proc/loadavg: 1.04 1.02 1.00 2/99 23409
/proc/meminfo: memFree=650744/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=10316 CPUtime=1062.3
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2274 0 0 0 106219 11 0 0 25 0 1 0 1009734100 10563584 2208 4294967295 134512640 135213731 3219503616 3219502096 134530171 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2579 2208 73 172 0 2405 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 12732

[startup+1122.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/99 23597
/proc/meminfo: memFree=650752/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=10316 CPUtime=1122.3
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2274 0 0 0 112218 12 0 0 25 0 1 0 1009734100 10563584 2208 4294967295 134512640 135213731 3219503616 3219502096 134530217 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2579 2208 73 172 0 2405 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 12732

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 23784
/proc/meminfo: memFree=650628/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=10316 CPUtime=1182.31
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2275 0 0 0 118218 13 0 0 25 0 1 0 1009734100 10563584 2209 4294967295 134512640 135213731 3219503616 3219502096 134530028 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2579 2209 73 172 0 2405 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 12732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 23969
/proc/meminfo: memFree=650484/2074464 swapFree=1949244/1959888
[pid=20193] ppid=20191 vsize=2416 CPUtime=0.04
/proc/20193/stat : 20193 (SatELiteGTI) S 20191 20193 16367 0 -1 4194304 384 1038 0 0 0 0 3 1 20 0 1 0 1009734097 2473984 277 4294967295 134512640 135169312 3218374800 3218371016 3085881070 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/20193/statm: 604 277 235 161 0 43 0
[pid=20199] ppid=20193 vsize=10316 CPUtime=1200.01
/proc/20199/stat : 20199 (minisat_static) R 20193 20193 16367 0 -1 4202496 2275 0 0 0 119988 13 0 0 25 0 1 0 1009734100 10563584 2209 4294967295 134512640 135213731 3219503616 3219502096 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20199/statm: 2579 2209 73 172 0 2405 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 12732

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

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.06
CPU user time (s): 1199.91
CPU system time (s): 0.15
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 12732

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 07:38:51
IDJOB=1820547
IDBENCH=20468
IDSOLVER=662
FILE ID=tipi11/1820547-1242452331
PBS_JOBID=
Free space on /tmp= 10598 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820547-1242452331/watcher-1820547-1242452331 -o /tmp/evaluation-result-1820547-1242452331/solver-1820547-1242452331 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820547-1242452331.cnf -restarts=1

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED= 1276518202

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:        658992 kB
Buffers:         37752 kB
Cached:        1275952 kB
SwapCached:       5336 kB
Active:         354936 kB
Inactive:       970680 kB
HighTotal:     1178688 kB
HighFree:       187084 kB
LowTotal:       895776 kB
LowFree:        471908 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            1712 kB
Writeback:           0 kB
AnonPages:       11060 kB
Mapped:           5076 kB
Slab:            80468 kB
PageTables:        436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10598 MiB
End job on tipi11 at 2009-05-16 07:58:51