Trace number 1820727

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
APTUSAT 2009-03-22UNSAT 84.51 84.508

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.75
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   48182   122630 |   14454       0        0     nan |  0.000 % |
0.33/0.38	c |         0 |   22536    72394 |      --       0       --      -- |     --   | -25100/-48787
0.33/0.38	c ==============================================================================
0.33/0.38	c Result  :   #vars: 4673   #clauses: 22536   #literals: 72394
0.33/0.38	c CPU time:   0.37 s
0.33/0.38	c ==============================================================================
0.33/0.40	This is MiniSat 2.0 beta
0.33/0.40	WARNING: for repeatability, setting FPU to use double precision
0.33/0.40	============================[ Problem Statistics ]=============================
0.33/0.40	|                                                                             |
0.33/0.40	|  Number of variables:  4673                                                 |
0.33/0.40	|  Number of clauses:    22536                                                |
0.41/0.42	|  Parsing time:         0.02         s                                       |
0.41/0.42	============================[ Search Statistics ]==============================
0.41/0.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.41/0.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.41/0.42	===============================================================================
0.41/0.42	|         0 |    4673    22536    72394 |     7512        0    nan |  0.000 % |
0.41/0.43	|       100 |    4670    22536    72394 |     8263       99      7 |  0.087 % |
0.41/0.44	|       250 |    4669    22536    72394 |     9089      247      7 |  0.128 % |
0.41/0.46	|       476 |    4667    22488    72227 |     9998      473      9 |  0.128 % |
0.41/0.49	|       813 |    4667    22488    72227 |    10998      810     10 |  0.129 % |
0.41/0.55	|      1320 |    4667    22488    72227 |    12098     1317     18 |  0.128 % |
0.41/0.61	|      2079 |    4667    22488    72227 |    13307     2076     18 |  0.128 % |
0.41/0.72	|      3218 |    4655    22372    71925 |    14638     3190     19 |  0.385 % |
0.41/0.88	|      4928 |    4655    22372    71925 |    16102     4900     18 |  0.385 % |
1.22/1.22	|      7490 |    4655    22372    71925 |    17712     7462     23 |  0.385 % |
1.92/1.94	|     11334 |    4654    22364    71895 |    19484    11304     22 |  0.408 % |
2.82/2.83	|     17101 |    4642    22183    71455 |    21432    14263     25 |  0.663 % |
4.92/4.92	|     25751 |    4642    22183    71455 |    23575    11928     16 |  0.663 % |
7.62/7.69	|     38725 |    4639    22171    71417 |    25933    12611     30 |  0.728 % |
12.92/12.93	|     58186 |    4636    22136    71328 |    28526    17673     37 |  0.792 % |
21.12/21.21	|     87380 |    4630    22095    71154 |    31379    17335     33 |  0.920 % |
38.21/38.22	|    131169 |    4629    22087    71124 |    34517    28863     37 |  0.942 % |
61.81/61.90	|    196853 |    4157    19163    61391 |    37969    28021     24 | 11.042 % |
84.41/84.50	===============================================================================
84.41/84.50	restarts              : 18
84.41/84.50	conflicts             : 247936         (2950 /sec)
84.41/84.50	decisions             : 384957         (1.48 % random) (4580 /sec)
84.41/84.50	propagations          : 75928562       (903374 /sec)
84.41/84.50	conflict literals     : 7786681        (37.20 % deleted)
84.41/84.50	Memory used           : 10.96 MB
84.41/84.50	CPU time              : 84.05 s
84.41/84.50	
84.41/84.50	UNSATISFIABLE
84.41/84.50	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-1820727-1242471541/watcher-1820727-1242471541 -o /tmp/evaluation-result-1820727-1242471541/solver-1820727-1242471541 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820727-1242471541.cnf -restarts=1 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 9977
/proc/meminfo: memFree=1632840/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2416 CPUtime=0.01
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1011654919 2473984 277 4294967295 134512640 135169312 3220310624 3220309160 3085205230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9977/statm: 604 277 235 161 0 43 0
[pid=9981] ppid=9977 vsize=952 CPUtime=0
/proc/9981/stat : 9981 (SatELite_releas) R 9977 9977 10114 0 -1 4202496 118 0 0 0 0 0 0 0 20 0 1 0 1011654919 974848 54 4294967295 134512640 135223648 3221033744 3221032676 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9981/statm: 238 58 47 174 0 63 0

