Trace number 1732131

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 225.417 225.481

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-73-100.cnf
MD5SUM21a63ce6f14424dbad7bd9e8fb6cd037
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9497
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of clauses156
Sum of the clauses size468
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3156
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 CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 
225.33/225.48	c CNF read time  :          0 
225.33/225.48	c CNF solve time :      225.4 
225.33/225.48	c Memory usage :    11.7891 MB
225.33/225.48	c Restart : 535
225.33/225.48	c Decisions : random(15261), heuristic(924865), history(0/0)
225.33/225.48	c Implications : 14036967
225.33/225.48	c Forced Restart : 0
225.33/225.48	c Polarity Change : 151
225.33/225.48	c Learned clasues  : 75855 out of 733504
225.33/225.48	c Learned literals : 842711 out of 8752751
225.33/225.48	c Number of first UIP : 200108 out of 733504
225.33/225.48	c Number of simplify : 1
225.33/225.48	c Number of continuous distill : 57766
225.33/225.48	c Average depth of OTS : 11
225.33/225.48	c Average depth of additional conflict : 14
225.33/225.48	c Saved conflict clasues : 24371
225.33/225.48	c Saved conflict literals : 286524
225.33/225.48	c Additional conflict clauses : 4869
225.33/225.48	c Additional conflict literals : 47993
225.33/225.48	c Additional conflict analysis : 40837
225.33/225.48	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-1732131-1240777913/watcher-1732131-1240777913 -o /tmp/evaluation-result-1732131-1240777913/solver-1732131-1240777913 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1732131-1240777913.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.86 1.34 1.15 2/64 9244
/proc/meminfo: memFree=1716144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=1176 CPUtime=0
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 131 0 0 0 0 0 0 0 20 0 1 120000 105817322 1204224 115 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 294 115 89 173 0 119 0

[startup+0.0632831 s]
/proc/loadavg: 1.86 1.34 1.15 2/64 9244
/proc/meminfo: memFree=1716144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=1440 CPUtime=0.05
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 191 0 0 0 5 0 0 0 20 0 1 120000 105817322 1474560 175 1992294400 134512640 135224549 4294956208 18446744073709551615 134623582 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 360 175 89 173 0 185 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1440

[startup+0.101286 s]
/proc/loadavg: 1.86 1.34 1.15 2/64 9244
/proc/meminfo: memFree=1716144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=1440 CPUtime=0.09
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 204 0 0 0 9 0 0 0 20 0 1 120000 105817322 1474560 188 1992294400 134512640 135224549 4294956208 18446744073709551615 134720856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 360 188 89 173 0 185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1440

[startup+0.301305 s]
/proc/loadavg: 1.86 1.34 1.15 2/64 9244
/proc/meminfo: memFree=1716144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=1572 CPUtime=0.29
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 243 0 0 0 29 0 0 0 21 0 1 120000 105817322 1609728 227 1992294400 134512640 135224549 4294956208 18446744073709551615 134630936 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 393 227 89 173 0 218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1572

[startup+0.701345 s]
/proc/loadavg: 1.86 1.34 1.15 2/64 9244
/proc/meminfo: memFree=1716144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=1968 CPUtime=0.69
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 310 0 0 0 69 0 0 0 25 0 1 120000 105817322 2015232 294 1992294400 134512640 135224549 4294956208 18446744073709551615 134632814 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 492 294 89 173 0 317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1968

[startup+1.50243 s]
/proc/loadavg: 1.86 1.34 1.15 2/65 9245
/proc/meminfo: memFree=1715176/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=2368 CPUtime=1.49
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 406 0 0 0 149 0 0 0 25 0 1 120000 105817322 2424832 390 1992294400 134512640 135224549 4294956208 18446744073709551615 134618659 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 592 390 89 173 0 417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2368

[startup+3.10158 s]
/proc/loadavg: 1.86 1.34 1.15 2/65 9245
/proc/meminfo: memFree=1714600/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=2896 CPUtime=3.09
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 546 0 0 0 309 0 0 0 25 0 1 120000 105817322 2965504 530 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 724 530 89 173 0 549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2896

[startup+6.3019 s]
/proc/loadavg: 1.79 1.33 1.15 2/65 9245
/proc/meminfo: memFree=1713640/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=3696 CPUtime=6.29
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 726 0 0 0 629 0 0 0 25 0 1 120000 105817322 3784704 710 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 924 710 89 173 0 749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3696

[startup+12.7015 s]
/proc/loadavg: 1.73 1.33 1.15 2/65 9245
/proc/meminfo: memFree=1712432/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=4680 CPUtime=12.69
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 979 0 0 0 1269 0 0 0 25 0 1 120000 105817322 4792320 963 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 1170 963 89 173 0 995 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4680

