Trace number 1797736

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 3.34749 3.35159

General information on the benchmark

Namemanol-pipe-g6bi.cnf
MD5SUM276c05fafaa0b870834db9baaef6afca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.84572
Satisfiable
(Un)Satisfiability was proved
Number of variables23891
Number of clauses69895
Sum of the clauses size163087
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 246596
Number of clauses of size 323298
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.99/1.10	This is MiniSat 2.0 beta
0.99/1.10	WARNING: for repeatability, setting FPU to use double precision
0.99/1.10	============================[ Problem Statistics ]=============================
0.99/1.10	|                                                                             |
1.10/1.10	|  Number of variables:  23891                                                |
1.10/1.10	|  Number of clauses:    69892                                                |
1.10/1.14	|  Parsing time:         0.04         s                                       |
1.10/1.15	============================[ Search Statistics ]==============================
1.10/1.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.15	===============================================================================
1.10/1.15	|         0 |   23890    69892   163081 |    23297        0    nan |  0.000 % |
1.10/1.17	|       101 |   23877    69892   163081 |    25627       97      7 |  0.054 % |
1.10/1.24	|       251 |   23877    69892   163081 |    28189      247      8 |  0.055 % |
1.10/1.31	|       477 |   23876    69844   162976 |    31008      472     10 |  0.130 % |
1.10/1.42	|       817 |   23859    69799   162878 |    34109      810     14 |  0.130 % |
1.10/1.52	|      1324 |   23859    69799   162878 |    37520     1317     13 |  0.130 % |
1.10/1.66	|      2088 |   23859    69799   162878 |    41272     2081     16 |  0.130 % |
1.10/1.85	|      3227 |   23859    69799   162878 |    45399     3220     21 |  0.130 % |
1.10/2.03	|      4935 |   23859    69799   162878 |    49939     4928     21 |  0.130 % |
2.39/2.41	|      7497 |   23383    67890   158625 |    54933     7138     21 |  2.863 % |
2.89/2.92	|     11344 |   23205    66906   156456 |    60427    10842     22 |  2.867 % |
3.19/3.21	===============================================================================
3.19/3.21	restarts              : 11
3.19/3.21	conflicts             : 13284          (6327 /sec)
3.19/3.21	decisions             : 54035          (1.53 % random) (25735 /sec)
3.19/3.21	propagations          : 6243380        (2973491 /sec)
3.19/3.21	conflict literals     : 263925         (37.24 % deleted)
3.19/3.21	Memory used           : 7.86 MB
3.19/3.21	CPU time              : 2.09968 s
3.19/3.21	
3.19/3.21	UNSATISFIABLE
3.19/3.22	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-1797736-1242089748/watcher-1797736-1242089748 -o /tmp/evaluation-result-1797736-1242089748/solver-1797736-1242089748 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797736-1242089748.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.99 0.97 0.99 3/64 4597
/proc/meminfo: memFree=1869256/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=2104 CPUtime=0
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 237008502 2154496 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 526 172 90 274 0 249 0

[startup+0.0593459 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4597
/proc/meminfo: memFree=1869256/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=5776 CPUtime=0.05
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 1247 0 0 0 5 0 0 0 18 0 1 0 237008502 5914624 1230 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 1444 1230 97 274 0 1167 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5776

[startup+0.10135 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4597
/proc/meminfo: memFree=1869256/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=6304 CPUtime=0.09
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 1388 0 0 0 9 0 0 0 18 0 1 0 237008502 6455296 1371 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 1576 1371 97 274 0 1299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6304

[startup+0.301373 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4597
/proc/meminfo: memFree=1869256/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=8812 CPUtime=0.29
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 2013 0 0 0 29 0 0 0 19 0 1 0 237008502 9023488 1996 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 2203 1996 97 274 0 1926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8812

[startup+0.701421 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 4597
/proc/meminfo: memFree=1869256/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=16148 CPUtime=0.69
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 3887 0 0 0 68 1 0 0 23 0 1 0 237008502 16535552 3837 1992294400 134512640 135635349 4294956224 18446744073709551615 134547039 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 4037 3837 97 274 0 3760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16148

[startup+1.50153 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4598
/proc/meminfo: memFree=1853632/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=15888 CPUtime=1.1
/proc/4597/stat : 4597 (IUT_BMB_SIM) S 4595 4597 4409 0 -1 4194304 3896 0 0 0 84 26 0 0 25 0 1 0 237008502 16269312 3798 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4597/statm: 3972 3798 105 274 0 3695 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 15888

[startup+3.1027 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4599
/proc/meminfo: memFree=1847096/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=15888 CPUtime=1.1
/proc/4597/stat : 4597 (IUT_BMB_SIM) S 4595 4597 4409 0 -1 4194304 3896 0 0 0 84 26 0 0 25 0 1 0 237008502 16269312 3798 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4597/statm: 3972 3798 105 274 0 3695 0
[pid=4599] ppid=4597 vsize=7848 CPUtime=1.99
/proc/4599/stat : 4599 (minisat) R 4597 4597 4409 0 -1 4194304 2029 0 0 0 198 1 0 0 25 0 1 0 237008612 8036352 1779 1992294400 134512640 135212939 4294956320 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 0 0 0
/proc/4599/statm: 1962 1779 77 170 0 1790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23736

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

[startup+3.30678 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 4599
/proc/meminfo: memFree=1846200/2055920 swapFree=4182092/4192956
[pid=4597] ppid=4595 vsize=13088 CPUtime=3.28
/proc/4597/stat : 4597 (IUT_BMB_SIM) R 4595 4597 4409 0 -1 4194304 6532 2056 0 0 92 26 209 1 19 0 1 0 237008502 13402112 3099 1992294400 134512640 135635349 4294956224 18446744073709551615 135063353 0 0 4096 0 0 0 0 17 0 0 0
/proc/4597/statm: 3272 3099 106 274 0 2995 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 13088

Child status: 0
Real time (s): 3.35159
CPU time (s): 3.34749
CPU user time (s): 3.06653
CPU system time (s): 0.280957
CPU usage (%): 99.8778
Max. virtual memory (cumulated for all children) (KiB): 23936

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

runsolver used 0.008998 second user time and 0.010998 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-12 02:55:49
IDJOB=1797736
IDBENCH=71734
IDSOLVER=650
FILE ID=node11/1797736-1242089748
PBS_JOBID= 9277717
Free space on /tmp= 66208 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE06/manol-pipe-g6bi.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797736-1242089748/watcher-1797736-1242089748 -o /tmp/evaluation-result-1797736-1242089748/solver-1797736-1242089748 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797736-1242089748.cnf HOME

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

MD5SUM BENCH= 276c05fafaa0b870834db9baaef6afca
RANDOM SEED=194318244

node11.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.214
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.214
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:       1869736 kB
Buffers:         26032 kB
Cached:          91660 kB
SwapCached:       4708 kB
Active:          30268 kB
Inactive:        95288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869736 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            3448 kB
Writeback:           0 kB
Mapped:          14416 kB
Slab:            46584 kB
Committed_AS:   830936 kB
PageTables:       1448 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= 66208 MiB
End job on node11 at 2009-05-12 02:55:52