Trace number 1820349

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
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 variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

0.00/0.00	c Parsing...
0.52/0.61	c ==============================================================================
0.52/0.61	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.61	c ==============================================================================
0.52/0.61	c |         0 |  684567  1588438 |  205370       0        0     nan |  0.000 % |
4.42/4.47	c |         0 |  274294   727061 |      --       0       --      -- |     --   | -250115/-498767
4.42/4.47	c ==============================================================================
4.42/4.47	c Result  :   #vars: 46737   #clauses: 274294   #literals: 727061
4.42/4.47	c CPU time:   4.32 s
4.42/4.47	c ==============================================================================
4.72/4.77	This is MiniSat 2.0 beta
4.72/4.77	WARNING: for repeatability, setting FPU to use double precision
4.72/4.77	============================[ Problem Statistics ]=============================
4.72/4.77	|                                                                             |
4.72/4.77	|  Number of variables:  46737                                                |
4.72/4.77	|  Number of clauses:    274294                                               |
4.78/4.95	|  Parsing time:         0.17         s                                       |
4.78/4.97	============================[ Search Statistics ]==============================
4.78/4.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.78/4.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.78/4.97	===============================================================================
4.78/4.97	|         0 |   46737   274294   727061 |    91431        0    nan |  0.000 % |
4.78/5.13	|       100 |   46524   274294   727061 |   100574       91     43 |  9.076 % |
5.52/5.51	|       250 |   38020   219692   596747 |   110631      166     37 | 21.366 % |
5.92/5.92	|       475 |   35935   202668   554686 |   121695      372     52 | 23.782 % |
6.82/6.82	|       812 |   34099   191472   526626 |   133864      680     50 | 28.669 % |
7.72/7.76	|      1318 |   32754   182174   503851 |   147251     1168     61 | 31.239 % |
8.72/8.73	|      2077 |   32077   177768   492850 |   161976     1913     65 | 32.153 % |
10.52/10.53	|      3217 |   27227   145844   411237 |   178173     3012     58 | 41.942 % |
11.92/12.00	|      4925 |   26898   143844   406089 |   195991     4699     57 | 46.321 % |
14.92/14.97	|      7487 |   25033   132744   376471 |   215590     7231     55 | 46.546 % |
19.12/19.17	|     11332 |   24513   130303   369937 |   237149    11039     55 | 49.484 % |
23.22/23.27	|     17098 |   24510   130303   369937 |   260864    16802     50 | 49.542 % |
31.62/31.62	|     25747 |   23393   121123   345148 |   286950    25262     50 | 50.106 % |
44.52/44.60	|     38721 |   23306   120453   343405 |   315645    38205     63 | 50.466 % |
67.53/67.56	|     58182 |   23007   118695   338725 |   347210    57640     59 | 50.840 % |
108.23/108.28	|     87375 |   22855   117563   335833 |   381931    86755     54 | 51.110 % |
181.64/181.71	|    131164 |   22759   116889   334079 |   420124   130510     52 | 51.564 % |
321.74/321.72	|    196848 |   22542   115360   329986 |   462136   185836     51 | 51.795 % |
556.87/556.90	|    295374 |   11288    50944   146266 |   508350   278168     50 | 76.244 % |
1022.41/1022.33	|    443163 |   10322    45628   131384 |   559185   382765     48 | 77.915 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 10807 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-1820349-1242431081/watcher-1820349-1242431081 -o /tmp/evaluation-result-1820349-1242431081/solver-1820349-1242431081 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820349-1242431081.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: 0.92 0.98 0.99 2/93 10800
/proc/meminfo: memFree=1014412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=952 CPUtime=0.01
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 118 0 0 0 1 0 0 0 18 0 1 0 1007608792 974848 54 4294967295 134512640 135223648 3216426656 3216425588 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 238 56 46 174 0 63 0

