Trace number 1821554

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-21UNSAT 61.18 61.2139

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.76
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
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.52/0.57	c ==============================================================================
0.52/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.57	c ==============================================================================
0.52/0.57	c |         0 |  495031  1168838 |  148509       0        0     nan |  0.000 % |
3.21/3.30	c |         0 |  300405   831416 |      --       0       --      -- |     --   | -44710/7696
3.21/3.30	c ==============================================================================
3.21/3.30	c Result  :   #vars: 49462   #clauses: 300405   #literals: 831416
3.21/3.30	c CPU time:   3.2 s
3.21/3.30	c ==============================================================================
3.61/3.62	This is MiniSat 2.0 beta
3.61/3.62	WARNING: for repeatability, setting FPU to use double precision
3.61/3.62	============================[ Problem Statistics ]=============================
3.61/3.62	|                                                                             |
3.61/3.62	|  Number of variables:  49462                                                |
3.61/3.62	|  Number of clauses:    300405                                               |
3.61/3.84	|  Parsing time:         0.22         s                                       |
3.61/3.85	============================[ Search Statistics ]==============================
3.61/3.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/3.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/3.85	===============================================================================
3.61/3.86	|         0 |   49462   300405   831416 |   100135        0    nan |  0.000 % |
3.61/4.03	|       102 |   49460   300405   831416 |   110148      100     52 |  2.869 % |
3.61/4.29	|       252 |   49283   300405   831416 |   121163      240     40 | 11.516 % |
4.61/4.65	|       477 |   48995   300405   831416 |   133279      463     52 | 13.845 % |
5.11/5.19	|       814 |   42562   253018   710449 |   146607      788     53 | 16.538 % |
6.10/6.16	|      1320 |   41232   243340   685825 |   161268     1270     68 | 18.390 % |
7.30/7.35	|      2079 |   40059   235773   666119 |   177395     2027     99 | 19.011 % |
9.40/9.48	|      3218 |   38736   226271   642820 |   195134     3137     96 | 21.710 % |
12.50/12.58	|      4927 |   38402   223985   637052 |   214648     4255    119 | 23.420 % |
17.30/17.36	|      7489 |   37014   214384   612667 |   236113     6685    133 | 25.187 % |
25.41/25.48	|     11333 |   36417   209519   599909 |   259724    10268    159 | 26.386 % |
39.60/39.63	|     17106 |   35736   204526   587459 |   285696    15368    154 | 27.827 % |
61.10/61.20	===============================================================================
61.10/61.20	restarts              : 12
61.10/61.20	conflicts             : 23765          (413 /sec)
61.10/61.20	decisions             : 70831          (1.20 % random) (1232 /sec)
61.10/61.20	propagations          : 72461361       (1260417 /sec)
61.10/61.20	conflict literals     : 3281046        (40.48 % deleted)
61.10/61.20	Memory used           : 29.61 MB
61.10/61.20	CPU time              : 57.49 s
61.10/61.20	
61.10/61.20	UNSATISFIABLE
61.10/61.20	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-1821554-1242536248/watcher-1821554-1242536248 -o /tmp/evaluation-result-1821554-1242536248/solver-1821554-1242536248 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821554-1242536248.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.98 0.99 0.99 3/97 30806
/proc/meminfo: memFree=1791404/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=960 CPUtime=0
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 148 0 0 0 0 0 0 0 18 0 1 0 1018125904 983040 84 4294967295 134512640 135223648 3212852032 3212850912 134542955 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30810/statm: 240 85 46 174 0 65 0

[startup+0.108598 s]
/proc/loadavg: 0.98 0.99 0.99 3/97 30806
/proc/meminfo: memFree=1791404/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=20892 CPUtime=0.11
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 4299 0 0 0 10 1 0 0 18 0 1 0 1018125904 21393408 4132 4294967295 134512640 135223648 3212852032 3212850984 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30810/statm: 5223 4133 46 174 0 5048 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 23304

