Trace number 1589925

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-simp 070721UNSAT 70.9712 71.0087

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 benchmark36.9804
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	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:  617854                                               |
0.00/0.00	|  Number of clauses:    2745225                                              |
2.89/3.00	|  Parsing time:         2.69         s                                       |
69.45/69.54	============================[ Search Statistics ]==============================
69.45/69.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.45/69.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.45/69.54	===============================================================================
69.45/69.54	|         0 |   50848   561758  2324129 |   187252        0    nan |  0.000 % |
69.75/69.81	|       101 |   50848   561758  2324129 |   205977      101      4 | 23.492 % |
69.75/69.89	|       251 |   50845   561758  2324129 |   226575      249      5 | 23.493 % |
69.85/69.91	|       476 |   50844   561758  2324129 |   249233      473      5 | 23.495 % |
69.85/69.97	|       813 |   50839   561758  2324129 |   274156      810      6 | 23.495 % |
70.05/70.10	|      1321 |   50824   561758  2324129 |   301572     1317      7 | 23.504 % |
70.36/70.43	|      2082 |   50824   561758  2324129 |   331729     2077     11 | 23.505 % |
70.65/70.72	|      3222 |   50802   561758  2324129 |   364902     3212     14 | 23.535 % |
70.75/70.86	|      4931 |   50792   561758  2324129 |   401392     4921     15 | 23.535 % |
70.85/70.96	===============================================================================
70.85/70.96	restarts              : 9
70.85/70.96	conflicts             : 5841           (83 /sec)
70.85/70.96	decisions             : 34097          (2.00 % random) (484 /sec)
70.85/70.96	propagations          : 1251741        (17761 /sec)
70.85/70.96	conflict literals     : 89432          (20.91 % deleted)
70.85/70.96	Memory used           : 282.43 MB
70.85/70.96	CPU time              : 70.4783 s
70.85/70.96	
70.85/70.96	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-1589925-1241004939/watcher-1589925-1241004939 -o /tmp/evaluation-result-1589925-1241004939/solver-1589925-1241004939 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1589925-1241004939.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.00 1.00 1.00 3/64 12422
/proc/meminfo: memFree=1132224/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=1924 CPUtime=0
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 128527876 1970176 336 1992294400 134512640 135243866 4294956240 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 481 337 65 178 0 301 0