[startup+0.12029 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 9977
/proc/meminfo: memFree=1632840/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2416 CPUtime=0.01
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1011654919 2473984 277 4294967295 134512640 135169312 3220310624 3220309160 3085205230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9977/statm: 604 277 235 161 0 43 0
[pid=9981] ppid=9977 vsize=7924 CPUtime=0.12
/proc/9981/stat : 9981 (SatELite_releas) R 9977 9977 10114 0 -1 4202496 1922 0 0 0 11 1 0 0 21 0 1 0 1011654919 8114176 1761 4294967295 134512640 135223648 3221033744 3221031640 134716611 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9981/statm: 1981 1761 73 174 0 1806 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10340

[startup+0.220285 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 9977
/proc/meminfo: memFree=1632840/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2416 CPUtime=0.01
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1011654919 2473984 277 4294967295 134512640 135169312 3220310624 3220309160 3085205230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9977/statm: 604 277 235 161 0 43 0
[pid=9981] ppid=9977 vsize=8232 CPUtime=0.22
/proc/9981/stat : 9981 (SatELite_releas) R 9977 9977 10114 0 -1 4202496 1985 0 0 0 21 1 0 0 21 0 1 0 1011654919 8429568 1824 4294967295 134512640 135223648 3221033744 3221031760 134586982 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9981/statm: 2058 1824 73 174 0 1883 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10648

[startup+0.32028 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 9977
/proc/meminfo: memFree=1632840/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2416 CPUtime=0.01
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1011654919 2473984 277 4294967295 134512640 135169312 3220310624 3220309160 3085205230 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9977/statm: 604 277 235 161 0 43 0
[pid=9981] ppid=9977 vsize=8232 CPUtime=0.32
/proc/9981/stat : 9981 (SatELite_releas) R 9977 9977 10114 0 -1 4202496 2037 0 0 0 31 1 0 0 21 0 1 0 1011654919 8429568 1828 4294967295 134512640 135223648 3221033744 3221031760 134586715 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9981/statm: 2058 1828 73 174 0 1883 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10648

[startup+0.720268 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 9977
/proc/meminfo: memFree=1632840/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2420

[startup+1.52022 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 9983
/proc/meminfo: memFree=1628096/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=4396 CPUtime=1.11
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 888 0 0 0 110 1 0 0 20 0 1 0 1011654960 4501504 823 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 1099 823 73 172 0 925 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 6816

[startup+3.12014 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 9983
/proc/meminfo: memFree=1627724/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=5372 CPUtime=2.71
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 1140 0 0 0 270 1 0 0 25 0 1 0 1011654960 5500928 1075 4294967295 134512640 135213731 3218012304 3218010784 134530034 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 1343 1075 73 172 0 1169 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 7792

[startup+6.31999 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 9984
/proc/meminfo: memFree=1626268/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=6092 CPUtime=5.91
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 1314 0 0 0 590 1 0 0 25 0 1 0 1011654960 6238208 1249 4294967295 134512640 135213731 3218012304 3218010784 134530110 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 1523 1249 73 172 0 1349 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8512

[startup+12.7197 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 9984
/proc/meminfo: memFree=1623820/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=8336 CPUtime=12.31
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 1865 0 0 0 1230 1 0 0 25 0 1 0 1011654960 8536064 1800 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2084 1800 73 172 0 1910 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 10756

[startup+25.5191 s]
/proc/loadavg: 0.95 0.98 0.99 2/95 9984
/proc/meminfo: memFree=1622940/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=9424 CPUtime=25.11
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2137 0 0 0 2510 1 0 0 25 0 1 0 1011654960 9650176 2072 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2356 2072 73 172 0 2182 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 11844

[startup+51.1078 s]
/proc/loadavg: 0.96 0.98 0.99 2/95 10172
/proc/meminfo: memFree=1621544/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=10484 CPUtime=50.7
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2395 0 0 0 5066 4 0 0 25 0 1 0 1011654960 10735616 2330 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2621 2330 73 172 0 2447 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 12904

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

[startup+51.2078 s]
/proc/loadavg: 0.96 0.98 0.99 2/95 10172
/proc/meminfo: memFree=1621544/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=10484 CPUtime=50.8
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2395 0 0 0 5076 4 0 0 25 0 1 0 1011654960 10735616 2330 4294967295 134512640 135213731 3218012304 3218010784 134530193 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2621 2330 73 172 0 2447 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 12904

[startup+64.0072 s]
/proc/loadavg: 0.97 0.98 0.99 2/95 10174
/proc/meminfo: memFree=1621660/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=10764 CPUtime=63.6
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2454 0 0 0 6356 4 0 0 25 0 1 0 1011654960 11022336 2389 4294967295 134512640 135213731 3218012304 3218010496 134527072 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2691 2389 73 172 0 2517 0
Current children cumulated CPU time (s) 64.01
Current children cumulated vsize (KiB) 13184

[startup+76.8066 s]
/proc/loadavg: 0.97 0.98 0.99 2/95 10175
/proc/meminfo: memFree=1621724/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11060 CPUtime=76.4
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2529 0 0 0 7636 4 0 0 25 0 1 0 1011654960 11325440 2464 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2765 2464 73 172 0 2591 0
Current children cumulated CPU time (s) 76.81
Current children cumulated vsize (KiB) 13480

[startup+80.0064 s]
/proc/loadavg: 0.97 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621360/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11220 CPUtime=79.6
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2563 0 0 0 7956 4 0 0 25 0 1 0 1011654960 11489280 2498 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2805 2498 73 172 0 2631 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (KiB) 13640

[startup+81.6063 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621236/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11220 CPUtime=81.2
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2564 0 0 0 8116 4 0 0 25 0 1 0 1011654960 11489280 2499 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2805 2499 73 172 0 2631 0
Current children cumulated CPU time (s) 81.61
Current children cumulated vsize (KiB) 13640

[startup+83.2063 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621236/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11220 CPUtime=82.8
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2564 0 0 0 8276 4 0 0 25 0 1 0 1011654960 11489280 2499 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2805 2499 73 172 0 2631 0
Current children cumulated CPU time (s) 83.21
Current children cumulated vsize (KiB) 13640

[startup+84.0062 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621236/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11220 CPUtime=83.6
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2564 0 0 0 8356 4 0 0 25 0 1 0 1011654960 11489280 2499 4294967295 134512640 135213731 3218012304 3218010784 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2805 2499 73 172 0 2631 0
Current children cumulated CPU time (s) 84.01
Current children cumulated vsize (KiB) 13640

[startup+84.4062 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621236/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2420 CPUtime=0.41
/proc/9977/stat : 9977 (SatELiteGTI) S 9975 9977 10114 0 -1 4194304 386 2817 0 0 0 1 39 1 15 0 1 0 1011654919 2478080 278 4294967295 134512640 135169312 3220310624 3220306840 3085205230 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9977/statm: 605 278 235 161 0 44 0
[pid=9983] ppid=9977 vsize=11220 CPUtime=84
/proc/9983/stat : 9983 (minisat_static) R 9977 9977 10114 0 -1 4202496 2564 0 0 0 8396 4 0 0 25 0 1 0 1011654960 11489280 2499 4294967295 134512640 135213731 3218012304 3218010704 134524386 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9983/statm: 2805 2499 73 172 0 2631 0
Current children cumulated CPU time (s) 84.41
Current children cumulated vsize (KiB) 13640

[startup+84.5062 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10176
/proc/meminfo: memFree=1621236/2074464 swapFree=1950884/1959888
[pid=9977] ppid=9975 vsize=2936 CPUtime=84.5
/proc/9977/stat : 9977 (SatELiteGTI) R 9975 9977 10114 0 -1 4194304 469 5395 0 0 0 1 8444 5 18 0 1 0 1011654919 3006464 346 4294967295 134512640 135169312 3220310624 3220306176 134784245 0 0 4 65536 0 0 0 17 0 0 0 0
/proc/9977/statm: 734 346 237 161 0 173 0
Current children cumulated CPU time (s) 84.5
Current children cumulated vsize (KiB) 2936

Child status: 20
Real time (s): 84.508
CPU time (s): 84.51
CPU user time (s): 84.44
CPU system time (s): 0.07
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 13640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.44
system time used= 0.07
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6056
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= 19
involuntary context switches= 102

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 12:59:01
IDJOB=1820727
IDBENCH=69566
IDSOLVER=662
FILE ID=tipi13/1820727-1242471541
PBS_JOBID=
Free space on /tmp= 7406 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820727-1242471541/watcher-1820727-1242471541 -o /tmp/evaluation-result-1820727-1242471541/solver-1820727-1242471541 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820727-1242471541.cnf -restarts=1

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED= 1903231969

Linux tipi13 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.475
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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:       1632848 kB
Buffers:         34740 kB
Cached:         315196 kB
SwapCached:       3452 kB
Active:         222776 kB
Inactive:       136500 kB
HighTotal:     1178688 kB
HighFree:       887828 kB
LowTotal:       895776 kB
LowFree:        745020 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            2416 kB
Writeback:           0 kB
AnonPages:        8676 kB
Mapped:           3024 kB
Slab:            74056 kB
PageTables:        416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7406 MiB
End job on tipi13 at 2009-05-16 13:00:26