Trace number 1797924

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
minisat2-core 070721UNSAT 62.9064 62.9291

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7969
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  68953                                                |
0.00/0.00	|  Number of clauses:    224868                                               |
0.09/0.13	|  Parsing time:         0.12         s                                       |
0.09/0.14	============================[ Search Statistics ]==============================
0.09/0.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	===============================================================================
0.09/0.14	|         0 |   68696   224225   581126 |    74741        0    nan |  0.000 % |
0.69/0.75	|       101 |   68680   224225   581126 |    82215       87     87 |  0.408 % |
1.99/2.09	|       252 |   68672   224118   580868 |    90437      235     85 |  0.408 % |
2.79/2.83	|       478 |   68672   224118   580868 |    99481      461     64 |  0.408 % |
4.49/4.55	|       817 |   68672   224118   580868 |   109429      800     61 |  0.408 % |
4.59/4.60	|      1323 |   68672   224118   580868 |   120372     1306     39 |  0.408 % |
9.98/10.02	|      2082 |   68672   224118   580868 |   132409     2065     32 |  0.408 % |
34.28/34.30	|      3221 |   68671   224113   580856 |   145650     3203     42 |  0.409 % |
62.87/62.92	===============================================================================
62.87/62.92	restarts              : 8
62.87/62.92	conflicts             : 4575           (73 /sec)
62.87/62.92	decisions             : 18311          (1.79 % random) (291 /sec)
62.87/62.92	propagations          : 88028480       (1399912 /sec)
62.87/62.92	conflict literals     : 182711         (66.75 % deleted)
62.87/62.92	Memory used           : 17.23 MB
62.87/62.92	CPU time              : 62.8814 s
62.87/62.92	
62.87/62.92	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-1797924-1242081123/watcher-1797924-1242081123 -o /tmp/evaluation-result-1797924-1242081123/solver-1797924-1242081123 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797924-1242081123.cnf 

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.13 1.03 1.01 3/64 14288
/proc/meminfo: memFree=1241368/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=2416 CPUtime=0
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 469 0 0 0 0 0 0 0 20 0 1 0 236141166 2473984 454 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 604 455 58 171 0 430 0

[startup+0.0552639 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 14288
/proc/meminfo: memFree=1241368/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=9644 CPUtime=0.04
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 2153 0 0 0 4 0 0 0 20 0 1 0 236141166 9875456 2121 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 2411 2122 58 171 0 2237 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9644

[startup+0.101269 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 14288
/proc/meminfo: memFree=1241368/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=12996 CPUtime=0.09
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 2976 0 0 0 8 1 0 0 20 0 1 0 236141166 13307904 2944 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 3249 2944 58 171 0 3075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12996

[startup+0.301292 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 14288
/proc/meminfo: memFree=1241368/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=16400 CPUtime=0.29
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3769 0 0 0 28 1 0 0 21 0 1 0 236141166 16793600 3737 1992294400 134512640 135213614 4294956256 18446744073709551615 134529554 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4100 3737 75 171 0 3926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16400

[startup+0.701339 s]
/proc/loadavg: 1.13 1.03 1.01 3/64 14288
/proc/meminfo: memFree=1241368/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=16532 CPUtime=0.69
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3798 0 0 0 68 1 0 0 25 0 1 0 236141166 16928768 3766 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4133 3766 75 171 0 3959 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16532

[startup+1.50143 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 14289
/proc/meminfo: memFree=1226512/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=16664 CPUtime=1.49
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3840 0 0 0 148 1 0 0 25 0 1 0 236141166 17063936 3808 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4166 3808 77 171 0 3992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16664

[startup+3.10162 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 14289
/proc/meminfo: memFree=1226192/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=16796 CPUtime=3.09
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3881 0 0 0 308 1 0 0 25 0 1 0 236141166 17199104 3849 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4199 3849 77 171 0 4025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16796

[startup+6.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 14289
/proc/meminfo: memFree=1225680/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17060 CPUtime=6.29
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3932 0 0 0 628 1 0 0 25 0 1 0 236141166 17469440 3900 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4265 3900 78 171 0 4091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17060

[startup+12.7018 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 14289
/proc/meminfo: memFree=1225552/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17192 CPUtime=12.68
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 3961 0 0 0 1267 1 0 0 25 0 1 0 236141166 17604608 3929 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4298 3929 78 171 0 4124 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17192

[startup+25.5013 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 14289
/proc/meminfo: memFree=1225232/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17512 CPUtime=25.49
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4049 0 0 0 2547 2 0 0 25 0 1 0 236141166 17932288 4017 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4378 4017 78 171 0 4204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17512

[startup+51.1013 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225104/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=51.08
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 5106 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17644

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

[startup+57.502 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225104/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=57.47
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 5745 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 17644

[startup+60.7014 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225168/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=60.67
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 6065 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134536168 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 17644

[startup+62.3016 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225168/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=62.27
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 6225 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 17644

[startup+62.7056 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225168/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=62.68
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 6266 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 62.68
Current children cumulated vsize (KiB) 17644

[startup+62.9017 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 14289
/proc/meminfo: memFree=1225168/2055920 swapFree=4179992/4192956
[pid=14288] ppid=14286 vsize=17644 CPUtime=62.87
/proc/14288/stat : 14288 (minisat_static) R 14286 14288 13912 0 -1 4194304 4079 0 0 0 6285 2 0 0 25 0 1 0 236141166 18067456 4047 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/14288/statm: 4411 4047 78 171 0 4237 0
Current children cumulated CPU time (s) 62.87
Current children cumulated vsize (KiB) 17644

Child status: 20
Real time (s): 62.9291
CPU time (s): 62.9064
CPU user time (s): 62.8814
CPU system time (s): 0.024996
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 17644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.8814
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4090
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= 2
involuntary context switches= 118

runsolver used 0.049992 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-12 00:32:03
IDJOB=1797924
IDBENCH=70825
IDSOLVER=651
FILE ID=node75/1797924-1242081123
PBS_JOBID= 9277595
Free space on /tmp= 66344 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797924-1242081123/watcher-1797924-1242081123 -o /tmp/evaluation-result-1797924-1242081123/solver-1797924-1242081123 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797924-1242081123.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=579907972

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1241784 kB
Buffers:         74860 kB
Cached:         658096 kB
SwapCached:       7224 kB
Active:         188800 kB
Inactive:       553388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241784 kB
SwapTotal:     4192956 kB
SwapFree:      4179992 kB
Dirty:            4884 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            57820 kB
Committed_AS:   669396 kB
PageTables:       1420 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= 66344 MiB
End job on node75 at 2009-05-12 00:33:06