Trace number 1821027

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.32/0.38	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.32/0.38	c ==============================================================================
0.32/0.38	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.32/0.38	c CPU time:   0.37 s
0.32/0.38	c ==============================================================================
0.42/0.42	This is MiniSat 2.0 beta
0.42/0.42	WARNING: for repeatability, setting FPU to use double precision
0.42/0.42	============================[ Problem Statistics ]=============================
0.42/0.42	|                                                                             |
0.42/0.42	|  Number of variables:  8978                                                 |
0.42/0.42	|  Number of clauses:    40130                                                |
0.42/0.45	|  Parsing time:         0.03         s                                       |
0.42/0.45	============================[ Search Statistics ]==============================
0.42/0.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.42/0.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.42/0.45	===============================================================================
0.42/0.45	|         0 |    8978    40130   119943 |    13376        0    nan |  0.000 % |
0.42/0.45	|       100 |    8966    40130   119943 |    14714       91      5 |  0.179 % |
0.42/0.46	|       251 |    8939    40130   119943 |    16185      216      5 |  2.874 % |
0.42/0.48	|       476 |    8845    40130   119943 |    17804      422      4 |  5.302 % |
0.42/0.50	|       813 |    8417    37267   111616 |    19584      722      4 |  6.249 % |
0.43/0.56	|      1319 |    7609    34374   103075 |    21543     1104      5 | 19.882 % |
0.43/0.63	|      2078 |    6005    26606    80054 |    23697     1538      5 | 34.852 % |
0.43/0.71	|      3217 |    4924    22373    67332 |    26067     2346      5 | 46.536 % |
0.43/0.84	|      4925 |    4076    18124    54478 |    28674     3559      6 | 54.745 % |
0.43/1.01	|      7487 |    3822    16545    49856 |    31541     5591      6 | 57.463 % |
1.23/1.26	|     11331 |    3763    16197    48863 |    34695     9222      8 | 58.087 % |
1.62/1.64	|     17097 |    3709    15993    48264 |    38165    14866     11 | 58.688 % |
2.22/2.26	|     25748 |    3687    15859    47878 |    41981    23419     15 | 59.033 % |
3.52/3.59	|     38722 |    3670    15802    47701 |    46179    36335     21 | 59.167 % |
5.72/5.79	|     58183 |    3662    15749    47555 |    50797    20487     26 | 59.223 % |
9.82/9.82	|     87375 |    3650    15683    47372 |    55877    49634     32 | 59.345 % |
19.42/19.48	|    131164 |    3650    15683    47372 |    61465    48785     46 | 59.345 % |
32.63/32.63	|    196848 |    3629    15589    47100 |    67611    64596     39 | 59.579 % |
66.73/66.75	|    295375 |    3624    15554    47012 |    74373    49530     47 | 59.635 % |
124.63/124.61	|    443166 |    3622    15548    46997 |    81810    72426     49 | 59.657 % |
209.74/209.77	|    664851 |    3618    15520    46926 |    89991    80849     43 | 59.702 % |
515.66/515.68	|    997376 |    3618    15520    46926 |    98990    24056     62 | 59.702 % |
767.08/767.09	|   1496164 |    3604    15449    46732 |   108889    88840     71 | 59.858 % |
1154.12/1154.08	|   2244346 |    3600    15427    46672 |   119778    64565     78 | 59.902 % |
1200.01/1199.91	HOME/SatELiteGTI: line 36:  5086 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-1821027-1242498540/watcher-1821027-1242498540 -o /tmp/evaluation-result-1821027-1242498540/solver-1821027-1242498540 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821027-1242498540.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.00 1.01 1.00 2/91 5079
/proc/meminfo: memFree=1436844/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2412 CPUtime=0.01
/proc/5079/stat : 5079 (SatELiteGTI) R 5077 5079 15108 0 -1 4194304 354 643 0 0 0 1 0 0 18 0 1 0 1014352064 2469888 276 4294967295 134512640 135169312 3214980432 3214978908 3085457268 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/5079/statm: 603 276 235 161 0 42 0
[pid=5083] ppid=5079 vsize=2412 CPUtime=0
/proc/5083/stat : 5083 (SatELiteGTI) R 5079 5079 15108 0 -1 4194368 31 0 0 0 0 0 0 0 18 0 1 0 1014352065 2469888 63 4294967295 134512640 135169312 3214980432 3214978344 3085040600 0 0 4 65536 0 0 0 17 1 0 0 0
/proc/5083/statm: 603 71 29 161 0 42 0

