Trace number 1821530

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.12 1200.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
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 variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.62/1.67	c ==============================================================================
1.62/1.67	c |           |     ORIGINAL     |              LEARNT              |          |
1.62/1.67	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.62/1.67	c ==============================================================================
1.62/1.67	c |         0 | 1588988  3752699 |  476696       0        0     nan |  0.000 % |
9.31/9.39	c |         0 | 1168572  3106678 |      --       0       --      -- |     --   | -118492/40523
9.31/9.40	c ==============================================================================
9.31/9.40	c Result  :   #vars: 243534   #clauses: 1168572   #literals: 3106678
9.31/9.40	c CPU time:   9.12 s
9.31/9.40	c ==============================================================================
10.51/10.57	This is MiniSat 2.0 beta
10.51/10.57	WARNING: for repeatability, setting FPU to use double precision
10.51/10.57	============================[ Problem Statistics ]=============================
10.51/10.57	|                                                                             |
10.51/10.58	|  Number of variables:  243534                                               |
10.51/10.58	|  Number of clauses:    1168572                                              |
11.41/11.43	|  Parsing time:         0.75         s                                       |
11.41/11.49	============================[ Search Statistics ]==============================
11.41/11.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.41/11.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.41/11.49	===============================================================================
11.51/11.54	|         0 |  243534  1168572  3106678 |   389524        0    nan |  0.000 % |
13.01/13.04	|       101 |  243533  1168572  3106678 |   428476      100    119 |  0.272 % |
14.41/14.50	|       251 |  240531  1152335  3065630 |   471324      241    103 |  1.246 % |
15.71/15.74	|       476 |  239120  1144934  3048164 |   518456      454     74 |  1.812 % |
16.81/16.82	|       813 |  239096  1144934  3048164 |   570302      785     55 |  2.129 % |
18.21/18.30	|      1320 |  238125  1140169  3037001 |   627332     1285     50 |  2.458 % |
20.61/20.61	|      2079 |  235839  1128544  3008873 |   690065     2016     47 |  3.254 % |
27.31/27.39	|      3218 |  234500  1121152  2990816 |   759072     3123     73 |  4.477 % |
35.61/35.61	|      4927 |  228833  1090431  2916466 |   834979     4764     72 |  6.282 % |
44.81/44.83	|      7489 |  222916  1059077  2840819 |   918477     7183     67 |  8.479 % |
64.02/64.04	|     11333 |  218705  1036872  2786229 |  1010324    10900     67 | 10.217 % |
100.02/100.10	|     17099 |  216402  1023877  2755040 |  1111357    16402     93 | 11.171 % |
167.12/167.12	|     25748 |  212517  1004151  2707709 |  1222493    24707    158 | 12.752 % |
266.63/266.62	|     38723 |  208165   978754  2646430 |  1344742    37467    242 | 14.589 % |
430.63/430.69	|     58186 |  202721   953016  2582675 |  1479216    56289    300 | 16.759 % |
709.16/709.14	|     87378 |  198191   931398  2530597 |  1627138    82509    410 | 18.664 % |
1180.88/1180.84	|    131167 |  196225   921987  2507421 |  1789852   125550    423 | 19.427 % |

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-1821530-1242534920/watcher-1821530-1242534920 -o /tmp/evaluation-result-1821530-1242534920/solver-1821530-1242534920 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821530-1242534920.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: 0.92 0.99 0.99 4/97 26419
/proc/meminfo: memFree=1807468/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=956 CPUtime=0
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 150 0 0 0 0 0 0 0 21 0 1 0 1017993292 978944 86 4294967295 134512640 135223648 3217797120 3217796000 134543028 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 239 88 46 174 0 64 0

[startup+0.089883 s]
/proc/loadavg: 0.92 0.99 0.99 4/97 26419
/proc/meminfo: memFree=1807468/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=26336 CPUtime=0.09
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 5624 0 0 0 7 2 0 0 21 0 1 0 1017993292 26968064 5393 4294967295 134512640 135223648 3217797120 3217795688 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 6584 5394 46 174 0 6409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28748

