Trace number 1821021

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.1 1200.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
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 variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   12561    29309 |    3768       0        0     nan |  0.000 % |
0.09/0.09	c |         0 |    9499    28877 |      --       0       --      -- |     --   | -3060/-427
0.09/0.09	c ==============================================================================
0.09/0.09	c Result  :   #vars: 2111   #clauses: 9499   #literals: 28877
0.09/0.09	c CPU time:   0.09 s
0.09/0.09	c ==============================================================================
0.09/0.10	This is MiniSat 2.0 beta
0.09/0.10	WARNING: for repeatability, setting FPU to use double precision
0.09/0.10	============================[ Problem Statistics ]=============================
0.09/0.10	|                                                                             |
0.09/0.10	|  Number of variables:  2111                                                 |
0.09/0.10	|  Number of clauses:    9499                                                 |
0.09/0.11	|  Parsing time:         0.01         s                                       |
0.09/0.11	============================[ Search Statistics ]==============================
0.09/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	===============================================================================
0.09/0.11	|         0 |    2111     9499    28877 |     3166        0    nan |  0.000 % |
0.09/0.11	|       100 |    2111     9499    28877 |     3482      100      5 |  0.001 % |
0.11/0.12	|       251 |    2110     9499    28877 |     3831      250     12 |  0.048 % |
0.11/0.13	|       476 |    2110     9499    28877 |     4214      475     12 |  0.064 % |
0.11/0.14	|       813 |    1582     7417    22640 |     4635      740     11 | 26.625 % |
0.11/0.17	|      1320 |    1309     5687    17266 |     5099     1144     12 | 37.992 % |
0.11/0.19	|      2079 |    1283     5687    17266 |     5609     1894     16 | 41.881 % |
0.11/0.25	|      3218 |    1211     5302    16136 |     6170     2991     18 | 45.666 % |
0.11/0.33	|      4927 |    1022     4519    13793 |     6787     4583     20 | 52.392 % |
0.11/0.46	|      7491 |     992     4321    13218 |     7466     7053     23 | 54.383 % |
0.11/0.67	|     11335 |     972     4321    13218 |     8212     6313     21 | 55.472 % |
0.11/0.99	|     17101 |     927     4049    12241 |     9033     7058     22 | 56.373 % |
1.43/1.47	|     25751 |     890     3862    11682 |     9937    10489     21 | 57.840 % |
2.43/2.43	|     38726 |     888     3858    11642 |    10931     6095     23 | 57.935 % |
4.03/4.02	|     58187 |     885     3850    11616 |    12024     6673     21 | 58.077 % |
6.23/6.24	|     87380 |     885     3831    11567 |    13226     8590     22 | 58.077 % |
10.23/10.28	|    131171 |     884     3825    11551 |    14549     7890     31 | 58.125 % |
16.53/16.54	|    196855 |     880     3800    11485 |    16004     8822     17 | 58.314 % |
28.83/28.91	|    295382 |     879     3795    11472 |    17604    10798     21 | 58.362 % |
46.24/46.26	|    443171 |     873     3767    11390 |    19365    14553     24 | 58.645 % |
77.73/77.76	|    664858 |     862     3717    11260 |    21301    16260     20 | 59.166 % |
129.04/129.08	|    997384 |     862     3717    11260 |    23431    18228     19 | 59.169 % |
218.33/218.34	|   1496172 |     861     3710    11242 |    25774    16867     17 | 59.214 % |
362.15/362.22	|   2244354 |     861     3710    11242 |    28352    14013     18 | 59.214 % |
615.96/615.93	|   3366628 |     860     3704    11227 |    31187    29122     25 | 59.261 % |
985.68/985.67	|   5050040 |     856     3682    11171 |    34306    19299     23 | 59.451 % |
1200.09/1200.02	HOME/SatELiteGTI: line 36:  4142 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-1821021-1242497853/watcher-1821021-1242497853 -o /tmp/evaluation-result-1821021-1242497853/solver-1821021-1242497853 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821021-1242497853.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.22 1.29 1.13 3/97 4136
/proc/meminfo: memFree=1729180/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2416 CPUtime=0.01
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1014286261 2473984 277 4294967295 134512640 135169312 3220261456 3220259992 3085106926 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4136/statm: 604 277 235 161 0 43 0
[pid=4140] ppid=4136 vsize=952 CPUtime=0
/proc/4140/stat : 4140 (SatELite_releas) R 4136 4136 16367 0 -1 4202496 120 0 0 0 0 0 0 0 20 0 1 0 1014286262 974848 56 4294967295 134512640 135223648 3220755152 3220753748 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/4140/statm: 238 59 45 174 0 63 0

