Trace number 1849529

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
minisat2 070721/core? (TO) 1200.07 1199.93

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.35 s
0.32/0.38	c ==============================================================================
0.42/0.43	This is MiniSat 2.0 beta
0.42/0.43	WARNING: for repeatability, setting FPU to use double precision
0.42/0.43	============================[ Problem Statistics ]=============================
0.42/0.43	|                                                                             |
0.42/0.43	|  Number of variables:  8978                                                 |
0.42/0.43	|  Number of clauses:    40130                                                |
0.42/0.45	|  Parsing time:         0.02         s                                       |
0.42/0.46	============================[ Search Statistics ]==============================
0.42/0.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.42/0.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.42/0.46	===============================================================================
0.42/0.46	|         0 |    8978    40130   119943 |    13376        0    nan |  0.000 % |
0.42/0.47	|       102 |    8974    40130   119943 |    14714      100     18 |  0.045 % |
0.42/0.48	|       253 |    8966    40130   119943 |    16185      248     12 |  1.248 % |
0.42/0.50	|       478 |    8964    40130   119943 |    17804      471     11 |  1.593 % |
0.43/0.54	|       815 |    8754    39184   117260 |    19584      785     10 |  2.662 % |
0.43/0.58	|      1321 |    8693    38541   115428 |    21543     1281      9 |  3.174 % |
0.43/0.64	|      2081 |    8622    38500   115317 |    23697     1985      9 |  5.023 % |
0.43/0.73	|      3222 |    8371    37203   111503 |    26067     3032     10 |  8.164 % |
0.43/0.91	|      4930 |    7952    35047   105134 |    28674     4688     10 | 11.428 % |
1.12/1.18	|      7492 |    7594    33370   100139 |    31541     7139     11 | 15.415 % |
1.52/1.59	|     11336 |    6716    29453    88366 |    34695    10611     12 | 26.409 % |
2.12/2.16	|     17102 |    5742    25387    76331 |    38165    15830     15 | 36.690 % |
2.92/2.96	|     25752 |    5456    24209    72817 |    41981    24233     22 | 40.065 % |
4.82/4.86	|     38726 |    5139    22289    67148 |    46179    36642     29 | 42.760 % |
7.42/7.42	|     58188 |    4974    21596    65117 |    50797    23621     21 | 44.854 % |
11.62/11.66	|     87380 |    4621    19822    59613 |    55877    52408     33 | 48.886 % |
22.12/22.16	|    131169 |    4493    19518    58708 |    61465    51803     46 | 50.401 % |
47.92/47.93	|    196853 |    4407    19019    57233 |    67611    20363     46 | 51.738 % |
83.63/83.66	|    295381 |    4127    17988    54178 |    74373    60213     49 | 56.315 % |
122.53/122.55	|    443170 |    3740    16140    48734 |    81810    76434     54 | 58.343 % |
274.05/274.04	|    664854 |    3714    15963    48216 |    89991    83915     95 | 58.632 % |
497.47/497.45	|    997381 |    3684    15844    47867 |    98990    23769     37 | 58.966 % |
708.30/708.29	|   1496169 |    3641    15624    47245 |   108889    89904     70 | 59.445 % |
1197.66/1197.54	|   2244351 |    3638    15595    47170 |   119778    75015     67 | 59.479 % |
1200.06/1199.92	HOME/SatELiteGTI: line 36:  6717 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1849529-1244834122/watcher-1849529-1244834122 -o /tmp/evaluation-result-1849529-1244834122/solver-1849529-1244834122 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849529-1244834122.cnf 

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


[startup+0 s]
/proc/loadavg: 1.02 1.04 1.00 2/91 6711
/proc/meminfo: memFree=1364076/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2412 CPUtime=0
/proc/6711/stat : 6711 (SatELiteGTI) R 6709 6711 18729 0 -1 4194304 355 648 0 0 0 0 0 0 25 0 1 0 80837337 2469888 277 4294967295 134512640 135169312 3214785840 3214784316 3085473652 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/6711/statm: 603 277 235 161 0 42 0
[pid=6715] ppid=6711 vsize=0 CPUtime=0
/proc/6715/stat : 6715 (SatELiteGTI) R 6711 6711 18729 0 -1 4194368 65 0 0 0 0 0 0 0 25 0 1 0 80837338 0 0 4294967295 0 0 0 3214784468 3085474282 0 0 0 0 0 0 0 17 1 0 0 0
/proc/6715/statm: 204 2 0 0 0 29 0