[startup+0.119882 s]
/proc/loadavg: 0.92 0.99 0.99 4/97 26419
/proc/meminfo: memFree=1807468/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=29620 CPUtime=0.12
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 6421 0 0 0 10 2 0 0 22 0 1 0 1017993292 30330880 6190 4294967295 134512640 135223648 3217797120 3217796072 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 7405 6191 46 174 0 7230 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 32032

[startup+0.319871 s]
/proc/loadavg: 0.92 0.99 0.99 4/97 26419
/proc/meminfo: memFree=1807468/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=51748 CPUtime=0.32
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 11796 0 0 0 30 2 0 0 22 0 1 0 1017993292 52989952 11565 4294967295 134512640 135223648 3217797120 3217796072 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 12937 11566 46 174 0 12762 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 54160

[startup+0.719848 s]
/proc/loadavg: 0.92 0.99 0.99 4/97 26419
/proc/meminfo: memFree=1807468/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=74652 CPUtime=0.72
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 17449 0 0 0 67 5 0 0 25 0 1 0 1017993292 76443648 17218 4294967295 134512640 135223648 3217797120 3217796072 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 18663 17218 46 174 0 18488 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 77064

[startup+1.5198 s]
/proc/loadavg: 0.92 0.99 0.99 4/99 26424
/proc/meminfo: memFree=1714064/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=167276 CPUtime=1.52
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 37947 0 0 0 135 17 0 0 25 0 1 0 1017993292 171290624 37716 4294967295 134512640 135223648 3217797120 3217796128 134547562 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 41819 37716 47 174 0 41644 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 169688

[startup+3.11971 s]
/proc/loadavg: 0.93 0.99 0.99 3/99 26424
/proc/meminfo: memFree=1645740/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=199616 CPUtime=3.12
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 49029 0 0 0 293 19 0 0 25 0 1 0 1017993292 204406784 44691 4294967295 134512640 135223648 3217797120 3217795136 134587023 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 49904 44691 73 174 0 49729 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 202028

[startup+6.30954 s]
/proc/loadavg: 0.93 0.99 0.99 3/99 26425
/proc/meminfo: memFree=1612260/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2412 CPUtime=0
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 366 647 0 0 0 0 0 0 20 0 1 0 1017993292 2469888 276 4294967295 134512640 135169312 3217354656 3217353192 3084881646 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/26419/statm: 603 276 235 161 0 42 0
[pid=26423] ppid=26419 vsize=211284 CPUtime=6.31
/proc/26423/stat : 26423 (SatELite_releas) R 26419 26419 16367 0 -1 4202496 56511 0 0 0 609 22 0 0 25 0 1 0 1017993292 216354816 47335 4294967295 134512640 135223648 3217797120 3217794888 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26423/statm: 52821 47335 73 174 0 52646 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 213696

[startup+12.7092 s]
/proc/loadavg: 0.94 0.99 0.99 3/99 26427
/proc/meminfo: memFree=1707152/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=73312 CPUtime=2.13
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 16669 0 0 0 203 10 0 0 25 0 1 0 1017994350 75071488 16559 4294967295 134512640 135216011 3218438384 3218436736 134527314 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26426/statm: 18328 16559 68 172 0 18155 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 75728

[startup+25.5085 s]
/proc/loadavg: 0.95 0.99 0.99 3/99 26428
/proc/meminfo: memFree=1705976/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=73848 CPUtime=14.93
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 16827 0 0 0 1483 10 0 0 25 0 1 0 1017994350 75620352 16717 4294967295 134512640 135216011 3218438384 3218436736 134527839 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26426/statm: 18462 16717 71 172 0 18289 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 76264

[startup+51.107 s]
/proc/loadavg: 0.96 0.99 0.99 3/99 26613
/proc/meminfo: memFree=1704672/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=74904 CPUtime=40.53
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 17089 0 0 0 4041 12 0 0 25 0 1 0 1017994350 76701696 16979 4294967295 134512640 135216011 3218438384 3218436736 134527839 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26426/statm: 18726 16979 71 172 0 18553 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 77320

