Trace number 1849558

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
minisat2 070721/coreUNSAT 48.4 48.3989

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.01/0.65	c |         0 |   17622    82354 |      --       0       --      -- |     --   | -24915/-16896
0.01/0.65	c ==============================================================================
0.01/0.65	c Result  :   #vars: 1957   #clauses: 17622   #literals: 82354
0.01/0.65	c CPU time:   0.62 s
0.01/0.65	c ==============================================================================
0.01/0.68	This is MiniSat 2.0 beta
0.01/0.68	WARNING: for repeatability, setting FPU to use double precision
0.01/0.68	============================[ Problem Statistics ]=============================
0.01/0.68	|                                                                             |
0.01/0.68	|  Number of variables:  1957                                                 |
0.01/0.68	|  Number of clauses:    17622                                                |
0.01/0.69	|  Parsing time:         0.01         s                                       |
0.01/0.69	============================[ Search Statistics ]==============================
0.01/0.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.69	===============================================================================
0.01/0.69	|         0 |    1957    17622    82354 |     5874        0    nan |  0.000 % |
0.01/0.70	|       101 |    1957    17622    82354 |     6461      101     11 |  0.000 % |
0.01/0.71	|       252 |    1957    17622    82354 |     7107      252     12 |  0.000 % |
0.69/0.71	|       477 |    1957    17622    82354 |     7818      477     17 |  0.000 % |
0.69/0.72	|       818 |    1957    17622    82354 |     8600      818     17 |  0.000 % |
0.69/0.74	|      1324 |    1957    17622    82354 |     9460     1324     18 |  0.000 % |
0.69/0.77	|      2084 |    1957    17622    82354 |    10406     2084     20 |  0.000 % |
0.69/0.81	|      3223 |    1956    17558    82226 |    11446     3221     26 |  0.051 % |
0.69/0.88	|      4933 |    1956    17558    82226 |    12591     4931     28 |  0.051 % |
1.02/1.04	|      7495 |    1956    17558    82226 |    13850     7493     41 |  0.051 % |
1.32/1.34	|     11344 |    1952    17466    81976 |    15235    11226     56 |  0.256 % |
1.92/1.91	|     17110 |    1952    17466    81976 |    16759     9224     76 |  0.256 % |
3.02/3.11	|     25761 |    1952    17466    81976 |    18435     9388     64 |  0.256 % |
4.82/4.90	|     38735 |    1952    17466    81976 |    20278    13033     92 |  0.256 % |
7.62/7.64	|     58201 |    1952    17466    81976 |    22306    12027     72 |  0.256 % |
12.02/12.05	|     87393 |    1952    17466    81976 |    24537    18412     99 |  0.256 % |
19.72/19.74	|    131183 |    1952    17466    81976 |    26990    12452    114 |  0.256 % |
32.02/32.10	|    196867 |    1951    17398    81840 |    29689    23448    104 |  0.307 % |
48.32/48.39	===============================================================================
48.32/48.39	restarts              : 18
48.32/48.39	conflicts             : 274209         (5747 /sec)
48.32/48.39	decisions             : 668813         (1.76 % random) (14018 /sec)
48.32/48.39	propagations          : 26876441       (563329 /sec)
48.32/48.39	conflict literals     : 31514157       (18.94 % deleted)
48.32/48.39	Memory used           : 22.25 MB
48.32/48.39	CPU time              : 47.71 s
48.32/48.39	
48.32/48.39	UNSATISFIABLE
48.32/48.39	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-1849558-1244839019/watcher-1849558-1244839019 -o /tmp/evaluation-result-1849558-1244839019/solver-1849558-1244839019 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849558-1244839019.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 22735
/proc/meminfo: memFree=1761336/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2416 CPUtime=0
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 81321469 2473984 272 4294967295 134512640 135169312 3213667360 3213664952 3086021550 0 0 4 65536 3222620697 0 0 17 0 0 0 0
/proc/22735/statm: 604 272 230 161 0 43 0
[pid=22736] ppid=22735 vsize=2416 CPUtime=0
/proc/22736/stat : 22736 (SatELiteGTI) S 22735 22735 17865 0 -1 4194368 144 142 0 0 0 0 0 0 19 0 1 0 81321469 2473984 142 4294967295 134512640 135169312 3213667360 3213663640 3085827822 0 65536 0 65538 3222381614 0 0 17 0 0 0 0
/proc/22736/statm: 604 142 99 161 0 43 0
[pid=22738] ppid=22736 vsize=1624 CPUtime=0.01
/proc/22738/stat : 22738 (sed) R 22736 22735 17865 0 -1 4194304 325 0 0 0 1 0 0 0 20 0 1 0 81321469 1662976 139 4294967295 134512640 134551412 3213878608 3213878244 3085605873 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22738/statm: 406 139 114 10 0 69 0

