Trace number 1821509

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 54.46 54.5036

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.93
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
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.53/0.55	c ==============================================================================
0.53/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.53/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.53/0.55	c ==============================================================================
0.53/0.55	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.21/3.31	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.21/3.31	c ==============================================================================
3.21/3.31	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.21/3.31	c CPU time:   3.18 s
3.21/3.31	c ==============================================================================
3.61/3.62	c This is MiniSat 2.0 beta
3.61/3.62	c WARNING: for repeatability, setting FPU to use double precision
3.61/3.63	c ============================[ Problem Statistics ]=============================
3.61/3.63	c |                                                                             |
3.61/3.63	c |  Number of variables:  49470                                                |
3.61/3.63	c |  Number of clauses:    300004                                               |
3.61/3.83	c |  Parsing time:         0.20         s                                       |
3.61/3.84	c ============================[ Search Statistics ]==============================
3.61/3.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/3.84	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/3.84	c ===============================================================================
3.61/3.84	c |         0 |   49470   300004   826435 |   100001        0    nan |  0.000 % |
4.41/4.46	c |       516 |   49132   300004   826435 |   100001      514    165 |  4.473 % |
4.89/5.00	c |      1028 |   47027   285368   789524 |   100001     1019    115 |  9.911 % |
5.49/5.59	c |      1541 |   44360   267311   743775 |   100001     1525    100 | 13.000 % |
6.79/6.89	c |      2568 |   42988   257000   717397 |   100001     2538    117 | 14.524 % |
7.58/7.64	c |      3083 |   42285   252169   705187 |   100001     3052    112 | 14.546 % |
7.98/8.11	c |      3595 |   42274   252078   704944 |   100001     3564    110 | 14.546 % |
9.78/9.90	c |      4622 |   41778   248765   696471 |   100001     4585    112 | 16.456 % |
14.08/14.20	c |      6670 |   41069   244177   684328 |   100001     6623    131 | 18.266 % |
15.08/15.16	c |      7182 |   40433   239869   673338 |   100001     7131    133 | 18.836 % |
16.18/16.28	c |      7695 |   40433   239869   673338 |   100001     7644    137 | 18.836 % |
18.18/18.29	c |      8720 |   39791   235610   662475 |   100001     8657    139 | 19.565 % |
19.28/19.37	c |      9232 |   39781   235610   662475 |   100001     9167    139 | 19.632 % |
20.28/20.36	c |      9744 |   39692   235217   661529 |   100001     9653    140 | 21.704 % |
22.78/22.86	c |     10768 |   38692   227931   644314 | 2147483647    10668    141 | 21.809 % |
27.28/27.33	c |     12816 |   38371   225812   638600 | 2147483647    12676    137 | 22.672 % |
36.28/36.37	c |     16912 |   36738   211475   601393 | 2147483647    16085    140 | 25.795 % |
37.38/37.51	c |     17424 |   35817   203284   579955 | 2147483647    16404    139 | 27.639 % |
38.38/38.46	c |     17936 |   35814   203284   579955 | 2147483647    16912    140 | 28.654 % |
40.38/40.49	c |     18962 |   35132   200408   573687 | 2147483647    17784    139 | 28.983 % |
41.68/41.72	c |     19474 |   35131   200408   573687 | 2147483647    18293    139 | 29.048 % |
42.98/43.02	c |     19986 |   35090   200139   573062 | 2147483647    18785    137 | 29.117 % |
45.78/45.84	c |     21011 |   35056   199851   572329 | 2147483647    19733    133 | 29.147 % |
50.28/50.41	c |     23060 |   35005   199453   571315 | 2147483647    21712    129 | 29.248 % |
51.68/51.75	c |     23572 |   35005   199453   571315 | 2147483647    22224    129 | 29.248 % |
52.78/52.91	c |     24085 |   34996   199391   571160 | 2147483647    22715    127 | 29.335 % |
54.38/54.49	c ===============================================================================
54.38/54.49	c restarts              : 26
54.38/54.49	c conflicts             : 24663          (485 /sec)
54.38/54.49	c decisions             : 141141         (1.34 % random) (2778 /sec)
54.38/54.49	c propagations          : 69713190       (1372307 /sec)
54.38/54.49	c conflict literals     : 3016258        (30.56 % deleted)
54.38/54.49	c Memory used           : 29.57 MB
54.38/54.49	c CPU time              : 50.8 s
54.38/54.49	c 
54.38/54.49	s UNSATISFIABLE
54.38/54.49	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-1821509-1242532347/watcher-1821509-1242532347 -o /tmp/evaluation-result-1821509-1242532347/solver-1821509-1242532347 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821509-1242532347.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 17942
/proc/meminfo: memFree=1927744/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=956 CPUtime=0
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 118 0 0 0 0 0 0 0 20 0 1 0 1017735755 978944 55 4294967295 134512640 135223648 3212983136 3212982012 134576032 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 239 57 46 174 0 64 0