[startup+0.080893 s]
/proc/loadavg: 1.22 1.29 1.13 3/97 4136
/proc/meminfo: memFree=1729180/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2416 CPUtime=0.01
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 1014286261 2473984 277 4294967295 134512640 135169312 3220261456 3220259992 3085106926 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4136/statm: 604 277 235 161 0 43 0
[pid=4140] ppid=4136 vsize=3572 CPUtime=0.08
/proc/4140/stat : 4140 (SatELite_releas) R 4136 4136 16367 0 -1 4202496 733 0 0 0 8 0 0 0 21 0 1 0 1014286262 3657728 669 4294967295 134512640 135223648 3220755152 3220753248 134597302 0 0 0 3 0 0 0 17 2 0 0 0
/proc/4140/statm: 893 669 73 174 0 718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5988

[startup+0.120891 s]
/proc/loadavg: 1.22 1.29 1.13 3/97 4136
/proc/meminfo: memFree=1729180/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2420

[startup+0.320878 s]
/proc/loadavg: 1.22 1.29 1.13 3/97 4136
/proc/meminfo: memFree=1729180/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2420

[startup+0.720855 s]
/proc/loadavg: 1.22 1.29 1.13 3/97 4136
/proc/meminfo: memFree=1729180/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2420

[startup+1.52081 s]
/proc/loadavg: 1.22 1.29 1.13 3/99 4142
/proc/meminfo: memFree=1726676/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=3756 CPUtime=1.42
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 671 0 0 0 142 0 0 0 25 0 1 0 1014286272 3846144 606 4294967295 134512640 135213731 3220323008 3220321488 134530042 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 939 606 73 172 0 765 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 6176

[startup+3.12072 s]
/proc/loadavg: 1.22 1.29 1.13 3/99 4142
/proc/meminfo: memFree=1726428/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=4416 CPUtime=3.02
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 816 0 0 0 302 0 0 0 25 0 1 0 1014286272 4521984 751 4294967295 134512640 135213731 3220323008 3220321488 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 1104 751 73 172 0 930 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 6836

[startup+6.32054 s]
/proc/loadavg: 1.20 1.29 1.13 3/99 4143
/proc/meminfo: memFree=1725560/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=4812 CPUtime=6.22
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 919 0 0 0 622 0 0 0 25 0 1 0 1014286272 4927488 854 4294967295 134512640 135213731 3220323008 3220321488 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 1203 854 73 172 0 1029 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 7232

[startup+12.7202 s]
/proc/loadavg: 1.19 1.28 1.13 3/99 4144
/proc/meminfo: memFree=1724384/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=5876 CPUtime=12.62
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 1191 0 0 0 1262 0 0 0 25 0 1 0 1014286272 6017024 1126 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 1469 1126 73 172 0 1295 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 8296

[startup+25.5195 s]
/proc/loadavg: 1.14 1.27 1.13 3/99 4146
/proc/meminfo: memFree=1724316/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=6020 CPUtime=25.42
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 1234 0 0 0 2542 0 0 0 25 0 1 0 1014286272 6164480 1169 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 1505 1169 73 172 0 1331 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 8440

[startup+51.118 s]
/proc/loadavg: 1.09 1.25 1.12 4/100 4318
/proc/meminfo: memFree=1721832/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=7504 CPUtime=51.02
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 1602 0 0 0 5100 2 0 0 25 0 1 0 1014286272 7684096 1537 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 1876 1537 73 172 0 1702 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 9924

[startup+102.325 s]
/proc/loadavg: 1.04 1.20 1.11 3/99 4335
/proc/meminfo: memFree=1721216/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=8472 CPUtime=102.23
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 1819 0 0 0 10221 2 0 0 25 0 1 0 1014286272 8675328 1754 4294967295 134512640 135213731 3220323008 3220321488 134530092 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 2118 1754 73 172 0 1944 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 10892

