Trace number 1797596

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 27.0049 27.0186

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.1961
Satisfiable
(Un)Satisfiability was proved
Number of variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
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
3.19/3.21	This is MiniSat 2.0 beta
3.19/3.21	WARNING: for repeatability, setting FPU to use double precision
3.19/3.21	============================[ Problem Statistics ]=============================
3.19/3.21	|                                                                             |
3.19/3.21	|  Number of variables:  68827                                                |
3.19/3.21	|  Number of clauses:    223830                                               |
3.19/3.34	|  Parsing time:         0.11         s                                       |
3.19/3.35	============================[ Search Statistics ]==============================
3.19/3.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.35	===============================================================================
3.19/3.35	|         0 |   68827   213332   559109 |    71110        0    nan |  0.000 % |
3.19/4.27	|       100 |   68807   213332   559109 |    78221       85     94 |  0.078 % |
7.87/7.98	|       250 |   68773   213059   558432 |    86043      230     39 |  0.078 % |
11.36/11.44	|       475 |   68770   213044   558394 |    94648      454     59 |  0.083 % |
19.67/19.78	|       813 |   68737   212856   557921 |   104113      518     79 |  0.131 % |
26.76/26.80	===============================================================================
26.76/26.80	restarts              : 5
26.76/26.80	conflicts             : 1083           (46 /sec)
26.76/26.80	decisions             : 7909           (1.73 % random) (336 /sec)
26.76/26.80	propagations          : 30496535       (1294452 /sec)
26.76/26.80	conflict literals     : 77787          (50.98 % deleted)
26.76/26.80	Memory used           : 16.27 MB
26.76/26.80	CPU time              : 23.5594 s
26.76/26.80	
26.76/26.80	UNSATISFIABLE
26.76/26.81	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-1797596-1242081159/watcher-1797596-1242081159 -o /tmp/evaluation-result-1797596-1242081159/solver-1797596-1242081159 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797596-1242081159.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: 1.00 1.00 1.00 2/64 12500
/proc/meminfo: memFree=1141728/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=3916 CPUtime=0
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 236149468 4009984 167 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 979 167 93 274 0 702 0

