Trace number 1821008

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 46.16 46.1793

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.15
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.65	c |         0 |   17622    82354 |      --       0       --      -- |     --   | -24915/-16896
0.62/0.65	c ==============================================================================
0.62/0.65	c Result  :   #vars: 1957   #clauses: 17622   #literals: 82354
0.62/0.65	c CPU time:   0.61 s
0.62/0.65	c ==============================================================================
0.62/0.68	This is MiniSat 2.0 beta
0.62/0.68	WARNING: for repeatability, setting FPU to use double precision
0.62/0.68	============================[ Problem Statistics ]=============================
0.62/0.68	|                                                                             |
0.62/0.68	|  Number of variables:  1957                                                 |
0.62/0.68	|  Number of clauses:    17622                                                |
0.62/0.69	|  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.71	|       101 |    1957    17622    82354 |     6461      101      8 |  0.000 % |
0.68/0.71	|       252 |    1957    17622    82354 |     7107      252     11 |  0.000 % |
0.68/0.72	|       477 |    1956    17622    82354 |     7818      476     12 |  0.051 % |
0.68/0.74	|       814 |    1956    17622    82354 |     8600      813     17 |  0.051 % |
0.68/0.75	|      1321 |    1953    17622    82354 |     9460     1319     15 |  0.204 % |
0.68/0.79	|      2080 |    1953    17532    82107 |    10406     2037     20 |  0.206 % |
0.68/0.84	|      3222 |    1952    17532    82107 |    11446     3178     25 |  0.256 % |
0.68/0.94	|      4930 |    1952    17470    81980 |    12591     4841     31 |  0.256 % |
1.12/1.12	|      7492 |    1952    17470    81980 |    13850     7403     35 |  0.256 % |
1.32/1.41	|     11336 |    1952    17470    81980 |    15235    11247     37 |  0.256 % |
2.01/2.06	|     17103 |    1951    17407    81854 |    16759     9208     56 |  0.307 % |
3.21/3.28	|     25754 |    1951    17407    81854 |    18435     9007     69 |  0.307 % |
5.01/5.07	|     38728 |    1950    17343    81527 |    20278    13365     65 |  0.358 % |
8.31/8.33	|     58189 |    1949    17343    81527 |    22306    12255     94 |  0.460 % |
12.61/12.65	|     87381 |    1946    17214    81045 |    24537    18911     79 |  0.562 % |
27.61/27.70	|    131170 |    1942    17081    80773 |    26990    12888     83 |  0.767 % |
46.10/46.17	===============================================================================
46.10/46.17	restarts              : 17
46.10/46.17	conflicts             : 190518         (4191 /sec)
46.10/46.17	decisions             : 398190         (1.69 % random) (8759 /sec)
46.10/46.17	propagations          : 19022460       (418444 /sec)
46.10/46.17	conflict literals     : 19683384       (27.59 % deleted)
46.10/46.17	Memory used           : 20.50 MB
46.10/46.17	CPU time              : 45.46 s
46.10/46.17	
46.10/46.17	UNSATISFIABLE
46.10/46.17	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-1821008-1242496086/watcher-1821008-1242496086 -o /tmp/evaluation-result-1821008-1242496086/solver-1821008-1242496086 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821008-1242496086.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/91 29785
/proc/meminfo: memFree=1473164/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2412 CPUtime=0
/proc/29785/stat : 29785 (SatELiteGTI) R 29783 29785 15108 0 -1 4194304 353 644 0 0 0 0 0 0 25 0 1 0 1014106740 2469888 276 4294967295 134512640 135169312 3217741824 3217740300 3085244276 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/29785/statm: 603 276 235 161 0 42 0
[pid=29789] ppid=29785 vsize=0 CPUtime=0
/proc/29789/stat : 29789 (SatELiteGTI) R 29785 29785 15108 0 -1 4194368 66 0 0 0 0 0 0 0 18 0 1 0 1014106741 0 0 4294967295 0 0 0 3217740452 3085244906 0 0 0 0 0 0 0 17 3 0 0 0
/proc/29789/statm: 0 0 0 0 0 0 0