[startup+0.218591 s]
/proc/loadavg: 0.98 0.99 0.99 3/97 30806
/proc/meminfo: memFree=1791404/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=27740 CPUtime=0.22
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 5979 0 0 0 21 1 0 0 18 0 1 0 1018125904 28405760 5812 4294967295 134512640 135223648 3212852032 3212850984 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30810/statm: 6935 5813 46 174 0 6760 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 30152

[startup+0.318585 s]
/proc/loadavg: 0.98 0.99 0.99 3/97 30806
/proc/meminfo: memFree=1791404/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=33912 CPUtime=0.32
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 7368 0 0 0 31 1 0 0 18 0 1 0 1018125904 34725888 7201 4294967295 134512640 135223648 3212852032 3212850984 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30810/statm: 8478 7201 46 174 0 8303 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 36324

[startup+0.718562 s]
/proc/loadavg: 0.98 0.99 0.99 3/97 30806
/proc/meminfo: memFree=1791404/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=50752 CPUtime=0.71
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 11765 0 0 0 65 6 0 0 18 0 1 0 1018125904 51970048 11598 4294967295 134512640 135223648 3212852032 3212850448 134575968 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30810/statm: 12688 11598 68 174 0 12513 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 53164

[startup+1.51852 s]
/proc/loadavg: 0.98 0.99 0.99 3/99 30811
/proc/meminfo: memFree=1738416/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=59612 CPUtime=1.51
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 14937 0 0 0 143 8 0 0 20 0 1 0 1018125904 61042688 13471 4294967295 134512640 135223648 3212852032 3212850048 134586740 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30810/statm: 14903 13471 73 174 0 14728 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 62024

[startup+3.11843 s]
/proc/loadavg: 0.98 0.99 0.99 3/99 30811
/proc/meminfo: memFree=1735812/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2412 CPUtime=0
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 367 646 0 0 0 0 0 0 20 0 1 0 1018125903 2469888 277 4294967295 134512640 135169312 3213761584 3213760120 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 603 277 235 161 0 42 0
[pid=30810] ppid=30806 vsize=60056 CPUtime=3.11
/proc/30810/stat : 30810 (SatELite_releas) R 30806 30806 16367 0 -1 4202496 17093 0 0 0 302 9 0 0 25 0 1 0 1018125904 61497344 13676 4294967295 134512640 135223648 3212852032 3212850048 134586647 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30810/statm: 15014 13676 73 174 0 14839 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 62468

[startup+6.31825 s]
/proc/loadavg: 0.98 0.99 0.99 3/99 30812
/proc/meminfo: memFree=1765232/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=18988 CPUtime=2.69
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 4446 0 0 0 267 2 0 0 25 0 1 0 1018126265 19443712 4381 4294967295 134512640 135216011 3216914304 3216912448 134536548 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30812/statm: 4747 4381 71 172 0 4574 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 21404

[startup+12.7179 s]
/proc/loadavg: 0.98 0.99 0.99 2/99 30812
/proc/meminfo: memFree=1764396/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=20184 CPUtime=9.09
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 4747 0 0 0 907 2 0 0 25 0 1 0 1018126265 20668416 4682 4294967295 134512640 135216011 3216914304 3216912656 134527836 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30812/statm: 5046 4682 71 172 0 4873 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 22600

[startup+25.5172 s]
/proc/loadavg: 1.14 1.03 1.01 2/99 30996
/proc/meminfo: memFree=1759060/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=24672 CPUtime=21.89
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 5873 0 0 0 2182 7 0 0 25 0 1 0 1018126265 25264128 5808 4294967295 134512640 135216011 3216914304 3216912656 134527605 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30812/statm: 6168 5808 71 172 0 5995 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 27088

[startup+51.1257 s]
/proc/loadavg: 1.09 1.02 1.00 2/99 30999
/proc/meminfo: memFree=1754756/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=29576 CPUtime=47.49
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7108 0 0 0 4741 8 0 0 25 0 1 0 1018126265 30285824 7043 4294967295 134512640 135216011 3216914304 3216912656 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7394 7043 71 172 0 7221 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 31992

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