[startup+162.322 s]
/proc/loadavg: 1.01 1.17 1.10 2/99 4522
/proc/meminfo: memFree=1720364/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=9196 CPUtime=162.23
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 1988 0 0 0 16221 2 0 0 25 0 1 0 1014286272 9416704 1923 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 2299 1923 73 172 0 2125 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 11616

[startup+222.318 s]
/proc/loadavg: 1.00 1.13 1.09 3/99 4709
/proc/meminfo: memFree=1719968/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=9812 CPUtime=222.23
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 2110 0 0 0 22221 2 0 0 25 0 1 0 1014286272 10047488 2045 4294967295 134512640 135213731 3220323008 3220321488 134530012 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 2453 2045 73 172 0 2279 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 12232

[startup+282.315 s]
/proc/loadavg: 1.00 1.11 1.08 2/99 4898
/proc/meminfo: memFree=1719620/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=10096 CPUtime=282.23
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 2186 0 0 0 28221 2 0 0 25 0 1 0 1014286272 10338304 2121 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 2524 2121 73 172 0 2350 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 12516

[startup+342.312 s]
/proc/loadavg: 1.00 1.08 1.08 2/99 5093
/proc/meminfo: memFree=1719380/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=10560 CPUtime=342.23
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 2282 0 0 0 34219 4 0 0 25 0 1 0 1014286272 10813440 2217 4294967295 134512640 135213731 3220323008 3220321488 134530114 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 2640 2217 73 172 0 2466 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 12980

[startup+402.318 s]
/proc/loadavg: 1.00 1.07 1.07 3/99 5280
/proc/meminfo: memFree=1718504/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=11452 CPUtime=402.24

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

/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=12452 CPUtime=462.24
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 2765 0 0 0 46220 4 0 0 25 0 1 0 1014286272 12750848 2700 4294967295 134512640 135213731 3220323008 3220321200 134527353 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3113 2700 73 172 0 2939 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 14872

[startup+522.321 s]
/proc/loadavg: 1.00 1.04 1.06 2/99 5654
/proc/meminfo: memFree=1717148/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=12768 CPUtime=522.25
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 2806 0 0 0 52221 4 0 0 25 0 1 0 1014286272 13074432 2741 4294967295 134512640 135213731 3220323008 3220321472 134523426 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3192 2741 73 172 0 3018 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 15188

[startup+582.308 s]
/proc/loadavg: 1.00 1.03 1.05 3/99 5843
/proc/meminfo: memFree=1715908/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=13848 CPUtime=582.24
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3083 0 0 0 58220 4 0 0 25 0 1 0 1014286272 14180352 3018 4294967295 134512640 135213731 3220323008 3220321424 134535010 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3462 3018 73 172 0 3288 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 16268

[startup+642.315 s]
/proc/loadavg: 1.00 1.02 1.05 3/99 6033
/proc/meminfo: memFree=1716040/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=13848 CPUtime=642.25
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3086 0 0 0 64221 4 0 0 25 0 1 0 1014286272 14180352 3021 4294967295 134512640 135213731 3220323008 3220321488 134530199 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3462 3021 73 172 0 3288 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 16268

[startup+702.311 s]
/proc/loadavg: 1.00 1.02 1.04 2/99 6225
/proc/meminfo: memFree=1715404/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14332 CPUtime=702.25
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3196 0 0 0 70221 4 0 0 25 0 1 0 1014286272 14675968 3131 4294967295 134512640 135213731 3220323008 3220321328 134528762 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3583 3131 73 172 0 3409 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 16752

[startup+762.318 s]
/proc/loadavg: 1.00 1.01 1.04 2/99 6412
/proc/meminfo: memFree=1715412/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14332 CPUtime=762.26
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3216 0 0 0 76222 4 0 0 25 0 1 0 1014286272 14675968 3151 4294967295 134512640 135213731 3220323008 3220321488 134530132 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3583 3151 73 172 0 3409 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 16752

