Trace number 1821533

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
minisat_cumr r-2009-03-18UNSAT 55.4 55.4068

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.72
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.62/0.61	c ==============================================================================
0.62/0.61	c |           |     ORIGINAL     |              LEARNT              |          |
0.62/0.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.62/0.61	c ==============================================================================
0.62/0.61	c |         0 |  533925  1246626 |  160177       0        0     nan |  0.000 % |
3.51/3.57	c |         0 |  337556   906141 |      --       0       --      -- |     --   | -46489/4489
3.51/3.57	c ==============================================================================
3.51/3.57	c Result  :   #vars: 65845   #clauses: 337556   #literals: 906141
3.51/3.57	c CPU time:   3.5 s
3.51/3.57	c ==============================================================================
3.91/3.92	c This is MiniSat 2.0 beta
3.91/3.92	c WARNING: for repeatability, setting FPU to use double precision
3.91/3.92	c ============================[ Problem Statistics ]=============================
3.91/3.92	c |                                                                             |
3.91/3.92	c |  Number of variables:  65845                                                |
3.91/3.92	c |  Number of clauses:    337556                                               |
3.92/4.15	c |  Parsing time:         0.19         s                                       |
3.92/4.16	c ============================[ Search Statistics ]==============================
3.92/4.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.92/4.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.92/4.16	c ===============================================================================
3.92/4.16	c |         0 |   65845   337556   906141 |   112518        0    nan |  0.000 % |
4.71/4.80	c |       515 |   65840   337556   906141 |   112518      514    137 |  1.289 % |
5.71/5.81	c |      1027 |   64991   332327   893394 |   112518     1025    151 |  1.311 % |
7.11/7.13	c |      1541 |   63700   324784   874033 |   112518     1536    153 |  3.273 % |
9.21/9.23	c |      2566 |   58219   293693   795549 |   112518     2542    145 | 11.582 % |
10.01/10.11	c |      3079 |   54910   274575   747907 |   112518     3032    141 | 16.607 % |
11.41/11.48	c |      3591 |   54412   271664   740353 |   112518     3537    147 | 17.364 % |
13.71/13.73	c |      4616 |   54259   270673   737916 |   112518     4556    178 | 17.596 % |
17.81/17.89	c |      6665 |   53633   266984   728320 |   112518     6567    195 | 18.547 % |
19.61/19.70	c |      7177 |   53547   266502   727099 |   112518     7036    197 | 18.677 % |
20.92/20.99	c |      7689 |   53026   266502   727099 |   112518     7541    194 | 23.514 % |
24.22/24.28	c |      8713 |   50058   246828   677640 |   112518     8514    191 | 23.976 % |
25.71/25.72	c |      9225 |   50054   246828   677640 |   112518     9022    191 | 24.101 % |
27.11/27.16	c |      9737 |   49975   246288   676243 |   112518     9522    188 | 24.113 % |
30.71/30.80	c |     10761 |   49961   246154   675913 | 2147483647    10532    188 | 24.123 % |
35.61/35.66	c |     12809 |   49872   245613   674613 | 2147483647    12561    183 | 24.303 % |
48.52/48.52	c |     16905 |   47092   229907   635195 | 2147483647    12063    162 | 28.500 % |
50.12/50.12	c |     17419 |   47087   229907   635195 | 2147483647    12572    159 | 28.587 % |
51.72/51.72	c |     17935 |   47020   229423   633969 | 2147483647    13067    157 | 28.830 % |
55.32/55.39	c ===============================================================================
55.32/55.39	c restarts              : 19
55.32/55.39	c conflicts             : 18871          (367 /sec)
55.32/55.39	c decisions             : 127410         (1.30 % random) (2478 /sec)
55.32/55.39	c propagations          : 76638835       (1490738 /sec)
55.32/55.39	c conflict literals     : 3058985        (25.41 % deleted)
55.32/55.39	c Memory used           : 29.81 MB
55.32/55.39	c CPU time              : 51.41 s
55.32/55.39	c 
55.32/55.39	s UNSATISFIABLE
55.32/55.40	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-1821533-1242535113/watcher-1821533-1242535113 -o /tmp/evaluation-result-1821533-1242535113/solver-1821533-1242535113 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821533-1242535113.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.96 1.00 0.99 2/96 21159
/proc/meminfo: memFree=1814036/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=956 CPUtime=0
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 152 0 0 0 0 0 0 0 20 0 1 0 1018009722 978944 87 4294967295 134512640 135223648 3220853472 3220852352 134543095 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 272 89 46 174 0 97 0