[startup+0.083881 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 22735
/proc/meminfo: memFree=1761336/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2416 CPUtime=0.01
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 81321469 2473984 277 4294967295 134512640 135169312 3213667360 3213665896 3085827822 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22735/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.113878 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 22735
/proc/meminfo: memFree=1761336/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2416 CPUtime=0.01
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 81321469 2473984 277 4294967295 134512640 135169312 3213667360 3213665896 3085827822 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22735/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.313862 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 22735
/proc/meminfo: memFree=1761336/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2416 CPUtime=0.01
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 367 647 0 0 0 0 1 0 18 0 1 0 81321469 2473984 277 4294967295 134512640 135169312 3213667360 3213665896 3085827822 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22735/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.71383 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 22735
/proc/meminfo: memFree=1761336/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2420

[startup+1.51376 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 22742
/proc/meminfo: memFree=1754764/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=6700 CPUtime=0.83
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 1456 0 0 0 83 0 0 0 20 0 1 0 81321537 6860800 1391 4294967295 134512640 135212939 3218342112 3218340288 134529321 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 1675 1391 76 171 0 1503 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9120

[startup+3.11364 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 22742
/proc/meminfo: memFree=1751664/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=8812 CPUtime=2.43
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 1997 0 0 0 243 0 0 0 25 0 1 0 81321537 9023488 1932 4294967295 134512640 135212939 3218342112 3218340576 134526726 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 2203 1932 76 171 0 2031 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11232

[startup+6.31337 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 22742
/proc/meminfo: memFree=1749140/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=11652 CPUtime=5.63
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 2704 0 0 0 563 0 0 0 25 0 1 0 81321537 11931648 2639 4294967295 134512640 135212939 3218342112 3218340576 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 2913 2639 76 171 0 2741 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 14072

[startup+12.7129 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 22743
/proc/meminfo: memFree=1743812/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=15744 CPUtime=12.03
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 3718 0 0 0 1203 0 0 0 25 0 1 0 81321537 16121856 3653 4294967295 134512640 135212939 3218342112 3218340576 134526757 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 3936 3653 76 171 0 3764 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 18164

[startup+25.5118 s]
/proc/loadavg: 1.28 1.06 1.02 3/93 22743
/proc/meminfo: memFree=1740312/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=19340 CPUtime=24.83
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 4624 0 0 0 2483 0 0 0 25 0 1 0 81321537 19804160 4559 4294967295 134512640 135212939 3218342112 3218340576 134526732 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 4835 4559 76 171 0 4663 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 21760

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

[startup+38.3108 s]
/proc/loadavg: 1.24 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1737428/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=37.63
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 3763 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340576 134526762 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 38.32
Current children cumulated vsize (KiB) 25196

[startup+44.7103 s]
/proc/loadavg: 1.20 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1736856/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=44.03
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 4403 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340288 134529407 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 44.72
Current children cumulated vsize (KiB) 25196

[startup+46.3101 s]
/proc/loadavg: 1.20 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1736840/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=45.63
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 4563 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340576 134526557 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 46.32
Current children cumulated vsize (KiB) 25196

[startup+47.1101 s]
/proc/loadavg: 1.20 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1736840/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=46.43
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 4643 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340352 134536480 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 47.12
Current children cumulated vsize (KiB) 25196

[startup+47.91 s]
/proc/loadavg: 1.20 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1736840/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=47.23
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 4723 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340288 134529376 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 47.92
Current children cumulated vsize (KiB) 25196

[startup+48.31 s]
/proc/loadavg: 1.20 1.06 1.02 3/93 22746
/proc/meminfo: memFree=1736840/2074464 swapFree=1959860/1959888
[pid=22735] ppid=22733 vsize=2420 CPUtime=0.69
/proc/22735/stat : 22735 (SatELiteGTI) S 22733 22735 17865 0 -1 4194304 386 2786 0 0 0 0 66 3 17 0 1 0 81321469 2478080 278 4294967295 134512640 135169312 3213667360 3213663576 3085827822 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22735/statm: 605 278 235 161 0 44 0
[pid=22741] ppid=22735 vsize=22776 CPUtime=47.63
/proc/22741/stat : 22741 (minisat_static) R 22735 22735 17865 0 -1 4202496 5464 0 0 0 4763 0 0 0 25 0 1 0 81321537 23322624 5399 4294967295 134512640 135212939 3218342112 3218340576 134526808 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22741/statm: 5694 5399 76 171 0 5522 0
Current children cumulated CPU time (s) 48.32
Current children cumulated vsize (KiB) 25196

Child status: 20
Real time (s): 48.3989
CPU time (s): 48.4
CPU user time (s): 48.37
CPU system time (s): 0.03
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 25196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.37
system time used= 0.03
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 178

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 22:36:59
IDJOB=1849558
IDBENCH=70756
IDSOLVER=690
FILE ID=tipi08/1849558-1244839019
PBS_JOBID=
Free space on /tmp= 15268 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849558-1244839019/watcher-1849558-1244839019 -o /tmp/evaluation-result-1849558-1244839019/solver-1849558-1244839019 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849558-1244839019.cnf

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED= 546942896

Linux tipi08 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.464
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.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
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.464
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.464
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:       1761336 kB
Buffers:         19004 kB
Cached:         233908 kB
SwapCached:          4 kB
Active:          59040 kB
Inactive:       205420 kB
HighTotal:     1178688 kB
HighFree:       943120 kB
LowTotal:       895776 kB
LowFree:        818216 kB
SwapTotal:     1959888 kB
SwapFree:      1959860 kB
Dirty:            2212 kB
Writeback:           0 kB
AnonPages:       11388 kB
Mapped:           5516 kB
Slab:            39768 kB
PageTables:        552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85840 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15268 MiB
End job on tipi08 at 2009-06-12 22:37:48