Trace number 1849388

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
minisat2 070721/coreUNSAT 27.75 27.7384

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.53
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.32/0.38	c ==============================================================================
0.32/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.32/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.32/0.38	c ==============================================================================
0.32/0.38	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
7.32/7.39	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
7.32/7.39	c ==============================================================================
7.32/7.39	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
7.32/7.39	c CPU time:   7.23 s
7.32/7.39	c ==============================================================================
7.83/7.85	This is MiniSat 2.0 beta
7.83/7.85	WARNING: for repeatability, setting FPU to use double precision
7.83/7.85	============================[ Problem Statistics ]=============================
7.83/7.85	|                                                                             |
7.83/7.85	|  Number of variables:  7948                                                 |
7.83/7.85	|  Number of clauses:    257542                                               |
7.86/8.08	|  Parsing time:         0.21         s                                       |
7.86/8.09	============================[ Search Statistics ]==============================
7.86/8.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.86/8.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.86/8.09	===============================================================================
7.86/8.09	|         0 |    7948   257542  1484866 |    85847        0    nan |  0.000 % |
7.86/8.13	|       100 |    7948   257542  1484866 |    94432      100     13 |  0.000 % |
7.86/8.20	|       250 |    7948   257542  1484866 |   103875      250     18 |  0.000 % |
7.86/8.26	|       475 |    7948   257542  1484866 |   114262      475     15 |  0.000 % |
7.86/8.33	|       814 |    7948   257542  1484866 |   125689      814     15 |  0.000 % |
7.86/8.50	|      1320 |    7948   257542  1484866 |   138257     1320     13 |  0.000 % |
7.86/8.76	|      2081 |    7948   257542  1484866 |   152083     2081     14 |  0.000 % |
9.62/9.65	|      3221 |    7948   257542  1484866 |   167292     3221     16 |  0.000 % |
9.92/9.95	|      4930 |    7948   257542  1484866 |   184021     4930     14 |  0.000 % |
10.52/10.55	|      7492 |    7948   257542  1484866 |   202423     7492     16 |  0.000 % |
11.82/11.90	|     11337 |    7944   257435  1484434 |   222665    11335     16 |  0.075 % |
15.92/15.92	|     17106 |    7936   257180  1483154 |   244932    17101     17 |  0.151 % |
24.03/24.02	|     25755 |    7933   257074  1482666 |   269425    25749     15 |  0.189 % |
27.73/27.72	===============================================================================
27.73/27.72	restarts              : 13
27.73/27.72	conflicts             : 35063          (1767 /sec)
27.73/27.72	decisions             : 58907          (1.68 % random) (2969 /sec)
27.73/27.72	propagations          : 18829592       (949072 /sec)
27.73/27.72	conflict literals     : 491196         (35.50 % deleted)
27.73/27.72	Memory used           : 20.04 MB
27.73/27.72	CPU time              : 19.84 s
27.73/27.72	
27.73/27.72	UNSATISFIABLE
27.73/27.72	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-1849388-1244810101/watcher-1849388-1244810101 -o /tmp/evaluation-result-1849388-1244810101/solver-1849388-1244810101 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849388-1244810101.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.95 0.99 0.99 2/94 27078
/proc/meminfo: memFree=1286940/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=952 CPUtime=0
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 123 0 0 0 0 0 0 0 20 0 1 0 78431074 974848 59 4294967295 134512640 135223648 3219155264 3219153860 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 238 62 45 174 0 63 0

[startup+0.100266 s]
/proc/loadavg: 0.95 0.99 0.99 2/94 27078
/proc/meminfo: memFree=1286940/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=11876 CPUtime=0.1
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 2495 0 0 0 9 1 0 0 20 0 1 0 78431074 12161024 2431 4294967295 134512640 135223648 3219155264 3219154216 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 2969 2432 47 174 0 2794 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 14292

[startup+0.210257 s]
/proc/loadavg: 0.95 0.99 0.99 2/94 27078
/proc/meminfo: memFree=1286940/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=24836 CPUtime=0.21
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 5546 0 0 0 14 7 0 0 21 0 1 0 78431074 25432064 5482 4294967295 134512640 135223648 3219155264 3219153832 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 6209 5483 47 174 0 6034 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 27252

[startup+0.310249 s]
/proc/loadavg: 0.95 0.99 0.99 2/94 27078
/proc/meminfo: memFree=1286940/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=39288 CPUtime=0.31
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 8524 0 0 0 22 9 0 0 21 0 1 0 78431074 40230912 8460 4294967295 134512640 135223648 3219155264 3219154144 134543108 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 9822 8460 47 174 0 9647 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 41704

[startup+0.710216 s]
/proc/loadavg: 0.95 0.99 0.99 2/94 27078
/proc/meminfo: memFree=1286940/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=52112 CPUtime=0.71
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 11628 0 0 0 59 12 0 0 22 0 1 0 78431074 53362688 11350 4294967295 134512640 135223648 3219155264 3219153264 134548161 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 13028 11350 73 174 0 12853 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 54528

[startup+1.51015 s]
/proc/loadavg: 0.95 0.99 0.99 2/96 27083
/proc/meminfo: memFree=1237556/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=54016 CPUtime=1.51
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 12123 0 0 0 138 13 0 0 25 0 1 0 78431074 55312384 11845 4294967295 134512640 135223648 3219155264 3219153264 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 13504 11845 73 174 0 13329 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 56432