[startup+822.314 s]
/proc/loadavg: 1.04 1.02 1.04 3/99 6599
/proc/meminfo: memFree=1715280/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14500 CPUtime=822.26
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3235 0 0 0 82222 4 0 0 25 0 1 0 1014286272 14848000 3170 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3625 3170 73 172 0 3451 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 16920

[startup+882.321 s]
/proc/loadavg: 1.09 1.04 1.04 3/99 6788
/proc/meminfo: memFree=1715296/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14500 CPUtime=882.27
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3263 0 0 0 88223 4 0 0 25 0 1 0 1014286272 14848000 3198 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3625 3198 73 172 0 3451 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 16920

[startup+942.308 s]
/proc/loadavg: 1.11 1.06 1.05 3/99 6980
/proc/meminfo: memFree=1715396/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14664 CPUtime=942.26
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3275 0 0 0 94218 8 0 0 25 0 1 0 1014286272 15015936 3210 4294967295 134512640 135213731 3220323008 3220321488 134530171 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3666 3210 73 172 0 3492 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 17084

[startup+1002.31 s]
/proc/loadavg: 1.07 1.06 1.04 2/99 7167
/proc/meminfo: memFree=1715032/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=14928 CPUtime=1002.27
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3360 0 0 0 100219 8 0 0 25 0 1 0 1014286272 15286272 3295 4294967295 134512640 135213731 3220323008 3220321488 134530117 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3732 3295 73 172 0 3558 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 17348

[startup+1062.31 s]
/proc/loadavg: 1.06 1.06 1.04 2/99 7358
/proc/meminfo: memFree=1714668/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=15364 CPUtime=1062.27
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3441 0 0 0 106219 8 0 0 25 0 1 0 1014286272 15732736 3376 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3841 3376 73 172 0 3667 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 17784

[startup+1122.32 s]
/proc/loadavg: 1.06 1.06 1.04 2/99 7545
/proc/meminfo: memFree=1714188/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=15912 CPUtime=1122.28
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3579 0 0 0 112220 8 0 0 25 0 1 0 1014286272 16293888 3514 4294967295 134512640 135213731 3220323008 3220321488 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 3978 3514 73 172 0 3804 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 18332

[startup+1182.31 s]
/proc/loadavg: 1.06 1.06 1.04 2/99 7734
/proc/meminfo: memFree=1713776/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=16192 CPUtime=1182.28
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3671 0 0 0 118220 8 0 0 25 0 1 0 1014286272 16580608 3606 4294967295 134512640 135213731 3220323008 3220321488 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 4048 3606 73 172 0 3874 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 18612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.19 1.09 1.05 2/99 7917
/proc/meminfo: memFree=1713788/2074464 swapFree=1949244/1959888
[pid=4136] ppid=4134 vsize=2420 CPUtime=0.11
/proc/4136/stat : 4136 (SatELiteGTI) S 4134 4136 16367 0 -1 4194304 385 1397 0 0 0 1 10 0 18 0 1 0 1014286261 2478080 278 4294967295 134512640 135169312 3220261456 3220257672 3085106926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/4136/statm: 605 278 235 161 0 44 0
[pid=4142] ppid=4136 vsize=16332 CPUtime=1199.98
/proc/4142/stat : 4142 (minisat_static) R 4136 4136 16367 0 -1 4202496 3676 0 0 0 119990 8 0 0 25 0 1 0 1014286272 16723968 3611 4294967295 134512640 135213731 3220323008 3220321488 134530220 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4142/statm: 4083 3611 73 172 0 3909 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 18752

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1200
CPU system time (s): 0.1
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 18752

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 20:17:33
IDJOB=1821021
IDBENCH=70811
IDSOLVER=662
FILE ID=tipi11/1821021-1242497853
PBS_JOBID=
Free space on /tmp= 9878 MiB

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

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED= 860942372

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1729428 kB
Buffers:         26064 kB
Cached:         248564 kB
SwapCached:       5224 kB
Active:          64472 kB
Inactive:       221944 kB
HighTotal:     1178688 kB
HighFree:       950216 kB
LowTotal:       895776 kB
LowFree:        779212 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            1648 kB
Writeback:          36 kB
AnonPages:       10924 kB
Mapped:           4996 kB
Slab:            49984 kB
PageTables:        400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9878 MiB
End job on tipi11 at 2009-05-16 20:37:33