[startup+0.0518611 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12422
/proc/meminfo: memFree=1132224/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=7836 CPUtime=0.04
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 1608 0 0 0 4 0 0 0 18 0 1 0 128527876 8024064 1593 1992294400 134512640 135243866 4294956240 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 1959 1593 65 178 0 1779 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7836

[startup+0.101872 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12422
/proc/meminfo: memFree=1132224/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=10704 CPUtime=0.09
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 2424 0 0 0 8 1 0 0 18 0 1 0 128527876 10960896 2409 1992294400 134512640 135243866 4294956240 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 2676 2409 65 178 0 2496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10704

[startup+0.301912 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12422
/proc/meminfo: memFree=1132224/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=26728 CPUtime=0.28
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 6068 0 0 0 26 2 0 0 19 0 1 0 128527876 27369472 6053 1992294400 134512640 135243866 4294956240 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 6682 6053 65 178 0 6502 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26728

[startup+0.701999 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12422
/proc/meminfo: memFree=1132224/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=58748 CPUtime=0.68
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 13042 0 0 0 62 6 0 0 22 0 1 0 128527876 60157952 13027 1992294400 134512640 135243866 4294956240 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 14687 13027 65 178 0 14507 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58748

[startup+1.50117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=1061560/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=120360 CPUtime=1.49
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 26506 0 0 0 134 15 0 0 25 0 1 0 128527876 123248640 26491 1992294400 134512640 135243866 4294956240 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 30090 26491 65 178 0 29910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120360

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=988024/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=217924 CPUtime=3.09
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 50979 0 0 0 279 30 0 0 25 0 1 0 128527876 223154176 50964 1992294400 134512640 135243866 4294956240 18446744073709551615 134550591 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 54481 50964 79 178 0 54301 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 217924

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=929592/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=217924 CPUtime=6.29
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 50979 0 0 0 599 30 0 0 25 0 1 0 128527876 223154176 50964 1992294400 134512640 135243866 4294956240 18446744073709551615 134550687 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 54481 50964 79 178 0 54301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 217924

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=929656/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=217924 CPUtime=12.69
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 50979 0 0 0 1239 30 0 0 25 0 1 0 128527876 223154176 50964 1992294400 134512640 135243866 4294956240 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 54481 50964 79 178 0 54301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 217924

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=929784/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=217924 CPUtime=25.48
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 50979 0 0 0 2518 30 0 0 25 0 1 0 128527876 223154176 50964 1992294400 134512640 135243866 4294956240 18446744073709551615 134550782 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 54481 50964 79 178 0 54301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 217924

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=926200/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=224520 CPUtime=51.06
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 51952 0 0 0 5076 30 0 0 25 0 1 0 128527876 229908480 51937 1992294400 134512640 135243866 4294956240 18446744073709551615 134532119 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 56130 51937 80 178 0 55950 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 224520

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

[startup+63.9016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=889912/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=266360 CPUtime=63.86
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 61952 0 0 0 6351 35 0 0 25 0 1 0 128527876 272752640 61937 1992294400 134512640 135243866 4294956240 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 66590 61937 80 178 0 66410 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 266360

[startup+67.1052 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=828024/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=328524 CPUtime=67.06
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 76946 0 0 0 6664 42 0 0 25 0 1 0 128527876 336408576 76931 1992294400 134512640 135243866 4294956240 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 82131 76931 80 178 0 81951 0
Current children cumulated CPU time (s) 67.06
Current children cumulated vsize (KiB) 328524

[startup+68.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=818808/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=333288 CPUtime=68.65
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 78952 0 0 0 6822 43 0 0 25 0 1 0 128527876 341286912 78937 1992294400 134512640 135243866 4294956240 18446744073709551615 134536668 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 83322 78937 80 178 0 83142 0
Current children cumulated CPU time (s) 68.65
Current children cumulated vsize (KiB) 333288

[startup+70.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=855416/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=289200 CPUtime=70.26
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 79598 0 0 0 6982 44 0 0 25 0 1 0 128527876 296140800 69544 1992294400 134512640 135243866 4294956240 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 72300 69544 87 178 0 72120 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 289200

[startup+70.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=855416/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=289200 CPUtime=70.65
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 79598 0 0 0 7021 44 0 0 25 0 1 0 128527876 296140800 69544 1992294400 134512640 135243866 4294956240 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 72300 69544 87 178 0 72120 0
Current children cumulated CPU time (s) 70.65
Current children cumulated vsize (KiB) 289200

[startup+70.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=855416/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=289200 CPUtime=70.85
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194304 79598 0 0 0 7041 44 0 0 25 0 1 0 128527876 296140800 69544 1992294400 134512640 135243866 4294956240 18446744073709551615 134566396 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 72300 69544 87 178 0 72120 0
Current children cumulated CPU time (s) 70.85
Current children cumulated vsize (KiB) 289200

[startup+71.0011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12423
/proc/meminfo: memFree=855416/2055920 swapFree=4149352/4192956
[pid=12422] ppid=12420 vsize=0 CPUtime=70.95
/proc/12422/stat : 12422 (minisat_static) R 12420 12422 12056 0 -1 4194308 79608 0 0 0 7047 48 0 0 25 0 1 0 128527876 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12422/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.95
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 71.0087
CPU time (s): 70.9712
CPU user time (s): 70.4783
CPU system time (s): 0.492925
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 336024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.4783
system time used= 0.492925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79608
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= 3
involuntary context switches= 201

runsolver used 0.06299 second user time and 0.146977 second system time

The end

Launcher Data

Begin job on node10 at 2009-04-29 13:35:42
IDJOB=1589925
IDBENCH=70966
IDSOLVER=568
FILE ID=node10/1589925-1241004939
PBS_JOBID= 9204857
Free space on /tmp= 66444 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589925-1241004939/watcher-1589925-1241004939 -o /tmp/evaluation-result-1589925-1241004939/solver-1589925-1241004939 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1589925-1241004939.cnf

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=902742519

node10.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.263
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	: 5931.00
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.263
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:       1132768 kB
Buffers:         53100 kB
Cached:         756824 kB
SwapCached:      38308 kB
Active:         254544 kB
Inactive:       595428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132768 kB
SwapTotal:     4192956 kB
SwapFree:      4149352 kB
Dirty:           54760 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            59208 kB
Committed_AS:   526216 kB
PageTables:       1392 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= 66444 MiB
End job on node10 at 2009-04-29 13:36:53