Trace number 1577771

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
MXC 2009-03-10UNSAT 61.9506 61.9698

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

61.87/61.91	c starting MXC with:
61.87/61.91	c cnf_path = HOME/instance-1577771-1241004582.cnf
61.87/61.91	c restart_strategy = auto
61.87/61.91	c sign_strategy = cached
61.87/61.91	c use_preprocessing = -1
61.87/61.91	c output_implicant = 1
61.87/61.91	c timeout_seconds = 0
61.87/61.91	c running SatELite... done
61.87/61.91	c 421915 vars eliminated
61.87/61.91	c received 145131 units and 561819 clauses from SatELite
61.87/61.91	c 567045 assignments made, starting to guess now
61.87/61.91	c ===================================[MXC]=====================================
61.87/61.91	c | Conflicts |                Clause Statistics                   |   Vars   |
61.87/61.91	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
61.87/61.91	c =============================================================================
61.87/61.91	c |         0 |       0  104345   457474        0        0     nan |   617854 |
61.87/61.91	c |       100 |       0  104348   457474       97     1050     4.0 |    50809 |
61.87/61.91	c |       210 |       0  104348   457474      207     1105     3.9 |    50809 |
61.87/61.91	c |       441 |       0  104349   457474      437     1220     3.8 |    50809 |
61.87/61.91	c |       805 |       0  104355   457474      795     1402     3.9 |    50809 |
61.87/61.91	c |      1315 |       0  104361   457474     1299     1657     5.3 |    50809 |
61.87/61.91	c |      1986 |       0  104367   457474     1964     1993     5.7 |    50809 |
61.87/61.91	c |      2834 |       0  105330   455512     2104     2417     7.9 |    50806 |
61.87/61.91	c |      3876 |       0  107346   448609     1767     2938    12.3 |    50796 |
61.87/61.91	c |      4281 |       0  107357   448609     2154     3140    12.9 |    50484 |
61.87/61.91	c ----- stats for thread 0 -----
61.87/61.91	c restarts: 31
61.87/61.91	c decisions: 221035
61.87/61.91	c propagations: 4287647
61.87/61.91	c conflicts: 4281
61.87/61.91	c 61.839s elapsed
61.87/61.91	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-1577771-1241004582/watcher-1577771-1241004582 -o /tmp/evaluation-result-1577771-1241004582/solver-1577771-1241004582 -C 1200 -W 1800 -M 1800 HOME/mxc-sat09 -i HOME/instance-1577771-1241004582.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.07 1.02 1.01 3/64 29114
/proc/meminfo: memFree=994776/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=54780 CPUtime=0
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 770 0 0 0 0 0 0 0 22 0 1 0 128486515 56094720 756 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 13695 763 46 166 0 13526 0

[startup+0.0116039 s]
/proc/loadavg: 1.07 1.02 1.01 3/64 29114
/proc/meminfo: memFree=994776/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=54780 CPUtime=0.01
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 1886 0 0 0 0 1 0 0 22 0 1 0 128486515 56094720 1872 1992294400 134512640 135192793 4294956208 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 13695 1879 46 166 0 13526 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 54780

[startup+0.101614 s]
/proc/loadavg: 1.07 1.02 1.01 3/64 29114
/proc/meminfo: memFree=994776/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=73236 CPUtime=0.09
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 16206 0 0 0 1 8 0 0 22 0 1 0 128486515 74993664 16192 1992294400 134512640 135192793 4294956208 18446744073709551615 134527677 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 18309 16194 50 166 0 18140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 73236

[startup+0.301637 s]
/proc/loadavg: 1.07 1.02 1.01 3/64 29114
/proc/meminfo: memFree=994776/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=211596 CPUtime=0.29
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 37780 0 0 0 11 18 0 0 24 0 1 0 128486515 216674304 37553 1992294400 134512640 135192793 4294956208 18446744073709551615 134568510 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 52899 37560 53 166 0 52730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 211596

[startup+0.701687 s]
/proc/loadavg: 1.07 1.02 1.01 3/64 29114
/proc/meminfo: memFree=994776/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=245288 CPUtime=0.69
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 46568 0 0 0 47 22 0 0 25 0 1 0 128486515 251174912 46341 1992294400 134512640 135192793 4294956208 18446744073709551615 134572746 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 61322 46342 55 166 0 61153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 245288

[startup+1.50178 s]
/proc/loadavg: 1.07 1.02 1.01 2/65 29115
/proc/meminfo: memFree=787024/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=302176 CPUtime=1.49
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 60168 0 0 0 120 29 0 0 25 0 1 0 128486515 309428224 59941 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 75544 59941 55 166 0 75375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 302176

[startup+3.10196 s]
/proc/loadavg: 1.07 1.02 1.01 2/65 29115
/proc/meminfo: memFree=714704/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=312096 CPUtime=3.09
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 76155 0 0 0 271 38 0 0 25 0 1 0 128486515 319586304 62444 1992294400 134512640 135192793 4294956208 18446744073709551615 134563899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312096

