Trace number 1821998

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
BinMiniSat 2009-03-21UNSAT 4.36 4.35324

General information on the benchmark

Namemanol-pipe-c9.cnf
MD5SUM7f47eb2c5986b40772da3e38cf0759b1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.04
Satisfiable
(Un)Satisfiability was proved
Number of variables15214
Number of clauses45082
Sum of the clauses size105190
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230054
Number of clauses of size 315027
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   45081   105189 |   13524       0        0     nan |  0.000 % |
0.32/0.31	c |         0 |   18246    71446 |      --       0       --      -- |     --   | -26833/-33738
0.32/0.31	c ==============================================================================
0.32/0.31	c Result  :   #vars: 2717   #clauses: 18246   #literals: 71446
0.32/0.31	c CPU time:   0.3 s
0.32/0.31	c ==============================================================================
0.32/0.33	This is MiniSat 2.0 beta
0.32/0.33	WARNING: for repeatability, setting FPU to use double precision
0.32/0.33	============================[ Problem Statistics ]=============================
0.32/0.33	|                                                                             |
0.32/0.34	|  Number of variables:  2717                                                 |
0.32/0.34	|  Number of clauses:    18246                                                |
0.32/0.35	|  Parsing time:         0.02         s                                       |
0.32/0.35	============================[ Search Statistics ]==============================
0.32/0.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.32/0.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.32/0.35	===============================================================================
0.32/0.35	|         0 |    2717    18246    71446 |     6082        0    nan |  0.000 % |
0.32/0.36	|       100 |    2717    18246    71446 |     6690      100     12 |  0.000 % |
0.32/0.38	|       250 |    2717    18246    71446 |     7359      250     12 |  0.000 % |
0.32/0.39	|       475 |    2715    18246    71446 |     8095      474     12 |  0.116 % |
0.34/0.41	|       812 |    2714    18144    71102 |     8904      811     16 |  0.118 % |
0.34/0.45	|      1319 |    2713    18144    71102 |     9795     1317     19 |  0.147 % |
0.34/0.49	|      2078 |    2713    18139    71080 |    10774     2070     16 |  0.147 % |
0.34/0.57	|      3217 |    2713    18139    71080 |    11852     3209     19 |  0.156 % |
0.34/0.67	|      4926 |    2656    17709    69524 |    13037     4914     22 |  2.248 % |
0.34/0.89	|      7488 |    2656    17709    69524 |    14341     7476     26 |  2.245 % |
1.13/1.14	|     11334 |    2655    17678    69440 |    15775    11315     23 |  2.282 % |
1.72/1.75	|     17102 |    2151    12519    49201 |    17352     9074     23 | 21.273 % |
2.62/2.69	|     25751 |    2107    12126    47562 |    19087    16471     24 | 22.563 % |
4.22/4.23	|     38727 |    2103    12099    47405 |    20996    19311     22 | 22.600 % |
4.32/4.34	===============================================================================
4.32/4.34	restarts              : 14
4.32/4.34	conflicts             : 39377          (9820 /sec)
4.32/4.34	decisions             : 69074          (1.23 % random) (17225 /sec)
4.32/4.34	propagations          : 3752904        (935886 /sec)
4.32/4.34	conflict literals     : 883225         (35.15 % deleted)
4.32/4.34	Memory used           : 5.71 MB
4.32/4.34	CPU time              : 4.01 s
4.32/4.34	
4.32/4.34	UNSATISFIABLE
4.32/4.35	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821998-1242586194/watcher-1821998-1242586194 -o /tmp/evaluation-result-1821998-1242586194/solver-1821998-1242586194 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821998-1242586194.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 22352
/proc/meminfo: memFree=1161092/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2416 CPUtime=0.01
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 368 643 0 0 1 0 0 0 18 0 1 0 1023117717 2473984 277 4294967295 134512640 135169312 3218339984 3218338520 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22352/statm: 604 277 235 161 0 43 0
[pid=22356] ppid=22352 vsize=948 CPUtime=0
/proc/22356/stat : 22356 (SatELite_releas) R 22352 22352 11066 0 -1 4202496 113 0 0 0 0 0 0 0 20 0 1 0 1023117718 970752 49 4294967295 134512640 135223648 3213214608 3213213512 134736942 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22356/statm: 238 54 44 174 0 63 0

