Trace number 1820409

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
APTUSAT 2009-03-22UNSAT 715.56 715.52

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark591.75
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.12/0.17	c ==============================================================================
0.12/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.17	c ==============================================================================
0.12/0.17	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.32/1.38	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.32/1.38	c ==============================================================================
1.32/1.38	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.32/1.38	c CPU time:   1.34 s
1.32/1.38	c ==============================================================================
1.42/1.50	This is MiniSat 2.0 beta
1.42/1.50	WARNING: for repeatability, setting FPU to use double precision
1.42/1.50	============================[ Problem Statistics ]=============================
1.42/1.50	|                                                                             |
1.42/1.50	|  Number of variables:  17506                                                |
1.42/1.50	|  Number of clauses:    98030                                                |
1.50/1.56	|  Parsing time:         0.07         s                                       |
1.50/1.57	============================[ Search Statistics ]==============================
1.50/1.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.57	===============================================================================
1.50/1.57	|         0 |   17506    98030   321620 |    32676        0    nan |  0.000 % |
1.50/1.60	|       100 |   17506    98030   321620 |    35944      100      6 |  0.001 % |
1.50/1.73	|       250 |   17506    98030   321620 |    39538      250     17 |  0.000 % |
1.50/1.85	|       475 |   17503    98001   321521 |    43492      472     15 |  0.017 % |
1.50/2.06	|       812 |   17503    98001   321521 |    47841      809     20 |  0.017 % |
2.32/2.34	|      1318 |   17502    97488   320428 |    52626     1313     19 |  0.023 % |
2.52/2.57	|      2077 |   17469    97181   319446 |    57888     2061     22 |  0.211 % |
2.82/2.88	|      3216 |   17466    97181   319446 |    63677     3199     43 |  0.246 % |
4.02/4.03	|      4924 |   17459    97129   319309 |    70045     4904     43 |  0.268 % |
7.92/7.94	|      7486 |   17459    97129   319309 |    77049     7466     42 |  0.268 % |
10.22/10.26	|     11330 |   17459    97129   319309 |    84754    11310     39 |  0.268 % |
14.82/14.90	|     17097 |   17458    97126   319302 |    93230    17074     37 |  0.274 % |
21.62/21.68	|     25747 |   17458    97126   319302 |   102553    25724     48 |  0.274 % |
34.92/34.94	|     38723 |   17458    97126   319302 |   112808    38700     50 |  0.274 % |
94.02/94.01	|     58184 |   17458    97126   319302 |   124089    58161     57 |  0.274 % |
143.73/143.74	|     87376 |   17458    97126   319302 |   136498    87353     60 |  0.274 % |
227.33/227.36	|    131167 |   17418    96927   318721 |   150148   131138     58 |  0.503 % |
337.94/337.92	|    196851 |   17418    96927   318721 |   165163    64715     44 |  0.503 % |
534.55/534.58	|    295379 |   17418    96927   318721 |   181679   163243     45 |  0.503 % |
715.55/715.51	===============================================================================
715.55/715.51	restarts              : 19
715.55/715.51	conflicts             : 417091         (584 /sec)
715.55/715.51	decisions             : 510388         (0.22 % random) (715 /sec)
715.55/715.51	propagations          : 230778006      (323241 /sec)
715.55/715.51	conflict literals     : 22593392       (70.55 % deleted)
715.55/715.51	Memory used           : 48.85 MB
715.55/715.51	CPU time              : 713.95 s
715.55/715.51	
715.55/715.51	UNSATISFIABLE
715.55/715.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1820409-1242440113/watcher-1820409-1242440113 -o /tmp/evaluation-result-1820409-1242440113/solver-1820409-1242440113 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820409-1242440113.cnf -restarts=1 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 7756
/proc/meminfo: memFree=1558536/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2416 CPUtime=0.01
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 367 645 0 0 1 0 0 0 25 0 1 0 1008509590 2473984 277 4294967295 134512640 135169312 3213958224 3213956760 3085352686 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/7756/statm: 604 277 235 161 0 43 0
[pid=7760] ppid=7756 vsize=952 CPUtime=0
/proc/7760/stat : 7760 (SatELite_releas) R 7756 7756 11066 0 -1 4202496 134 0 0 0 0 0 0 0 25 0 1 0 1008509591 974848 70 4294967295 134512640 135223648 3214554336 3214553056 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7760/statm: 238 70 45 174 0 63 0