[startup+0.092563 s]
/proc/loadavg: 0.96 1.00 0.99 2/96 21159
/proc/meminfo: memFree=1814036/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=19304 CPUtime=0.09
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 3877 0 0 0 8 1 0 0 21 0 1 0 1018009722 19767296 3708 4294967295 134512640 135223648 3220853472 3220852040 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 4826 3708 46 174 0 4651 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21720

[startup+0.112562 s]
/proc/loadavg: 0.96 1.00 0.99 2/96 21159
/proc/meminfo: memFree=1814036/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=21284 CPUtime=0.11
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 4411 0 0 0 10 1 0 0 21 0 1 0 1018009722 21794816 4242 4294967295 134512640 135223648 3220853472 3220852056 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 5321 4242 46 174 0 5146 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 23700

[startup+0.31255 s]
/proc/loadavg: 0.96 1.00 0.99 2/96 21159
/proc/meminfo: memFree=1814036/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=33512 CPUtime=0.31
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 7289 0 0 0 30 1 0 0 21 0 1 0 1018009722 34316288 7120 4294967295 134512640 135223648 3220853472 3220852424 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 8378 7120 46 174 0 8203 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 35928

[startup+0.712528 s]
/proc/loadavg: 0.96 1.00 0.99 2/96 21159
/proc/meminfo: memFree=1814036/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=57000 CPUtime=0.71
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 13305 0 0 0 68 3 0 0 22 0 1 0 1018009722 58368000 13136 4294967295 134512640 135223648 3220853472 3220852064 134548489 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 14250 13136 67 174 0 14075 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 59416

[startup+1.51248 s]
/proc/loadavg: 0.96 1.00 0.99 2/98 21164
/proc/meminfo: memFree=1756400/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=69164 CPUtime=1.51
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 17350 0 0 0 147 4 0 0 25 0 1 0 1018009722 70823936 15833 4294967295 134512640 135223648 3220853472 3220851488 134586754 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 17291 15833 73 174 0 17116 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 71580

[startup+3.1124 s]
/proc/loadavg: 0.96 1.00 0.99 2/98 21164
/proc/meminfo: memFree=1744248/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2416 CPUtime=0.01
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 368 643 0 0 0 0 0 1 18 0 1 0 1018009722 2473984 277 4294967295 134512640 135169312 3214939472 3214938008 3085745902 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21159/statm: 604 277 235 161 0 43 0
[pid=21163] ppid=21159 vsize=75700 CPUtime=3.1
/proc/21163/stat : 21163 (SatELite_releas) R 21159 21159 11066 0 -1 4202496 19882 0 0 0 305 5 0 0 25 0 1 0 1018009722 77516800 16844 4294967295 134512640 135223648 3220853472 3220851488 134548998 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21163/statm: 18925 16844 73 174 0 18750 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 78116

[startup+6.31222 s]
/proc/loadavg: 0.96 1.00 0.99 2/98 21165
/proc/meminfo: memFree=1783860/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=22200 CPUtime=2.39
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 5169 0 0 0 235 4 0 0 25 0 1 0 1018010114 22732800 5104 4294967295 134512640 135216591 3218905456 3218903648 134529251 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 5550 5104 75 172 0 5377 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 24620

[startup+12.7119 s]
/proc/loadavg: 0.97 1.00 0.99 2/98 21165
/proc/meminfo: memFree=1782304/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=23388 CPUtime=8.79
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 5457 0 0 0 874 5 0 0 25 0 1 0 1018010114 23949312 5392 4294967295 134512640 135216591 3218905456 3218903648 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 5847 5392 75 172 0 5674 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 25808

[startup+25.5112 s]
/proc/loadavg: 0.97 1.00 0.99 2/98 21165
/proc/meminfo: memFree=1778092/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=27880 CPUtime=21.59
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 6569 0 0 0 2154 5 0 0 25 0 1 0 1018010114 28549120 6504 4294967295 134512640 135216591 3218905456 3218903632 134525185 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 6970 6504 75 172 0 6797 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 30300

