Trace number 1797504

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 34.0758 34.1173

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.51262
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
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
11.07/11.12	This is MiniSat 2.0 beta
11.07/11.12	WARNING: for repeatability, setting FPU to use double precision
11.07/11.12	============================[ Problem Statistics ]=============================
11.07/11.12	|                                                                             |
11.07/11.12	|  Number of variables:  312628                                               |
11.07/11.12	|  Number of clauses:    862856                                               |
11.10/11.62	|  Parsing time:         0.43         s                                       |
11.10/11.65	============================[ Search Statistics ]==============================
11.10/11.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.10/11.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.10/11.65	===============================================================================
11.10/11.65	|         0 |  312520   716246  2014587 |   238748        0    nan |  0.000 % |
11.10/11.72	|       101 |  312512   716246  2014587 |   262623       96      8 |  0.006 % |
11.10/11.91	|       251 |  312512   716246  2014587 |   288885      246      6 |  0.006 % |
12.27/12.31	|       476 |  312511   716246  2014587 |   317774      470      8 |  0.007 % |
13.18/13.28	|       813 |  312498   714272  2008712 |   349551      805      8 |  0.007 % |
14.37/14.40	|      1319 |  312494   714252  2008664 |   384507     1307     11 |  0.008 % |
16.27/16.38	|      2080 |  312488   714242  2008640 |   422957     2062     11 |  0.010 % |
22.06/22.18	|      3219 |  312478   714182  2008496 |   465253     3191     12 |  0.013 % |
27.76/27.89	|      4927 |  312466   714127  2008364 |   511778     4886     13 |  0.017 % |
33.15/33.23	===============================================================================
33.15/33.23	restarts              : 9
33.15/33.23	conflicts             : 6839           (311 /sec)
33.15/33.23	decisions             : 2754672        (1.09 % random) (125186 /sec)
33.15/33.23	propagations          : 58472233       (2657267 /sec)
33.15/33.23	conflict literals     : 97645          (8.81 % deleted)
33.15/33.23	Memory used           : 56.03 MB
33.15/33.23	CPU time              : 22.0047 s
33.15/33.23	
33.15/33.23	UNSATISFIABLE
33.15/33.24	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-1797504-1242075340/watcher-1797504-1242075340 -o /tmp/evaluation-result-1797504-1242075340/solver-1797504-1242075340 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797504-1242075340.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/65 11485
/proc/meminfo: memFree=1121920/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=11892 CPUtime=0
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 235562475 12177408 178 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 2973 179 93 274 0 2696 0

