Trace number 1717905

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 114.668 114.715

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

34.68/34.77	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
34.68/34.77	c Eliminate time :      33.53 
114.64/114.71	c CNF read time  :       1.05 
114.64/114.71	c CNF solve time :     114.09 
114.64/114.71	c Memory usage :    163.996 MB
114.64/114.71	c Restart : 36
114.64/114.71	c Decisions : random(1070), heuristic(61489), history(0/0)
114.64/114.71	c Implications : 84753860
114.64/114.71	c Forced Restart : 0
114.64/114.71	c Polarity Change : 111
114.64/114.71	c Learned clasues  : 2904 out of 42272
114.64/114.71	c Learned literals : 22716 out of 728148
114.64/114.71	c Number of first UIP : 13825 out of 42272
114.64/114.71	c Number of simplify : 1
114.64/114.71	c Number of continuous distill : 476
114.64/114.71	c Average depth of OTS : 19
114.64/114.71	c Average depth of additional conflict : 82
114.64/114.71	c Saved conflict clasues : 194
114.64/114.71	c Saved conflict literals : 1339
114.64/114.71	c Additional conflict clauses : 1694
114.64/114.71	c Additional conflict literals : 22774
114.64/114.71	c Additional conflict analysis : 6217
114.64/114.71	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-1717905-1240632106/watcher-1717905-1240632106 -o /tmp/evaluation-result-1717905-1240632106/solver-1717905-1240632106 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1717905-1240632106.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 13046
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=4672 CPUtime=0
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 756 0 0 0 0 0 0 0 18 0 1 120000 91244162 4784128 741 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 1168 746 66 173 0 993 0

[startup+0.0598231 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13046
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=20708 CPUtime=0.05
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 2919 0 0 0 4 1 0 0 18 0 1 120000 91244162 21204992 2871 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 5177 2871 70 173 0 5002 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20708

[startup+0.101824 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13046
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=23208 CPUtime=0.09
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 3629 0 0 0 8 1 0 0 18 0 1 120000 91244162 23764992 3516 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 5802 3516 70 173 0 5627 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23208

[startup+0.301841 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13046
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=34016 CPUtime=0.29
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 6701 0 0 0 27 2 0 0 19 0 1 120000 91244162 34832384 6459 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 8504 6459 70 173 0 8329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34016

[startup+0.701877 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13046
/proc/meminfo: memFree=1003648/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=56492 CPUtime=0.69
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 12969 0 0 0 63 6 0 0 23 0 1 120000 91244162 57847808 11957 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 14123 11957 70 173 0 13948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56492

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=938296/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=80044 CPUtime=1.49
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 19666 0 0 0 140 9 0 0 25 0 1 120000 91244162 81965056 18653 1992294400 134512640 135224549 4294956208 18446744073709551615 134570800 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 20011 18653 74 173 0 19836 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80044

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=929080/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=80044 CPUtime=3.09
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 19666 0 0 0 300 9 0 0 25 0 1 120000 91244162 81965056 18653 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 20011 18653 74 173 0 19836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80044

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=890424/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=126236 CPUtime=6.28
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 31785 0 0 0 614 14 0 0 25 0 1 120000 91244162 129265664 29747 1992294400 134512640 135224549 4294956208 18446744073709551615 134580216 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 31559 29747 77 173 0 31384 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 126236

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=878840/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=129908 CPUtime=12.69
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 33228 0 0 0 1254 15 0 0 25 0 1 120000 91244162 133025792 31190 1992294400 134512640 135224549 4294956208 18446744073709551615 134570533 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 32477 31190 77 173 0 32302 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129908

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=873016/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=135748 CPUtime=25.48
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 34753 0 0 0 2533 15 0 0 25 0 1 120000 91244162 139005952 32715 1992294400 134512640 135224549 4294956208 18446744073709551615 134571684 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 33937 32715 77 173 0 33762 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135748

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=841528/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167264 CPUtime=51.07
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43607 0 0 0 5089 18 0 0 25 0 1 120000 91244162 171278336 40576 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41816 40576 93 173 0 41641 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 167264

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840952/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167928 CPUtime=102.26
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43750 0 0 0 10208 18 0 0 25 0 1 120000 91244162 171958272 40719 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41982 40719 93 173 0 41807 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167928

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

[startup+108.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840888/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167928 CPUtime=108.65
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43761 0 0 0 10847 18 0 0 25 0 1 120000 91244162 171958272 40730 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41982 40730 93 173 0 41807 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 167928

[startup+111.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840888/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167928 CPUtime=111.85
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43761 0 0 0 11167 18 0 0 25 0 1 120000 91244162 171958272 40730 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41982 40730 93 173 0 41807 0
Current children cumulated CPU time (s) 111.85
Current children cumulated vsize (KiB) 167928

[startup+113.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840888/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167928 CPUtime=113.45
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43770 0 0 0 11327 18 0 0 25 0 1 120000 91244162 171958272 40739 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41982 40739 93 173 0 41807 0
Current children cumulated CPU time (s) 113.45
Current children cumulated vsize (KiB) 167928

[startup+114.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840824/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=167928 CPUtime=114.25
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43780 0 0 0 11407 18 0 0 25 0 1 120000 91244162 171958272 40748 1992294400 134512640 135224549 4294956208 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 41982 40748 95 173 0 41807 0
Current children cumulated CPU time (s) 114.25
Current children cumulated vsize (KiB) 167928

[startup+114.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13047
/proc/meminfo: memFree=840824/2055920 swapFree=4192956/4192956
[pid=13046] ppid=13044 vsize=115320 CPUtime=114.64
/proc/13046/stat : 13046 (CirCUs) R 13044 13046 12127 0 -1 4194304 43780 0 0 0 11445 19 0 0 25 0 1 120000 91244162 118087680 28531 1992294400 134512640 135224549 4294956208 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13046/statm: 28830 28531 8697 173 0 28655 0
Current children cumulated CPU time (s) 114.64
Current children cumulated vsize (KiB) 115320

Child status: 0
Real time (s): 114.715
CPU time (s): 114.668
CPU user time (s): 114.458
CPU system time (s): 0.209968
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 167928

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

runsolver used 0.090986 second user time and 0.333949 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-25 06:01:48
IDJOB=1717905
IDBENCH=20430
IDSOLVER=544
FILE ID=node15/1717905-1240632106
PBS_JOBID= 9186319
Free space on /tmp= 66252 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717905-1240632106/watcher-1717905-1240632106 -o /tmp/evaluation-result-1717905-1240632106/solver-1717905-1240632106 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1717905-1240632106.cnf -t 1200

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1924944944

node15.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.220
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.220
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:       1004192 kB
Buffers:         96404 kB
Cached:         847164 kB
SwapCached:          0 kB
Active:         143944 kB
Inactive:       813560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18224 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            80216 kB
Committed_AS:   287732 kB
PageTables:       1460 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= 66252 MiB
End job on node15 at 2009-04-25 06:03:42