Trace number 1797729

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
IUT_BMB_SIM 1.0UNSAT 5.54715 5.5542

General information on the benchmark

Nameeen-tip-uns-nusmv-t5.B.cnf
MD5SUM5a0032960b52c5fb367771f030675e6c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58776
Satisfiable
(Un)Satisfiability was proved
Number of variables59265
Number of clauses170983
Sum of the clauses size413505
Maximum clause length23
Minimum clause length1
Number of clauses of size 123
Number of clauses of size 299418
Number of clauses of size 371541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
2.39/2.40	This is MiniSat 2.0 beta
2.39/2.40	WARNING: for repeatability, setting FPU to use double precision
2.39/2.40	============================[ Problem Statistics ]=============================
2.39/2.40	|                                                                             |
2.39/2.40	|  Number of variables:  59265                                                |
2.39/2.40	|  Number of clauses:    143248                                               |
2.39/2.49	|  Parsing time:         0.08         s                                       |
2.39/2.49	============================[ Search Statistics ]==============================
2.39/2.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.49	===============================================================================
2.39/2.49	|         0 |   59265   136956   327709 |    45652        0    nan |  0.000 % |
2.39/2.54	|       100 |   59252   136956   327709 |    50217       96      4 |  0.027 % |
2.39/2.65	|       250 |   59229   136812   327395 |    55238      243      6 |  0.061 % |
2.39/2.85	|       475 |   59208   136795   327361 |    60762      447      7 |  0.096 % |
2.39/3.04	|       814 |   59201   136712   327195 |    66839      783      6 |  0.132 % |
3.38/3.49	|      1320 |   59170   136592   326928 |    73523     1275      5 |  0.317 % |
4.18/4.23	|      2080 |   58885   135518   324474 |    80875     2019      8 |  0.643 % |
5.27/5.36	===============================================================================
5.27/5.36	restarts              : 7
5.27/5.36	conflicts             : 3144           (1067 /sec)
5.27/5.36	decisions             : 34973          (1.59 % random) (11869 /sec)
5.27/5.36	propagations          : 7681746        (2607029 /sec)
5.27/5.36	conflict literals     : 31691          (38.40 % deleted)
5.27/5.36	Memory used           : 10.98 MB
5.27/5.36	CPU time              : 2.94655 s
5.27/5.36	
5.27/5.36	UNSATISFIABLE
5.27/5.37	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797729-1242089453/watcher-1797729-1242089453 -o /tmp/evaluation-result-1797729-1242089453/solver-1797729-1242089453 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797729-1242089453.cnf HOME 

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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3049
/proc/meminfo: memFree=1548152/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=3288 CPUtime=0
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 236978618 3366912 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 822 175 90 274 0 545 0