[startup+0.087682 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 11485
/proc/meminfo: memFree=1121920/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=11892 CPUtime=0.07
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 1554 0 0 0 7 0 0 0 18 0 1 0 235562475 12177408 1537 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 2973 1537 93 274 0 2696 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11892

[startup+0.102682 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 11485
/proc/meminfo: memFree=1121920/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=11892 CPUtime=0.09
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 1776 0 0 0 9 0 0 0 18 0 1 0 235562475 12177408 1759 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 2973 1760 93 274 0 2696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11892

[startup+0.301707 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 11485
/proc/meminfo: memFree=1121920/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=32532 CPUtime=0.29
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 7025 0 0 0 26 3 0 0 19 0 1 0 235562475 33312768 7008 1992294400 134512640 135635349 4294956224 18446744073709551615 134535645 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 8133 7010 93 274 0 7856 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32532

[startup+0.701757 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 11485
/proc/meminfo: memFree=1121920/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=59136 CPUtime=0.69
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 14614 0 0 0 63 6 0 0 23 0 1 0 235562475 60555264 14597 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 14784 14597 99 274 0 14507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59136

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11486
/proc/meminfo: memFree=1059896/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=69432 CPUtime=1.49
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 17168 0 0 0 141 8 0 0 25 0 1 0 235562475 71098368 17151 1992294400 134512640 135635349 4294956224 18446744073709551615 134577305 0 0 4096 0 0 0 0 17 1 0 0
/proc/11485/statm: 17358 17151 99 274 0 17081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69432

[startup+3.10106 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11486
/proc/meminfo: memFree=1046072/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=88356 CPUtime=3.08
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 21887 0 0 0 299 9 0 0 25 0 1 0 235562475 90476544 21870 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 22089 21871 99 274 0 21812 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88356

[startup+6.30147 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 11486
/proc/meminfo: memFree=997560/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=142512 CPUtime=6.28
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 35742 0 0 0 613 15 0 0 25 0 1 0 235562475 145932288 35241 1992294400 134512640 135635349 4294956224 18446744073709551615 134537171 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 35628 35241 99 274 0 35351 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142512

[startup+12.7013 s]
/proc/loadavg: 1.08 1.02 1.01 2/67 11487
/proc/meminfo: memFree=916528/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=140460 CPUtime=11.1
/proc/11485/stat : 11485 (IUT_BMB_SIM) S 11483 11485 11352 0 -1 4194304 35750 0 0 0 794 316 0 0 25 0 1 0 235562475 143831040 34896 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11485/statm: 35115 34896 106 274 0 34838 0
[pid=11487] ppid=11485 vsize=55216 CPUtime=1.57
/proc/11487/stat : 11487 (minisat) R 11485 11485 11352 0 -1 4194304 12321 0 0 0 149 8 0 0 25 0 1 0 235563586 56541184 12071 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11487/statm: 13804 12071 77 170 0 13632 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 195676

[startup+25.5019 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 11487
/proc/meminfo: memFree=915568/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=140460 CPUtime=11.1
/proc/11485/stat : 11485 (IUT_BMB_SIM) S 11483 11485 11352 0 -1 4194304 35750 0 0 0 794 316 0 0 25 0 1 0 235562475 143831040 34896 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11485/statm: 35115 34896 106 274 0 34838 0
[pid=11487] ppid=11485 vsize=56984 CPUtime=14.36
/proc/11487/stat : 11487 (minisat) R 11485 11485 11352 0 -1 4194304 12660 0 0 0 1428 8 0 0 25 0 1 0 235563586 58351616 12410 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/11487/statm: 14246 12410 77 170 0 14074 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 197444

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

[startup+28.7013 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 11487
/proc/meminfo: memFree=915440/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=140460 CPUtime=11.1
/proc/11485/stat : 11485 (IUT_BMB_SIM) S 11483 11485 11352 0 -1 4194304 35750 0 0 0 794 316 0 0 25 0 1 0 235562475 143831040 34896 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11485/statm: 35115 34896 106 274 0 34838 0
[pid=11487] ppid=11485 vsize=56984 CPUtime=17.56
/proc/11487/stat : 11487 (minisat) R 11485 11485 11352 0 -1 4194304 12693 0 0 0 1748 8 0 0 25 0 1 0 235563586 58351616 12443 1992294400 134512640 135212939 4294956320 18446744073709551615 134526484 0 0 4096 3 0 0 0 17 0 0 0
/proc/11487/statm: 14246 12443 77 170 0 14074 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 197444

[startup+31.9067 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 11487
/proc/meminfo: memFree=915056/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=140460 CPUtime=11.1
/proc/11485/stat : 11485 (IUT_BMB_SIM) S 11483 11485 11352 0 -1 4194304 35750 0 0 0 794 316 0 0 25 0 1 0 235562475 143831040 34896 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11485/statm: 35115 34896 106 274 0 34838 0
[pid=11487] ppid=11485 vsize=57248 CPUtime=20.75
/proc/11487/stat : 11487 (minisat) R 11485 11485 11352 0 -1 4194304 12778 0 0 0 2067 8 0 0 25 0 1 0 235563586 58621952 12528 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11487/statm: 14312 12528 77 170 0 14140 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 197708

[startup+33.5019 s]
/proc/loadavg: 1.13 1.03 1.01 2/67 11487
/proc/meminfo: memFree=915056/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=140460 CPUtime=33.44
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 53927 12815 0 0 818 317 2200 9 20 0 1 0 235562475 143831040 34897 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 35115 34897 107 274 0 34838 0
Current children cumulated CPU time (s) 33.44
Current children cumulated vsize (KiB) 140460

[startup+33.902 s]
/proc/loadavg: 1.13 1.03 1.01 2/67 11487
/proc/meminfo: memFree=915056/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=76332 CPUtime=33.84
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 54710 12815 0 0 857 318 2200 9 25 0 1 0 235562475 78163968 18865 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 19083 18865 107 274 0 18806 0
Current children cumulated CPU time (s) 33.84
Current children cumulated vsize (KiB) 76332

[startup+34.107 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 11487
/proc/meminfo: memFree=1032632/2055920 swapFree=4180156/4192956
[pid=11485] ppid=11483 vsize=63020 CPUtime=34.05
/proc/11485/stat : 11485 (IUT_BMB_SIM) R 11483 11485 11352 0 -1 4194304 56997 12815 0 0 877 319 2200 9 25 0 1 0 235562475 64532480 15537 1992294400 134512640 135635349 4294956224 18446744073709551615 134537107 0 0 4096 0 0 0 0 17 0 0 0
/proc/11485/statm: 15755 15537 107 274 0 15478 0
Current children cumulated CPU time (s) 34.05
Current children cumulated vsize (KiB) 63020

Child status: 0
Real time (s): 34.1173
CPU time (s): 34.0758
CPU user time (s): 30.7803
CPU system time (s): 3.2955
CPU usage (%): 99.8783
Max. virtual memory (cumulated for all children) (KiB): 197828

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

runsolver used 0.036994 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node54 at 2009-05-11 22:55:41
IDJOB=1797504
IDBENCH=20461
IDSOLVER=650
FILE ID=node54/1797504-1242075340
PBS_JOBID= 9277619
Free space on /tmp= 66328 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797504-1242075340/watcher-1797504-1242075340 -o /tmp/evaluation-result-1797504-1242075340/solver-1797504-1242075340 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797504-1242075340.cnf HOME

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

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED=625934079

node54.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.234
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.234
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:       1122336 kB
Buffers:         55120 kB
Cached:         796828 kB
SwapCached:       6552 kB
Active:          46644 kB
Inactive:       814476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122336 kB
SwapTotal:     4192956 kB
SwapFree:      4180156 kB
Dirty:           20096 kB
Writeback:           0 kB
Mapped:          14236 kB
Slab:            58396 kB
Committed_AS:   773560 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node54 at 2009-05-11 22:56:15