[startup+51.1197 s]
/proc/loadavg: 0.98 1.00 0.99 2/98 21168
/proc/meminfo: memFree=1775160/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=30520 CPUtime=47.2
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 7240 0 0 0 4714 6 0 0 25 0 1 0 1018010114 31252480 7175 4294967295 134512640 135216591 3218905456 3218903648 134528784 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 7630 7175 75 172 0 7457 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 32940

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

[startup+52.7197 s]
/proc/loadavg: 0.98 1.00 0.99 3/98 21168
/proc/meminfo: memFree=1775184/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=30520 CPUtime=48.8
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 7241 0 0 0 4874 6 0 0 25 0 1 0 1018010114 31252480 7176 4294967295 134512640 135216591 3218905456 3218903424 134538247 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 7630 7176 75 172 0 7457 0
Current children cumulated CPU time (s) 52.72
Current children cumulated vsize (KiB) 32940

[startup+54.3196 s]
/proc/loadavg: 0.98 1.00 0.99 2/98 21168
/proc/meminfo: memFree=1775184/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=30520 CPUtime=50.4
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 7241 0 0 0 5034 6 0 0 25 0 1 0 1018010114 31252480 7176 4294967295 134512640 135216591 3218905456 3218903648 134528871 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 7630 7176 75 172 0 7457 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 32940

[startup+55.1195 s]
/proc/loadavg: 0.98 1.00 0.99 2/98 21168
/proc/meminfo: memFree=1775184/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=30520 CPUtime=51.2
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 7241 0 0 0 5114 6 0 0 25 0 1 0 1018010114 31252480 7176 4294967295 134512640 135216591 3218905456 3218903648 134529009 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 7630 7176 75 172 0 7457 0
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (KiB) 32940

[startup+55.3195 s]
/proc/loadavg: 0.98 1.00 0.99 2/98 21168
/proc/meminfo: memFree=1775184/2074464 swapFree=1950760/1959888
[pid=21159] ppid=21157 vsize=2420 CPUtime=3.92
/proc/21159/stat : 21159 (SatELiteGTI) S 21157 21159 11066 0 -1 4194304 386 21791 0 0 0 1 384 7 18 0 1 0 1018009722 2478080 278 4294967295 134512640 135169312 3214939472 3214935688 3085745902 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21159/statm: 605 278 235 161 0 44 0
[pid=21165] ppid=21159 vsize=30520 CPUtime=51.4
/proc/21165/stat : 21165 (minisat_static) R 21159 21159 11066 0 -1 4202496 7241 0 0 0 5134 6 0 0 25 0 1 0 1018010114 31252480 7176 4294967295 134512640 135216591 3218905456 3218903360 134532819 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21165/statm: 7630 7176 75 172 0 7457 0
Current children cumulated CPU time (s) 55.32
Current children cumulated vsize (KiB) 32940

Child status: 20
Real time (s): 55.4068
CPU time (s): 55.4
CPU user time (s): 55.25
CPU system time (s): 0.15
CPU usage (%): 99.9878
Max. virtual memory (cumulated for all children) (KiB): 78144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.25
system time used= 0.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29704
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 579

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 06:38:33
IDJOB=1821533
IDBENCH=70997
IDSOLVER=658
FILE ID=tipi23/1821533-1242535113
PBS_JOBID=
Free space on /tmp= 8769 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821533-1242535113/watcher-1821533-1242535113 -o /tmp/evaluation-result-1821533-1242535113/solver-1821533-1242535113 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821533-1242535113.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED= 459230634

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:       1814036 kB
Buffers:         30156 kB
Cached:         155728 kB
SwapCached:       3584 kB
Active:          68268 kB
Inactive:       129472 kB
HighTotal:     1178688 kB
HighFree:      1012140 kB
LowTotal:       895776 kB
LowFree:        801896 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:           10900 kB
Writeback:           0 kB
AnonPages:       11044 kB
Mapped:           4580 kB
Slab:            54352 kB
PageTables:        492 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= 8769 MiB
End job on tipi23 at 2009-05-17 06:39:30