Trace number 1821410

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
BinMiniSat 2009-03-21? (TO) 1200.01 1199.93

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1018.73
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c Parsing...
1.22/1.29	c ==============================================================================
1.22/1.29	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.29	c ==============================================================================
1.22/1.29	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
46.73/46.77	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
46.73/46.78	c ==============================================================================
46.73/46.78	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
46.73/46.78	c CPU time:   46.48 s
46.73/46.78	c ==============================================================================
47.33/47.40	This is MiniSat 2.0 beta
47.33/47.40	WARNING: for repeatability, setting FPU to use double precision
47.33/47.40	============================[ Problem Statistics ]=============================
47.33/47.40	|                                                                             |
47.33/47.40	|  Number of variables:  4925                                                 |
47.33/47.40	|  Number of clauses:    255997                                               |
47.41/47.64	|  Parsing time:         0.21         s                                       |
47.41/47.66	============================[ Search Statistics ]==============================
47.41/47.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.41/47.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.41/47.66	===============================================================================
47.41/47.67	|         0 |    4925   255997  1816599 |    85332        0    nan |  0.000 % |
47.41/47.71	|       101 |    4901   255997  1816599 |    93865       77      7 |  0.487 % |
47.41/47.74	|       252 |    4897   255997  1816599 |   103252      224      7 |  0.569 % |
47.41/47.77	|       478 |    4896   255997  1816599 |   113577      449      8 |  0.589 % |
47.41/47.87	|       815 |    4896   255997  1816599 |   124935      786      9 |  0.589 % |
47.41/47.93	|      1321 |    4891   255997  1816599 |   137428     1287      9 |  0.690 % |
47.41/48.10	|      2081 |    4886   255997  1816599 |   151171     2042      9 |  0.792 % |
48.33/48.40	|      3220 |    4884   255997  1816599 |   166288     3180     10 |  0.832 % |
48.73/48.75	|      4928 |    4877   255997  1816599 |   182917     4883     10 |  0.975 % |
49.23/49.31	|      7490 |    4876   255997  1816599 |   201209     7444     11 |  0.995 % |
49.93/50.01	|     11335 |    4867   255997  1816599 |   221330    11282     13 |  1.178 % |
51.72/51.78	|     17103 |    4864   255997  1816599 |   243463    17048     18 |  1.259 % |
54.72/54.76	|     25753 |    4863   255997  1816599 |   267809    25698     21 |  1.259 % |
59.62/59.64	|     38728 |    4859   255476  1814383 |   294590    38647     19 |  1.340 % |
65.82/65.90	|     58189 |    4858   255476  1814383 |   324049    58107     19 |  1.360 % |
85.42/85.43	|     87381 |    4855   255385  1814120 |   356454    87293     20 |  1.421 % |
122.01/122.06	|    131170 |    4849   255385  1814120 |   392099   131078     20 |  1.543 % |
191.12/191.11	|    196854 |    4849   255385  1814120 |   431309   196762     21 |  1.543 % |
259.23/259.27	|    295380 |    4849   255325  1813934 |   474440   295285     21 |  1.543 % |
424.85/424.87	|    443169 |    4846   255316  1813903 |   521884   443069     22 |  1.604 % |
1060.40/1060.35	|    664852 |    4845   255296  1813846 |   574073   162800     28 |  1.624 % |
1200.00/1199.92	HOME/SatELiteGTI: line 36: 22185 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-1821410-1242525427/watcher-1821410-1242525427 -o /tmp/evaluation-result-1821410-1242525427/solver-1821410-1242525427 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821410-1242525427.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.00 1.00 1.00 3/93 21992
/proc/meminfo: memFree=1253200/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=952 CPUtime=0
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 136 0 0 0 0 0 0 0 18 0 1 0 1017043522 974848 72 4294967295 134512640 135223648 3216873232 3216871952 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21996/statm: 238 72 47 174 0 63 0

