Trace number 1820870

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 23.04 23.0388

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.51
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 |   42579    99351 |   12773       0        0     nan |  0.000 % |
0.62/0.66	c |         0 |   17622    82354 |      --       0       --      -- |     --   | -24915/-16896
0.62/0.66	c ==============================================================================
0.62/0.66	c Result  :   #vars: 1957   #clauses: 17622   #literals: 82354
0.62/0.66	c CPU time:   0.65 s
0.62/0.66	c ==============================================================================
0.62/0.69	This is MiniSat 2.0 beta
0.62/0.69	WARNING: for repeatability, setting FPU to use double precision
0.62/0.69	============================[ Problem Statistics ]=============================
0.62/0.69	|                                                                             |
0.62/0.69	|  Number of variables:  1957                                                 |
0.62/0.69	|  Number of clauses:    17622                                                |
0.62/0.70	|  Parsing time:         0.02         s                                       |
0.62/0.70	============================[ Search Statistics ]==============================
0.62/0.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.62/0.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.62/0.70	===============================================================================
0.62/0.70	|         0 |    1957    17622    82354 |     5874        0    nan |  0.000 % |
0.62/0.72	|       102 |    1957    17622    82354 |     6461      102      8 |  0.000 % |
0.69/0.73	|       254 |    1957    17622    82354 |     7107      254     10 |  0.000 % |
0.69/0.74	|       479 |    1957    17622    82354 |     7818      479     12 |  0.003 % |
0.69/0.75	|       816 |    1956    17622    82354 |     8600      815     15 |  0.051 % |
0.69/0.78	|      1322 |    1955    17493    82094 |     9460     1319     18 |  0.102 % |
0.69/0.81	|      2081 |    1955    17493    82094 |    10406     2078     27 |  0.105 % |
0.69/0.86	|      3220 |    1955    17493    82094 |    11446     3217     32 |  0.103 % |
0.69/0.99	|      4931 |    1955    17493    82094 |    12591     4928     42 |  0.103 % |
1.12/1.17	|      7493 |    1954    17426    81959 |    13850     7481     42 |  0.154 % |
1.42/1.51	|     11339 |    1954    17426    81959 |    15235    11327     50 |  0.154 % |
2.12/2.15	|     17105 |    1954    17426    81959 |    16759     9123     61 |  0.154 % |
3.43/3.42	|     25754 |    1952    17363    81782 |    18435     9378     64 |  0.256 % |
5.12/5.17	|     38731 |    1952    17363    81782 |    20278    13005     81 |  0.257 % |
8.62/8.69	|     58193 |    1951    17234    81188 |    22306    16468     94 |  0.307 % |
14.72/14.74	|     87385 |    1950    17170    81006 |    24537    11712    142 |  0.358 % |
23.03/23.03	===============================================================================
23.03/23.03	restarts              : 16
23.03/23.03	conflicts             : 124666         (5585 /sec)
23.03/23.03	decisions             : 277248         (1.65 % random) (12422 /sec)
23.03/23.03	propagations          : 11121213       (498262 /sec)
23.03/23.03	conflict literals     : 12109311       (17.00 % deleted)
23.03/23.03	Memory used           : 16.00 MB
23.03/23.03	CPU time              : 22.32 s
23.03/23.03	
23.03/23.03	UNSATISFIABLE
23.03/23.03	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-1820870-1242484238/watcher-1820870-1242484238 -o /tmp/evaluation-result-1820870-1242484238/solver-1820870-1242484238 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820870-1242484238.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.09 1.03 1.01 3/93 29738
/proc/meminfo: memFree=1151516/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2412 CPUtime=0
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 367 643 0 0 0 0 0 0 18 0 1 0 1012924873 2469888 276 4294967295 134512640 135169312 3214472416 3214470952 3085151982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29738/statm: 603 276 235 161 0 42 0
[pid=29742] ppid=29738 vsize=816 CPUtime=0
/proc/29742/stat : 29742 (SatELite_releas) R 29738 29738 20977 0 -1 4194304 69 0 0 0 0 0 0 0 18 0 1 0 1012924874 835584 5 4294967295 134512640 135223648 3220118064 3220118064 134512976 0 0 0 0 0 0 0 17 3 0 0 0
/proc/29742/statm: 205 16 10 174 0 30 0