[startup+3.11001 s]
/proc/loadavg: 0.95 0.99 0.99 2/96 27083
/proc/meminfo: memFree=1231480/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=57312 CPUtime=3.11
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 12939 0 0 0 295 16 0 0 25 0 1 0 78431074 58687488 12661 4294967295 134512640 135223648 3219155264 3219153264 134548489 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 14328 12661 73 174 0 14153 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 59728

[startup+6.30975 s]
/proc/loadavg: 0.95 0.99 0.99 2/96 27083
/proc/meminfo: memFree=1216880/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2416 CPUtime=0.01
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 367 646 0 0 0 1 0 0 18 0 1 0 78431074 2473984 277 4294967295 134512640 135169312 3214060672 3214059208 3085836014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27078/statm: 604 277 235 161 0 43 0
[pid=27082] ppid=27078 vsize=67584 CPUtime=6.31
/proc/27082/stat : 27082 (SatELite_releas) R 27078 27078 19205 0 -1 4202496 15248 0 0 0 615 16 0 0 25 0 1 0 78431074 69206016 14802 4294967295 134512640 135223648 3219155264 3219153360 134585544 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27082/statm: 16896 14802 73 174 0 16721 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 70000

[startup+12.7092 s]
/proc/loadavg: 0.96 0.99 0.99 2/96 27085
/proc/meminfo: memFree=1246920/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=18736 CPUtime=4.86
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 4563 0 0 0 484 2 0 0 25 0 1 0 78431859 19185664 4498 4294967295 134512640 135212939 3220675360 3220673824 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 4684 4498 76 171 0 4512 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 21156

[startup+25.5181 s]
/proc/loadavg: 0.96 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1245100/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20388 CPUtime=17.67
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 4957 0 0 0 1764 3 0 0 25 0 1 0 78431859 20877312 4892 4294967295 134512640 135212939 3220675360 3220673824 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5097 4892 76 171 0 4925 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 22808

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

[startup+25.6181 s]
/proc/loadavg: 0.96 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1245100/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20388 CPUtime=17.77
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 4960 0 0 0 1774 3 0 0 25 0 1 0 78431859 20877312 4895 4294967295 134512640 135212939 3220675360 3220673824 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5097 4895 76 171 0 4925 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 22808

[startup+26.4181 s]
/proc/loadavg: 0.96 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1244984/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20520 CPUtime=18.57
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 4993 0 0 0 1854 3 0 0 25 0 1 0 78431859 21012480 4928 4294967295 134512640 135212939 3220675360 3220673824 134526682 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5130 4928 76 171 0 4958 0
Current children cumulated CPU time (s) 26.43
Current children cumulated vsize (KiB) 22940

[startup+27.218 s]
/proc/loadavg: 0.96 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1244984/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20520 CPUtime=19.37
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 4996 0 0 0 1934 3 0 0 25 0 1 0 78431859 21012480 4931 4294967295 134512640 135212939 3220675360 3220673824 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5130 4931 76 171 0 4958 0
Current children cumulated CPU time (s) 27.23
Current children cumulated vsize (KiB) 22940

[startup+27.618 s]
/proc/loadavg: 0.97 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1244984/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20520 CPUtime=19.77
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 5004 0 0 0 1974 3 0 0 25 0 1 0 78431859 21012480 4939 4294967295 134512640 135212939 3220675360 3220673824 134527136 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5130 4939 76 171 0 4958 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 22940

[startup+27.718 s]
/proc/loadavg: 0.97 0.99 0.99 2/96 27087
/proc/meminfo: memFree=1244984/2074464 swapFree=1959888/1959888
[pid=27078] ppid=27076 vsize=2420 CPUtime=7.86
/proc/27078/stat : 27078 (SatELiteGTI) S 27076 27078 19205 0 -1 4194304 386 16796 0 0 0 1 767 18 18 0 1 0 78431074 2478080 278 4294967295 134512640 135169312 3214060672 3214056888 3085836014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/27078/statm: 605 278 235 161 0 44 0
[pid=27084] ppid=27078 vsize=20520 CPUtime=19.87
/proc/27084/stat : 27084 (minisat_static) R 27078 27078 19205 0 -1 4202496 5007 0 0 0 1984 3 0 0 25 0 1 0 78431859 21012480 4942 4294967295 134512640 135212939 3220675360 3220673600 134536079 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27084/statm: 5130 4942 76 171 0 4958 0
Current children cumulated CPU time (s) 27.73
Current children cumulated vsize (KiB) 22940

Child status: 20
Real time (s): 27.7384
CPU time (s): 27.75
CPU user time (s): 27.51
CPU system time (s): 0.24
CPU usage (%): 100.042
Max. virtual memory (cumulated for all children) (KiB): 70432

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-12 14:35:01
IDJOB=1849388
IDBENCH=20415
IDSOLVER=690
FILE ID=tipi09/1849388-1244810101
PBS_JOBID=
Free space on /tmp= 15520 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849388-1244810101/watcher-1849388-1244810101 -o /tmp/evaluation-result-1849388-1244810101/solver-1849388-1244810101 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849388-1244810101.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED= 149809297

Linux tipi09 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.365
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.365
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.365
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.76

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.365
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:       1286940 kB
Buffers:         58384 kB
Cached:         595424 kB
SwapCached:          0 kB
Active:         262056 kB
Inactive:       404244 kB
HighTotal:     1178688 kB
HighFree:       772956 kB
LowTotal:       895776 kB
LowFree:        513984 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           58792 kB
Writeback:           0 kB
AnonPages:       12316 kB
Mapped:           6708 kB
Slab:           112688 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91000 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15520 MiB
End job on tipi09 at 2009-06-12 14:35:29