Trace number 1798041

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 43.6084 43.6211

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.0989
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  980                                                  |
0.00/0.00	|  Number of clauses:    47620                                                |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     980    47620   141221 |    15873        0    nan |  0.000 % |
0.00/0.02	|       101 |     980    47620   141221 |    17460      101     28 |  0.000 % |
0.00/0.04	|       251 |     980    47620   141221 |    19206      251     24 |  0.000 % |
0.00/0.05	|       476 |     980    47620   141221 |    21127      476     25 |  0.000 % |
0.00/0.08	|       813 |     980    47620   141221 |    23240      813     25 |  0.000 % |
0.09/0.13	|      1320 |     980    47620   141221 |    25564     1320     25 |  0.006 % |
0.19/0.22	|      2080 |     980    47620   141221 |    28120     2080     23 |  0.000 % |
0.29/0.33	|      3222 |     980    47620   141221 |    30932     3222     27 |  0.000 % |
0.49/0.55	|      4930 |     980    47620   141221 |    34025     4930     26 |  0.000 % |
0.89/0.94	|      7494 |     980    47620   141221 |    37428     7494     26 |  0.000 % |
1.69/1.71	|     11338 |     980    47620   141221 |    41171    11338     26 |  0.000 % |
2.99/3.09	|     17105 |     980    47620   141221 |    45288    17105     26 |  0.000 % |
6.09/6.16	|     25756 |     980    47620   141221 |    49817    25756     26 |  0.000 % |
13.29/13.38	|     38731 |     980    47620   141221 |    54799    38731     26 |  0.000 % |
28.89/28.96	|     58193 |     980    47620   141221 |    60278    17132     25 |  0.000 % |
43.08/43.12	|     87386 |     903    39971   118774 |    66306     3528     18 |  7.857 % |
43.58/43.61	===============================================================================
43.58/43.61	restarts              : 16
43.58/43.61	conflicts             : 91429          (2098 /sec)
43.58/43.61	decisions             : 111719         (1.68 % random) (2564 /sec)
43.58/43.61	propagations          : 11452361       (262787 /sec)
43.58/43.61	conflict literals     : 2246771        (19.66 % deleted)
43.58/43.61	Memory used           : 12.77 MB
43.58/43.61	CPU time              : 43.5804 s
43.58/43.61	
43.58/43.61	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-1798041-1242088757/watcher-1798041-1242088757 -o /tmp/evaluation-result-1798041-1242088757/solver-1798041-1242088757 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798041-1242088757.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: 0.99 1.00 0.99 3/64 8126
/proc/meminfo: memFree=1314736/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=2176 CPUtime=0
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 236909668 2228224 320 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 544 320 58 171 0 370 0

