Trace number 1849454

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 23.17 23.2072

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.39
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c Parsing...
0.13/0.14	c ==============================================================================
0.13/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.13/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.13/0.14	c ==============================================================================
0.13/0.14	c |         0 |  161476   460214 |   48442       0        0     nan |  0.000 % |
1.43/1.42	c |         0 |  154193   474553 |      --       0       --      -- |     --   | -7234/14448
1.43/1.42	c ==============================================================================
1.43/1.42	c Result  :   #vars: 11514   #clauses: 154193   #literals: 474553
1.43/1.42	c CPU time:   1.41 s
1.43/1.42	c ==============================================================================
1.53/1.59	This is MiniSat 2.0 beta
1.53/1.59	WARNING: for repeatability, setting FPU to use double precision
1.53/1.59	============================[ Problem Statistics ]=============================
1.53/1.59	|                                                                             |
1.53/1.59	|  Number of variables:  11514                                                |
1.53/1.59	|  Number of clauses:    154193                                               |
1.59/1.68	|  Parsing time:         0.08         s                                       |
1.59/1.69	============================[ Search Statistics ]==============================
1.59/1.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.69	===============================================================================
1.59/1.69	|         0 |   11514   154193   474553 |    51397        0    nan |  0.000 % |
1.59/1.72	|       100 |   11514   154193   474553 |    56537      100     14 |  0.000 % |
1.59/1.77	|       250 |   11514   154193   474553 |    62191      250     33 |  0.000 % |
1.59/1.83	|       476 |   11514   154193   474553 |    68410      476     37 |  0.000 % |
1.59/1.90	|       814 |   11514   154193   474553 |    75251      814     44 |  0.000 % |
1.59/2.01	|      1321 |   11514   154193   474553 |    82776     1321     54 |  0.000 % |
2.13/2.17	|      2080 |   11514   154193   474553 |    91054     2080     53 |  0.000 % |
2.29/2.41	|      3220 |   11514   154193   474553 |   100159     3220     52 |  0.000 % |
2.79/2.86	|      4929 |   11514   154193   474553 |   110175     4929     64 |  0.000 % |
3.39/3.51	|      7491 |   11513   154162   474491 |   121193     7490     62 |  0.009 % |
4.59/4.65	|     11335 |   11513   154162   474491 |   133312    11334     62 |  0.009 % |
6.09/6.19	|     17101 |   11512   154128   474413 |   146643    17099     60 |  0.021 % |
8.89/8.99	|     25751 |   11512   154128   474413 |   161307    25749     55 |  0.017 % |
12.88/12.96	|     38725 |    8505    99278   324502 |   177438    16963     55 | 26.134 % |
18.78/18.85	|     58186 |    8505    99265   324476 |   195182    36423     56 | 26.133 % |
23.08/23.20	===============================================================================
23.08/23.20	restarts              : 15
23.08/23.20	conflicts             : 70571          (3276 /sec)
23.08/23.20	decisions             : 224284         (0.71 % random) (10412 /sec)
23.08/23.20	propagations          : 22031714       (1022828 /sec)
23.08/23.20	conflict literals     : 3725643        (53.91 % deleted)
23.08/23.20	Memory used           : 19.32 MB
23.08/23.20	CPU time              : 21.54 s
23.08/23.20	
23.08/23.20	UNSATISFIABLE
23.08/23.20	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-1849454-1244823217/watcher-1849454-1244823217 -o /tmp/evaluation-result-1849454-1244823217/solver-1849454-1244823217 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849454-1244823217.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 3619
/proc/meminfo: memFree=1836756/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=956 CPUtime=0
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 122 0 0 0 0 0 0 0 18 0 1 0 79746942 978944 58 4294967295 134512640 135223648 3219900928 3219899512 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 239 59 46 174 0 64 0