[startup+0.105128 s]
/proc/loadavg: 1.09 1.03 1.01 3/93 29738
/proc/meminfo: memFree=1151516/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2412 CPUtime=0
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 367 643 0 0 0 0 0 0 18 0 1 0 1012924873 2469888 276 4294967295 134512640 135169312 3214472416 3214470952 3085151982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29738/statm: 603 276 235 161 0 42 0
[pid=29742] ppid=29738 vsize=7352 CPUtime=0.11
/proc/29742/stat : 29742 (SatELite_releas) R 29738 29738 20977 0 -1 4202496 1748 0 0 0 10 1 0 0 18 0 1 0 1012924874 7528448 1599 4294967295 134512640 135223648 3220118064 3220116080 134586971 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29742/statm: 1838 1599 73 174 0 1663 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9764

[startup+0.215117 s]
/proc/loadavg: 1.09 1.03 1.01 3/93 29738
/proc/meminfo: memFree=1151516/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2412 CPUtime=0
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 367 643 0 0 0 0 0 0 18 0 1 0 1012924873 2469888 276 4294967295 134512640 135169312 3214472416 3214470952 3085151982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29738/statm: 603 276 235 161 0 42 0
[pid=29742] ppid=29738 vsize=7520 CPUtime=0.22
/proc/29742/stat : 29742 (SatELite_releas) R 29738 29738 20977 0 -1 4202496 1795 0 0 0 21 1 0 0 18 0 1 0 1012924874 7700480 1646 4294967295 134512640 135223648 3220118064 3220116080 134586911 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29742/statm: 1880 1646 73 174 0 1705 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9932

[startup+0.315107 s]
/proc/loadavg: 1.09 1.03 1.01 3/93 29738
/proc/meminfo: memFree=1151516/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2412 CPUtime=0
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 367 643 0 0 0 0 0 0 18 0 1 0 1012924873 2469888 276 4294967295 134512640 135169312 3214472416 3214470952 3085151982 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/29738/statm: 603 276 235 161 0 42 0
[pid=29742] ppid=29738 vsize=7652 CPUtime=0.32
/proc/29742/stat : 29742 (SatELite_releas) R 29738 29738 20977 0 -1 4202496 1843 0 0 0 31 1 0 0 18 0 1 0 1012924874 7835648 1694 4294967295 134512640 135223648 3220118064 3220116064 134548993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29742/statm: 1913 1694 73 174 0 1738 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10064

[startup+0.725074 s]
/proc/loadavg: 1.09 1.03 1.01 3/93 29738
/proc/meminfo: memFree=1151516/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2416

[startup+1.51499 s]
/proc/loadavg: 1.09 1.03 1.01 2/95 29744
/proc/meminfo: memFree=1144540/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=5668 CPUtime=0.83
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 1197 0 0 0 82 1 0 0 19 0 1 0 1012924943 5804032 1132 4294967295 134512640 135216011 3220943712 3220942168 134528358 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 1417 1132 71 172 0 1244 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 8084

[startup+3.11484 s]
/proc/loadavg: 1.09 1.03 1.01 2/95 29744
/proc/meminfo: memFree=1141936/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=8080 CPUtime=2.43
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 1804 0 0 0 242 1 0 0 22 0 1 0 1012924943 8273920 1739 4294967295 134512640 135216011 3220943712 3220942064 134527376 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 2020 1739 71 172 0 1847 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 10496

[startup+6.31452 s]
/proc/loadavg: 1.08 1.03 1.00 2/95 29744
/proc/meminfo: memFree=1139952/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=9896 CPUtime=5.63
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 2240 0 0 0 562 1 0 0 25 0 1 0 1012924943 10133504 2175 4294967295 134512640 135216011 3220943712 3220942064 134527601 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 2474 2175 71 172 0 2301 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 12312

[startup+12.7139 s]
/proc/loadavg: 1.07 1.03 1.00 2/95 29744
/proc/meminfo: memFree=1136048/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=12944 CPUtime=12.03
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3015 0 0 0 1201 2 0 0 25 0 1 0 1012924943 13254656 2950 4294967295 134512640 135216011 3220943712 3220941792 134524310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 3236 2950 71 172 0 3063 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15360

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