[startup+0.123586 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 17942
/proc/meminfo: memFree=1927744/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=22604 CPUtime=0.12
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 4734 0 0 0 8 4 0 0 20 0 1 0 1017735755 23146496 4566 4294967295 134512640 135223648 3212983136 3212981720 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 5651 4566 46 174 0 5476 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 25020

[startup+0.22358 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 17942
/proc/meminfo: memFree=1927744/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=28000 CPUtime=0.22
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 6066 0 0 0 16 6 0 0 21 0 1 0 1017735755 28672000 5898 4294967295 134512640 135223648 3212983136 3212982088 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 7000 5899 46 174 0 6825 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 30416

[startup+0.323573 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 17942
/proc/meminfo: memFree=1927744/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=34436 CPUtime=0.32
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 7522 0 0 0 26 6 0 0 21 0 1 0 1017735755 35262464 7354 4294967295 134512640 135223648 3212983136 3212981704 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 8609 7354 46 174 0 8434 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 36852

[startup+0.723551 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 17942
/proc/meminfo: memFree=1927744/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=51216 CPUtime=0.72
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 11792 0 0 0 62 10 0 0 22 0 1 0 1017735755 52445184 11624 4294967295 134512640 135223648 3212983136 3212981228 134709593 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 12804 11624 69 174 0 12629 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 53632

[startup+1.52351 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17947
/proc/meminfo: memFree=1874144/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=60680 CPUtime=1.52
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 14925 0 0 0 142 10 0 0 25 0 1 0 1017735755 62136320 13532 4294967295 134512640 135223648 3212983136 3212981152 134586909 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 15170 13532 73 174 0 14995 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 63096

[startup+3.12342 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17947
/proc/meminfo: memFree=1871788/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2416 CPUtime=0.01
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1017735755 2473984 277 4294967295 134512640 135169312 3220636352 3220634888 3085606638 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17942/statm: 604 277 235 161 0 43 0
[pid=17946] ppid=17942 vsize=61048 CPUtime=3.1
/proc/17946/stat : 17946 (SatELite_releas) R 17942 17942 16367 0 -1 4202496 17105 0 0 0 299 11 0 0 25 0 1 0 1017735755 62513152 13663 4294967295 134512640 135223648 3212983136 3212981152 134586691 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17946/statm: 15262 13663 73 174 0 15087 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 63464

[startup+6.32323 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 17948
/proc/meminfo: memFree=1901548/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=19052 CPUtime=2.68
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 4486 0 0 0 267 1 0 0 25 0 1 0 1017736118 19509248 4421 4294967295 134512640 135216591 3218211008 3218209200 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17948/statm: 4763 4421 75 172 0 4590 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21472

[startup+12.7229 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 17948
/proc/meminfo: memFree=1900868/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=21168 CPUtime=9.07
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 4994 0 0 0 906 1 0 0 25 0 1 0 1017736118 21676032 4929 4294967295 134512640 135216591 3218211008 3218209200 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 5292 4929 75 172 0 5119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23588

[startup+25.5222 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18132
/proc/meminfo: memFree=1896184/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=24732 CPUtime=21.87
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 5893 0 0 0 2186 1 0 0 25 0 1 0 1017736118 25325568 5828 4294967295 134512640 135216591 3218211008 3218209200 134528784 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 6183 5828 75 172 0 6010 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27152

[startup+51.1207 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18135
/proc/meminfo: memFree=1891096/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=29880 CPUtime=47.47
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7193 0 0 0 4743 4 0 0 25 0 1 0 1017736118 30597120 7128 4294967295 134512640 135216591 3218211008 3218209200 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7470 7128 75 172 0 7297 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32300

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

[startup+51.2207 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18135
/proc/meminfo: memFree=1891096/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=29880 CPUtime=47.57
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7196 0 0 0 4753 4 0 0 25 0 1 0 1017736118 30597120 7131 4294967295 134512640 135216591 3218211008 3218209200 134528784 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7470 7131 75 172 0 7297 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 32300

[startup+52.8206 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18136
/proc/meminfo: memFree=1890848/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=30144 CPUtime=49.17
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7249 0 0 0 4913 4 0 0 25 0 1 0 1017736118 30867456 7184 4294967295 134512640 135216591 3218211008 3218209200 134529317 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7536 7184 75 172 0 7363 0
Current children cumulated CPU time (s) 52.78
Current children cumulated vsize (KiB) 32564

[startup+53.6206 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18136
/proc/meminfo: memFree=1890848/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=30276 CPUtime=49.97
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7266 0 0 0 4993 4 0 0 25 0 1 0 1017736118 31002624 7201 4294967295 134512640 135216591 3218211008 3218209200 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7569 7201 75 172 0 7396 0
Current children cumulated CPU time (s) 53.58
Current children cumulated vsize (KiB) 32696

[startup+54.0206 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18137
/proc/meminfo: memFree=1890724/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=30276 CPUtime=50.37
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7268 0 0 0 5033 4 0 0 25 0 1 0 1017736118 31002624 7203 4294967295 134512640 135216591 3218211008 3218209200 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7569 7203 75 172 0 7396 0
Current children cumulated CPU time (s) 53.98
Current children cumulated vsize (KiB) 32696

[startup+54.4205 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18137
/proc/meminfo: memFree=1890724/2074464 swapFree=1949244/1959888
[pid=17942] ppid=17940 vsize=2420 CPUtime=3.61
/proc/17942/stat : 17942 (SatELiteGTI) S 17940 17942 16367 0 -1 4194304 387 18632 0 0 0 0 348 13 18 0 1 0 1017735755 2478080 278 4294967295 134512640 135169312 3220636352 3220632568 3085606638 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17942/statm: 605 278 235 161 0 44 0
[pid=17948] ppid=17942 vsize=30276 CPUtime=50.77
/proc/17948/stat : 17948 (minisat_static) R 17942 17942 16367 0 -1 4202496 7275 0 0 0 5073 4 0 0 25 0 1 0 1017736118 31002624 7210 4294967295 134512640 135216591 3218211008 3218209120 134526134 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17948/statm: 7569 7210 75 172 0 7396 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 32696

Child status: 20
Real time (s): 54.5036
CPU time (s): 54.46
CPU user time (s): 54.28
CPU system time (s): 0.18
CPU usage (%): 99.92
Max. virtual memory (cumulated for all children) (KiB): 68824

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 05:52:27
IDJOB=1821509
IDBENCH=70974
IDSOLVER=658
FILE ID=tipi11/1821509-1242532347
PBS_JOBID=
Free space on /tmp= 9835 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 1807285582

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:       1928000 kB
Buffers:         18624 kB
Cached:          73868 kB
SwapCached:       5248 kB
Active:          58048 kB
Inactive:        46380 kB
HighTotal:     1178688 kB
HighFree:      1091268 kB
LowTotal:       895776 kB
LowFree:        836732 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           10408 kB
Writeback:           0 kB
AnonPages:       11132 kB
Mapped:           5024 kB
Slab:            32764 kB
PageTables:        420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9835 MiB
End job on tipi11 at 2009-05-17 05:53:22