Trace number 1774627

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 62.1895 62.2144

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.60645
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

62.07/62.16	c starting MXC with:
62.07/62.16	c cnf_path = HOME/instance-1774627-1241307376.cnf
62.07/62.16	c restart_strategy = auto
62.07/62.16	c sign_strategy = cached
62.07/62.16	c use_preprocessing = -1
62.07/62.16	c output_implicant = 1
62.07/62.16	c timeout_seconds = 0
62.07/62.16	c running SatELite... done
62.07/62.16	c 421915 vars eliminated
62.07/62.16	c received 145131 units and 561819 clauses from SatELite
62.07/62.16	c 567045 assignments made, starting to guess now
62.07/62.16	c ===================================[MXC]=====================================
62.07/62.16	c | Conflicts |                Clause Statistics                   |   Vars   |
62.07/62.16	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
62.07/62.16	c =============================================================================
62.07/62.16	c |         0 |       0  104345   457474        0        0     nan |   617854 |
62.07/62.16	c |       100 |       0  104348   457474       97     1050     4.0 |    50809 |
62.07/62.16	c |       210 |       0  104348   457474      207     1105     3.9 |    50809 |
62.07/62.16	c |       441 |       0  104349   457474      437     1220     3.8 |    50809 |
62.07/62.16	c |       805 |       0  104355   457474      795     1402     3.9 |    50809 |
62.07/62.16	c |      1315 |       0  104361   457474     1299     1657     5.3 |    50809 |
62.07/62.16	c |      1986 |       0  104367   457474     1964     1993     5.7 |    50809 |
62.07/62.16	c |      2834 |       0  105330   455512     2104     2417     7.9 |    50806 |
62.07/62.16	c |      3876 |       0  107346   448609     1767     2938    12.3 |    50796 |
62.07/62.16	c |      4281 |       0  107357   448609     2154     3140    12.9 |    50484 |
62.07/62.16	c ----- stats for thread 0 -----
62.07/62.16	c restarts: 31
62.07/62.16	c decisions: 221035
62.07/62.16	c propagations: 4287647
62.07/62.16	c conflicts: 4281
62.07/62.16	c 62.089s elapsed
62.07/62.16	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-1774627-1241307376/watcher-1774627-1241307376 -o /tmp/evaluation-result-1774627-1241307376/solver-1774627-1241307376 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1774627-1241307376.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.67 0.93 1.01 3/65 22619
/proc/meminfo: memFree=1014472/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=54780 CPUtime=0
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 1248 0 0 0 0 0 0 0 20 0 1 0 158767086 56094720 1234 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 13695 1240 46 166 0 13526 0

[startup+0.07304 s]
/proc/loadavg: 0.67 0.93 1.01 3/65 22619
/proc/meminfo: memFree=1014472/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=54780 CPUtime=0.07
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 13052 0 0 0 0 7 0 0 20 0 1 0 158767086 56094720 13038 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 13695 13045 46 166 0 13526 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54780

[startup+0.101042 s]
/proc/loadavg: 0.67 0.93 1.01 3/65 22619
/proc/meminfo: memFree=1014472/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=122392 CPUtime=0.09
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 16541 0 0 0 1 8 0 0 20 0 1 0 158767086 125329408 16527 1992294400 134512640 135192793 4294956224 18446744073709551615 134527814 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 30598 16533 50 166 0 30429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 122392

[startup+0.301064 s]
/proc/loadavg: 0.67 0.93 1.01 3/65 22619
/proc/meminfo: memFree=1014472/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=211596 CPUtime=0.28
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 38047 0 0 0 11 17 0 0 22 0 1 0 158767086 216674304 37820 1992294400 134512640 135192793 4294956224 18446744073709551615 134568510 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 52899 37827 53 166 0 52730 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 211596

[startup+0.701109 s]
/proc/loadavg: 0.67 0.93 1.01 3/65 22619
/proc/meminfo: memFree=1014472/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=245288 CPUtime=0.69
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 46561 0 0 0 48 21 0 0 25 0 1 0 158767086 251174912 46334 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 61322 46334 55 166 0 61153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 245288

[startup+1.5012 s]
/proc/loadavg: 0.67 0.93 1.01 2/66 22620
/proc/meminfo: memFree=810128/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=301780 CPUtime=1.49
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 60066 0 0 0 122 27 0 0 25 0 1 0 158767086 309022720 59839 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 75445 59839 55 166 0 75276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301780

[startup+3.10138 s]
/proc/loadavg: 0.67 0.93 1.01 2/66 22620
/proc/meminfo: memFree=736016/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=312096 CPUtime=3.09
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 76155 0 0 0 274 35 0 0 25 0 1 0 158767086 319586304 62444 1992294400 134512640 135192793 4294956224 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312096

