Trace number 1797579

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 26.7279 26.7399

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.6072
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
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 IUT_BMB_SIM version 1.0
0.49/0.51	This is MiniSat 2.0 beta
0.49/0.51	WARNING: for repeatability, setting FPU to use double precision
0.49/0.51	============================[ Problem Statistics ]=============================
0.49/0.51	|                                                                             |
0.49/0.51	|  Number of variables:  11309                                                |
0.49/0.51	|  Number of clauses:    33824                                                |
0.49/0.53	|  Parsing time:         0.02         s                                       |
0.49/0.53	============================[ Search Statistics ]==============================
0.49/0.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	===============================================================================
0.49/0.53	|         0 |   11306    33824    78922 |    11274        0    nan |  0.000 % |
0.50/0.60	|       100 |   11306    33824    78922 |    12402      100     39 |  0.001 % |
0.50/0.65	|       251 |   11306    33824    78922 |    13642      251     49 |  0.000 % |
0.50/0.72	|       476 |   11306    33824    78922 |    15006      476     40 |  0.000 % |
0.50/0.85	|       814 |   11306    33824    78922 |    16507      814     42 |  0.000 % |
0.98/1.10	|      1320 |   11306    33824    78922 |    18157     1320     37 |  0.000 % |
1.27/1.30	|      2079 |   11306    33824    78922 |    19973     2079     43 |  0.000 % |
1.67/1.72	|      3218 |   11306    33824    78922 |    21971     3218     44 |  0.000 % |
2.37/2.45	|      4928 |   11306    33824    78922 |    24168     4928     42 |  0.000 % |
4.37/4.47	|      7491 |   11306    33824    78922 |    26585     7491     41 |  0.000 % |
6.87/6.93	|     11335 |   11306    33824    78922 |    29243    11335     39 |  0.000 % |
11.27/11.39	|     17104 |   11306    33824    78922 |    32167    17104     38 |  0.000 % |
19.37/19.43	|     25754 |   11306    33824    78922 |    35384    25754     38 |  0.000 % |
26.57/26.68	===============================================================================
26.57/26.68	restarts              : 13
26.57/26.68	conflicts             : 33695          (1289 /sec)
26.57/26.68	decisions             : 56381          (0.68 % random) (2156 /sec)
26.57/26.68	propagations          : 45976247       (1758441 /sec)
26.57/26.68	conflict literals     : 1213838        (71.13 % deleted)
26.57/26.68	Memory used           : 8.88 MB
26.57/26.68	CPU time              : 26.146 s
26.57/26.68	
26.57/26.68	UNSATISFIABLE
26.57/26.68	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-1797579-1242079793/watcher-1797579-1242079793 -o /tmp/evaluation-result-1797579-1242079793/solver-1797579-1242079793 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797579-1242079793.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.96 1.04 1.00 3/64 9435
/proc/meminfo: memFree=1943312/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=1684 CPUtime=0
/proc/9435/stat : 9435 (IUT_BMB_SIM) R 9433 9435 9059 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 236007165 1724416 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/9435/statm: 421 174 90 274 0 144 0

[startup+0.0888709 s]
/proc/loadavg: 0.96 1.04 1.00 3/64 9435
/proc/meminfo: memFree=1943312/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=4220 CPUtime=0.08
/proc/9435/stat : 9435 (IUT_BMB_SIM) R 9433 9435 9059 0 -1 4194304 867 0 0 0 8 0 0 0 18 0 1 0 236007165 4321280 850 1992294400 134512640 135635349 4294956224 18446744073709551615 134534237 0 0 4096 0 0 0 0 17 0 0 0
/proc/9435/statm: 1055 851 97 274 0 778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4220

[startup+0.101872 s]
/proc/loadavg: 0.96 1.04 1.00 3/64 9435
/proc/meminfo: memFree=1943312/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=4352 CPUtime=0.09
/proc/9435/stat : 9435 (IUT_BMB_SIM) R 9433 9435 9059 0 -1 4194304 909 0 0 0 9 0 0 0 18 0 1 0 236007165 4456448 892 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9435/statm: 1088 892 97 274 0 811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4352

[startup+0.301892 s]
/proc/loadavg: 0.96 1.04 1.00 3/64 9435
/proc/meminfo: memFree=1943312/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8180 CPUtime=0.29
/proc/9435/stat : 9435 (IUT_BMB_SIM) R 9433 9435 9059 0 -1 4194304 1869 0 0 0 29 0 0 0 19 0 1 0 236007165 8376320 1852 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9435/statm: 2045 1853 97 274 0 1768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8180