[startup+0.034739 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 10800
/proc/meminfo: memFree=1014412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=6752 CPUtime=0.04
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 1320 0 0 0 4 0 0 0 18 0 1 0 1007608792 6914048 1256 4294967295 134512640 135223648 3216426656 3216425224 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 1688 1256 46 174 0 1513 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9164

[startup+0.114718 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 10800
/proc/meminfo: memFree=1014412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=22900 CPUtime=0.12
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 5440 0 0 0 11 1 0 0 18 0 1 0 1007608792 23449600 5376 4294967295 134512640 135223648 3216426656 3216425536 134543095 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 5725 5377 46 174 0 5550 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25312

[startup+0.314703 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 10800
/proc/meminfo: memFree=1014412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=53612 CPUtime=0.32
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 10294 0 0 0 28 4 0 0 18 0 1 0 1007608792 54898688 10230 4294967295 134512640 135223648 3216426656 3216425224 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 13403 10230 46 174 0 13228 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56024

[startup+0.714668 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 10800
/proc/meminfo: memFree=1014412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=77500 CPUtime=0.72
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 16348 0 0 0 64 8 0 0 18 0 1 0 1007608792 79360000 16284 4294967295 134512640 135223648 3216426656 3216425248 134548846 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 19375 16284 68 174 0 19200 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 79912

[startup+1.5146 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 10806
/proc/meminfo: memFree=944204/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=86248 CPUtime=1.52
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 19739 0 0 0 142 10 0 0 20 0 1 0 1007608792 88317952 18204 4294967295 134512640 135223648 3216426656 3216424324 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 21562 18204 73 174 0 21387 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 88660

[startup+3.11447 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 10806
/proc/meminfo: memFree=939864/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2412 CPUtime=0
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 368 644 0 0 0 0 0 0 18 0 1 0 1007608791 2469888 276 4294967295 134512640 135169312 3213403088 3213401624 3085561582 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10800/statm: 603 276 235 161 0 42 0
[pid=10804] ppid=10800 vsize=93352 CPUtime=3.12
/proc/10804/stat : 10804 (SatELite_releas) R 10800 10800 10436 0 -1 4202496 22186 0 0 0 302 10 0 0 25 0 1 0 1007608792 95592448 18830 4294967295 134512640 135223648 3216426656 3216424424 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10804/statm: 23338 18830 73 174 0 23163 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 95764

[startup+6.31421 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 10807
/proc/meminfo: memFree=990084/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=17148 CPUtime=1.54
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 3960 0 0 0 153 1 0 0 25 0 1 0 1007609269 17559552 3895 4294967295 134512640 135213731 3221179280 3221177760 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 4287 3895 73 172 0 4113 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 19564

[startup+12.7137 s]
/proc/loadavg: 0.94 0.98 0.99 2/95 10807
/proc/meminfo: memFree=989816/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=17280 CPUtime=7.94
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 3993 0 0 0 793 1 0 0 25 0 1 0 1007609269 17694720 3928 4294967295 134512640 135213731 3221179280 3221177760 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 4320 3928 73 172 0 4146 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 19696

[startup+25.5126 s]
/proc/loadavg: 0.95 0.98 0.99 2/95 10807
/proc/meminfo: memFree=987788/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=19572 CPUtime=20.74
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 4532 0 0 0 2073 1 0 0 25 0 1 0 1007609269 20041728 4467 4294967295 134512640 135213731 3221179280 3221177760 134530021 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 4893 4467 73 172 0 4719 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 21988

[startup+51.1105 s]
/proc/loadavg: 0.96 0.98 0.99 3/95 10997
/proc/meminfo: memFree=980244/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=27092 CPUtime=46.34
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 6421 0 0 0 4631 3 0 0 25 0 1 0 1007609269 27742208 6356 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 6773 6356 73 172 0 6599 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 29508

[startup+102.316 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 11183
/proc/meminfo: memFree=971616/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=35456 CPUtime=97.55
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 8512 0 0 0 9751 4 0 0 25 0 1 0 1007609269 36306944 8447 4294967295 134512640 135213731 3221179280 3221177760 134530458 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 8864 8447 73 172 0 8690 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 37872

[startup+162.311 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 11372
/proc/meminfo: memFree=963168/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=44076 CPUtime=157.55
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 10615 0 0 0 15749 6 0 0 25 0 1 0 1007609269 45133824 10550 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 11019 10550 73 172 0 10845 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 46492

[startup+222.316 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 11559
/proc/meminfo: memFree=955448/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=51960 CPUtime=217.56
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 12538 0 0 0 21747 9 0 0 25 0 1 0 1007609269 53207040 12473 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 12990 12473 73 172 0 12816 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 54376

[startup+282.311 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 11747
/proc/meminfo: memFree=950544/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=57064 CPUtime=277.56
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 13817 0 0 0 27747 9 0 0 25 0 1 0 1007609269 58433536 13752 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 14266 13752 73 172 0 14092 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 59480

[startup+342.306 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 11938
/proc/meminfo: memFree=945800/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=61696 CPUtime=337.56
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 15004 0 0 0 33746 10 0 0 25 0 1 0 1007609269 63176704 14939 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 15424 14939 73 172 0 15250 0
Current children cumulated CPU time (s) 342.34

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

[pid=10807] ppid=10800 vsize=76100 CPUtime=517.59
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 18493 0 0 0 51743 16 0 0 25 0 1 0 1007609269 77926400 18428 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 19025 18428 73 172 0 18851 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 78516

[startup+582.317 s]
/proc/loadavg: 1.02 1.00 1.00 3/95 12694
/proc/meminfo: memFree=927688/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=80172 CPUtime=577.59
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 19539 0 0 0 57740 19 0 0 25 0 1 0 1007609269 82096128 19474 4294967295 134512640 135213731 3221179280 3221177760 134530042 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 20043 19474 73 172 0 19869 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 82588

[startup+642.322 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 12883
/proc/meminfo: memFree=923604/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=84500 CPUtime=637.6
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 20583 0 0 0 63741 19 0 0 25 0 1 0 1007609269 86528000 20518 4294967295 134512640 135213731 3221179280 3221177744 134523477 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 21125 20518 73 172 0 20951 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 86916

[startup+702.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13069
/proc/meminfo: memFree=919404/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=89376 CPUtime=697.59
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 21618 0 0 0 69740 19 0 0 25 0 1 0 1007609269 91521024 21553 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 22344 21553 73 172 0 22170 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 91792

[startup+762.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13258
/proc/meminfo: memFree=915412/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=93336 CPUtime=757.6
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 22621 0 0 0 75741 19 0 0 25 0 1 0 1007609269 95576064 22556 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 23334 22556 73 172 0 23160 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 95752

[startup+822.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13449
/proc/meminfo: memFree=911404/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=97276 CPUtime=817.6
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 23579 0 0 0 81741 19 0 0 25 0 1 0 1007609269 99610624 23514 4294967295 134512640 135213731 3221179280 3221177760 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 24319 23514 73 172 0 24145 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 99692

[startup+882.322 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 13637
/proc/meminfo: memFree=908592/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=100148 CPUtime=877.62
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 24285 0 0 0 87741 21 0 0 25 0 1 0 1007609269 102551552 24220 4294967295 134512640 135213731 3221179280 3221177760 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 25037 24220 73 172 0 24863 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 102564

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13825
/proc/meminfo: memFree=905732/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=103168 CPUtime=937.62
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 24978 0 0 0 93741 21 0 0 25 0 1 0 1007609269 105644032 24913 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 25792 24913 73 172 0 25618 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 105584

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14012
/proc/meminfo: memFree=905104/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=103508 CPUtime=997.63
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 25076 0 0 0 99742 21 0 0 25 0 1 0 1007609269 105992192 25011 4294967295 134512640 135213731 3221179280 3221177760 134529917 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 25877 25011 73 172 0 25703 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 105924

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14201
/proc/meminfo: memFree=903880/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=104756 CPUtime=1057.63
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 25387 0 0 0 105742 21 0 0 25 0 1 0 1007609269 107270144 25322 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 26189 25322 73 172 0 26015 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 107172

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14388
/proc/meminfo: memFree=901320/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=107196 CPUtime=1117.63
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 26051 0 0 0 111742 21 0 0 25 0 1 0 1007609269 109768704 25986 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 26799 25986 73 172 0 26625 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 109612

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14580
/proc/meminfo: memFree=898492/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=110088 CPUtime=1177.64
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 26771 0 0 0 117742 22 0 0 25 0 1 0 1007609269 112730112 26706 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 27522 26706 73 172 0 27348 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 112504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14582
/proc/meminfo: memFree=898096/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=110696 CPUtime=1195.24
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 26925 0 0 0 119502 22 0 0 25 0 1 0 1007609269 113352704 26860 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 27674 26860 73 172 0 27500 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 113112

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

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

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14582
/proc/meminfo: memFree=898096/2074464 swapFree=1948616/1959888
[pid=10800] ppid=10798 vsize=2416 CPUtime=4.78
/proc/10800/stat : 10800 (SatELiteGTI) S 10798 10800 10436 0 -1 4194304 385 30061 0 0 0 0 460 18 15 0 1 0 1007608791 2473984 277 4294967295 134512640 135169312 3213403088 3213399304 3085561582 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10800/statm: 604 277 235 161 0 43 0
[pid=10807] ppid=10800 vsize=110696 CPUtime=1195.24
/proc/10807/stat : 10807 (minisat_static) R 10800 10800 10436 0 -1 4202496 26925 0 0 0 119502 22 0 0 25 0 1 0 1007609269 113352704 26860 4294967295 134512640 135213731 3221179280 3221177760 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10807/statm: 27674 26860 73 172 0 27500 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 113112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.94
CPU time (s): 1200.04
CPU user time (s): 1199.62
CPU system time (s): 0.42
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 113112

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 01:44:41
IDJOB=1820349
IDBENCH=20374
IDSOLVER=662
FILE ID=tipi16/1820349-1242431081
PBS_JOBID=
Free space on /tmp= 6082 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820349-1242431081/watcher-1820349-1242431081 -o /tmp/evaluation-result-1820349-1242431081/solver-1820349-1242431081 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820349-1242431081.cnf -restarts=1

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

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED= 1513802240

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:       1014436 kB
Buffers:         34692 kB
Cached:         941800 kB
SwapCached:       6028 kB
Active:         666064 kB
Inactive:       320604 kB
HighTotal:     1178688 kB
HighFree:       300712 kB
LowTotal:       895776 kB
LowFree:        713724 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           13956 kB
Writeback:           0 kB
AnonPages:        9288 kB
Mapped:           3404 kB
Slab:            64080 kB
PageTables:        380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6082 MiB
End job on tipi16 at 2009-05-16 02:04:45