[startup+6.30173 s]
/proc/loadavg: 0.78 0.95 1.02 2/66 22620
/proc/meminfo: memFree=764128/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=312096 CPUtime=6.29
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 76155 0 0 0 594 35 0 0 25 0 1 0 158767086 319586304 62444 1992294400 134512640 135192793 4294956224 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 312096

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 1.02 2/66 22620
/proc/meminfo: memFree=765224/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=312096 CPUtime=12.69
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 76155 0 0 0 1233 36 0 0 25 0 1 0 158767086 319586304 62444 1992294400 134512640 135192793 4294956224 18446744073709551615 134564003 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 78024 62444 56 166 0 77855 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 312096

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 1.02 2/66 22620
/proc/meminfo: memFree=763944/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=318692 CPUtime=25.48
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 76912 0 0 0 2511 37 0 0 25 0 1 0 158767086 326340608 63201 1992294400 134512640 135192793 4294956224 18446744073709551615 134563899 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 79673 63201 56 166 0 79504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 318692

[startup+51.1017 s]
/proc/loadavg: 0.93 0.97 1.02 2/66 22620
/proc/meminfo: memFree=751400/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=348256 CPUtime=51.07
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 83803 0 0 0 5067 40 0 0 25 0 1 0 158767086 356614144 70092 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 87064 70092 56 166 0 86895 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 348256

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

[startup+57.5014 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=692264/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=383568 CPUtime=57.47
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 104802 0 0 0 5696 51 0 0 25 0 1 0 158767086 392773632 81045 1992294400 134512640 135192793 4294956224 18446744073709551615 134752330 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 95892 81045 56 166 0 95723 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 383568

[startup+60.7018 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=688296/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=385620 CPUtime=60.67
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 106445 0 0 0 6015 52 0 0 25 0 1 0 158767086 394874880 82084 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 96405 82084 72 166 0 96236 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 385620

[startup+61.5019 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=688296/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=385620 CPUtime=61.47
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 106446 0 0 0 6095 52 0 0 25 0 1 0 158767086 394874880 82085 1992294400 134512640 135192793 4294956224 18446744073709551615 134553738 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 96405 82085 73 166 0 96236 0
Current children cumulated CPU time (s) 61.47
Current children cumulated vsize (KiB) 385620

[startup+61.9029 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=688296/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=385620 CPUtime=61.87
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 106446 0 0 0 6135 52 0 0 25 0 1 0 158767086 394874880 82085 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 96405 82085 73 166 0 96236 0
Current children cumulated CPU time (s) 61.87
Current children cumulated vsize (KiB) 385620

[startup+62.1029 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=688296/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=385620 CPUtime=62.07
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194304 106449 0 0 0 6155 52 0 0 25 0 1 0 158767086 394874880 82088 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 96405 82088 73 166 0 96236 0
Current children cumulated CPU time (s) 62.07
Current children cumulated vsize (KiB) 385620

[startup+62.2029 s]
/proc/loadavg: 0.94 0.97 1.02 2/66 22620
/proc/meminfo: memFree=688296/2055920 swapFree=4144836/4192956
[pid=22619] ppid=22617 vsize=0 CPUtime=62.16
/proc/22619/stat : 22619 (mxc-sat09) R 22617 22619 22582 0 -1 4194308 106452 0 0 0 6161 55 0 0 25 0 1 0 158767086 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 62.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 62.2144
CPU time (s): 62.1895
CPU user time (s): 61.6196
CPU system time (s): 0.569913
CPU usage (%): 99.9601
Max. virtual memory (cumulated for all children) (KiB): 430392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.6196
system time used= 0.569913
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= 127

runsolver used 0.067989 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node87 at 2009-05-03 01:36:19
IDJOB=1774627
IDBENCH=70966
IDSOLVER=613
FILE ID=node87/1774627-1241307376
PBS_JOBID= 9225243
Free space on /tmp= 66308 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-1774627-1241307376/watcher-1774627-1241307376 -o /tmp/evaluation-result-1774627-1241307376/solver-1774627-1241307376 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1774627-1241307376.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1353590870

node87.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:       1016552 kB
Buffers:         77152 kB
Cached:         825372 kB
SwapCached:      42812 kB
Active:         350692 kB
Inactive:       596468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1016552 kB
SwapTotal:     4192956 kB
SwapFree:      4144836 kB
Dirty:           54880 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            78092 kB
Committed_AS:   666964 kB
PageTables:       1456 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= 66308 MiB
End job on node87 at 2009-05-03 01:37:21