[startup+0.701939 s]
/proc/loadavg: 0.96 1.04 1.00 3/64 9435
/proc/meminfo: memFree=1943312/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8312

[startup+1.50201 s]
/proc/loadavg: 0.96 1.04 1.00 2/66 9437
/proc/meminfo: memFree=1932736/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=4596 CPUtime=0.97
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 1126 0 0 0 97 0 0 0 25 0 1 0 236007217 4706304 876 1992294400 134512640 135212939 4294956320 18446744073709551615 134526546 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 1149 876 76 170 0 977 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12908

[startup+3.10118 s]
/proc/loadavg: 0.96 1.04 1.00 2/66 9437
/proc/meminfo: memFree=1931840/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=5144 CPUtime=2.57
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 1280 0 0 0 257 0 0 0 25 0 1 0 236007217 5267456 1030 1992294400 134512640 135212939 4294956320 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 1286 1030 76 170 0 1114 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13456

[startup+6.3015 s]
/proc/loadavg: 0.97 1.04 1.00 2/66 9437
/proc/meminfo: memFree=1930880/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=6068 CPUtime=5.77
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 1490 0 0 0 577 0 0 0 25 0 1 0 236007217 6213632 1240 1992294400 134512640 135212939 4294956320 18446744073709551615 134529389 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 1517 1240 76 170 0 1345 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14380

[startup+12.7012 s]
/proc/loadavg: 0.97 1.03 1.00 2/66 9437
/proc/meminfo: memFree=1929216/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=7636 CPUtime=12.17
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 1870 0 0 0 1216 1 0 0 25 0 1 0 236007217 7819264 1620 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 1909 1620 76 170 0 1737 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15948

[startup+25.5015 s]
/proc/loadavg: 0.98 1.03 1.00 2/66 9437
/proc/meminfo: memFree=1927616/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=9088 CPUtime=24.97
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 2245 0 0 0 2496 1 0 0 25 0 1 0 236007217 9306112 1995 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 2272 1995 76 170 0 2100 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17400

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

[startup+26.3015 s]
/proc/loadavg: 0.98 1.03 1.00 2/66 9437
/proc/meminfo: memFree=1927616/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=0.5
/proc/9435/stat : 9435 (IUT_BMB_SIM) S 9433 9435 9059 0 -1 4194304 1945 0 0 0 38 12 0 0 22 0 1 0 236007165 8511488 1904 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9435/statm: 2078 1904 105 274 0 1801 0
[pid=9437] ppid=9435 vsize=9088 CPUtime=25.77
/proc/9437/stat : 9437 (minisat) R 9435 9435 9059 0 -1 4194304 2245 0 0 0 2576 1 0 0 25 0 1 0 236007217 9306112 1995 1992294400 134512640 135212939 4294956320 18446744073709551615 134538797 0 0 4096 3 0 0 0 17 0 0 0
/proc/9437/statm: 2272 1995 76 170 0 2100 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 17400

[startup+26.7016 s]
/proc/loadavg: 0.98 1.03 1.00 2/66 9437
/proc/meminfo: memFree=1927616/2055920 swapFree=4179768/4192956
[pid=9435] ppid=9433 vsize=8312 CPUtime=26.67
/proc/9435/stat : 9435 (IUT_BMB_SIM) R 9433 9435 9059 0 -1 4194304 3217 2256 0 0 40 12 2614 1 16 0 1 0 236007165 8511488 1905 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 0 0 0
/proc/9435/statm: 2078 1905 106 274 0 1801 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 8312

Child status: 0
Real time (s): 26.7399
CPU time (s): 26.7279
CPU user time (s): 26.584
CPU system time (s): 0.143978
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 17400

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

runsolver used 0.034994 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-12 00:09:53
IDJOB=1797579
IDBENCH=70792
IDSOLVER=650
FILE ID=node45/1797579-1242079793
PBS_JOBID= 9277620
Free space on /tmp= 66228 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/icbrt/icbrt1_32.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797579-1242079793/watcher-1797579-1242079793 -o /tmp/evaluation-result-1797579-1242079793/solver-1797579-1242079793 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797579-1242079793.cnf HOME

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED=697714545

node45.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.231
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.231
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:       1943792 kB
Buffers:          8300 kB
Cached:          23988 kB
SwapCached:       6948 kB
Active:          18436 kB
Inactive:        22196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1943792 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            57536 kB
Committed_AS:   806884 kB
PageTables:       1376 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= 66228 MiB
End job on node45 at 2009-05-12 00:10:20