[startup+0.10092 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 5079
/proc/meminfo: memFree=1436844/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2412 CPUtime=0.01
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 368 643 0 0 0 1 0 0 18 0 1 0 1014352064 2469888 276 4294967295 134512640 135169312 3214980432 3214978968 3085455086 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5079/statm: 603 276 235 161 0 42 0
[pid=5083] ppid=5079 vsize=11012 CPUtime=0.1
/proc/5083/stat : 5083 (SatELite_releas) R 5079 5079 15108 0 -1 4202496 2456 0 0 0 9 1 0 0 21 0 1 0 1014352065 11276288 2252 4294967295 134512640 135223648 3220535952 3220533952 134548278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5083/statm: 2753 2253 73 174 0 2578 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13424

[startup+0.21091 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 5079
/proc/meminfo: memFree=1436844/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2412 CPUtime=0.01
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 368 643 0 0 0 1 0 0 18 0 1 0 1014352064 2469888 276 4294967295 134512640 135169312 3214980432 3214978968 3085455086 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5079/statm: 603 276 235 161 0 42 0
[pid=5083] ppid=5079 vsize=11804 CPUtime=0.21
/proc/5083/stat : 5083 (SatELite_releas) R 5079 5079 15108 0 -1 4202496 2654 0 0 0 20 1 0 0 21 0 1 0 1014352065 12087296 2450 4294967295 134512640 135223648 3220535952 3220533968 134587321 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5083/statm: 2951 2450 73 174 0 2776 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 14216

[startup+0.310903 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 5079
/proc/meminfo: memFree=1436844/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2412 CPUtime=0.01
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 368 643 0 0 0 1 0 0 18 0 1 0 1014352064 2469888 276 4294967295 134512640 135169312 3214980432 3214978968 3085455086 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5079/statm: 603 276 235 161 0 42 0
[pid=5083] ppid=5079 vsize=11804 CPUtime=0.31
/proc/5083/stat : 5083 (SatELite_releas) R 5079 5079 15108 0 -1 4202496 2654 0 0 0 30 1 0 0 21 0 1 0 1014352065 12087296 2450 4294967295 134512640 135223648 3220535952 3220533968 134586715 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5083/statm: 2951 2450 73 174 0 2776 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14216

[startup+0.710872 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 5079
/proc/meminfo: memFree=1436844/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2416

[startup+1.51081 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 5086
/proc/meminfo: memFree=1431968/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=4884 CPUtime=1.09
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 1062 0 0 0 109 0 0 0 20 0 1 0 1014352107 5001216 997 4294967295 134512640 135213731 3215150544 3215149024 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 1221 997 74 172 0 1047 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 7300

[startup+3.11069 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 5086
/proc/meminfo: memFree=1430480/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=7336 CPUtime=2.69
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 1690 0 0 0 269 0 0 0 25 0 1 0 1014352107 7512064 1625 4294967295 134512640 135213731 3215150544 3215149024 134530371 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 1834 1625 74 172 0 1660 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 9752

[startup+6.31044 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 5086
/proc/meminfo: memFree=1425396/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=11112 CPUtime=5.89
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 2632 0 0 0 589 0 0 0 25 0 1 0 1014352107 11378688 2567 4294967295 134512640 135213731 3215150544 3215149024 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 2778 2567 74 172 0 2604 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13528

[startup+12.71 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 5269
/proc/meminfo: memFree=1421744/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=15072 CPUtime=12.29
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 3586 0 0 0 1228 1 0 0 25 0 1 0 1014352107 15433728 3521 4294967295 134512640 135213731 3215150544 3215149024 134530132 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 3768 3521 74 172 0 3594 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 17488

[startup+25.519 s]
/proc/loadavg: 1.16 1.04 1.01 2/93 5270
/proc/meminfo: memFree=1417176/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=19428 CPUtime=25.1
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 4677 0 0 0 2509 1 0 0 25 0 1 0 1014352107 19894272 4612 4294967295 134512640 135213731 3215150544 3215149024 134530021 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 4857 4612 74 172 0 4683 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 21844

[startup+51.117 s]
/proc/loadavg: 1.10 1.04 1.01 2/93 5274
/proc/meminfo: memFree=1416876/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=19560 CPUtime=50.7
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 4745 0 0 0 5068 2 0 0 25 0 1 0 1014352107 20029440 4680 4294967295 134512640 135213731 3215150544 3215148800 134536767 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 4890 4680 74 172 0 4716 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 21976

[startup+102.313 s]
/proc/loadavg: 1.04 1.03 1.00 2/93 5459
/proc/meminfo: memFree=1408932/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=27432 CPUtime=101.9
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 6700 0 0 0 10186 4 0 0 25 0 1 0 1014352107 28090368 6635 4294967295 134512640 135213731 3215150544 3215148800 134536479 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 6858 6635 74 172 0 6684 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 29848

[startup+162.318 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 5647
/proc/meminfo: memFree=1406948/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=29148 CPUtime=161.91
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 7131 0 0 0 16187 4 0 0 25 0 1 0 1014352107 29847552 7066 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 7287 7066 74 172 0 7113 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 31564

[startup+222.314 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 5839
/proc/meminfo: memFree=1401492/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=34820 CPUtime=221.91
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 8509 0 0 0 22187 4 0 0 25 0 1 0 1014352107 35655680 8444 4294967295 134512640 135213731 3215150544 3215149024 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 8705 8444 74 172 0 8531 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 37236

[startup+282.319 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 6028
/proc/meminfo: memFree=1388992/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=47376 CPUtime=281.92
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 11637 0 0 0 28185 7 0 0 25 0 1 0 1014352107 48513024 11572 4294967295 134512640 135213731 3215150544 3215149024 134530405 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 11844 11572 74 172 0 11670 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 49792

[startup+342.315 s]
/proc/loadavg: 1.03 1.02 1.00 2/93 6214
/proc/meminfo: memFree=1387660/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=48792 CPUtime=341.92
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 11964 0 0 0 34185 7 0 0 25 0 1 0 1014352107 49963008 11899 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 12198 11899 74 172 0 12024 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 51208

[startup+402.31 s]

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

/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55316 CPUtime=461.93
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13600 0 0 0 46183 10 0 0 25 0 1 0 1014352107 56643584 13535 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13829 13535 74 172 0 13655 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 57732

[startup+522.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6780
/proc/meminfo: memFree=1380972/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=521.93
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13600 0 0 0 52183 10 0 0 25 0 1 0 1014352107 56348672 13480 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13480 74 172 0 13583 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 57444

[startup+582.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6973
/proc/meminfo: memFree=1380724/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=581.94
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13609 0 0 0 58184 10 0 0 25 0 1 0 1014352107 56348672 13489 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13489 74 172 0 13583 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 57444

[startup+642.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7159
/proc/meminfo: memFree=1380600/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=641.95
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13609 0 0 0 64185 10 0 0 25 0 1 0 1014352107 56348672 13489 4294967295 134512640 135213731 3215150544 3215148736 134527072 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13489 74 172 0 13583 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 57444

[startup+702.317 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 7347
/proc/meminfo: memFree=1380600/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=701.95
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13609 0 0 0 70185 10 0 0 25 0 1 0 1014352107 56348672 13489 4294967295 134512640 135213731 3215150544 3215149024 134530110 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13489 74 172 0 13583 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 57444

[startup+762.312 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 7535
/proc/meminfo: memFree=1380600/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=761.95
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13609 0 0 0 76185 10 0 0 25 0 1 0 1014352107 56348672 13489 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13489 74 172 0 13583 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 57444

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7723
/proc/meminfo: memFree=1380600/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=821.96
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13621 0 0 0 82186 10 0 0 25 0 1 0 1014352107 56348672 13501 4294967295 134512640 135213731 3215150544 3215149024 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13501 74 172 0 13583 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 57444

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7916
/proc/meminfo: memFree=1380344/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=881.96
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13623 0 0 0 88186 10 0 0 25 0 1 0 1014352107 56348672 13503 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13503 74 172 0 13583 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 57444

[startup+942.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8102
/proc/meminfo: memFree=1380352/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=941.97
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13623 0 0 0 94187 10 0 0 25 0 1 0 1014352107 56348672 13503 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13503 74 172 0 13583 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 57444

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8290
/proc/meminfo: memFree=1380228/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55160 CPUtime=1001.98
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13629 0 0 0 100188 10 0 0 25 0 1 0 1014352107 56483840 13509 4294967295 134512640 135213731 3215150544 3215149024 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13790 13509 74 172 0 13616 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 57576

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 8478
/proc/meminfo: memFree=1380104/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=1061.97
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13629 0 0 0 106187 10 0 0 25 0 1 0 1014352107 56348672 13503 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13503 74 172 0 13583 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 57444

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8666
/proc/meminfo: memFree=1380228/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=55028 CPUtime=1121.98
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 13629 0 0 0 112188 10 0 0 25 0 1 0 1014352107 56348672 13503 4294967295 134512640 135213731 3215150544 3215149024 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 13757 13503 74 172 0 13583 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 57444

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8855
/proc/meminfo: memFree=1378360/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=57272 CPUtime=1181.98
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 14174 0 0 0 118188 10 0 0 25 0 1 0 1014352107 58646528 14048 4294967295 134512640 135213731 3215150544 3215149024 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 14318 14048 74 172 0 14144 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 59688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 8855
/proc/meminfo: memFree=1374896/2074464 swapFree=1952056/1959888
[pid=5079] ppid=5077 vsize=2416 CPUtime=0.43
/proc/5079/stat : 5079 (SatELiteGTI) S 5077 5079 15108 0 -1 4194304 385 3353 0 0 0 1 41 1 15 0 1 0 1014352064 2473984 277 4294967295 134512640 135169312 3214980432 3214976648 3085455086 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5079/statm: 604 277 235 161 0 43 0
[pid=5086] ppid=5079 vsize=60440 CPUtime=1199.58
/proc/5086/stat : 5086 (minisat_static) R 5079 5079 15108 0 -1 4202496 14967 0 0 0 119948 10 0 0 25 0 1 0 1014352107 61890560 14841 4294967295 134512640 135213731 3215150544 3215148800 134536145 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5086/statm: 15110 14841 74 172 0 14936 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 62856

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.02
CPU user time (s): 1199.89
CPU system time (s): 0.13
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 62856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18983
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= 21
involuntary context switches= 4001

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 20:29:00
IDJOB=1821027
IDBENCH=70812
IDSOLVER=662
FILE ID=tipi24/1821027-1242498540
PBS_JOBID=
Free space on /tmp= 9952 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray08_32.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821027-1242498540/watcher-1821027-1242498540 -o /tmp/evaluation-result-1821027-1242498540/solver-1821027-1242498540 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821027-1242498540.cnf -restarts=1

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED= 210411253

Linux tipi24 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.461
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.461
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.75

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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:       1436852 kB
Buffers:         26928 kB
Cached:         530152 kB
SwapCached:       3828 kB
Active:          79744 kB
Inactive:       486744 kB
HighTotal:     1178688 kB
HighFree:       729276 kB
LowTotal:       895776 kB
LowFree:        707576 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:        8560 kB
Mapped:           3288 kB
Slab:            62724 kB
PageTables:        596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9952 MiB
End job on tipi24 at 2009-05-16 20:49:00