Trace number 1820721

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
APTUSAT 2009-03-22UNSAT 2.74 2.7572

General information on the benchmark

Namecmu-bmc-barrel6.cnf
MD5SUMcc87f90bf08e13838e59f0f2639db121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.61
Satisfiable
(Un)Satisfiability was proved
Number of variables2306
Number of clauses8931
Sum of the clauses size24664
Maximum clause length217
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22629
Number of clauses of size 36048
Number of clauses of size 4252
Number of clauses of size 50
Number of clauses of size over 52

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    8931    24664 |    2679       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    4529    23682 |      --       0       --      -- |     --   | -4402/-982
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 600   #clauses: 4529   #literals: 23682
0.00/0.06	c CPU time:   0.06 s
0.00/0.06	c ==============================================================================
0.00/0.08	This is MiniSat 2.0 beta
0.00/0.08	WARNING: for repeatability, setting FPU to use double precision
0.00/0.08	============================[ Problem Statistics ]=============================
0.00/0.08	|                                                                             |
0.00/0.08	|  Number of variables:  600                                                  |
0.00/0.08	|  Number of clauses:    4529                                                 |
0.00/0.08	|  Parsing time:         0.00         s                                       |
0.00/0.08	============================[ Search Statistics ]==============================
0.00/0.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.08	===============================================================================
0.00/0.08	|         0 |     600     4529    23682 |     1509        0    nan |  0.000 % |
0.00/0.08	|       100 |     595     4529    23682 |     1660       93     33 |  1.171 % |
0.00/0.09	|       250 |     594     4529    23682 |     1826      242     41 |  1.337 % |
0.00/0.10	|       476 |     589     4498    23588 |     2009      438     47 |  2.167 % |
0.07/0.13	|       814 |     588     4498    23588 |     2210      775     46 |  2.337 % |
0.07/0.17	|      1320 |     585     4434    23276 |     2431     1196     51 |  2.504 % |
0.07/0.22	|      2080 |     584     4434    23276 |     2674     1955     54 |  2.671 % |
0.07/0.32	|      3219 |     581     4421    23234 |     2941     1614     53 |  3.171 % |
0.07/0.47	|      4927 |     577     4378    23040 |     3236     1717     51 |  3.834 % |
0.07/0.69	|      7491 |     572     4297    22670 |     3559     2480     44 |  4.667 % |
0.07/1.03	|     11335 |     568     4222    22290 |     3915     2584     37 |  5.338 % |
1.41/1.50	|     17101 |     566     4192    22138 |     4307     2171     36 |  5.838 % |
2.11/2.18	|     25750 |     547     3768    19804 |     4737     3861     39 |  8.837 % |
2.71/2.75	===============================================================================
2.71/2.75	restarts              : 13
2.71/2.75	conflicts             : 32610          (12213 /sec)
2.71/2.75	decisions             : 42699          (0.87 % random) (15992 /sec)
2.71/2.75	propagations          : 3468735        (1299152 /sec)
2.71/2.75	conflict literals     : 1293560        (58.50 % deleted)
2.71/2.75	Memory used           : 3.02 MB
2.71/2.75	CPU time              : 2.67 s
2.71/2.75	
2.71/2.75	UNSATISFIABLE
2.71/2.75	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-1820721-1242471465/watcher-1820721-1242471465 -o /tmp/evaluation-result-1820721-1242471465/solver-1820721-1242471465 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820721-1242471465.cnf -restarts=1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.02 0.99 3/91 9212
/proc/meminfo: memFree=1636264/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2412 CPUtime=0
/proc/9212/stat : 9212 (SatELiteGTI) R 9210 9212 9090 0 -1 4194304 354 649 0 0 0 0 0 0 25 0 1 0 1011646812 2469888 277 4294967295 134512640 135169312 3215031648 3215030124 3085186932 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/9212/statm: 603 277 235 161 0 42 0
[pid=9216] ppid=9212 vsize=2412 CPUtime=0
/proc/9216/stat : 9216 (SatELiteGTI) R 9212 9212 9090 0 -1 4194368 65 0 0 0 0 0 0 0 18 0 1 0 1011646812 2469888 95 4294967295 134512640 135169312 3215031648 3215030276 3085187562 0 0 0 0 0 0 0 17 0 0 0 0
/proc/9216/statm: 0 0 0 0 0 0 0

[startup+0.118887 s]
/proc/loadavg: 0.94 1.02 0.99 3/91 9212
/proc/meminfo: memFree=1636264/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2416

[startup+0.218881 s]
/proc/loadavg: 0.94 1.02 0.99 3/91 9212
/proc/meminfo: memFree=1636264/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2416

[startup+0.318877 s]
/proc/loadavg: 0.94 1.02 0.99 3/91 9212
/proc/meminfo: memFree=1636264/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2416