[startup+25.5018 s]
/proc/loadavg: 1.57 1.31 1.15 2/65 9245
/proc/meminfo: memFree=1711216/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=5932 CPUtime=25.48
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 1289 0 0 0 2548 0 0 0 25 0 1 120000 105817322 6074368 1240 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 1483 1240 89 173 0 1308 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5932

[startup+51.1014 s]
/proc/loadavg: 1.37 1.28 1.14 2/65 9245
/proc/meminfo: memFree=1710000/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=7328 CPUtime=51.08
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 1616 0 0 0 5107 1 0 0 25 0 1 120000 105817322 7503872 1567 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 1832 1567 89 173 0 1657 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7328

[startup+102.305 s]
/proc/loadavg: 1.16 1.24 1.14 2/65 9245
/proc/meminfo: memFree=1708144/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=9416 CPUtime=102.27
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2128 0 0 0 10226 1 0 0 25 0 1 120000 105817322 9641984 2014 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 2354 2014 89 173 0 2179 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9416

[startup+162.301 s]
/proc/loadavg: 1.06 1.19 1.12 2/65 9245
/proc/meminfo: memFree=1706800/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=10760 CPUtime=162.24
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2453 0 0 0 16223 1 0 0 25 0 1 120000 105817322 11018240 2339 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 2690 2339 89 173 0 2515 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10760

[startup+222.301 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=222.22
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2754 0 0 0 22221 1 0 0 25 0 1 120000 105817322 12357632 2640 1992294400 134512640 135224549 4294956208 18446744073709551615 134631403 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2640 89 173 0 2842 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 12068

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

[startup+223.903 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=223.82
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2756 0 0 0 22381 1 0 0 25 0 1 120000 105817322 12357632 2642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2642 89 173 0 2842 0
Current children cumulated CPU time (s) 223.82
Current children cumulated vsize (KiB) 12068

[startup+224.702 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=224.62
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2756 0 0 0 22461 1 0 0 25 0 1 120000 105817322 12357632 2642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2642 89 173 0 2842 0
Current children cumulated CPU time (s) 224.62
Current children cumulated vsize (KiB) 12068

[startup+225.102 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=225.02
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2756 0 0 0 22501 1 0 0 25 0 1 120000 105817322 12357632 2642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2642 89 173 0 2842 0
Current children cumulated CPU time (s) 225.02
Current children cumulated vsize (KiB) 12068

[startup+225.302 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=225.22
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2756 0 0 0 22521 1 0 0 25 0 1 120000 105817322 12357632 2642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2642 89 173 0 2842 0
Current children cumulated CPU time (s) 225.22
Current children cumulated vsize (KiB) 12068

[startup+225.402 s]
/proc/loadavg: 1.02 1.15 1.11 2/65 9245
/proc/meminfo: memFree=1705584/2055920 swapFree=4182076/4192956
[pid=9244] ppid=9242 vsize=12068 CPUtime=225.33
/proc/9244/stat : 9244 (CirCUs) R 9242 9244 9119 0 -1 4194304 2756 0 0 0 22532 1 0 0 25 0 1 120000 105817322 12357632 2642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9244/statm: 3017 2642 89 173 0 2842 0
Current children cumulated CPU time (s) 225.33
Current children cumulated vsize (KiB) 12068

Child status: 0
Real time (s): 225.481
CPU time (s): 225.417
CPU user time (s): 225.395
CPU system time (s): 0.021996
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 12068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.395
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2761
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= 1
involuntary context switches= 550

runsolver used 0.19597 second user time and 0.52392 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 22:31:53
IDJOB=1732131
IDBENCH=71110
IDSOLVER=544
FILE ID=node70/1732131-1240777913
PBS_JOBID= 9187240
Free space on /tmp= 66304 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-73-100.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732131-1240777913/watcher-1732131-1240777913 -o /tmp/evaluation-result-1732131-1240777913/solver-1732131-1240777913 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1732131-1240777913.cnf -t 1200

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

MD5SUM BENCH= 21a63ce6f14424dbad7bd9e8fb6cd037
RANDOM SEED=1232132753

node70.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.213
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.213
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:       1716624 kB
Buffers:         38328 kB
Cached:         234524 kB
SwapCached:       4996 kB
Active:         125584 kB
Inactive:       155880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716624 kB
SwapTotal:     4192956 kB
SwapFree:      4182076 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            43872 kB
Committed_AS:   370752 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= 66304 MiB
End job on node70 at 2009-04-26 22:35:38