Trace number 1820414

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.09 1200.02

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.12/0.18	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.12/0.18	c ==============================================================================
0.12/0.18	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.12/0.18	c CPU time:   0.17 s
0.12/0.18	c ==============================================================================
0.12/0.20	This is MiniSat 2.0 beta
0.12/0.20	WARNING: for repeatability, setting FPU to use double precision
0.12/0.20	============================[ Problem Statistics ]=============================
0.12/0.20	|                                                                             |
0.12/0.20	|  Number of variables:  2673                                                 |
0.12/0.20	|  Number of clauses:    15594                                                |
0.12/0.21	|  Parsing time:         0.01         s                                       |
0.12/0.21	============================[ Search Statistics ]==============================
0.12/0.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.12/0.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.12/0.21	===============================================================================
0.12/0.21	|         0 |    2673    15594    54914 |     5198        0    nan |  0.000 % |
0.20/0.21	|       100 |    2673    15594    54914 |     5717      100     10 |  0.000 % |
0.20/0.22	|       250 |    2673    15594    54914 |     6289      250      9 |  0.001 % |
0.20/0.23	|       475 |    2673    15594    54914 |     6918      475     10 |  0.001 % |
0.20/0.26	|       812 |    2673    15594    54914 |     7610      812     19 |  0.001 % |
0.20/0.31	|      1318 |    2673    15594    54914 |     8371     1318     20 |  0.002 % |
0.20/0.39	|      2077 |    2673    15594    54914 |     9208     2077     28 |  0.001 % |
0.20/0.52	|      3217 |    2673    15594    54914 |    10129     3217     29 |  0.000 % |
0.20/0.79	|      4925 |    2673    15594    54914 |    11142     4925     33 |  0.000 % |
1.22/1.25	|      7489 |    2673    15594    54914 |    12256     7489     35 |  0.000 % |
1.92/1.94	|     11334 |    2673    15594    54914 |    13482    11334     36 |  0.001 % |
3.12/3.17	|     17100 |    2673    15594    54914 |    14830    10102     35 |  0.000 % |
5.12/5.11	|     25750 |    2672    15582    54884 |    16313    11169     32 |  0.037 % |
9.62/9.65	|     38725 |    2672    15582    54884 |    17944    15810     42 |  0.038 % |
13.52/13.59	|     58189 |    2672    15582    54884 |    19739    17181     23 |  0.037 % |
20.82/20.82	|     87381 |    2672    15582    54884 |    21713    16211     27 |  0.038 % |
39.22/39.27	|    131170 |    2672    15582    54884 |    23884    15739     34 |  0.037 % |
68.42/68.43	|    196854 |    2672    15582    54884 |    26273    20785     33 |  0.037 % |
121.62/121.67	|    295380 |    2672    15582    54884 |    28900    25441     44 |  0.038 % |
197.42/197.44	|    443170 |    2671    15570    54854 |    31790    26624     36 |  0.075 % |
344.35/344.36	|    664853 |    2670    15558    54824 |    34969    23309     25 |  0.112 % |
558.05/558.04	|    997378 |    2670    15558    54824 |    38466    19624     28 |  0.112 % |
889.07/889.04	|   1496167 |    2670    15558    54824 |    42313    25345     31 |  0.113 % |
1200.08/1200.01	HOME/SatELiteGTI: line 36: 14751 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-1820414-1242440693/watcher-1820414-1242440693 -o /tmp/evaluation-result-1820414-1242440693/solver-1820414-1242440693 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820414-1242440693.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 2/97 14745
/proc/meminfo: memFree=867520/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2416 CPUtime=0
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1008570310 2473984 276 4294967295 134512640 135169312 3219714528 3219713064 3084885742 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14745/statm: 604 276 235 161 0 43 0
[pid=14749] ppid=14745 vsize=956 CPUtime=0.01
/proc/14749/stat : 14749 (SatELite_releas) R 14745 14745 16367 0 -1 4202496 135 0 0 0 0 1 0 0 25 0 1 0 1008570310 978944 71 4294967295 134512640 135223648 3219700176 3219698896 134734703 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14749/statm: 239 74 45 174 0 64 0

