Trace number 1821975

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 33.97 34.0491

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.17
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
0.90/0.97	c ==============================================================================
0.90/0.97	c |           |     ORIGINAL     |              LEARNT              |          |
0.90/0.97	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.90/0.97	c ==============================================================================
0.90/0.97	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
3.68/3.76	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
3.68/3.76	c ==============================================================================
3.68/3.76	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
3.68/3.76	c CPU time:   3.58 s
3.68/3.76	c ==============================================================================
3.88/3.94	This is MiniSat 2.0 beta
3.88/3.94	WARNING: for repeatability, setting FPU to use double precision
3.88/3.94	============================[ Problem Statistics ]=============================
3.88/3.94	|                                                                             |
3.88/3.94	|  Number of variables:  22541                                                |
3.88/3.94	|  Number of clauses:    104585                                               |
3.91/4.04	|  Parsing time:         0.08         s                                       |
3.91/4.05	============================[ Search Statistics ]==============================
3.91/4.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.91/4.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.91/4.05	===============================================================================
3.91/4.05	|         0 |   22541   104585   338143 |    34861        0    nan |  0.000 % |
3.91/4.07	|       100 |   22525   104585   338143 |    38347       95      4 |  0.164 % |
3.91/4.09	|       251 |   22525   104585   338143 |    42182      246      5 |  0.164 % |
3.91/4.12	|       476 |   22525   104585   338143 |    46400      471      6 |  0.164 % |
3.91/4.17	|       813 |   22511   104585   338143 |    51040      806      6 |  0.328 % |
3.91/4.22	|      1319 |   22509   104585   338143 |    56145     1311      7 |  0.337 % |
4.28/4.35	|      2078 |   22282   103411   333922 |    61759     2060      6 |  1.358 % |
4.38/4.50	|      3219 |   22237   103411   333922 |    67935     3198      6 |  1.681 % |
4.68/4.74	|      4927 |   22143   102173   329751 |    74729     4742      6 |  1.806 % |
4.88/4.99	|      7489 |   22137   102173   329751 |    82201     7303      6 |  1.846 % |
5.48/5.56	|     11337 |   21966   101061   325727 |    90422    10960      7 |  2.551 % |
6.48/6.52	|     17104 |   21846   100587   323889 |    99464    16657      7 |  3.274 % |
8.48/8.51	|     25753 |   21453    97970   315038 |   109410    24821      7 |  4.876 % |
10.87/10.96	|     38728 |   21312    97041   312032 |   120351    37567      8 |  5.452 % |
16.34/16.47	|     58189 |   20950    94678   303494 |   132387    56180      8 |  7.072 % |
26.44/26.51	|     87381 |   20458    91358   291999 |   145625    81658      9 |  9.547 % |
33.94/34.03	===============================================================================
33.94/34.03	restarts              : 16
33.94/34.03	conflicts             : 100326         (3343 /sec)
33.94/34.03	decisions             : 339333         (1.62 % random) (11307 /sec)
33.94/34.03	propagations          : 29166296       (971886 /sec)
33.94/34.03	conflict literals     : 1094163        (25.41 % deleted)
33.94/34.03	Memory used           : 15.23 MB
33.94/34.03	CPU time              : 30.01 s
33.94/34.03	
33.94/34.03	UNSATISFIABLE
33.94/34.04	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-1821975-1242584801/watcher-1821975-1242584801 -o /tmp/evaluation-result-1821975-1242584801/solver-1821975-1242584801 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821975-1242584801.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: 1.00 1.00 1.00 2/93 28446
/proc/meminfo: memFree=971220/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=952 CPUtime=0
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 144 0 0 0 0 0 0 0 25 0 1 0 1022981278 974848 81 4294967295 134512640 135223648 3215619552 3215618272 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 238 83 45 174 0 63 0