[startup+0.00697205 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 8126
/proc/meminfo: memFree=1314736/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=2344 CPUtime=0
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 374 0 0 0 0 0 0 0 18 0 1 0 236909668 2400256 359 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 586 360 58 171 0 412 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2344

[startup+0.101981 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 8126
/proc/meminfo: memFree=1314736/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=4076 CPUtime=0.09
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 814 0 0 0 9 0 0 0 18 0 1 0 236909668 4173824 799 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 1019 799 78 171 0 845 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4076

[startup+0.302003 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 8126
/proc/meminfo: memFree=1314736/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=4340 CPUtime=0.29
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 884 0 0 0 29 0 0 0 19 0 1 0 236909668 4444160 869 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 1085 869 78 171 0 911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4340

[startup+0.701048 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 8126
/proc/meminfo: memFree=1314736/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=4736 CPUtime=0.69
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 998 0 0 0 69 0 0 0 22 0 1 0 236909668 4849664 983 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 1184 983 78 171 0 1010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4736

[startup+1.50114 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1310760/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=5396 CPUtime=1.49
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 1162 0 0 0 149 0 0 0 25 0 1 0 236909668 5525504 1147 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 1349 1147 78 171 0 1175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5396

[startup+3.10132 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1309800/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=6504 CPUtime=3.09
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 1417 0 0 0 309 0 0 0 25 0 1 0 236909668 6660096 1402 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 1626 1402 78 171 0 1452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6504

[startup+6.30267 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1308136/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=8024 CPUtime=6.29
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 1810 0 0 0 628 1 0 0 25 0 1 0 236909668 8216576 1795 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 2006 1795 78 171 0 1832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8024

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1305896/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=9808 CPUtime=12.69
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 2245 0 0 0 1268 1 0 0 25 0 1 0 236909668 10043392 2230 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 2452 2230 78 171 0 2278 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9808

[startup+25.5018 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1303528/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=12280 CPUtime=25.49
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 2821 0 0 0 2547 2 0 0 25 0 1 0 236909668 12574720 2806 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3070 2806 78 171 0 2896 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12280

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

[startup+31.9055 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1303016/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=12632 CPUtime=31.89
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 2908 0 0 0 3187 2 0 0 25 0 1 0 236909668 12935168 2893 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3158 2893 78 171 0 2984 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 12632

[startup+38.3012 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302824/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=12932 CPUtime=38.28
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 2972 0 0 0 3826 2 0 0 25 0 1 0 236909668 13242368 2957 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3233 2957 78 171 0 3059 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 12932

[startup+41.5016 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302632/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=13072 CPUtime=41.48
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 3013 0 0 0 4146 2 0 0 25 0 1 0 236909668 13385728 2998 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3268 2998 78 171 0 3094 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 13072

[startup+42.3017 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302632/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=13072 CPUtime=42.28
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 3015 0 0 0 4226 2 0 0 25 0 1 0 236909668 13385728 3000 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3268 3000 78 171 0 3094 0
Current children cumulated CPU time (s) 42.28
Current children cumulated vsize (KiB) 13072

[startup+43.1018 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302696/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=13072 CPUtime=43.08
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 3017 0 0 0 4306 2 0 0 25 0 1 0 236909668 13385728 3002 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3268 3002 78 171 0 3094 0
Current children cumulated CPU time (s) 43.08
Current children cumulated vsize (KiB) 13072

[startup+43.5018 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302696/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=13072 CPUtime=43.48
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 3017 0 0 0 4346 2 0 0 25 0 1 0 236909668 13385728 3002 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3268 3002 78 171 0 3094 0
Current children cumulated CPU time (s) 43.48
Current children cumulated vsize (KiB) 13072

[startup+43.6018 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 8127
/proc/meminfo: memFree=1302696/2055920 swapFree=4168768/4192956
[pid=8126] ppid=8124 vsize=13072 CPUtime=43.58
/proc/8126/stat : 8126 (minisat_static) R 8124 8126 8058 0 -1 4194304 3017 0 0 0 4356 2 0 0 25 0 1 0 236909668 13385728 3002 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/8126/statm: 3268 3002 78 171 0 3094 0
Current children cumulated CPU time (s) 43.58
Current children cumulated vsize (KiB) 13072

Child status: 20
Real time (s): 43.6211
CPU time (s): 43.6084
CPU user time (s): 43.5804
CPU system time (s): 0.027995
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 13072

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

runsolver used 0.032994 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-12 02:39:17
IDJOB=1798041
IDBENCH=71102
IDSOLVER=651
FILE ID=node5/1798041-1242088757
PBS_JOBID= 9277730
Free space on /tmp= 66296 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798041-1242088757/watcher-1798041-1242088757 -o /tmp/evaluation-result-1798041-1242088757/solver-1798041-1242088757 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798041-1242088757.cnf

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=950217477

node5.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.212
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.212
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:       1315152 kB
Buffers:         81840 kB
Cached:         552384 kB
SwapCached:      18984 kB
Active:         167180 kB
Inactive:       487464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315152 kB
SwapTotal:     4192956 kB
SwapFree:      4168768 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          13480 kB
Slab:            72184 kB
Committed_AS:   885240 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= 66296 MiB
End job on node5 at 2009-05-12 02:40:01