Trace number 1577809

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 71.8411 71.8705

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

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
2.69/2.74	c |  Number of variables:        617854                                         |
2.69/2.74	c |  Number of clauses:         2348193                                         |
2.69/2.74	c |  Parse time:                   2.39 s                                       |
70.96/71.03	c |  Simplification time:         68.19 s                                       |
70.96/71.03	c |                                                                             |
70.96/71.03	c ============================[ Search Statistics ]==============================
70.96/71.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.96/71.03	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.96/71.03	c ===============================================================================
70.96/71.06	c |       100 |   50805   561867  2327254 |   206017      100      4 | 23.498 % |
71.06/71.11	c |       250 |   50805   561867  2327254 |   226619      250      4 | 23.498 % |
71.06/71.17	c |       475 |   50791   561867  2327254 |   249281      473      6 | 23.500 % |
71.16/71.22	c |       812 |   50788   561867  2327254 |   274209      809      7 | 23.500 % |
71.16/71.28	c |      1318 |   50788   561867  2327254 |   301630     1315      9 | 23.500 % |
71.26/71.38	c |      2077 |   50583   561867  2327254 |   331793     2073     12 | 23.534 % |
71.36/71.45	c |      3216 |   50583   561867  2327254 |   364973     3212     12 | 23.534 % |
71.67/71.78	c |      4924 |   50555   561867  2327254 |   401470     4919     12 | 23.538 % |
71.77/71.83	c ===============================================================================
71.77/71.83	c restarts              : 28
71.77/71.83	c conflicts             : 5013           (70 /sec)
71.77/71.83	c decisions             : 40388          (566 /sec)
71.77/71.83	c propagations          : 1254430        (17575 /sec)
71.77/71.83	c conflict literals     : 62091          (17.53 % deleted)
71.77/71.83	c Memory used           : 209.95 MB
71.77/71.83	c CPU time              : 71.3761 s
71.77/71.83	c 
71.77/71.83	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-1577809-1241004804/watcher-1577809-1241004804 -o /tmp/evaluation-result-1577809-1241004804/solver-1577809-1241004804 -C 1200 -W 1800 -M 1800 HOME/minisat HOME/instance-1577809-1241004804.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: 2.43 2.34 1.81 3/64 31420
/proc/meminfo: memFree=1170084/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=7612 CPUtime=0
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 435 0 0 0 0 0 0 0 20 0 1 0 128510331 7794688 419 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 1903 420 63 219 0 1681 0

[startup+0.0337061 s]
/proc/loadavg: 2.43 2.34 1.81 3/64 31420
/proc/meminfo: memFree=1170084/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=11092 CPUtime=0.02
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 1294 0 0 0 2 0 0 0 20 0 1 0 128510331 11358208 1278 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 2773 1278 63 219 0 2551 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11092

[startup+0.101712 s]
/proc/loadavg: 2.43 2.34 1.81 3/64 31420
/proc/meminfo: memFree=1170084/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=17236 CPUtime=0.09
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 2975 0 0 0 8 1 0 0 20 0 1 0 128510331 17649664 2898 1992294400 4194304 5092341 548682068832 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 4309 2898 63 219 0 4087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.301733 s]
/proc/loadavg: 2.43 2.34 1.81 3/64 31420
/proc/meminfo: memFree=1170084/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=34140 CPUtime=0.29
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 7959 0 0 0 26 3 0 0 22 0 1 0 128510331 34959360 7452 1992294400 4194304 5092341 548682068832 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 8535 7452 63 219 0 8313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34140

[startup+0.701773 s]
/proc/loadavg: 2.43 2.34 1.81 3/64 31420
/proc/meminfo: memFree=1170084/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=74648 CPUtime=0.69
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 17399 0 0 0 59 10 0 0 25 0 1 0 128510331 76439552 16132 1992294400 4194304 5092341 548682068832 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 18662 16133 63 219 0 18440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74648

[startup+1.50186 s]
/proc/loadavg: 2.43 2.34 1.81 2/65 31421
/proc/meminfo: memFree=1080156/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=147688 CPUtime=1.49
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 36106 0 0 0 129 20 0 0 25 0 1 0 128510331 151232512 33129 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 36922 33130 63 219 0 36700 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147688

[startup+3.10202 s]
/proc/loadavg: 2.43 2.34 1.81 2/65 31421
/proc/meminfo: memFree=989660/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=3.08
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 61669 0 0 0 274 34 0 0 25 0 1 0 128510331 267624448 57154 1992294400 4194304 5092341 548682068832 18446744073709551615 4247667 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57154 87 219 0 65116 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 261352

[startup+6.30135 s]
/proc/loadavg: 2.47 2.35 1.82 2/65 31421
/proc/meminfo: memFree=939036/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=6.28
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 61669 0 0 0 594 34 0 0 25 0 1 0 128510331 267624448 57154 1992294400 4194304 5092341 548682068832 18446744073709551615 4247669 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57154 87 219 0 65116 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 261352

[startup+12.702 s]
/proc/loadavg: 2.52 2.36 1.82 2/65 31421
/proc/meminfo: memFree=938972/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=12.68
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 61669 0 0 0 1234 34 0 0 25 0 1 0 128510331 267624448 57154 1992294400 4194304 5092341 548682068832 18446744073709551615 4247581 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57154 87 219 0 65116 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 261352