[startup+0.037065 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28446
/proc/meminfo: memFree=971220/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=13328 CPUtime=0.04
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 2585 0 0 0 3 1 0 0 25 0 1 0 1022981278 13647872 2375 4294967295 134512640 135223648 3215619552 3215618432 134543095 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 3332 2377 45 174 0 3157 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15744

[startup+0.117056 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28446
/proc/meminfo: memFree=971220/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=30024 CPUtime=0.12
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 6035 0 0 0 9 3 0 0 25 0 1 0 1022981278 30744576 5825 4294967295 134512640 135223648 3215619552 3215618136 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 7506 5825 47 174 0 7331 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 32440

[startup+0.317036 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28446
/proc/meminfo: memFree=971220/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=46624 CPUtime=0.32
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 10099 0 0 0 26 6 0 0 25 0 1 0 1022981278 47742976 9889 4294967295 134512640 135223648 3215619552 3215618504 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 11656 9889 47 174 0 11481 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 49040

[startup+0.716996 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28446
/proc/meminfo: memFree=971220/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=64980 CPUtime=0.7
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 14747 0 0 0 60 10 0 0 25 0 1 0 1022981278 66539520 14537 4294967295 134512640 135223648 3215619552 3215618504 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 16245 14537 47 174 0 16070 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 67396

[startup+1.51692 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28451
/proc/meminfo: memFree=903228/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=82232 CPUtime=1.5
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 20131 0 0 0 138 12 0 0 25 0 1 0 1022981278 84205568 18379 4294967295 134512640 135223648 3215619552 3215617552 134548963 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 20558 18379 73 174 0 20383 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 84648

[startup+3.11676 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28451
/proc/meminfo: memFree=893680/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2416 CPUtime=0
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1022981277 2473984 277 4294967295 134512640 135169312 3220812512 3220811048 3085393646 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28446/statm: 604 277 235 161 0 43 0
[pid=28450] ppid=28446 vsize=83648 CPUtime=3.08
/proc/28450/stat : 28450 (SatELite_releas) R 28446 28446 20977 0 -1 4202496 20505 0 0 0 294 14 0 0 25 0 1 0 1022981278 85655552 18627 4294967295 134512640 135223648 3215619552 3215617568 134586909 0 0 0 3 0 0 0 17 1 0 0 0
/proc/28450/statm: 20912 18627 73 174 0 20737 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86064

[startup+6.31645 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28452
/proc/meminfo: memFree=953448/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=9376 CPUtime=2.37
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 2183 0 0 0 236 1 0 0 25 0 1 0 1022981672 9601024 2118 4294967295 134512640 135213731 3217369072 3217367536 134524022 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 2344 2118 74 172 0 2170 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11796

[startup+12.7158 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28636
/proc/meminfo: memFree=950832/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=11380 CPUtime=8.75
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 2682 0 0 0 872 3 0 0 25 0 1 0 1022981672 11653120 2617 4294967295 134512640 135213731 3217369072 3217367392 134528673 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 2845 2617 74 172 0 2671 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13800

[startup+25.5146 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28638
/proc/meminfo: memFree=948140/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=14140 CPUtime=21.53
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3374 0 0 0 2150 3 0 0 25 0 1 0 1022981672 14479360 3309 4294967295 134512640 135213731 3217369072 3217367552 134530193 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3535 3309 74 172 0 3361 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 16560

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

[startup+28.7142 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28638
/proc/meminfo: memFree=947676/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=14672 CPUtime=24.73
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3505 0 0 0 2469 4 0 0 25 0 1 0 1022981672 15024128 3440 4294967295 134512640 135213731 3217369072 3217367552 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3668 3440 74 172 0 3494 0
Current children cumulated CPU time (s) 28.64
Current children cumulated vsize (KiB) 17092

[startup+31.9139 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28639
/proc/meminfo: memFree=946840/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=15332 CPUtime=27.93
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3682 0 0 0 2789 4 0 0 25 0 1 0 1022981672 15699968 3617 4294967295 134512640 135213731 3217369072 3217367552 134529917 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3833 3617 74 172 0 3659 0
Current children cumulated CPU time (s) 31.84
Current children cumulated vsize (KiB) 17752

[startup+32.7139 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28639
/proc/meminfo: memFree=946840/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=15464 CPUtime=28.73
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3711 0 0 0 2869 4 0 0 25 0 1 0 1022981672 15835136 3646 4294967295 134512640 135213731 3217369072 3217367552 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3866 3646 74 172 0 3692 0
Current children cumulated CPU time (s) 32.64
Current children cumulated vsize (KiB) 17884

[startup+33.5138 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28639
/proc/meminfo: memFree=946716/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=15596 CPUtime=29.53
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3749 0 0 0 2949 4 0 0 25 0 1 0 1022981672 15970304 3684 4294967295 134512640 135213731 3217369072 3217367552 134529968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3899 3684 74 172 0 3725 0
Current children cumulated CPU time (s) 33.44
Current children cumulated vsize (KiB) 18016

[startup+33.9137 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28639
/proc/meminfo: memFree=946716/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=15596 CPUtime=29.93
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3750 0 0 0 2989 4 0 0 25 0 1 0 1022981672 15970304 3685 4294967295 134512640 135213731 3217369072 3217367536 134523426 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3899 3685 74 172 0 3725 0
Current children cumulated CPU time (s) 33.84
Current children cumulated vsize (KiB) 18016

[startup+34.0137 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28639
/proc/meminfo: memFree=946520/2074464 swapFree=1951864/1959888
[pid=28446] ppid=28444 vsize=2420 CPUtime=3.91
/proc/28446/stat : 28446 (SatELiteGTI) S 28444 28446 20977 0 -1 4194304 385 23929 0 0 0 1 374 16 18 0 1 0 1022981277 2478080 278 4294967295 134512640 135169312 3220812512 3220808728 3085393646 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28446/statm: 605 278 235 161 0 44 0
[pid=28452] ppid=28446 vsize=15596 CPUtime=30.03
/proc/28452/stat : 28452 (minisat_static) R 28446 28446 20977 0 -1 4202496 3751 0 0 0 2999 4 0 0 25 0 1 0 1022981672 15970304 3686 4294967295 134512640 135213731 3217369072 3217367552 134530208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28452/statm: 3899 3686 74 172 0 3725 0
Current children cumulated CPU time (s) 33.94
Current children cumulated vsize (KiB) 18016

Child status: 20
Real time (s): 34.0491
CPU time (s): 33.97
CPU user time (s): 33.75
CPU system time (s): 0.22
CPU usage (%): 99.7677
Max. virtual memory (cumulated for all children) (KiB): 88044

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 20:26:41
IDJOB=1821975
IDBENCH=71758
IDSOLVER=662
FILE ID=tipi10/1821975-1242584801
PBS_JOBID=
Free space on /tmp= 3630 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821975-1242584801/watcher-1821975-1242584801 -o /tmp/evaluation-result-1821975-1242584801/solver-1821975-1242584801 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821975-1242584801.cnf -restarts=1

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED= 1529394052

Linux tipi10 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.367
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.367
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.367
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.367
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:        971236 kB
Buffers:         49132 kB
Cached:         938644 kB
SwapCached:       2732 kB
Active:         204972 kB
Inactive:       792700 kB
HighTotal:     1178688 kB
HighFree:       522680 kB
LowTotal:       895776 kB
LowFree:        448556 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:           10952 kB
Writeback:           0 kB
AnonPages:        9048 kB
Mapped:           3424 kB
Slab:            97320 kB
PageTables:        400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 3630 MiB
End job on tipi10 at 2009-05-17 20:27:16