[startup+0.718857 s]
/proc/loadavg: 0.94 1.02 0.99 3/91 9212
/proc/meminfo: memFree=1636264/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2416

[startup+1.51882 s]
/proc/loadavg: 0.94 1.02 0.99 2/93 9218
/proc/meminfo: memFree=1635148/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
[pid=9218] ppid=9212 vsize=2960 CPUtime=1.44
/proc/9218/stat : 9218 (minisat_static) R 9212 9212 9090 0 -1 4202496 462 0 0 0 144 0 0 0 25 0 1 0 1011646819 3031040 397 4294967295 134512640 135213731 3215224288 3215222768 134529987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9218/statm: 740 397 73 172 0 566 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 5376

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

[startup+1.61881 s]
/proc/loadavg: 0.94 1.02 0.99 2/93 9218
/proc/meminfo: memFree=1635148/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
[pid=9218] ppid=9212 vsize=2960 CPUtime=1.54
/proc/9218/stat : 9218 (minisat_static) R 9212 9212 9090 0 -1 4202496 462 0 0 0 154 0 0 0 25 0 1 0 1011646819 3031040 397 4294967295 134512640 135213731 3215224288 3215222768 134530193 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9218/statm: 740 397 73 172 0 566 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 5376

[startup+2.41877 s]
/proc/loadavg: 0.95 1.02 0.99 2/93 9218
/proc/meminfo: memFree=1634900/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
[pid=9218] ppid=9212 vsize=3092 CPUtime=2.34
/proc/9218/stat : 9218 (minisat_static) R 9212 9212 9090 0 -1 4202496 508 0 0 0 234 0 0 0 25 0 1 0 1011646819 3166208 443 4294967295 134512640 135213731 3215224288 3215222768 134530034 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9218/statm: 773 443 73 172 0 599 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 5508

[startup+2.61877 s]
/proc/loadavg: 0.95 1.02 0.99 2/93 9218
/proc/meminfo: memFree=1634900/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
[pid=9218] ppid=9212 vsize=3092 CPUtime=2.54
/proc/9218/stat : 9218 (minisat_static) R 9212 9212 9090 0 -1 4202496 508 0 0 0 254 0 0 0 25 0 1 0 1011646819 3166208 443 4294967295 134512640 135213731 3215224288 3215222768 134529984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9218/statm: 773 443 73 172 0 599 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 5508

[startup+2.71876 s]
/proc/loadavg: 0.95 1.02 0.99 2/93 9218
/proc/meminfo: memFree=1634900/2074464 swapFree=1953004/1959888
[pid=9212] ppid=9210 vsize=2416 CPUtime=0.07
/proc/9212/stat : 9212 (SatELiteGTI) S 9210 9212 9090 0 -1 4194304 386 1131 0 0 0 0 7 0 25 0 1 0 1011646812 2473984 278 4294967295 134512640 135169312 3215031648 3215027864 3085184750 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/9212/statm: 604 278 235 161 0 43 0
[pid=9218] ppid=9212 vsize=3092 CPUtime=2.64
/proc/9218/stat : 9218 (minisat_static) R 9212 9212 9090 0 -1 4202496 508 0 0 0 264 0 0 0 25 0 1 0 1011646819 3166208 443 4294967295 134512640 135213731 3215224288 3215222768 134529987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9218/statm: 773 443 73 172 0 599 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 5508

Child status: 20
Real time (s): 2.7572
CPU time (s): 2.74
CPU user time (s): 2.74
CPU system time (s): 0
CPU usage (%): 99.3761
Max. virtual memory (cumulated for all children) (KiB): 5508

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 12:57:45
IDJOB=1820721
IDBENCH=69564
IDSOLVER=662
FILE ID=tipi19/1820721-1242471465
PBS_JOBID=
Free space on /tmp= 9477 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-barrel6.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820721-1242471465/watcher-1820721-1242471465 -o /tmp/evaluation-result-1820721-1242471465/solver-1820721-1242471465 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820721-1242471465.cnf -restarts=1

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

MD5SUM BENCH= cc87f90bf08e13838e59f0f2639db121
RANDOM SEED= 1997557935

Linux tipi19 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.426
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.426
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.426
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.426
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:       1636264 kB
Buffers:         15852 kB
Cached:         341592 kB
SwapCached:       2992 kB
Active:          29720 kB
Inactive:       337300 kB
HighTotal:     1178688 kB
HighFree:       914020 kB
LowTotal:       895776 kB
LowFree:        722244 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:        8856 kB
Mapped:           3316 kB
Slab:            62684 kB
PageTables:        616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87784 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9477 MiB
End job on tipi19 at 2009-05-16 12:57:48