[startup+0.064824 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 3619
/proc/meminfo: memFree=1836756/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=6220 CPUtime=0.07
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 1350 0 0 0 5 2 0 0 18 0 1 0 79746942 6369280 1286 4294967295 134512640 135223648 3219900928 3219899648 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 1555 1286 46 174 0 1380 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8632

[startup+0.12482 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 3619
/proc/meminfo: memFree=1836756/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=11220 CPUtime=0.13
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 2568 0 0 0 11 2 0 0 18 0 1 0 79746942 11489280 2504 4294967295 134512640 135223648 3219900928 3219899768 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 2805 2508 47 174 0 2630 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13632

[startup+0.324805 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 3619
/proc/meminfo: memFree=1836756/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=16412 CPUtime=0.33
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 3979 0 0 0 31 2 0 0 18 0 1 0 79746942 16805888 3615 4294967295 134512640 135223648 3219900928 3219898944 134586742 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 4103 3615 73 174 0 3928 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 18824

[startup+0.724777 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 3619
/proc/meminfo: memFree=1836756/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=16864 CPUtime=0.73
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 4077 0 0 0 71 2 0 0 18 0 1 0 79746942 17268736 3713 4294967295 134512640 135223648 3219900928 3219898944 134586669 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 4216 3713 73 174 0 4041 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 19276

[startup+1.52472 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3624
/proc/meminfo: memFree=1822124/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2412 CPUtime=0
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 364 646 0 0 0 0 0 0 18 0 1 0 79746942 2469888 275 4294967295 134512640 135169312 3217760256 3217758792 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3619/statm: 603 275 235 161 0 42 0
[pid=3623] ppid=3619 vsize=16912 CPUtime=1.53
/proc/3623/stat : 3623 (SatELite_releas) R 3619 3619 18459 0 -1 4202496 4724 0 0 0 151 2 0 0 20 0 1 0 79746942 17317888 3738 4294967295 134512640 135223648 3219900928 3219897724 134734945 0 0 0 3 0 0 0 17 1 0 0 0
/proc/3623/statm: 4228 3738 73 174 0 4053 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 19324

[startup+3.1246 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3625
/proc/meminfo: memFree=1824604/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=11104 CPUtime=1.5
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 2669 0 0 0 148 2 0 0 20 0 1 0 79747101 11370496 2603 4294967295 134512640 135212939 3220515568 3220514032 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 2776 2603 76 171 0 2604 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13520

[startup+6.32438 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 3626
/proc/meminfo: memFree=1821040/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=14272 CPUtime=4.7
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 3452 0 0 0 468 2 0 0 25 0 1 0 79747101 14614528 3386 4294967295 134512640 135212939 3220515568 3220514032 134527098 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 3568 3386 76 171 0 3396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16688

[startup+12.7139 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1816464/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=17708 CPUtime=11.09
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4301 0 0 0 1106 3 0 0 25 0 1 0 79747101 18132992 4235 4294967295 134512640 135212939 3220515568 3220513744 134529658 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4427 4235 76 171 0 4255 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20124

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

[startup+19.1135 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1816368/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=18236 CPUtime=17.49
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4424 0 0 0 1746 3 0 0 25 0 1 0 79747101 18673664 4358 4294967295 134512640 135212939 3220515568 3220513744 134529346 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4559 4358 76 171 0 4387 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 20652

[startup+20.7134 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1815624/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=19388 CPUtime=19.09
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4689 0 0 0 1906 3 0 0 25 0 1 0 79747101 19853312 4623 4294967295 134512640 135212939 3220515568 3220514032 134526772 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4847 4623 76 171 0 4675 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 21804

[startup+22.3132 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1814788/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=19784 CPUtime=20.69
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4813 0 0 0 2066 3 0 0 25 0 1 0 79747101 20258816 4747 4294967295 134512640 135212939 3220515568 3220514032 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4946 4747 76 171 0 4774 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 22200

[startup+22.7132 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1814788/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=19784 CPUtime=21.09
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4814 0 0 0 2106 3 0 0 25 0 1 0 79747101 20258816 4748 4294967295 134512640 135212939 3220515568 3220513744 134529376 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4946 4748 76 171 0 4774 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (KiB) 22200

[startup+23.1132 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 3811
/proc/meminfo: memFree=1814664/2074464 swapFree=1959864/1959888
[pid=3619] ppid=3617 vsize=2416 CPUtime=1.59
/proc/3619/stat : 3619 (SatELiteGTI) S 3617 3619 18459 0 -1 4194304 384 5372 0 0 0 0 157 2 18 0 1 0 79746942 2473984 277 4294967295 134512640 135169312 3217760256 3217756472 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3619/statm: 604 277 235 161 0 43 0
[pid=3625] ppid=3619 vsize=19784 CPUtime=21.49
/proc/3625/stat : 3625 (minisat_static) R 3619 3619 18459 0 -1 4202496 4814 0 0 0 2146 3 0 0 25 0 1 0 79747101 20258816 4748 4294967295 134512640 135212939 3220515568 3220513808 134536559 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3625/statm: 4946 4748 76 171 0 4774 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 22200

Child status: 20
Real time (s): 23.2072
CPU time (s): 23.17
CPU user time (s): 23.11
CPU system time (s): 0.06
CPU usage (%): 99.8397
Max. virtual memory (cumulated for all children) (KiB): 22200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.11
system time used= 0.06
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10854
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= 18
involuntary context switches= 194

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 18:13:37
IDJOB=1849454
IDBENCH=71731
IDSOLVER=690
FILE ID=tipi06/1849454-1244823217
PBS_JOBID=
Free space on /tmp= 15529 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849454-1244823217/watcher-1849454-1244823217 -o /tmp/evaluation-result-1849454-1244823217/solver-1849454-1244823217 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849454-1244823217.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED= 38771925

Linux tipi06 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.76

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.76


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1837144 kB
Buffers:         14484 kB
Cached:         157900 kB
SwapCached:         24 kB
Active:          34020 kB
Inactive:       149500 kB
HighTotal:     1178688 kB
HighFree:      1061436 kB
LowTotal:       895776 kB
LowFree:        775708 kB
SwapTotal:     1959888 kB
SwapFree:      1959864 kB
Dirty:            4528 kB
Writeback:           0 kB
AnonPages:       11220 kB
Mapped:           5292 kB
Slab:            44936 kB
PageTables:        460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85608 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15529 MiB
End job on tipi06 at 2009-06-12 18:14:00