[startup+102.314 s]
/proc/loadavg: 0.98 0.99 0.99 2/99 26804
/proc/meminfo: memFree=1700380/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=79144 CPUtime=91.74
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 18140 0 0 0 9162 12 0 0 25 0 1 0 1017994350 81043456 18030 4294967295 134512640 135216011 3218438384 3218436736 134527474 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26426/statm: 19786 18030 71 172 0 19613 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 81560

[startup+162.311 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 26992
/proc/meminfo: memFree=1691948/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=87608 CPUtime=151.74
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 20271 0 0 0 15160 14 0 0 25 0 1 0 1017994350 89710592 20161 4294967295 134512640 135216011 3218438384 3218436736 134527809 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 21902 20161 71 172 0 21729 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 90024

[startup+222.317 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 27179
/proc/meminfo: memFree=1680260/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=99172 CPUtime=211.75
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 23134 0 0 0 21158 17 0 0 25 0 1 0 1017994350 101552128 23024 4294967295 134512640 135216011 3218438384 3218436552 134526068 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 24793 23024 71 172 0 24620 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 101588

[startup+282.314 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 27367
/proc/meminfo: memFree=1666288/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=113348 CPUtime=271.75
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 26680 0 0 0 27155 20 0 0 25 0 1 0 1017994350 116068352 26570 4294967295 134512640 135216011 3218438384 3218436464 134524336 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 28337 26570 71 172 0 28164 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 115764

[startup+342.321 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 27558
/proc/meminfo: memFree=1655508/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=124028 CPUtime=331.76
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 29351 0 0 0 33153 23 0 0 25 0 1 0 1017994350 127004672 29241 4294967295 134512640 135216011 3218438384 3218436736 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 31007 29241 71 172 0 30834 0
Current children cumulated CPU time (s) 342.34

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

[pid=26426] ppid=26419 vsize=148760 CPUtime=451.76
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 35535 0 0 0 45145 31 0 0 25 0 1 0 1017994350 152330240 35425 4294967295 134512640 135216011 3218438384 3218436736 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 37190 35425 71 172 0 37017 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 151176

[startup+522.311 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 28124
/proc/meminfo: memFree=1617796/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=162320 CPUtime=511.76
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 38908 0 0 0 51143 33 0 0 25 0 1 0 1017994350 166215680 38798 4294967295 134512640 135216011 3218438384 3218436736 134527760 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 40580 38798 71 172 0 40407 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 164736

[startup+582.317 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 28312
/proc/meminfo: memFree=1599088/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=180916 CPUtime=571.77
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 43546 0 0 0 57137 40 0 0 25 0 1 0 1017994350 185257984 43436 4294967295 134512640 135216011 3218438384 3218436464 134524319 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 45229 43436 71 172 0 45056 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 183332

[startup+642.314 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 28501
/proc/meminfo: memFree=1587168/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=192572 CPUtime=631.77
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 46467 0 0 0 63135 42 0 0 25 0 1 0 1017994350 197193728 46357 4294967295 134512640 135216011 3218438384 3218436736 134527518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 48143 46357 71 172 0 47970 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 194988

[startup+702.321 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 28772
/proc/meminfo: memFree=1572628/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=206732 CPUtime=691.78
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 50026 0 0 0 69131 47 0 0 25 0 1 0 1017994350 211693568 49916 4294967295 134512640 135216011 3218438384 3218436736 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 51683 49916 71 172 0 51510 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 209148

[startup+762.317 s]
/proc/loadavg: 0.99 0.99 0.99 4/99 28961
/proc/meminfo: memFree=1562648/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=216924 CPUtime=751.78
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 52571 0 0 0 75128 50 0 0 25 0 1 0 1017994350 222130176 52461 4294967295 134512640 135216011 3218438384 3218436736 134527783 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 54231 52461 71 172 0 54058 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 219340

[startup+822.314 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 29147
/proc/meminfo: memFree=1554448/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=225300 CPUtime=811.78
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 54638 0 0 0 81126 52 0 0 25 0 1 0 1017994350 230707200 54528 4294967295 134512640 135216011 3218438384 3218436736 134527213 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 56325 54528 71 172 0 56152 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 227716

[startup+882.31 s]
/proc/loadavg: 0.99 0.99 0.99 2/99 29339
/proc/meminfo: memFree=1545924/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=233776 CPUtime=871.78
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 56755 0 0 0 87122 56 0 0 25 0 1 0 1017994350 239386624 56645 4294967295 134512640 135216011 3218438384 3218436464 134524258 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 58444 56645 71 172 0 58271 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 236192

[startup+942.317 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 29528
/proc/meminfo: memFree=1532616/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=247172 CPUtime=931.79
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 60095 0 0 0 93119 60 0 0 25 0 1 0 1017994350 253104128 59985 4294967295 134512640 135216011 3218438384 3218436672 134523357 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 61793 59985 71 172 0 61620 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 249588

[startup+1002.31 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 29715
/proc/meminfo: memFree=1523464/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=256168 CPUtime=991.79
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 62375 0 0 0 99117 62 0 0 25 0 1 0 1017994350 262316032 62265 4294967295 134512640 135216011 3218438384 3218436736 134527213 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 64042 62265 71 172 0 63869 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 258584

[startup+1062.31 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 29903
/proc/meminfo: memFree=1511568/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=267952 CPUtime=1051.79
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 65312 0 0 0 105115 64 0 0 25 0 1 0 1017994350 274382848 65202 4294967295 134512640 135216011 3218438384 3218436736 134527339 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 66988 65202 71 172 0 66815 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 270368

[startup+1122.31 s]
/proc/loadavg: 0.99 0.99 0.99 3/99 30090
/proc/meminfo: memFree=1502732/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=276676 CPUtime=1111.79
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 67493 0 0 0 111115 64 0 0 25 0 1 0 1017994350 283316224 67383 4294967295 134512640 135216011 3218438384 3218436736 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 69169 67383 71 172 0 68996 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 279092

[startup+1182.31 s]
/proc/loadavg: 1.10 1.02 1.00 3/99 30278
/proc/meminfo: memFree=1492936/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=286584 CPUtime=1171.8
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 69976 0 0 0 117116 64 0 0 25 0 1 0 1017994350 293462016 69866 4294967295 134512640 135216011 3218438384 3218436736 134527839 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 71646 69866 71 172 0 71473 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 289000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.15 1.03 1.01 2/99 30279
/proc/meminfo: memFree=1489940/2074464 swapFree=1949244/1959888
[pid=26419] ppid=26417 vsize=2416 CPUtime=10.58
/proc/26419/stat : 26419 (SatELiteGTI) S 26417 26419 16367 0 -1 4194304 386 63446 0 0 0 1 1022 35 18 0 1 0 1017993292 2473984 278 4294967295 134512640 135169312 3217354656 3217350872 3084881646 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26419/statm: 604 278 235 161 0 43 0
[pid=26426] ppid=26419 vsize=289488 CPUtime=1189.51
/proc/26426/stat : 26426 (minisat_static) R 26419 26419 16367 0 -1 4202496 70708 0 0 0 118884 67 0 0 25 0 1 0 1017994350 296435712 70598 4294967295 134512640 135216011 3218438384 3218436680 134722150 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26426/statm: 72372 70598 71 172 0 72199 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 291904

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.05
CPU time (s): 1200.12
CPU user time (s): 1199.07
CPU system time (s): 1.05
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 291904

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 06:35:20
IDJOB=1821530
IDBENCH=70996
IDSOLVER=661
FILE ID=tipi11/1821530-1242534920
PBS_JOBID=
Free space on /tmp= 9790 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p0.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821530-1242534920/watcher-1821530-1242534920 -o /tmp/evaluation-result-1821530-1242534920/solver-1821530-1242534920 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821530-1242534920.cnf

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED= 911904005

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:       1807600 kB
Buffers:         29168 kB
Cached:         163780 kB
SwapCached:       5248 kB
Active:         107360 kB
Inactive:        97360 kB
HighTotal:     1178688 kB
HighFree:      1002448 kB
LowTotal:       895776 kB
LowFree:        805152 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           31832 kB
Writeback:          24 kB
AnonPages:       11096 kB
Mapped:           5128 kB
Slab:            53904 kB
PageTables:        532 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= 9758 MiB
End job on tipi11 at 2009-05-17 06:55:25