[startup+51.2257 s]
/proc/loadavg: 1.09 1.02 1.00 2/99 30999
/proc/meminfo: memFree=1754756/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=29576 CPUtime=47.59
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7110 0 0 0 4751 8 0 0 25 0 1 0 1018126265 30285824 7045 4294967295 134512640 135216011 3216914304 3216912656 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7394 7045 71 172 0 7221 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 31992

[startup+57.6254 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1754284/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=29976 CPUtime=53.99
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7193 0 0 0 5391 8 0 0 25 0 1 0 1018126265 30695424 7128 4294967295 134512640 135216011 3216914304 3216912656 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7494 7128 71 172 0 7321 0
Current children cumulated CPU time (s) 57.6
Current children cumulated vsize (KiB) 32392

[startup+59.2253 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1754160/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=30240 CPUtime=55.59
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7255 0 0 0 5551 8 0 0 25 0 1 0 1018126265 30965760 7190 4294967295 134512640 135216011 3216914304 3216912656 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7560 7190 71 172 0 7387 0
Current children cumulated CPU time (s) 59.2
Current children cumulated vsize (KiB) 32656

[startup+60.0252 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1754036/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=30372 CPUtime=56.39
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7283 0 0 0 5631 8 0 0 25 0 1 0 1018126265 31100928 7218 4294967295 134512640 135216011 3216914304 3216912656 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7593 7218 71 172 0 7420 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (KiB) 32788

[startup+60.8252 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1753936/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=30372 CPUtime=57.19
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7308 0 0 0 5711 8 0 0 25 0 1 0 1018126265 31100928 7243 4294967295 134512640 135216011 3216914304 3216912656 134527992 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7593 7243 71 172 0 7420 0
Current children cumulated CPU time (s) 60.8
Current children cumulated vsize (KiB) 32788

[startup+61.0252 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1753936/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=30372 CPUtime=57.39
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7311 0 0 0 5731 8 0 0 25 0 1 0 1018126265 31100928 7246 4294967295 134512640 135216011 3216914304 3216912656 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7593 7246 71 172 0 7420 0
Current children cumulated CPU time (s) 61
Current children cumulated vsize (KiB) 32788

[startup+61.1252 s]
/proc/loadavg: 1.08 1.02 1.00 2/99 31001
/proc/meminfo: memFree=1753936/2074464 swapFree=1949244/1959888
[pid=30806] ppid=30804 vsize=2416 CPUtime=3.61
/proc/30806/stat : 30806 (SatELiteGTI) S 30804 30806 16367 0 -1 4194304 386 18537 0 0 0 0 349 12 18 0 1 0 1018125903 2473984 278 4294967295 134512640 135169312 3213761584 3213757800 3085274862 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30806/statm: 604 278 235 161 0 43 0
[pid=30812] ppid=30806 vsize=30372 CPUtime=57.49
/proc/30812/stat : 30812 (minisat_static) R 30806 30806 16367 0 -1 4202496 7315 0 0 0 5741 8 0 0 25 0 1 0 1018126265 31100928 7250 4294967295 134512640 135216011 3216914304 3216912656 134527760 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30812/statm: 7593 7250 71 172 0 7420 0
Current children cumulated CPU time (s) 61.1
Current children cumulated vsize (KiB) 32788

Child status: 20
Real time (s): 61.2139
CPU time (s): 61.18
CPU user time (s): 60.98
CPU system time (s): 0.2
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 68644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.98
system time used= 0.2
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26524
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= 22
involuntary context switches= 1585

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 06:57:28
IDJOB=1821554
IDBENCH=71006
IDSOLVER=661
FILE ID=tipi11/1821554-1242536248
PBS_JOBID=
Free space on /tmp= 9779 MiB

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

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED= 403156978

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:       1791428 kB
Buffers:         30104 kB
Cached:         178304 kB
SwapCached:       5248 kB
Active:         114308 kB
Inactive:       105792 kB
HighTotal:     1178688 kB
HighFree:       987476 kB
LowTotal:       895776 kB
LowFree:        803952 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           10284 kB
Writeback:           0 kB
AnonPages:       11284 kB
Mapped:           5060 kB
Slab:            54136 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9779 MiB
End job on tipi11 at 2009-05-17 06:58:31