Trace number 1723701

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
CircUs 2009-03-23UNSAT 54.0528 54.0727

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

1.29/1.36	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.29/1.36	c Eliminate time :       1.16 
53.97/54.07	c CNF read time  :       0.18 
53.97/54.07	c CNF solve time :      53.97 
53.97/54.07	c Memory usage :    23.0781 MB
53.97/54.07	c Restart : 162
53.97/54.07	c Decisions : random(2674), heuristic(471337), history(0/0)
53.97/54.07	c Implications : 51927692
53.97/54.07	c Forced Restart : 0
53.97/54.07	c Polarity Change : 591
53.97/54.07	c Learned clasues  : 26983 out of 153917
53.97/54.07	c Learned literals : 1000437 out of 6621183
53.97/54.07	c Number of first UIP : 48731 out of 153917
53.97/54.07	c Number of simplify : 4
53.97/54.07	c Number of continuous distill : 1401
53.97/54.07	c Average depth of OTS : 5
53.97/54.07	c Average depth of additional conflict : 23
53.97/54.07	c Saved conflict clasues : 533
53.97/54.07	c Saved conflict literals : 12600
53.97/54.07	c Additional conflict clauses : 6349
53.97/54.07	c Additional conflict literals : 265182
53.97/54.07	c Additional conflict analysis : 21725
53.97/54.07	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-1723701-1240688340/watcher-1723701-1240688340 -o /tmp/evaluation-result-1723701-1240688340/solver-1723701-1240688340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723701-1240688340.cnf -t 1200 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24690
/proc/meminfo: memFree=1587344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=3548 CPUtime=0
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 353 0 0 0 0 0 0 0 20 0 1 120000 96860205 3633152 338 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 887 338 70 173 0 712 0

[startup+0.0826451 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24690
/proc/meminfo: memFree=1587344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=7948 CPUtime=0.07
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 1576 0 0 0 7 0 0 0 20 0 1 120000 96860205 8138752 1463 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 1987 1463 70 173 0 1812 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7948

[startup+0.101644 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24690
/proc/meminfo: memFree=1587344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=8872 CPUtime=0.09
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 1846 0 0 0 9 0 0 0 20 0 1 120000 96860205 9084928 1733 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 2218 1733 70 173 0 2043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8872

[startup+0.301666 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24690
/proc/meminfo: memFree=1587344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=15056 CPUtime=0.29
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 3545 0 0 0 28 1 0 0 22 0 1 120000 96860205 15417344 3302 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 3764 3302 77 173 0 3589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15056

[startup+0.701712 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24690
/proc/meminfo: memFree=1587344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=17988 CPUtime=0.69
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 4357 0 0 0 68 1 0 0 25 0 1 120000 96860205 18419712 4114 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 4497 4114 77 173 0 4322 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17988

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24691
/proc/meminfo: memFree=1570696/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=18780 CPUtime=1.49
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 4648 0 0 0 148 1 0 0 25 0 1 120000 96860205 19230720 4405 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 4695 4405 92 173 0 4520 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18780

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24691
/proc/meminfo: memFree=1569544/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=19704 CPUtime=3.09
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 4897 0 0 0 307 2 0 0 25 0 1 120000 96860205 20176896 4654 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 4926 4654 92 173 0 4751 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19704

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1568584/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=19836 CPUtime=6.29
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 4937 0 0 0 627 2 0 0 25 0 1 120000 96860205 20312064 4694 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 4959 4694 92 173 0 4784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19836

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1568136/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=20364 CPUtime=12.69
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5057 0 0 0 1267 2 0 0 25 0 1 120000 96860205 20852736 4814 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5091 4814 92 173 0 4916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20364

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1566344/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=22176 CPUtime=25.48
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5483 0 0 0 2546 2 0 0 25 0 1 120000 96860205 22708224 5240 1992294400 134512640 135224549 4294956208 18446744073709551615 134622696 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5544 5240 92 173 0 5369 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22176

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1564808/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=23628 CPUtime=51.07
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5877 0 0 0 5104 3 0 0 25 0 1 120000 96860205 24195072 5634 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5907 5634 92 173 0 5732 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23628

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

[startup+52.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1564808/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=23628 CPUtime=52.68
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5880 0 0 0 5265 3 0 0 25 0 1 120000 96860205 24195072 5637 1992294400 134512640 135224549 4294956208 18446744073709551615 134595631 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5907 5637 92 173 0 5732 0
Current children cumulated CPU time (s) 52.68
Current children cumulated vsize (KiB) 23628

[startup+53.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1564808/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=23628 CPUtime=53.47
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5881 0 0 0 5344 3 0 0 25 0 1 120000 96860205 24195072 5638 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5907 5638 92 173 0 5732 0
Current children cumulated CPU time (s) 53.47
Current children cumulated vsize (KiB) 23628

[startup+53.9057 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1564808/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=23628 CPUtime=53.88
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5884 0 0 0 5385 3 0 0 25 0 1 120000 96860205 24195072 5641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5907 5641 92 173 0 5732 0
Current children cumulated CPU time (s) 53.88
Current children cumulated vsize (KiB) 23628

[startup+54.0018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24693
/proc/meminfo: memFree=1564808/2055920 swapFree=4178508/4192956
[pid=24690] ppid=24688 vsize=23628 CPUtime=53.97
/proc/24690/stat : 24690 (CirCUs) R 24688 24690 24257 0 -1 4194304 5884 0 0 0 5394 3 0 0 25 0 1 120000 96860205 24195072 5641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24690/statm: 5907 5641 92 173 0 5732 0
Current children cumulated CPU time (s) 53.97
Current children cumulated vsize (KiB) 23628

Child status: 0
Real time (s): 54.0727
CPU time (s): 54.0528
CPU user time (s): 54.0158
CPU system time (s): 0.036994
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 23628

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

runsolver used 0.042993 second user time and 0.135979 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 21:39:00
IDJOB=1723701
IDBENCH=71731
IDSOLVER=544
FILE ID=node63/1723701-1240688340
PBS_JOBID= 9186670
Free space on /tmp= 66336 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723701-1240688340/watcher-1723701-1240688340 -o /tmp/evaluation-result-1723701-1240688340/solver-1723701-1240688340 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1723701-1240688340.cnf -t 1200

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=1861444274

node63.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.236
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.236
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:       1587760 kB
Buffers:         49996 kB
Cached:         341920 kB
SwapCached:       7516 kB
Active:         121916 kB
Inactive:       280284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587760 kB
SwapTotal:     4192956 kB
SwapFree:      4178508 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            51716 kB
Committed_AS:   524524 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node63 at 2009-04-25 21:39:54