[startup+6.30134 s]
/proc/loadavg: 1.06 1.02 1.01 2/65 29115
/proc/meminfo: memFree=744976/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=312096 CPUtime=6.29
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 76155 0 0 0 591 38 0 0 25 0 1 0 128486515 319586304 62444 1992294400 134512640 135192793 4294956208 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 312096

[startup+12.7011 s]
/proc/loadavg: 1.06 1.01 1.01 2/65 29115
/proc/meminfo: memFree=745040/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=312096 CPUtime=12.69
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 76155 0 0 0 1231 38 0 0 25 0 1 0 128486515 319586304 62444 1992294400 134512640 135192793 4294956208 18446744073709551615 134564096 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 312096

[startup+25.5016 s]
/proc/loadavg: 1.04 1.01 1.01 2/65 29115
/proc/meminfo: memFree=742288/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=318692 CPUtime=25.48
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 76912 0 0 0 2510 38 0 0 25 0 1 0 128486515 326340608 63201 1992294400 134512640 135192793 4294956208 18446744073709551615 134563899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 79673 63201 56 166 0 79504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 318692

[startup+51.1016 s]
/proc/loadavg: 1.03 1.01 1.01 2/65 29115
/proc/meminfo: memFree=723600/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=353272 CPUtime=51.08
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 85165 0 0 0 5066 42 0 0 25 0 1 0 128486515 361750528 71454 1992294400 134512640 135192793 4294956208 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 88318 71454 56 166 0 88149 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 353272

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

[startup+57.5013 s]
/proc/loadavg: 1.02 1.01 1.01 2/65 29115
/proc/meminfo: memFree=670800/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=385620 CPUtime=57.47
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 105104 0 0 0 5696 51 0 0 25 0 1 0 128486515 394874880 81347 1992294400 134512640 135192793 4294956208 18446744073709551615 134546193 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 96405 81347 56 166 0 96236 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 385620

[startup+59.1025 s]
/proc/loadavg: 1.02 1.01 1.01 2/65 29115
/proc/meminfo: memFree=666768/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=385620 CPUtime=59.08
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 106445 0 0 0 5856 52 0 0 25 0 1 0 128486515 394874880 82084 1992294400 134512640 135192793 4294956208 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 96405 82084 72 166 0 96236 0
Current children cumulated CPU time (s) 59.08
Current children cumulated vsize (KiB) 385620

[startup+60.7017 s]
/proc/loadavg: 1.02 1.01 1.01 2/65 29115
/proc/meminfo: memFree=666768/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=385620 CPUtime=60.67
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 106445 0 0 0 6015 52 0 0 25 0 1 0 128486515 394874880 82084 1992294400 134512640 135192793 4294956208 18446744073709551615 134553644 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 96405 82084 72 166 0 96236 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 385620

[startup+61.5018 s]
/proc/loadavg: 1.02 1.01 1.01 2/65 29115
/proc/meminfo: memFree=666768/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=385620 CPUtime=61.48
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 106446 0 0 0 6096 52 0 0 25 0 1 0 128486515 394874880 82085 1992294400 134512640 135192793 4294956208 18446744073709551615 134552959 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 96405 82085 73 166 0 96236 0
Current children cumulated CPU time (s) 61.48
Current children cumulated vsize (KiB) 385620

[startup+61.9018 s]
/proc/loadavg: 1.02 1.01 1.01 2/65 29115
/proc/meminfo: memFree=666768/2055920 swapFree=4181996/4192956
[pid=29114] ppid=29112 vsize=385620 CPUtime=61.87
/proc/29114/stat : 29114 (mxc-sat09) R 29112 29114 28653 0 -1 4194304 106449 0 0 0 6135 52 0 0 25 0 1 0 128486515 394874880 82088 1992294400 134512640 135192793 4294956208 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/29114/statm: 96405 82088 73 166 0 96236 0
Current children cumulated CPU time (s) 61.87
Current children cumulated vsize (KiB) 385620

Child status: 20
Real time (s): 61.9698
CPU time (s): 61.9506
CPU user time (s): 61.3767
CPU system time (s): 0.573912
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 430392

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

runsolver used 0.06399 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-29 13:29:45
IDJOB=1577771
IDBENCH=70966
IDSOLVER=504
FILE ID=node53/1577771-1241004582
PBS_JOBID= 9204817
Free space on /tmp= 66504 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577771-1241004582/watcher-1577771-1241004582 -o /tmp/evaluation-result-1577771-1241004582/solver-1577771-1241004582 -C 1200 -W 1800 -M 1800  HOME/mxc-sat09 -i HOME/instance-1577771-1241004582.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1848384841

node53.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.245
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.245
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:        995256 kB
Buffers:         41684 kB
Cached:         948840 kB
SwapCached:       5132 kB
Active:          91484 kB
Inactive:       907244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        995256 kB
SwapTotal:     4192956 kB
SwapFree:      4181996 kB
Dirty:           54724 kB
Writeback:           0 kB
Mapped:          14448 kB
Slab:            47984 kB
Committed_AS:   477364 kB
PageTables:       1388 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= 66504 MiB
End job on node53 at 2009-04-29 13:30:47