Trace number 1720297

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 172.974 173.045

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.19/2.26	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
2.19/2.26	c Eliminate time :       1.89 
172.92/173.04	c CNF read time  :        0.3 
172.92/173.04	c CNF solve time :     172.69 
172.92/173.04	c Memory usage :    63.4883 MB
172.92/173.04	c Restart : 194
172.92/173.04	c Decisions : random(46182), heuristic(3121370), history(0/0)
172.92/173.04	c Implications : 143363212
172.92/173.04	c Forced Restart : 0
172.92/173.04	c Polarity Change : 1530
172.92/173.04	c Learned clasues  : 25087 out of 494349
172.92/173.04	c Learned literals : 443840 out of 10703690
172.92/173.04	c Number of first UIP : 149905 out of 494349
172.92/173.04	c Number of simplify : 3
172.92/173.04	c Number of continuous distill : 48173
172.92/173.04	c Average depth of OTS : 4
172.92/173.04	c Average depth of additional conflict : 25
172.92/173.04	c Saved conflict clasues : 26816
172.92/173.04	c Saved conflict literals : 182260
172.92/173.04	c Additional conflict clauses : 16895
172.92/173.04	c Additional conflict literals : 343437
172.92/173.04	c Additional conflict analysis : 37516
172.92/173.04	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-1720297-1240654560/watcher-1720297-1240654560 -o /tmp/evaluation-result-1720297-1240654560/solver-1720297-1240654560 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1720297-1240654560.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: 0.92 0.98 0.99 3/64 18888
/proc/meminfo: memFree=1712832/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=4220 CPUtime=0
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 707 0 0 0 0 0 0 0 18 0 1 120000 93489704 4321280 692 1992294400 134512640 135224549 4294956224 18446744073709551615 134593888 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 1055 699 66 173 0 880 0

[startup+0.0296041 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18888
/proc/meminfo: memFree=1712832/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=10644 CPUtime=0.01
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 1754 0 0 0 1 0 0 0 18 0 1 120000 93489704 10899456 1739 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 2661 1739 70 173 0 2486 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10644

[startup+0.101619 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18888
/proc/meminfo: memFree=1712832/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=14856 CPUtime=0.09
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 2945 0 0 0 8 1 0 0 18 0 1 120000 93489704 15212544 2832 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 3714 2832 70 173 0 3539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14856

[startup+0.301661 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18888
/proc/meminfo: memFree=1712832/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=25796 CPUtime=0.29
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 6032 0 0 0 25 4 0 0 19 0 1 120000 93489704 26415104 5790 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 6449 5790 70 173 0 6274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25796

[startup+0.701746 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18888
/proc/meminfo: memFree=1712832/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=39328 CPUtime=0.69
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 9759 0 0 0 64 5 0 0 22 0 1 120000 93489704 40271872 9259 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 9832 9259 77 173 0 9657 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39328

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1668984/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=52056 CPUtime=1.49
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 13182 0 0 0 143 6 0 0 25 0 1 120000 93489704 53305344 12169 1992294400 134512640 135224549 4294956224 18446744073709551615 134578053 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 13014 12169 77 173 0 12839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52056

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1663928/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=54396 CPUtime=3.08
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 14182 0 0 0 301 7 0 0 25 0 1 120000 93489704 55701504 12703 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 13599 12703 92 173 0 13424 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54396

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1661176/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=55328 CPUtime=6.28
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 14393 0 0 0 621 7 0 0 25 0 1 120000 93489704 56655872 12914 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 13832 12914 92 173 0 13657 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55328

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1660800/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=55592 CPUtime=12.68
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 14469 0 0 0 1261 7 0 0 25 0 1 120000 93489704 56926208 12990 1992294400 134512640 135224549 4294956224 18446744073709551615 134585018 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 13898 12990 92 173 0 13723 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55592

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1659712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=56784 CPUtime=25.48
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 14763 0 0 0 2540 8 0 0 25 0 1 120000 93489704 58146816 13284 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 14196 13284 92 173 0 14021 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56784

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1657984/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=58792 CPUtime=51.06
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 15246 0 0 0 5098 8 0 0 25 0 1 120000 93489704 60203008 13767 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 14698 13767 92 173 0 14523 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58792

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1655552/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=61036 CPUtime=102.25
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 15820 0 0 0 10216 9 0 0 25 0 1 120000 93489704 62500864 14341 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 15259 14341 92 173 0 15084 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61036

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=162.22
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 16212 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134619845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 65008

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=166.22
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 16612 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 166.22
Current children cumulated vsize (KiB) 65008

[startup+169.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=169.42
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 16932 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 169.42
Current children cumulated vsize (KiB) 65008

[startup+171.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=171.02
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 17092 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 171.02
Current children cumulated vsize (KiB) 65008

[startup+171.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=171.82
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 17172 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 171.82
Current children cumulated vsize (KiB) 65008

[startup+172.706 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=65008 CPUtime=172.62
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16761 0 0 0 17252 10 0 0 25 0 1 120000 93489704 66568192 15282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 16252 15282 92 173 0 16077 0
Current children cumulated CPU time (s) 172.62
Current children cumulated vsize (KiB) 65008

[startup+172.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=56836 CPUtime=172.82
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16765 0 0 0 17272 10 0 0 25 0 1 120000 93489704 58200064 13970 1992294400 134512640 135224549 4294956224 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 14209 13970 95 173 0 14034 0
Current children cumulated CPU time (s) 172.82
Current children cumulated vsize (KiB) 56836

[startup+173.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18889
/proc/meminfo: memFree=1651712/2055920 swapFree=4192812/4192956
[pid=18888] ppid=18886 vsize=55708 CPUtime=172.92
/proc/18888/stat : 18888 (CirCUs) R 18886 18888 18669 0 -1 4194304 16765 0 0 0 17282 10 0 0 25 0 1 120000 93489704 57044992 13688 1992294400 134512640 135224549 4294956224 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18888/statm: 13927 13688 95 173 0 13752 0
Current children cumulated CPU time (s) 172.92
Current children cumulated vsize (KiB) 55708

Child status: 0
Real time (s): 173.045
CPU time (s): 172.974
CPU user time (s): 172.856
CPU system time (s): 0.117982
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 65008

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

runsolver used 0.152976 second user time and 0.368943 second system time

The end

Launcher Data

Begin job on node10 at 2009-04-25 12:16:00
IDJOB=1720297
IDBENCH=69599
IDSOLVER=544
FILE ID=node10/1720297-1240654560
PBS_JOBID= 9186531
Free space on /tmp= 66336 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720297-1240654560/watcher-1720297-1240654560 -o /tmp/evaluation-result-1720297-1240654560/solver-1720297-1240654560 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1720297-1240654560.cnf -t 1200

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1845146731

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:       1713248 kB
Buffers:         12032 kB
Cached:         254868 kB
SwapCached:          0 kB
Active:          71072 kB
Inactive:       209764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5716 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            47872 kB
Committed_AS:   332356 kB
PageTables:       1372 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= 66332 MiB
End job on node10 at 2009-04-25 12:18:54