[startup+12.8139 s]
/proc/loadavg: 1.07 1.03 1.00 2/95 29744
/proc/meminfo: memFree=1136048/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=12944 CPUtime=12.13
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3015 0 0 0 1211 2 0 0 25 0 1 0 1012924943 13254656 2950 4294967295 134512640 135216011 3220943712 3220942064 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 3236 2950 71 172 0 3063 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 15360

[startup+19.2233 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 29745
/proc/meminfo: memFree=1133724/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=15320 CPUtime=18.54
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3606 0 0 0 1851 3 0 0 25 0 1 0 1012924943 15687680 3541 4294967295 134512640 135216011 3220943712 3220941792 134524327 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 3830 3541 71 172 0 3657 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 17736

[startup+20.8231 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 29746
/proc/meminfo: memFree=1133724/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=16112 CPUtime=20.14
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3815 0 0 0 2011 3 0 0 25 0 1 0 1012924943 16498688 3750 4294967295 134512640 135216011 3220943712 3220941856 134537265 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 4028 3750 71 172 0 3855 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 18528

[startup+22.4229 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 29746
/proc/meminfo: memFree=1132856/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=16112 CPUtime=21.74
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3815 0 0 0 2171 3 0 0 25 0 1 0 1012924943 16498688 3750 4294967295 134512640 135216011 3220943712 3220942064 134527402 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 4028 3750 71 172 0 3855 0
Current children cumulated CPU time (s) 22.43
Current children cumulated vsize (KiB) 18528

[startup+22.8229 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 29746
/proc/meminfo: memFree=1132856/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=16112 CPUtime=22.14
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3815 0 0 0 2211 3 0 0 25 0 1 0 1012924943 16498688 3750 4294967295 134512640 135216011 3220943712 3220942064 134527518 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 4028 3750 71 172 0 3855 0
Current children cumulated CPU time (s) 22.83
Current children cumulated vsize (KiB) 18528

[startup+23.0229 s]
/proc/loadavg: 1.06 1.03 1.00 2/95 29746
/proc/meminfo: memFree=1132856/2074464 swapFree=1951864/1959888
[pid=29738] ppid=29736 vsize=2416 CPUtime=0.69
/proc/29738/stat : 29738 (SatELiteGTI) S 29736 29738 20977 0 -1 4194304 385 2784 0 0 0 0 68 1 16 0 1 0 1012924873 2473984 277 4294967295 134512640 135169312 3214472416 3214468632 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29738/statm: 604 277 235 161 0 43 0
[pid=29744] ppid=29738 vsize=16376 CPUtime=22.34
/proc/29744/stat : 29744 (minisat_static) R 29738 29738 20977 0 -1 4202496 3875 0 0 0 2231 3 0 0 25 0 1 0 1012924943 16769024 3810 4294967295 134512640 135216011 3220943712 3220942000 134523288 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29744/statm: 4094 3810 71 172 0 3921 0
Current children cumulated CPU time (s) 23.03
Current children cumulated vsize (KiB) 18792

Child status: 20
Real time (s): 23.0388
CPU time (s): 23.04
CPU user time (s): 23
CPU system time (s): 0.04
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 18792

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 16:30:38
IDJOB=1820870
IDBENCH=70756
IDSOLVER=661
FILE ID=tipi10/1820870-1242484238
PBS_JOBID=
Free space on /tmp= 4320 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820870-1242484238/watcher-1820870-1242484238 -o /tmp/evaluation-result-1820870-1242484238/solver-1820870-1242484238 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820870-1242484238.cnf

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED= 766291494

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:       1151516 kB
Buffers:         19584 kB
Cached:         797992 kB
SwapCached:       2724 kB
Active:         431572 kB
Inactive:       395820 kB
HighTotal:     1178688 kB
HighFree:       525964 kB
LowTotal:       895776 kB
LowFree:        625552 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            2440 kB
Writeback:           0 kB
AnonPages:        9208 kB
Mapped:           3264 kB
Slab:            86992 kB
PageTables:        476 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= 4320 MiB
End job on tipi10 at 2009-05-16 16:31:01