[startup+25.5053 s]
/proc/loadavg: 2.40 2.34 1.82 2/65 31421
/proc/meminfo: memFree=937244/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=25.48
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 62116 0 0 0 2514 34 0 0 25 0 1 0 128510331 267624448 57601 1992294400 4194304 5092341 548682068832 18446744073709551615 4215913 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57601 87 219 0 65116 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 261352

[startup+51.102 s]
/proc/loadavg: 2.39 2.34 1.84 2/65 31421
/proc/meminfo: memFree=937500/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=51.07
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 62116 0 0 0 5073 34 0 0 25 0 1 0 128510331 267624448 57601 1992294400 4194304 5092341 548682068832 18446744073709551615 4215924 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57601 87 219 0 65116 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 261352

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

[startup+51.302 s]
/proc/loadavg: 2.39 2.34 1.84 2/65 31421
/proc/meminfo: memFree=937500/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=261352 CPUtime=51.27
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 62116 0 0 0 5093 34 0 0 25 0 1 0 128510331 267624448 57601 1992294400 4194304 5092341 548682068832 18446744073709551615 4215913 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 65338 57601 87 219 0 65116 0
Current children cumulated CPU time (s) 51.27
Current children cumulated vsize (KiB) 261352

[startup+64.2013 s]
/proc/loadavg: 2.30 2.33 1.84 2/65 31421
/proc/meminfo: memFree=933468/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=275324 CPUtime=64.16
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 64629 0 0 0 6381 35 0 0 25 0 1 0 128510331 281931776 60114 1992294400 4194304 5092341 548682068832 18446744073709551615 4223967 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 68831 60114 87 219 0 68609 0
Current children cumulated CPU time (s) 64.16
Current children cumulated vsize (KiB) 275324

[startup+67.4057 s]
/proc/loadavg: 2.30 2.33 1.84 2/65 31421
/proc/meminfo: memFree=899356/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=318728 CPUtime=67.37
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 71841 0 0 0 6699 38 0 0 25 0 1 0 128510331 326377472 67326 1992294400 4194304 5092341 548682068832 18446744073709551615 4224549 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 79682 67326 87 219 0 79460 0
Current children cumulated CPU time (s) 67.37
Current children cumulated vsize (KiB) 318728

[startup+69.0018 s]
/proc/loadavg: 2.36 2.34 1.84 2/65 31421
/proc/meminfo: memFree=892956/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=318992 CPUtime=68.97
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 73725 0 0 0 6857 40 0 0 25 0 1 0 128510331 326647808 69210 1992294400 4194304 5092341 548682068832 18446744073709551615 4515195 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 79748 69210 87 219 0 79526 0
Current children cumulated CPU time (s) 68.97
Current children cumulated vsize (KiB) 318992

[startup+70.602 s]
/proc/loadavg: 2.36 2.34 1.84 2/65 31421
/proc/meminfo: memFree=886940/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=323108 CPUtime=70.57
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 74854 0 0 0 7017 40 0 0 25 0 1 0 128510331 330862592 70339 1992294400 4194304 5092341 548682068832 18446744073709551615 4205565 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 80777 70340 87 219 0 80555 0
Current children cumulated CPU time (s) 70.57
Current children cumulated vsize (KiB) 323108

[startup+71.4011 s]
/proc/loadavg: 2.36 2.34 1.84 2/65 31421
/proc/meminfo: memFree=886940/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=214988 CPUtime=71.36
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 77066 0 0 0 7094 42 0 0 25 0 1 0 128510331 220147712 49565 1992294400 4194304 5092341 548682068832 18446744073709551615 4241715 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 53747 49565 102 219 0 53525 0
Current children cumulated CPU time (s) 71.36
Current children cumulated vsize (KiB) 214988

[startup+71.8051 s]
/proc/loadavg: 2.36 2.34 1.84 2/65 31421
/proc/meminfo: memFree=969756/2055920 swapFree=4181664/4192956
[pid=31420] ppid=31418 vsize=214988 CPUtime=71.77
/proc/31420/stat : 31420 (minisat) R 31418 31420 31025 0 -1 4194304 77104 0 0 0 7135 42 0 0 25 0 1 0 128510331 220147712 49603 1992294400 4194304 5092341 548682068832 18446744073709551615 4498188 0 0 4096 3 0 0 0 17 1 0 0
/proc/31420/statm: 53747 49603 103 219 0 53525 0
Current children cumulated CPU time (s) 71.77
Current children cumulated vsize (KiB) 214988

Child status: 20
Real time (s): 71.8705
CPU time (s): 71.8411
CPU user time (s): 71.3761
CPU system time (s): 0.464929
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 325640

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

runsolver used 0.199969 second user time and 0.502923 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-29 13:33:33
IDJOB=1577809
IDBENCH=70966
IDSOLVER=546
FILE ID=node90/1577809-1241004804
PBS_JOBID= 9204782
Free space on /tmp= 66504 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577809-1241004804/watcher-1577809-1241004804 -o /tmp/evaluation-result-1577809-1241004804/solver-1577809-1241004804 -C 1200 -W 1800 -M 1800  HOME/minisat HOME/instance-1577809-1241004804.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=443025937

node90.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.238
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.238
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:       1170564 kB
Buffers:         56792 kB
Cached:         746492 kB
SwapCached:      10200 kB
Active:         183828 kB
Inactive:       632836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170564 kB
SwapTotal:     4192956 kB
SwapFree:      4181664 kB
Dirty:           55048 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            54684 kB
Committed_AS:   416052 kB
PageTables:       1428 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= 66500 MiB
End job on node90 at 2009-04-29 13:34:45