[startup+0.057277 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29785
/proc/meminfo: memFree=1473164/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2412 CPUtime=0
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1014106740 2469888 276 4294967295 134512640 135169312 3217741824 3217740360 3085242094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29785/statm: 603 276 235 161 0 42 0
[pid=29789] ppid=29785 vsize=7352 CPUtime=0.06
/proc/29789/stat : 29789 (SatELite_releas) R 29785 29785 15108 0 -1 4202496 1746 0 0 0 5 1 0 0 18 0 1 0 1014106741 7528448 1597 4294967295 134512640 135223648 3217655760 3217653528 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29789/statm: 1838 1597 73 174 0 1663 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9764

[startup+0.117271 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29785
/proc/meminfo: memFree=1473164/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2412 CPUtime=0
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1014106740 2469888 276 4294967295 134512640 135169312 3217741824 3217740360 3085242094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29785/statm: 603 276 235 161 0 42 0
[pid=29789] ppid=29785 vsize=7352 CPUtime=0.12
/proc/29789/stat : 29789 (SatELite_releas) R 29785 29785 15108 0 -1 4202496 1748 0 0 0 10 2 0 0 18 0 1 0 1014106741 7528448 1599 4294967295 134512640 135223648 3217655760 3217653528 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29789/statm: 1838 1599 73 174 0 1663 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9764

[startup+0.317256 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29785
/proc/meminfo: memFree=1473164/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2412 CPUtime=0
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1014106740 2469888 276 4294967295 134512640 135169312 3217741824 3217740360 3085242094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29785/statm: 603 276 235 161 0 42 0
[pid=29789] ppid=29785 vsize=7652 CPUtime=0.32
/proc/29789/stat : 29789 (SatELite_releas) R 29785 29785 15108 0 -1 4202496 1843 0 0 0 29 3 0 0 18 0 1 0 1014106741 7835648 1694 4294967295 134512640 135223648 3217655760 3217653712 134564905 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29789/statm: 1913 1694 73 174 0 1738 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10064

[startup+0.717226 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29785
/proc/meminfo: memFree=1473164/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 2416

[startup+1.51716 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29791
/proc/meminfo: memFree=1466964/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=5424 CPUtime=0.84
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 1134 0 0 0 84 0 0 0 23 0 1 0 1014106809 5554176 1069 4294967295 134512640 135216011 3213077472 3213075824 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29791/statm: 1356 1069 71 172 0 1183 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 7840

[startup+3.11704 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29791
/proc/meminfo: memFree=1464608/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=8196 CPUtime=2.43
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 1820 0 0 0 243 0 0 0 25 0 1 0 1014106809 8392704 1755 4294967295 134512640 135216011 3213077472 3213075552 134524316 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29791/statm: 2049 1755 71 172 0 1876 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10612

[startup+6.31679 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29791
/proc/meminfo: memFree=1462300/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=9860 CPUtime=5.63
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 2232 0 0 0 563 0 0 0 25 0 1 0 1014106809 10096640 2167 4294967295 134512640 135216011 3213077472 3213075616 134537260 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29791/statm: 2465 2167 71 172 0 2292 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 12276

[startup+12.7163 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29792
/proc/meminfo: memFree=1459288/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=11708 CPUtime=12.03
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 2700 0 0 0 1203 0 0 0 25 0 1 0 1014106809 11988992 2635 4294967295 134512640 135216011 3213077472 3213075824 134527509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29791/statm: 2927 2635 71 172 0 2754 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 14124

[startup+25.5153 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449960/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=21080 CPUtime=24.83
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5037 0 0 0 2482 1 0 0 25 0 1 0 1014106809 21585920 4972 4294967295 134512640 135216011 3213077472 3213075616 134537240 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29791/statm: 5270 4972 71 172 0 5097 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 23496

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

[startup+38.3143 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449936/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=37.62
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 3761 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075936 134541701 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 38.3
Current children cumulated vsize (KiB) 23408

[startup+41.5141 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449960/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=40.82
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 4081 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075824 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 41.5
Current children cumulated vsize (KiB) 23408

[startup+44.7138 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449984/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=44.02
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 4401 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075824 134527419 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 44.7
Current children cumulated vsize (KiB) 23408

[startup+45.5138 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449984/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=44.82
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 4481 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075552 134524304 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 45.5
Current children cumulated vsize (KiB) 23408

[startup+45.9138 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1449984/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=45.22
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 4521 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075552 134524278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 45.9
Current children cumulated vsize (KiB) 23408

[startup+46.1137 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 29795
/proc/meminfo: memFree=1450000/2074464 swapFree=1952056/1959888
[pid=29785] ppid=29783 vsize=2416 CPUtime=0.68
/proc/29785/stat : 29785 (SatELiteGTI) S 29783 29785 15108 0 -1 4194304 385 2788 0 0 0 0 62 6 19 0 1 0 1014106740 2473984 277 4294967295 134512640 135169312 3217741824 3217738040 3085242094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29785/statm: 604 277 235 161 0 43 0
[pid=29791] ppid=29785 vsize=20992 CPUtime=45.42
/proc/29791/stat : 29791 (minisat_static) R 29785 29785 15108 0 -1 4202496 5038 0 0 0 4541 1 0 0 25 0 1 0 1014106809 21495808 4973 4294967295 134512640 135216011 3213077472 3213075824 134527755 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29791/statm: 5248 4973 71 172 0 5075 0
Current children cumulated CPU time (s) 46.1
Current children cumulated vsize (KiB) 23408

Child status: 20
Real time (s): 46.1793
CPU time (s): 46.16
CPU user time (s): 46.08
CPU system time (s): 0.08
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 23496

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 19:48:06
IDJOB=1821008
IDBENCH=70803
IDSOLVER=661
FILE ID=tipi24/1821008-1242496086
PBS_JOBID=
Free space on /tmp= 9984 MiB

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

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED= 1886307880

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1473040 kB
Buffers:         26268 kB
Cached:         494312 kB
SwapCached:       3828 kB
Active:          71524 kB
Inactive:       458436 kB
HighTotal:     1178688 kB
HighFree:       765072 kB
LowTotal:       895776 kB
LowFree:        707968 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            2240 kB
Writeback:           0 kB
AnonPages:        8804 kB
Mapped:           3272 kB
Slab:            62868 kB
PageTables:        560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9984 MiB
End job on tipi24 at 2009-05-16 19:48:53