[startup+0.03858 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3049
/proc/meminfo: memFree=1548152/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=5116 CPUtime=0.03
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 994 0 0 0 3 0 0 0 18 0 1 0 236978618 5238784 977 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 1279 978 90 274 0 1002 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5116

[startup+0.101589 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3049
/proc/meminfo: memFree=1548152/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=11776 CPUtime=0.09
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 2748 0 0 0 9 0 0 0 18 0 1 0 236978618 12058624 2731 1992294400 134512640 135635349 4294956224 18446744073709551615 134534182 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 2944 2731 97 274 0 2667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11776

[startup+0.301625 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3049
/proc/meminfo: memFree=1548152/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=14284 CPUtime=0.29
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 3406 0 0 0 29 0 0 0 19 0 1 0 236978618 14626816 3389 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 3571 3389 97 274 0 3294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14284

[startup+0.701695 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3049
/proc/meminfo: memFree=1548152/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=19168 CPUtime=0.69
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 4623 0 0 0 68 1 0 0 23 0 1 0 236978618 19628032 4606 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 4792 4606 97 274 0 4515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19168

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3050
/proc/meminfo: memFree=1526192/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=34036 CPUtime=1.49
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 8348 0 0 0 146 3 0 0 25 0 1 0 236978618 34852864 8298 1992294400 134512640 135635349 4294956224 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 0 0 0
/proc/3049/statm: 8509 8298 97 274 0 8232 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34036

[startup+3.10193 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3050
/proc/meminfo: memFree=1513904/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=33780 CPUtime=2.39
/proc/3049/stat : 3049 (IUT_BMB_SIM) S 3047 3049 2949 0 -1 4194304 8483 0 0 0 184 55 0 0 25 0 1 0 236978618 34590720 8271 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3049/statm: 8445 8271 105 274 0 8168 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 33780
heavy processes:

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

[startup+4.70122 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3051
/proc/meminfo: memFree=1502440/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=33780 CPUtime=2.39
/proc/3049/stat : 3049 (IUT_BMB_SIM) S 3047 3049 2949 0 -1 4194304 8483 0 0 0 184 55 0 0 25 0 1 0 236978618 34590720 8271 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3049/statm: 8445 8271 105 274 0 8168 0
[pid=3051] ppid=3049 vsize=11104 CPUtime=2.29
/proc/3051/stat : 3051 (minisat) R 3049 3049 2949 0 -1 4194304 2834 0 0 0 228 1 0 0 25 0 1 0 236978858 11370496 2584 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 1 0 0
/proc/3051/statm: 2776 2584 76 170 0 2604 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 44884

[startup+5.10128 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 3051
/proc/meminfo: memFree=1502440/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=33780 CPUtime=2.39
/proc/3049/stat : 3049 (IUT_BMB_SIM) S 3047 3049 2949 0 -1 4194304 8483 0 0 0 184 55 0 0 25 0 1 0 236978618 34590720 8271 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3049/statm: 8445 8271 105 274 0 8168 0
[pid=3051] ppid=3049 vsize=11236 CPUtime=2.68
/proc/3051/stat : 3051 (minisat) R 3049 3049 2949 0 -1 4194304 2845 0 0 0 267 1 0 0 25 0 1 0 236978858 11505664 2595 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/3051/statm: 2809 2595 76 170 0 2637 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 45016

[startup+5.50536 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3051
/proc/meminfo: memFree=1512304/2055920 swapFree=4155092/4192956
[pid=3049] ppid=3047 vsize=29604 CPUtime=5.47
/proc/3049/stat : 3049 (IUT_BMB_SIM) R 3047 3049 2949 0 -1 4194304 13324 2861 0 0 196 56 294 1 19 0 1 0 236978618 30314496 7228 1992294400 134512640 135635349 4294956224 18446744073709551615 134538042 0 0 4096 0 0 0 0 17 1 0 0
/proc/3049/statm: 7401 7228 106 274 0 7124 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 29604

Child status: 0
Real time (s): 5.5542
CPU time (s): 5.54715
CPU user time (s): 4.96025
CPU system time (s): 0.58691
CPU usage (%): 99.8731
Max. virtual memory (cumulated for all children) (KiB): 45016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.96024
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16946
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= 5
involuntary context switches= 46

runsolver used 0.011998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-12 02:50:53
IDJOB=1797729
IDBENCH=71697
IDSOLVER=650
FILE ID=node18/1797729-1242089453
PBS_JOBID= 9277691
Free space on /tmp= 66444 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE06/een-tip-uns-nusmv-t5.B.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797729-1242089453/watcher-1797729-1242089453 -o /tmp/evaluation-result-1797729-1242089453/solver-1797729-1242089453 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797729-1242089453.cnf HOME

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

MD5SUM BENCH= 5a0032960b52c5fb367771f030675e6c
RANDOM SEED=537088096

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548632 kB
Buffers:         69984 kB
Cached:         352860 kB
SwapCached:      32076 kB
Active:         170692 kB
Inactive:       286420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548632 kB
SwapTotal:     4192956 kB
SwapFree:      4155092 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            36288 kB
Committed_AS:   856004 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node18 at 2009-05-12 02:50:59