[startup+0.0750409 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12500
/proc/meminfo: memFree=1141728/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=8572 CPUtime=0.06
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 1694 0 0 0 6 0 0 0 18 0 1 0 236149468 8777728 1677 1992294400 134512640 135635349 4294956224 18446744073709551615 134535655 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 2143 1679 93 274 0 1866 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8572

[startup+0.101042 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12500
/proc/meminfo: memFree=1141728/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=13420 CPUtime=0.09
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 3172 0 0 0 8 1 0 0 18 0 1 0 236149468 13742080 3155 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 3355 3155 99 274 0 3078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13420

[startup+0.301055 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12500
/proc/meminfo: memFree=1141728/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=16060 CPUtime=0.29
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 3842 0 0 0 28 1 0 0 19 0 1 0 236149468 16445440 3825 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 4015 3825 99 274 0 3738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16060

[startup+0.701081 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12500
/proc/meminfo: memFree=1141728/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=20812 CPUtime=0.69
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 5010 0 0 0 68 1 0 0 23 0 1 0 236149468 21311488 4993 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 5203 4993 99 274 0 4926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20812

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12501
/proc/meminfo: memFree=1118488/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=33616 CPUtime=1.49
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 8241 0 0 0 146 3 0 0 25 0 1 0 236149468 34422784 8224 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 8404 8224 99 274 0 8127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33616

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12501
/proc/meminfo: memFree=1103512/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.08
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 9753 0 0 0 233 75 0 0 25 0 1 0 236149468 39731200 9522 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 9700 9522 101 274 0 9423 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38800

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1085328/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.19
/proc/12500/stat : 12500 (IUT_BMB_SIM) S 12498 12500 12096 0 -1 4194304 9759 0 0 0 236 83 0 0 25 0 1 0 236149468 39731200 9527 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12500/statm: 9700 9527 106 274 0 9423 0
[pid=12502] ppid=12500 vsize=16228 CPUtime=3.08
/proc/12502/stat : 12502 (minisat) R 12500 12500 12096 0 -1 4194304 3944 0 0 0 306 2 0 0 25 0 1 0 236149789 16617472 3678 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/12502/statm: 4057 3678 76 170 0 3885 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55028

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1084952/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.19
/proc/12500/stat : 12500 (IUT_BMB_SIM) S 12498 12500 12096 0 -1 4194304 9759 0 0 0 236 83 0 0 25 0 1 0 236149468 39731200 9527 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12500/statm: 9700 9527 106 274 0 9423 0
[pid=12502] ppid=12500 vsize=16524 CPUtime=9.47
/proc/12502/stat : 12502 (minisat) R 12500 12500 12096 0 -1 4194304 4024 0 0 0 945 2 0 0 25 0 1 0 236149789 16920576 3758 1992294400 134512640 135212939 4294956320 18446744073709551615 134536373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12502/statm: 4131 3758 76 170 0 3959 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55324

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1084952/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.19
/proc/12500/stat : 12500 (IUT_BMB_SIM) S 12498 12500 12096 0 -1 4194304 9759 0 0 0 236 83 0 0 25 0 1 0 236149468 39731200 9527 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12500/statm: 9700 9527 106 274 0 9423 0
[pid=12502] ppid=12500 vsize=16656 CPUtime=22.27
/proc/12502/stat : 12502 (minisat) R 12500 12500 12096 0 -1 4194304 4039 0 0 0 2225 2 0 0 25 0 1 0 236149789 17055744 3773 1992294400 134512640 135212939 4294956320 18446744073709551615 134536565 0 0 4096 3 0 0 0 17 1 0 0
/proc/12502/statm: 4164 3773 76 170 0 3992 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 55456

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

[startup+26.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1085016/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.19
/proc/12500/stat : 12500 (IUT_BMB_SIM) S 12498 12500 12096 0 -1 4194304 9759 0 0 0 236 83 0 0 25 0 1 0 236149468 39731200 9527 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12500/statm: 9700 9527 106 274 0 9423 0
[pid=12502] ppid=12500 vsize=16656 CPUtime=23.07
/proc/12502/stat : 12502 (minisat) R 12500 12500 12096 0 -1 4194304 4039 0 0 0 2305 2 0 0 25 0 1 0 236149789 17055744 3773 1992294400 134512640 135212939 4294956320 18446744073709551615 134527116 0 0 4096 3 0 0 0 17 1 0 0
/proc/12502/statm: 4164 3773 76 170 0 3992 0
Current children cumulated CPU time (s) 26.26
Current children cumulated vsize (KiB) 55456

[startup+26.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1085016/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=3.19
/proc/12500/stat : 12500 (IUT_BMB_SIM) S 12498 12500 12096 0 -1 4194304 9759 0 0 0 236 83 0 0 25 0 1 0 236149468 39731200 9527 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12500/statm: 9700 9527 106 274 0 9423 0
[pid=12502] ppid=12500 vsize=16656 CPUtime=23.47
/proc/12502/stat : 12502 (minisat) R 12500 12500 12096 0 -1 4194304 4039 0 0 0 2345 2 0 0 25 0 1 0 236149789 17055744 3773 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12502/statm: 4164 3773 76 170 0 3992 0
Current children cumulated CPU time (s) 26.66
Current children cumulated vsize (KiB) 55456

[startup+26.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1085016/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=38800 CPUtime=26.87
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 15439 4050 0 0 245 84 2355 3 19 0 1 0 236149468 39731200 9528 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 9700 9528 107 274 0 9423 0
Current children cumulated CPU time (s) 26.87
Current children cumulated vsize (KiB) 38800

[startup+27.0018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12502
/proc/meminfo: memFree=1085016/2055920 swapFree=4181272/4192956
[pid=12500] ppid=12498 vsize=29296 CPUtime=26.97
/proc/12500/stat : 12500 (IUT_BMB_SIM) R 12498 12500 12096 0 -1 4194304 16102 4050 0 0 255 84 2355 3 19 0 1 0 236149468 29999104 7152 1992294400 134512640 135635349 4294956224 18446744073709551615 134537111 0 0 4096 0 0 0 0 17 1 0 0
/proc/12500/statm: 7324 7152 107 274 0 7047 0
Current children cumulated CPU time (s) 26.97
Current children cumulated vsize (KiB) 29296

Child status: 0
Real time (s): 27.0186
CPU time (s): 27.0049
CPU user time (s): 26.123
CPU system time (s): 0.881865
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 55456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.123
system time used= 0.881865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20155
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= 6
involuntary context switches= 75

runsolver used 0.032994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 00:32:39
IDJOB=1797596
IDBENCH=70826
IDSOLVER=650
FILE ID=node22/1797596-1242081159
PBS_JOBID= 9277643
Free space on /tmp= 66392 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797596-1242081159/watcher-1797596-1242081159 -o /tmp/evaluation-result-1797596-1242081159/solver-1797596-1242081159 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797596-1242081159.cnf HOME

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED=1128507787

node22.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.232
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.232
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:       1142144 kB
Buffers:         81572 kB
Cached:         727948 kB
SwapCached:       5528 kB
Active:          43044 kB
Inactive:       774888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142144 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            6380 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            81836 kB
Committed_AS:   912212 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= 66384 MiB
End job on node22 at 2009-05-12 00:33:06