[startup+0.074164 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 7756
/proc/meminfo: memFree=1558536/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2416 CPUtime=0.01
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 367 645 0 0 1 0 0 0 25 0 1 0 1008509590 2473984 277 4294967295 134512640 135169312 3213958224 3213956760 3085352686 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/7756/statm: 604 277 235 161 0 43 0
[pid=7760] ppid=7756 vsize=12580 CPUtime=0.07
/proc/7760/stat : 7760 (SatELite_releas) R 7756 7756 11066 0 -1 4202496 2767 0 0 0 6 1 0 0 25 0 1 0 1008509591 12881920 2657 4294967295 134512640 135223648 3214554336 3214552920 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7760/statm: 3145 2657 47 174 0 2970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14996

[startup+0.114163 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 7756
/proc/meminfo: memFree=1558536/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2416 CPUtime=0.01
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 367 645 0 0 1 0 0 0 25 0 1 0 1008509590 2473984 277 4294967295 134512640 135169312 3213958224 3213956760 3085352686 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/7756/statm: 604 277 235 161 0 43 0
[pid=7760] ppid=7756 vsize=16788 CPUtime=0.11
/proc/7760/stat : 7760 (SatELite_releas) R 7756 7756 11066 0 -1 4202496 3751 0 0 0 9 2 0 0 25 0 1 0 1008509591 17190912 3640 4294967295 134512640 135223648 3214554336 3214553288 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7760/statm: 4197 3641 47 174 0 4022 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 19204

[startup+0.31415 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 7756
/proc/meminfo: memFree=1558536/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2416 CPUtime=0.01
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 367 645 0 0 1 0 0 0 25 0 1 0 1008509590 2473984 277 4294967295 134512640 135169312 3213958224 3213956760 3085352686 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/7756/statm: 604 277 235 161 0 43 0
[pid=7760] ppid=7756 vsize=28080 CPUtime=0.31
/proc/7760/stat : 7760 (SatELite_releas) R 7756 7756 11066 0 -1 4202496 6515 0 0 0 28 3 0 0 25 0 1 0 1008509591 28753920 6301 4294967295 134512640 135223648 3214554336 3214552336 134548148 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7760/statm: 7020 6301 73 174 0 6845 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 30496

[startup+0.714128 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 7756
/proc/meminfo: memFree=1558536/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2416 CPUtime=0.01
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 367 645 0 0 1 0 0 0 25 0 1 0 1008509590 2473984 277 4294967295 134512640 135169312 3213958224 3213956760 3085352686 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/7756/statm: 604 277 235 161 0 43 0
[pid=7760] ppid=7756 vsize=32328 CPUtime=0.71
/proc/7760/stat : 7760 (SatELite_releas) R 7756 7756 11066 0 -1 4202496 7603 0 0 0 68 3 0 0 25 0 1 0 1008509591 33103872 7338 4294967295 134512640 135223648 3214554336 3214552432 134595955 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7760/statm: 8082 7338 73 174 0 7907 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 34744

[startup+1.51409 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7761
/proc/meminfo: memFree=1525800/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2420

[startup+3.114 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7763
/proc/meminfo: memFree=1547004/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=8588 CPUtime=1.62
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 2026 0 0 0 162 0 0 0 25 0 1 0 1008509740 8794112 1961 4294967295 134512640 135213731 3219675680 3219674160 134529968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/7763/statm: 2147 1961 73 172 0 1973 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11008

[startup+6.31382 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7763
/proc/meminfo: memFree=1545764/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=9248 CPUtime=4.82
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 2184 0 0 0 482 0 0 0 25 0 1 0 1008509740 9469952 2119 4294967295 134512640 135213731 3219675680 3219674160 134529996 0 0 0 3 0 0 0 17 0 0 0 0
/proc/7763/statm: 2312 2119 73 172 0 2138 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 11668

[startup+12.7135 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 7765
/proc/meminfo: memFree=1544736/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=10436 CPUtime=11.22
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 2507 0 0 0 1122 0 0 0 25 0 1 0 1008509740 10686464 2442 4294967295 134512640 135213731 3219675680 3219673872 134527056 0 0 0 3 0 0 0 17 0 0 0 0
/proc/7763/statm: 2609 2442 73 172 0 2435 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 12856

[startup+25.5128 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 7766
/proc/meminfo: memFree=1541204/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=14504 CPUtime=24.02
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 3513 0 0 0 2402 0 0 0 25 0 1 0 1008509740 14852096 3448 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 3626 3448 73 172 0 3452 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 16924

[startup+51.1113 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 7766
/proc/meminfo: memFree=1536928/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=18952 CPUtime=49.62
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 4593 0 0 0 4961 1 0 0 25 0 1 0 1008509740 19406848 4528 4294967295 134512640 135213731 3219675680 3219673872 134527056 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 4738 4528 73 172 0 4564 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 21372

[startup+102.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 7959
/proc/meminfo: memFree=1530612/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=24832 CPUtime=100.83
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 6044 0 0 0 10076 7 0 0 25 0 1 0 1008509740 25427968 5979 4294967295 134512640 135213731 3219675680 3219673872 134527056 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 6208 5979 73 172 0 6034 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 27252

[startup+162.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8150
/proc/meminfo: memFree=1520072/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=35552 CPUtime=160.83
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 8679 0 0 0 16074 9 0 0 25 0 1 0 1008509740 36405248 8614 4294967295 134512640 135213731 3219675680 3219673872 134527026 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 8888 8614 73 172 0 8714 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 37972

[startup+222.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8334
/proc/meminfo: memFree=1513128/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=42436 CPUtime=220.83
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 10422 0 0 0 22074 9 0 0 25 0 1 0 1008509740 43454464 10357 4294967295 134512640 135213731 3219675680 3219673872 134527026 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 10609 10357 73 172 0 10435 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 44856

[startup+282.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8523
/proc/meminfo: memFree=1506928/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=48944 CPUtime=280.84
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 11975 0 0 0 28075 9 0 0 25 0 1 0 1008509740 50118656 11910 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12236 11910 73 172 0 12062 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 51364

[startup+342.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8714
/proc/meminfo: memFree=1506804/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=49076 CPUtime=340.84
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12010 0 0 0 34075 9 0 0 25 0 1 0 1008509740 50253824 11945 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12269 11945 73 172 0 12095 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 51496

[startup+402.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8903
/proc/meminfo: memFree=1506424/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=49240 CPUtime=400.84
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12050 0 0 0 40075 9 0 0 25 0 1 0 1008509740 50421760 11985 4294967295 134512640 135213731 3219675680 3219674160 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12310 11985 73 172 0 12136 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 51660

[startup+462.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9095
/proc/meminfo: memFree=1505780/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=49920 CPUtime=460.84
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12206 0 0 0 46075 9 0 0 25 0 1 0 1008509740 51118080 12133 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12480 12133 73 172 0 12306 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 52340

[startup+522.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9279
/proc/meminfo: memFree=1505812/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50040 CPUtime=520.85
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12232 0 0 0 52076 9 0 0 25 0 1 0 1008509740 51240960 12159 4294967295 134512640 135213731 3219675680 3219673872 134527361 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12510 12159 73 172 0 12336 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 52460

[startup+582.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9468
/proc/meminfo: memFree=1505564/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50040 CPUtime=580.85
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12263 0 0 0 58076 9 0 0 25 0 1 0 1008509740 51240960 12190 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12510 12190 73 172 0 12336 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 52460

[startup+642.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 9657
/proc/meminfo: memFree=1505688/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=640.86
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 64076 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 52440

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9846
/proc/meminfo: memFree=1505316/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=700.86
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 70076 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 52440

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

[startup+703.915 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9846
/proc/meminfo: memFree=1505316/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=702.46
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 70236 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 703.96
Current children cumulated vsize (KiB) 52440

[startup+710.305 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9846
/proc/meminfo: memFree=1505316/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=708.85
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 70875 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 710.35
Current children cumulated vsize (KiB) 52440

[startup+713.505 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 9846
/proc/meminfo: memFree=1505316/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=712.05
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 71195 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674080 134524693 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 713.55
Current children cumulated vsize (KiB) 52440

[startup+714.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 10029
/proc/meminfo: memFree=1504904/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=712.85
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 71275 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134530434 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 714.35
Current children cumulated vsize (KiB) 52440

[startup+715.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 10029
/proc/meminfo: memFree=1504904/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=713.65
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 71355 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219674160 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 715.15
Current children cumulated vsize (KiB) 52440

[startup+715.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 10029
/proc/meminfo: memFree=1504904/2074464 swapFree=1950760/1959888
[pid=7756] ppid=7754 vsize=2420 CPUtime=1.5
/proc/7756/stat : 7756 (SatELiteGTI) S 7754 7756 11066 0 -1 4194304 385 9575 0 0 1 0 146 3 18 0 1 0 1008509590 2478080 278 4294967295 134512640 135169312 3213958224 3213954440 3085352686 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/7756/statm: 605 278 235 161 0 44 0
[pid=7763] ppid=7756 vsize=50020 CPUtime=714.05
/proc/7763/stat : 7763 (minisat_static) R 7756 7756 11066 0 -1 4202496 12271 0 0 0 71395 10 0 0 25 0 1 0 1008509740 51220480 12193 4294967295 134512640 135213731 3219675680 3219673872 134527026 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7763/statm: 12505 12193 73 172 0 12331 0
Current children cumulated CPU time (s) 715.55
Current children cumulated vsize (KiB) 52440

Child status: 20
Real time (s): 715.52
CPU time (s): 715.56
CPU user time (s): 715.42
CPU system time (s): 0.14
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 52460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 715.42
system time used= 0.14
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22520
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= 21
involuntary context switches= 752

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 04:15:13
IDJOB=1820409
IDBENCH=20398
IDSOLVER=662
FILE ID=tipi23/1820409-1242440113
PBS_JOBID=
Free space on /tmp= 9955 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820409-1242440113/watcher-1820409-1242440113 -o /tmp/evaluation-result-1820409-1242440113/solver-1820409-1242440113 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820409-1242440113.cnf -restarts=1

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED= 342814003

Linux tipi23 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.377
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.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
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.377
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.377
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:       1558536 kB
Buffers:         25860 kB
Cached:         402960 kB
SwapCached:       3700 kB
Active:         293484 kB
Inactive:       147208 kB
HighTotal:     1178688 kB
HighFree:       769528 kB
LowTotal:       895776 kB
LowFree:        789008 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            4868 kB
Writeback:           0 kB
AnonPages:       11100 kB
Mapped:           4320 kB
Slab:            66584 kB
PageTables:        532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9955 MiB
End job on tipi23 at 2009-05-16 04:27:09