[startup+0.036769 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 21992
/proc/meminfo: memFree=1253200/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=4244 CPUtime=0.04
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 947 0 0 0 3 1 0 0 18 0 1 0 1017043522 4345856 883 4294967295 134512640 135223648 3216873232 3216872184 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21996/statm: 1101 884 47 174 0 926 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6660

[startup+0.116737 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 21992
/proc/meminfo: memFree=1253200/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=12524 CPUtime=0.12
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 2649 0 0 0 10 2 0 0 18 0 1 0 1017043522 12824576 2585 4294967295 134512640 135223648 3216873232 3216871816 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21996/statm: 3131 2585 47 174 0 2956 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 14940

[startup+0.31672 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 21992
/proc/meminfo: memFree=1253200/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=29844 CPUtime=0.32
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 7012 0 0 0 28 4 0 0 18 0 1 0 1017043522 30560256 6948 4294967295 134512640 135223648 3216873232 3216872184 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 7461 6948 47 174 0 7286 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 32260

[startup+0.716688 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 21992
/proc/meminfo: memFree=1253200/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=75228 CPUtime=0.72
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 16322 0 0 0 61 11 0 0 18 0 1 0 1017043522 77033472 16258 4294967295 134512640 135223648 3216873232 3216872184 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 18807 16262 47 174 0 18632 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 77644

[startup+1.51662 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21997
/proc/meminfo: memFree=1162020/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=159468 CPUtime=1.52
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 32312 0 0 0 135 17 0 0 20 0 1 0 1017043522 163295232 32226 4294967295 134512640 135223648 3216873232 3216871728 134549024 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 39867 32226 68 174 0 39692 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 161884

[startup+3.11649 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21997
/proc/meminfo: memFree=1125316/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=159980 CPUtime=3.12
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 32412 0 0 0 295 17 0 0 25 0 1 0 1017043522 163819520 32326 4294967295 134512640 135223648 3216873232 3216871728 134548993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 39995 32326 68 174 0 39820 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 162396

[startup+6.31623 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21997
/proc/meminfo: memFree=1112420/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=178124 CPUtime=6.32
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 39026 0 0 0 613 19 0 0 25 0 1 0 1017043522 182398976 35220 4294967295 134512640 135223648 3216873232 3216871232 134549024 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 44531 35220 73 174 0 44356 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 180540

[startup+12.7157 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21998
/proc/meminfo: memFree=1068580/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=204548 CPUtime=12.72
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 45988 0 0 0 1249 23 0 0 25 0 1 0 1017043522 209457152 41868 4294967295 134512640 135223648 3216873232 3216871248 134548984 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 51137 41868 73 174 0 50962 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 206964

[startup+25.5246 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22000
/proc/meminfo: memFree=1068644/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2416 CPUtime=0
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 367 647 0 0 0 0 0 0 25 0 1 0 1017043522 2473984 277 4294967295 134512640 135169312 3220716240 3220714776 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 604 277 235 161 0 43 0
[pid=21996] ppid=21992 vsize=204804 CPUtime=25.53
/proc/21996/stat : 21996 (SatELite_releas) R 21992 21992 10436 0 -1 4202496 46054 0 0 0 2530 23 0 0 25 0 1 0 1017043522 209719296 41934 4294967295 134512640 135223648 3216873232 3216871200 134563196 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21996/statm: 51201 41934 73 174 0 51026 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 207220

[startup+51.1225 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22185
/proc/meminfo: memFree=1204376/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=21604 CPUtime=3.72
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 5287 0 0 0 368 4 0 0 25 0 1 0 1017048262 22122496 5222 4294967295 134512640 135216011 3213300752 3213299104 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 5401 5222 71 172 0 5228 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 24024

[startup+102.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22373
/proc/meminfo: memFree=1191612/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=34100 CPUtime=54.91
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 8352 0 0 0 5487 4 0 0 25 0 1 0 1017048262 34918400 8287 4294967295 134512640 135216011 3213300752 3213299104 134527760 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 8525 8287 71 172 0 8352 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 36520

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22560
/proc/meminfo: memFree=1182940/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=42864 CPUtime=114.91
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 10530 0 0 0 11486 5 0 0 25 0 1 0 1017048262 43892736 10465 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 10716 10465 71 172 0 10543 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 45284

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22748
/proc/meminfo: memFree=1173632/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=52276 CPUtime=174.91
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 12816 0 0 0 17481 10 0 0 25 0 1 0 1017048262 53530624 12751 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 13069 12751 71 172 0 12896 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 54696

[startup+282.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22941
/proc/meminfo: memFree=1165224/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=61264 CPUtime=234.92
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 14937 0 0 0 23479 13 0 0 25 0 1 0 1017048262 62734336 14872 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 15316 14872 71 172 0 15143 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 63684

[startup+342.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23130
/proc/meminfo: memFree=1161488/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=64868 CPUtime=294.92
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 15849 0 0 0 29476 16 0 0 25 0 1 0 1017048262 66424832 15784 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 16217 15784 71 172 0 16044 0
Current children cumulated CPU time (s) 342.33

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

[pid=22185] ppid=21992 vsize=84760 CPUtime=474.94
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 20722 0 0 0 47474 20 0 0 25 0 1 0 1017048262 86794240 20657 4294967295 134512640 135216011 3213300752 3213299104 134527395 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 21190 20657 71 172 0 21017 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 87180

[startup+582.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23882
/proc/meminfo: memFree=1139168/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=87532 CPUtime=534.95
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 21395 0 0 0 53475 20 0 0 25 0 1 0 1017048262 89632768 21330 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 21883 21330 71 172 0 21710 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 89952

[startup+642.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24073
/proc/meminfo: memFree=1137292/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=89660 CPUtime=594.95
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 21939 0 0 0 59474 21 0 0 25 0 1 0 1017048262 91811840 21874 4294967295 134512640 135216011 3213300752 3213299104 134527402 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22415 21874 71 172 0 22242 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 92080

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24261
/proc/meminfo: memFree=1136944/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=89660 CPUtime=654.96
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 21940 0 0 0 65475 21 0 0 25 0 1 0 1017048262 91811840 21875 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22415 21875 71 172 0 22242 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 92080

[startup+762.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24448
/proc/meminfo: memFree=1136944/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=89660 CPUtime=714.97
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 21943 0 0 0 71475 22 0 0 25 0 1 0 1017048262 91811840 21878 4294967295 134512640 135216011 3213300752 3213299104 134527410 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22415 21878 71 172 0 22242 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 92080

[startup+822.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24636
/proc/meminfo: memFree=1136820/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=89824 CPUtime=774.96
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 21984 0 0 0 77474 22 0 0 25 0 1 0 1017048262 91979776 21919 4294967295 134512640 135216011 3213300752 3213298832 134524288 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22456 21919 71 172 0 22283 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 92244

[startup+882.304 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24825
/proc/meminfo: memFree=1136696/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=90068 CPUtime=834.96
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22038 0 0 0 83474 22 0 0 25 0 1 0 1017048262 92229632 21973 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22517 21973 71 172 0 22344 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 92488

[startup+942.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25012
/proc/meminfo: memFree=1136316/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=90672 CPUtime=894.98
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22166 0 0 0 89476 22 0 0 25 0 1 0 1017048262 92848128 22101 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22668 22101 71 172 0 22495 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 93092

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25204
/proc/meminfo: memFree=1135696/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91140 CPUtime=954.98
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22284 0 0 0 95475 23 0 0 25 0 1 0 1017048262 93327360 22211 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22785 22211 71 172 0 22612 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 93560

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25391
/proc/meminfo: memFree=1135688/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91352 CPUtime=1014.99
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22314 0 0 0 101476 23 0 0 25 0 1 0 1017048262 93544448 22241 4294967295 134512640 135216011 3213300752 3213299104 134527500 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22838 22241 71 172 0 22665 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 93772

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25579
/proc/meminfo: memFree=1135456/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91352 CPUtime=1074.99
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22338 0 0 0 107476 23 0 0 25 0 1 0 1017048262 93544448 22265 4294967295 134512640 135216011 3213300752 3213299104 134527379 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22838 22265 71 172 0 22665 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 93772

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25768
/proc/meminfo: memFree=1135192/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91596 CPUtime=1134.99
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22395 0 0 0 113476 23 0 0 25 0 1 0 1017048262 93794304 22322 4294967295 134512640 135216011 3213300752 3213299104 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22899 22322 71 172 0 22726 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 94016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25771
/proc/meminfo: memFree=1135288/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91596 CPUtime=1152.59
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22397 0 0 0 115236 23 0 0 25 0 1 0 1017048262 93794304 22324 4294967295 134512640 135216011 3213300752 3213299104 134527880 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22899 22324 71 172 0 22726 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 94016

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25771
/proc/meminfo: memFree=1135288/2074464 swapFree=1948616/1959888
[pid=21992] ppid=21990 vsize=2420 CPUtime=47.41
/proc/21992/stat : 21992 (SatELiteGTI) S 21990 21992 10436 0 -1 4194304 386 54515 0 0 0 0 4708 33 24 0 1 0 1017043522 2478080 278 4294967295 134512640 135169312 3220716240 3220712456 3085000430 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21992/statm: 605 278 235 161 0 44 0
[pid=22185] ppid=21992 vsize=91596 CPUtime=1152.59
/proc/22185/stat : 22185 (minisat_static) R 21992 21992 10436 0 -1 4202496 22397 0 0 0 115236 23 0 0 25 0 1 0 1017048262 93794304 22324 4294967295 134512640 135216011 3213300752 3213299104 134527880 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22185/statm: 22899 22324 71 172 0 22726 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 94016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.93
CPU time (s): 1200.01
CPU user time (s): 1199.44
CPU system time (s): 0.57
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 232288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.44
system time used= 0.57
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77389
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= 18
involuntary context switches= 2071

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 03:57:07
IDJOB=1821410
IDBENCH=70951
IDSOLVER=661
FILE ID=tipi16/1821410-1242525427
PBS_JOBID=
Free space on /tmp= 4910 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821410-1242525427/watcher-1821410-1242525427 -o /tmp/evaluation-result-1821410-1242525427/solver-1821410-1242525427 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821410-1242525427.cnf

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED= 249049989

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1253596 kB
Buffers:         39712 kB
Cached:         701248 kB
SwapCached:       5940 kB
Active:         123856 kB
Inactive:       627028 kB
HighTotal:     1178688 kB
HighFree:       514236 kB
LowTotal:       895776 kB
LowFree:        739360 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           35236 kB
Writeback:           0 kB
AnonPages:        9312 kB
Mapped:           3260 kB
Slab:            61900 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4910 MiB
End job on tipi16 at 2009-05-17 04:17:12