[startup+0.064624 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14745
/proc/meminfo: memFree=867520/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2416 CPUtime=0
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1008570310 2473984 276 4294967295 134512640 135169312 3219714528 3219713064 3084885742 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14745/statm: 604 276 235 161 0 43 0
[pid=14749] ppid=14745 vsize=4468 CPUtime=0.07
/proc/14749/stat : 14749 (SatELite_releas) R 14745 14745 16367 0 -1 4202496 1020 0 0 0 6 1 0 0 25 0 1 0 1008570310 4575232 956 4294967295 134512640 135223648 3219700176 3219698176 134548489 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14749/statm: 1117 957 73 174 0 942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6884

[startup+0.114621 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14745
/proc/meminfo: memFree=867520/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2416 CPUtime=0
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1008570310 2473984 276 4294967295 134512640 135169312 3219714528 3219713064 3084885742 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14745/statm: 604 276 235 161 0 43 0
[pid=14749] ppid=14745 vsize=4744 CPUtime=0.12
/proc/14749/stat : 14749 (SatELite_releas) R 14745 14745 16367 0 -1 4202496 1081 0 0 0 11 1 0 0 25 0 1 0 1008570310 4857856 1017 4294967295 134512640 135223648 3219700176 3219698192 134586647 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14749/statm: 1186 1017 73 174 0 1011 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7160

[startup+0.314608 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14745
/proc/meminfo: memFree=867520/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2420

[startup+0.714586 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14745
/proc/meminfo: memFree=867520/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2420

[startup+1.51454 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14751
/proc/meminfo: memFree=865000/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=4312 CPUtime=1.32
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 851 0 0 0 132 0 0 0 25 0 1 0 1008570330 4415488 786 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 1078 786 71 172 0 905 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 6732

[startup+3.11445 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14751
/proc/meminfo: memFree=863636/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=5388 CPUtime=2.92
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 1106 0 0 0 292 0 0 0 25 0 1 0 1008570330 5517312 1041 4294967295 134512640 135216011 3221175184 3221173536 134527283 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 1347 1041 71 172 0 1174 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 7808

[startup+6.31427 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14752
/proc/meminfo: memFree=863016/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=5784 CPUtime=6.12
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 1202 0 0 0 611 1 0 0 25 0 1 0 1008570330 5922816 1137 4294967295 134512640 135216011 3221175184 3221173536 134527391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 1446 1137 71 172 0 1273 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8204

[startup+12.7139 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14752
/proc/meminfo: memFree=862012/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=6576 CPUtime=12.52
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 1401 0 0 0 1250 2 0 0 25 0 1 0 1008570330 6733824 1336 4294967295 134512640 135216011 3221175184 3221173536 134527518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 1644 1336 71 172 0 1471 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8996

[startup+25.5132 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14937
/proc/meminfo: memFree=860612/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=7384 CPUtime=25.32
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 1595 0 0 0 2528 4 0 0 25 0 1 0 1008570330 7561216 1530 4294967295 134512640 135216011 3221175184 3221173536 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 1846 1530 71 172 0 1673 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9804

[startup+51.1118 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14939
/proc/meminfo: memFree=860068/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=8312 CPUtime=50.92
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 1837 0 0 0 5087 5 0 0 25 0 1 0 1008570330 8511488 1772 4294967295 134512640 135216011 3221175184 3221173536 134527545 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2078 1772 71 172 0 1905 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 10732

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 15130
/proc/meminfo: memFree=857332/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=10820 CPUtime=102.12
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 2463 0 0 0 10206 6 0 0 25 0 1 0 1008570330 11079680 2398 4294967295 134512640 135216011 3221175184 3221173536 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2705 2398 71 172 0 2532 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 13240

[startup+162.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 15317
/proc/meminfo: memFree=856820/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=11512 CPUtime=162.12
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 2639 0 0 0 16206 6 0 0 25 0 1 0 1008570330 11788288 2574 4294967295 134512640 135216011 3221175184 3221173536 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2878 2574 71 172 0 2705 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 13932

[startup+222.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 15505
/proc/meminfo: memFree=856828/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=11512 CPUtime=222.13
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 2643 0 0 0 22207 6 0 0 25 0 1 0 1008570330 11788288 2578 4294967295 134512640 135216011 3221175184 3221173536 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2878 2578 71 172 0 2705 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 13932

[startup+282.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 15693
/proc/meminfo: memFree=856728/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=11660 CPUtime=282.13
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 2659 0 0 0 28207 6 0 0 25 0 1 0 1008570330 11939840 2594 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2915 2594 71 172 0 2742 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 14080

[startup+342.325 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 15884
/proc/meminfo: memFree=856540/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=11820 CPUtime=342.15
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 2692 0 0 0 34209 6 0 0 25 0 1 0 1008570330 12103680 2627 4294967295 134512640 135216011 3221175184 3221173536 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 2955 2627 71 172 0 2782 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 14240

[startup+402.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 16071
/proc/meminfo: memFree=855084/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2

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

/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=13552 CPUtime=462.15
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3123 0 0 0 46209 6 0 0 25 0 1 0 1008570330 13877248 3058 4294967295 134512640 135216011 3221175184 3221173536 134527391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3388 3058 71 172 0 3215 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 15972

[startup+522.315 s]
/proc/loadavg: 1.03 1.01 1.00 2/99 16453
/proc/meminfo: memFree=854712/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=13708 CPUtime=522.15
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3164 0 0 0 52209 6 0 0 25 0 1 0 1008570330 14036992 3099 4294967295 134512640 135216011 3221175184 3221173536 134527289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3427 3099 71 172 0 3254 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 16128

[startup+582.322 s]
/proc/loadavg: 1.01 1.01 1.00 4/99 16641
/proc/meminfo: memFree=854744/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=13708 CPUtime=582.16
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3168 0 0 0 58210 6 0 0 25 0 1 0 1008570330 14036992 3103 4294967295 134512640 135216011 3221175184 3221173536 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3427 3103 71 172 0 3254 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 16128

[startup+642.319 s]
/proc/loadavg: 1.06 1.02 1.00 3/99 16830
/proc/meminfo: memFree=854184/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=13972 CPUtime=642.16
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3243 0 0 0 64210 6 0 0 25 0 1 0 1008570330 14307328 3178 4294967295 134512640 135216011 3221175184 3221173536 134527723 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3493 3178 71 172 0 3320 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 16392

[startup+702.325 s]
/proc/loadavg: 1.02 1.01 1.00 2/99 17017
/proc/meminfo: memFree=854216/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=14116 CPUtime=702.17
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3261 0 0 0 70210 7 0 0 25 0 1 0 1008570330 14454784 3196 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3529 3196 71 172 0 3356 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 16536

[startup+762.322 s]
/proc/loadavg: 1.01 1.00 1.00 3/99 17204
/proc/meminfo: memFree=853440/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=14788 CPUtime=762.17
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3440 0 0 0 76206 11 0 0 25 0 1 0 1008570330 15142912 3375 4294967295 134512640 135216011 3221175184 3221173264 134524236 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3697 3375 71 172 0 3524 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 17208

[startup+822.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 17396
/proc/meminfo: memFree=853464/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=14788 CPUtime=822.16
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3440 0 0 0 82205 11 0 0 25 0 1 0 1008570330 15142912 3375 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3697 3375 71 172 0 3524 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 17208

[startup+882.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17584
/proc/meminfo: memFree=853612/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=14788 CPUtime=882.17
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3440 0 0 0 88206 11 0 0 25 0 1 0 1008570330 15142912 3375 4294967295 134512640 135216011 3221175184 3221173536 134527330 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3697 3375 71 172 0 3524 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 17208

[startup+942.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17773
/proc/meminfo: memFree=853564/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=14868 CPUtime=942.17
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3444 0 0 0 94205 12 0 0 25 0 1 0 1008570330 15224832 3379 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 3717 3379 71 172 0 3544 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 17288

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17961
/proc/meminfo: memFree=852208/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=16188 CPUtime=1002.18
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3791 0 0 0 100203 15 0 0 25 0 1 0 1008570330 16576512 3726 4294967295 134512640 135216011 3221175184 3221173536 134527211 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 4047 3726 71 172 0 3874 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 18608

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18148
/proc/meminfo: memFree=851456/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=16880 CPUtime=1062.18
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3950 0 0 0 106203 15 0 0 25 0 1 0 1008570330 17285120 3885 4294967295 134512640 135216011 3221175184 3221173328 134536566 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 4220 3885 71 172 0 4047 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 19300

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 4/99 18336
/proc/meminfo: memFree=851340/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=16880 CPUtime=1122.19
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3950 0 0 0 112204 15 0 0 25 0 1 0 1008570330 17285120 3885 4294967295 134512640 135216011 3221175184 3221173536 134527474 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 4220 3885 71 172 0 4047 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 19300

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18524
/proc/meminfo: memFree=851240/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=16880 CPUtime=1182.18
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3960 0 0 0 118203 15 0 0 25 0 1 0 1008570330 17285120 3895 4294967295 134512640 135216011 3221175184 3221173536 134527435 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 4220 3895 71 172 0 4047 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 19300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18529
/proc/meminfo: memFree=851280/2074464 swapFree=1949244/1959888
[pid=14745] ppid=14743 vsize=2420 CPUtime=0.2
/proc/14745/stat : 14745 (SatELiteGTI) S 14743 14745 16367 0 -1 4194304 384 1817 0 0 0 0 19 1 24 0 1 0 1008570310 2478080 277 4294967295 134512640 135169312 3219714528 3219710744 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14745/statm: 605 277 235 161 0 44 0
[pid=14751] ppid=14745 vsize=16880 CPUtime=1199.88
/proc/14751/stat : 14751 (minisat_static) R 14745 14745 16367 0 -1 4202496 3960 0 0 0 119973 15 0 0 25 0 1 0 1008570330 17285120 3895 4294967295 134512640 135216011 3221175184 3221173536 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14751/statm: 4220 3895 71 172 0 4047 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 19300

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.02
CPU time (s): 1200.09
CPU user time (s): 1199.92
CPU system time (s): 0.17
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 19300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.92
system time used= 0.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6439
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= 19
involuntary context switches= 2264

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 04:24:53
IDJOB=1820414
IDBENCH=20399
IDSOLVER=661
FILE ID=tipi11/1820414-1242440693
PBS_JOBID=
Free space on /tmp= 10741 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820414-1242440693/watcher-1820414-1242440693 -o /tmp/evaluation-result-1820414-1242440693/solver-1820414-1242440693 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820414-1242440693.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED= 2008937991

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:        867552 kB
Buffers:         25392 kB
Cached:        1090608 kB
SwapCached:       5336 kB
Active:         322576 kB
Inactive:       805412 kB
HighTotal:     1178688 kB
HighFree:       225824 kB
LowTotal:       895776 kB
LowFree:        641728 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            2020 kB
Writeback:           0 kB
AnonPages:       11204 kB
Mapped:           5192 kB
Slab:            69744 kB
PageTables:        608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10741 MiB
End job on tipi11 at 2009-05-16 04:44:53