[startup+0.057411 s]
/proc/loadavg: 1.02 1.04 1.00 2/91 6711
/proc/meminfo: memFree=1364076/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2412 CPUtime=0
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 80837337 2469888 277 4294967295 134512640 135169312 3214785840 3214784376 3085471470 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6711/statm: 603 277 235 161 0 42 0
[pid=6715] ppid=6711 vsize=9764 CPUtime=0.06
/proc/6715/stat : 6715 (SatELite_releas) R 6711 6711 18729 0 -1 4202496 2103 0 0 0 3 3 0 0 25 0 1 0 80837338 9998336 1900 4294967295 134512640 135223648 3220648624 3220646384 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6715/statm: 2441 1905 73 174 0 2266 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12176

[startup+0.117382 s]
/proc/loadavg: 1.02 1.04 1.00 2/91 6711
/proc/meminfo: memFree=1364076/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2412 CPUtime=0
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 80837337 2469888 277 4294967295 134512640 135169312 3214785840 3214784376 3085471470 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6711/statm: 603 277 235 161 0 42 0
[pid=6715] ppid=6711 vsize=11148 CPUtime=0.12
/proc/6715/stat : 6715 (SatELite_releas) R 6711 6711 18729 0 -1 4202496 2511 0 0 0 8 4 0 0 25 0 1 0 80837338 11415552 2308 4294967295 134512640 135223648 3220648624 3220646400 134585480 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6715/statm: 2787 2308 73 174 0 2612 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13560

[startup+0.317358 s]
/proc/loadavg: 1.02 1.04 1.00 2/91 6711
/proc/meminfo: memFree=1364076/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2412 CPUtime=0
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 368 648 0 0 0 0 0 0 25 0 1 0 80837337 2469888 277 4294967295 134512640 135169312 3214785840 3214784376 3085471470 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6711/statm: 603 277 235 161 0 42 0
[pid=6715] ppid=6711 vsize=11808 CPUtime=0.32
/proc/6715/stat : 6715 (SatELite_releas) R 6711 6711 18729 0 -1 4202496 2654 0 0 0 28 4 0 0 25 0 1 0 80837338 12091392 2451 4294967295 134512640 135223648 3220648624 3220646640 134586890 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6715/statm: 2952 2451 73 174 0 2777 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14220

[startup+0.717311 s]
/proc/loadavg: 1.02 1.04 1.00 2/91 6711
/proc/meminfo: memFree=1364076/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2416

[startup+1.51722 s]
/proc/loadavg: 1.02 1.04 1.00 2/93 6717
/proc/meminfo: memFree=1359200/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=5028 CPUtime=1.09
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 1124 0 0 0 108 1 0 0 25 0 1 0 80837381 5148672 1059 4294967295 134512640 135212939 3218661680 3218660144 134527011 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 1257 1059 76 171 0 1085 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 7444

[startup+3.11703 s]
/proc/loadavg: 1.02 1.04 1.00 3/93 6717
/proc/meminfo: memFree=1358332/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=7248 CPUtime=2.69
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 1686 0 0 0 268 1 0 0 25 0 1 0 80837381 7421952 1621 4294967295 134512640 135212939 3218661680 3218660144 134526800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 1812 1621 76 171 0 1640 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 9664

[startup+6.31667 s]
/proc/loadavg: 1.02 1.04 1.00 2/93 6718
/proc/meminfo: memFree=1353652/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=11320 CPUtime=5.89
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 2658 0 0 0 588 1 0 0 25 0 1 0 80837381 11591680 2593 4294967295 134512640 135212939 3218661680 3218660144 134526833 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 2830 2593 76 171 0 2658 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13736

[startup+12.7159 s]
/proc/loadavg: 1.01 1.04 1.00 2/93 6720
/proc/meminfo: memFree=1350212/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=14488 CPUtime=12.29
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 3488 0 0 0 1228 1 0 0 25 0 1 0 80837381 14835712 3423 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 3622 3423 76 171 0 3450 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 16904

[startup+25.5145 s]
/proc/loadavg: 1.01 1.04 1.00 2/93 6905
/proc/meminfo: memFree=1345436/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=18456 CPUtime=25.09
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 4447 0 0 0 2507 2 0 0 25 0 1 0 80837381 18898944 4382 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 4614 4382 76 171 0 4442 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 20872