[startup+0.051001 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 22352
/proc/meminfo: memFree=1161092/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2416 CPUtime=0.01
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 368 643 0 0 1 0 0 0 18 0 1 0 1023117717 2473984 277 4294967295 134512640 135169312 3218339984 3218338520 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22352/statm: 604 277 235 161 0 43 0
[pid=22356] ppid=22352 vsize=7564 CPUtime=0.05
/proc/22356/stat : 22356 (SatELite_releas) R 22352 22352 11066 0 -1 4202496 1812 0 0 0 5 0 0 0 21 0 1 0 1023117718 7745536 1658 4294967295 134512640 135223648 3213214608 3213212624 134586818 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22356/statm: 1891 1658 73 174 0 1716 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9980

[startup+0.110997 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 22352
/proc/meminfo: memFree=1161092/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2416 CPUtime=0.01
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 368 643 0 0 1 0 0 0 18 0 1 0 1023117717 2473984 277 4294967295 134512640 135169312 3218339984 3218338520 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22352/statm: 604 277 235 161 0 43 0
[pid=22356] ppid=22352 vsize=7564 CPUtime=0.11
/proc/22356/stat : 22356 (SatELite_releas) R 22352 22352 11066 0 -1 4202496 1833 0 0 0 11 0 0 0 21 0 1 0 1023117718 7745536 1679 4294967295 134512640 135223648 3213214608 3213212480 134540854 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22356/statm: 1891 1679 73 174 0 1716 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9980

[startup+0.310986 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 22352
/proc/meminfo: memFree=1161092/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2416 CPUtime=0.01
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 368 643 0 0 1 0 0 0 18 0 1 0 1023117717 2473984 277 4294967295 134512640 135169312 3218339984 3218338520 3085025006 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22352/statm: 604 277 235 161 0 43 0
[pid=22356] ppid=22352 vsize=8764 CPUtime=0.31
/proc/22356/stat : 22356 (SatELite_releas) R 22352 22352 11066 0 -1 4202496 2097 0 0 0 30 1 0 0 21 0 1 0 1023117718 8974336 1893 4294967295 134512640 135223648 3213214608 3213212832 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22356/statm: 2191 1898 73 174 0 2016 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 11180

[startup+0.710964 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 22352
/proc/meminfo: memFree=1161092/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2420 CPUtime=0.34
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 387 2803 0 0 1 0 31 2 16 0 1 0 1023117717 2478080 278 4294967295 134512640 135169312 3218339984 3218336200 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22352/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 2420

[startup+1.51092 s]
/proc/loadavg: 0.92 0.98 0.99 2/98 22358
/proc/meminfo: memFree=1156224/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2420 CPUtime=0.34
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 387 2803 0 0 1 0 31 2 16 0 1 0 1023117717 2478080 278 4294967295 134512640 135169312 3218339984 3218336200 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22352/statm: 605 278 235 161 0 44 0
[pid=22358] ppid=22352 vsize=4888 CPUtime=1.18
/proc/22358/stat : 22358 (minisat_static) R 22352 22352 11066 0 -1 4202496 977 0 0 0 118 0 0 0 20 0 1 0 1023117751 5005312 912 4294967295 134512640 135216011 3212993472 3212991760 134523357 0 0 0 3 0 0 0 17 1 0 0 0
/proc/22358/statm: 1222 912 71 172 0 1049 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 7308

[startup+3.11083 s]
/proc/loadavg: 0.92 0.98 0.99 2/98 22358
/proc/meminfo: memFree=1155604/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2420 CPUtime=0.34
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 387 2803 0 0 1 0 31 2 16 0 1 0 1023117717 2478080 278 4294967295 134512640 135169312 3218339984 3218336200 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22352/statm: 605 278 235 161 0 44 0
[pid=22358] ppid=22352 vsize=5700 CPUtime=2.78
/proc/22358/stat : 22358 (minisat_static) R 22352 22352 11066 0 -1 4202496 1197 0 0 0 278 0 0 0 25 0 1 0 1023117751 5836800 1132 4294967295 134512640 135216011 3212993472 3212991824 134527559 0 0 0 3 0 0 0 17 1 0 0 0
/proc/22358/statm: 1425 1132 71 172 0 1252 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8120

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

[startup+3.91079 s]
/proc/loadavg: 0.92 0.98 0.99 3/98 22358
/proc/meminfo: memFree=1154736/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2420 CPUtime=0.34
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 387 2803 0 0 1 0 31 2 16 0 1 0 1023117717 2478080 278 4294967295 134512640 135169312 3218339984 3218336200 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22352/statm: 605 278 235 161 0 44 0
[pid=22358] ppid=22352 vsize=5840 CPUtime=3.58
/proc/22358/stat : 22358 (minisat_static) R 22352 22352 11066 0 -1 4202496 1211 0 0 0 358 0 0 0 25 0 1 0 1023117751 5980160 1146 4294967295 134512640 135216011 3212993472 3212991824 134527289 0 0 0 3 0 0 0 17 1 0 0 0
/proc/22358/statm: 1460 1146 71 172 0 1287 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 8260

[startup+4.31076 s]
/proc/loadavg: 0.93 0.98 0.99 2/98 22358
/proc/meminfo: memFree=1154636/2074464 swapFree=1950760/1959888
[pid=22352] ppid=22350 vsize=2420 CPUtime=0.34
/proc/22352/stat : 22352 (SatELiteGTI) S 22350 22352 11066 0 -1 4194304 387 2803 0 0 1 0 31 2 16 0 1 0 1023117717 2478080 278 4294967295 134512640 135169312 3218339984 3218336200 3085025006 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/22352/statm: 605 278 235 161 0 44 0
[pid=22358] ppid=22352 vsize=5840 CPUtime=3.98
/proc/22358/stat : 22358 (minisat_static) R 22352 22352 11066 0 -1 4202496 1216 0 0 0 398 0 0 0 25 0 1 0 1023117751 5980160 1151 4294967295 134512640 135216011 3212993472 3212991616 134536033 0 0 0 3 0 0 0 17 1 0 0 0
/proc/22358/statm: 1460 1151 71 172 0 1287 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 8260

Child status: 20
Real time (s): 4.35324
CPU time (s): 4.36
CPU user time (s): 4.33
CPU system time (s): 0.03
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 11180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33
system time used= 0.03
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4694
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= 19
involuntary context switches= 12

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 20:49:54
IDJOB=1821998
IDBENCH=71771
IDSOLVER=661
FILE ID=tipi23/1821998-1242586194
PBS_JOBID=
Free space on /tmp= 8322 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/manol-pipe-c9.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821998-1242586194/watcher-1821998-1242586194 -o /tmp/evaluation-result-1821998-1242586194/solver-1821998-1242586194 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821998-1242586194.cnf

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED= 530294597

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1161100 kB
Buffers:         51876 kB
Cached:         759092 kB
SwapCached:       3584 kB
Active:         423036 kB
Inactive:       399680 kB
HighTotal:     1178688 kB
HighFree:       576952 kB
LowTotal:       895776 kB
LowFree:        584148 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            2500 kB
Writeback:           0 kB
AnonPages:       10820 kB
Mapped:           4384 kB
Slab:            82188 kB
PageTables:        644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8322 MiB
End job on tipi23 at 2009-05-17 20:49:59