[startup+51.1115 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 6907
/proc/meminfo: memFree=1342168/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=21668 CPUtime=50.69
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 5243 0 0 0 5065 4 0 0 25 0 1 0 80837381 22188032 5178 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 5417 5178 76 171 0 5245 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 24084

[startup+102.316 s]
/proc/loadavg: 1.12 1.06 1.01 3/93 7099
/proc/meminfo: memFree=1337068/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=26300 CPUtime=101.9
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 6418 0 0 0 10175 15 0 0 25 0 1 0 80837381 26931200 6353 4294967295 134512640 135212939 3218661680 3218660144 134526797 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 6575 6353 76 171 0 6403 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 28716

[startup+162.319 s]
/proc/loadavg: 1.04 1.04 1.00 2/93 7290
/proc/meminfo: memFree=1321080/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=42404 CPUtime=161.91
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 10456 0 0 0 16176 15 0 0 25 0 1 0 80837381 43421696 10391 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 10601 10391 76 171 0 10429 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 44820

[startup+222.312 s]
/proc/loadavg: 1.05 1.05 1.00 2/93 7482
/proc/meminfo: memFree=1320524/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=42536 CPUtime=221.91
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 10467 0 0 0 22176 15 0 0 25 0 1 0 80837381 43556864 10402 4294967295 134512640 135212939 3218661680 3218660144 134526811 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 10634 10402 76 171 0 10462 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 44952

[startup+282.315 s]
/proc/loadavg: 1.05 1.05 1.00 3/93 7672
/proc/meminfo: memFree=1317252/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=45964 CPUtime=281.92
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11291 0 0 0 28174 18 0 0 25 0 1 0 80837381 47067136 11226 4294967295 134512640 135212939 3218661680 3218660144 134526633 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11226 76 171 0 11319 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 48380

[startup+342.318 s]
/proc/loadavg: 1.02 1.04 1.00 2/93 7863
/proc/meminfo: memFree=1317316/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=45964 CPUtime=341.93
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11294 0 0 0 34175 18 0 0 25 0 1 0 80837381 47067136 11229 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11229 76 171 0 11319 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 48380

[startup+402.311 s]

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

[pid=6717] ppid=6711 vsize=45964 CPUtime=521.95
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11305 0 0 0 52174 21 0 0 25 0 1 0 80837381 47067136 11240 4294967295 134512640 135212939 3218661680 3218660144 134526762 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11240 76 171 0 11319 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 48380

[startup+582.31 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 8627
/proc/meminfo: memFree=1317548/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=45964 CPUtime=581.95
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11305 0 0 0 58174 21 0 0 25 0 1 0 80837381 47067136 11240 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11240 76 171 0 11319 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 48380

[startup+642.313 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 8816
/proc/meminfo: memFree=1317612/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=45964 CPUtime=641.96
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11308 0 0 0 64175 21 0 0 25 0 1 0 80837381 47067136 11243 4294967295 134512640 135212939 3218661680 3218660144 134527043 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11243 76 171 0 11319 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 48380

[startup+702.317 s]
/proc/loadavg: 1.10 1.03 1.01 3/93 9007
/proc/meminfo: memFree=1317488/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=45964 CPUtime=701.97
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 11309 0 0 0 70175 22 0 0 25 0 1 0 80837381 47067136 11244 4294967295 134512640 135212939 3218661680 3218660144 134526674 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 11491 11244 76 171 0 11319 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 48380

[startup+762.32 s]
/proc/loadavg: 1.04 1.02 1.00 2/93 9198
/proc/meminfo: memFree=1308164/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=55380 CPUtime=761.98
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 13650 0 0 0 76172 26 0 0 25 0 1 0 80837381 56709120 13585 4294967295 134512640 135212939 3218661680 3218660144 134526762 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 13845 13585 76 171 0 13673 0
Current children cumulated CPU time (s) 762.41
Current children cumulated vsize (KiB) 57796

[startup+822.313 s]
/proc/loadavg: 1.01 1.02 1.00 2/93 9386
/proc/meminfo: memFree=1304560/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=58680 CPUtime=821.98
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14494 0 0 0 82171 27 0 0 25 0 1 0 80837381 60088320 14429 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14670 14429 76 171 0 14498 0
Current children cumulated CPU time (s) 822.41
Current children cumulated vsize (KiB) 61096

[startup+882.326 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 9580
/proc/meminfo: memFree=1304660/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=58680 CPUtime=882
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14494 0 0 0 88170 30 0 0 25 0 1 0 80837381 60088320 14429 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14670 14429 76 171 0 14498 0
Current children cumulated CPU time (s) 882.43
Current children cumulated vsize (KiB) 61096

[startup+942.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 9769
/proc/meminfo: memFree=1304840/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=58680 CPUtime=942
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14494 0 0 0 94170 30 0 0 25 0 1 0 80837381 60088320 14429 4294967295 134512640 135212939 3218661680 3218660144 134526644 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14670 14429 76 171 0 14498 0
Current children cumulated CPU time (s) 942.43
Current children cumulated vsize (KiB) 61096

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 9960
/proc/meminfo: memFree=1304592/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=58680 CPUtime=1002
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14499 0 0 0 100170 30 0 0 25 0 1 0 80837381 60088320 14434 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14670 14434 76 171 0 14498 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 61096

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10151
/proc/meminfo: memFree=1303568/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=59768 CPUtime=1062.01
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14763 0 0 0 106170 31 0 0 25 0 1 0 80837381 61202432 14698 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14942 14698 76 171 0 14770 0
Current children cumulated CPU time (s) 1062.44
Current children cumulated vsize (KiB) 62184

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10339
/proc/meminfo: memFree=1303320/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=59956 CPUtime=1122.02
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14805 0 0 0 112171 31 0 0 25 0 1 0 80837381 61394944 14740 4294967295 134512640 135212939 3218661680 3218660144 134526750 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14989 14740 76 171 0 14817 0
Current children cumulated CPU time (s) 1122.45
Current children cumulated vsize (KiB) 62372

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10533
/proc/meminfo: memFree=1303504/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=59956 CPUtime=1182.02
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14805 0 0 0 118171 31 0 0 25 0 1 0 80837381 61394944 14740 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14989 14740 76 171 0 14817 0
Current children cumulated CPU time (s) 1182.45
Current children cumulated vsize (KiB) 62372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 10534
/proc/meminfo: memFree=1303476/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=59956 CPUtime=1199.63
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14805 0 0 0 119932 31 0 0 25 0 1 0 80837381 61394944 14740 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14989 14740 76 171 0 14817 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 62372

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 3/93 10534
/proc/meminfo: memFree=1303476/2074464 swapFree=1959888/1959888
[pid=6711] ppid=6709 vsize=2416 CPUtime=0.43
/proc/6711/stat : 6711 (SatELiteGTI) S 6709 6711 18729 0 -1 4194304 388 3358 0 0 0 0 39 4 21 0 1 0 80837337 2473984 278 4294967295 134512640 135169312 3214785840 3214782056 3085471470 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6711/statm: 604 278 235 161 0 43 0
[pid=6717] ppid=6711 vsize=59956 CPUtime=1199.63
/proc/6717/stat : 6717 (minisat_static) R 6711 6711 18729 0 -1 4202496 14805 0 0 0 119932 31 0 0 25 0 1 0 80837381 61394944 14740 4294967295 134512640 135212939 3218661680 3218660144 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6717/statm: 14989 14740 76 171 0 14817 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 62372

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.07
CPU user time (s): 1199.71
CPU system time (s): 0.36
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 62372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.71
system time used= 0.36
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18826
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= 20
involuntary context switches= 1595

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi07 at 2009-06-12 21:15:22
IDJOB=1849529
IDBENCH=70812
IDSOLVER=690
FILE ID=tipi07/1849529-1244834122
PBS_JOBID=
Free space on /tmp= 15254 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray08_32.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849529-1244834122/watcher-1849529-1244834122 -o /tmp/evaluation-result-1849529-1244834122/solver-1849529-1244834122 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849529-1244834122.cnf

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED= 1182957027

Linux tipi07 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.428
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.428
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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.428
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:       1364108 kB
Buffers:         47760 kB
Cached:         553860 kB
SwapCached:          0 kB
Active:         180064 kB
Inactive:       432988 kB
HighTotal:     1178688 kB
HighFree:       719308 kB
LowTotal:       895776 kB
LowFree:        644800 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            2460 kB
Writeback:           0 kB
AnonPages:       11424 kB
Mapped:           5580 kB
Slab:            88060 kB
PageTables:        468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    86052 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15254 MiB
End job on tipi07 at 2009-06-12 21:35:22