Trace number 1719621

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 62.6175 62.6355

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9847
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.29/0.37	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.29/0.37	c Eliminate time :        0.3 
62.57/62.63	c CNF read time  :       0.05 
62.57/62.63	c CNF solve time :      62.56 
62.57/62.63	c Memory usage :    14.0547 MB
62.57/62.63	c Restart : 252
62.57/62.63	c Decisions : random(3585), heuristic(274745), history(0/0)
62.57/62.63	c Implications : 66511196
62.57/62.63	c Forced Restart : 0
62.57/62.63	c Polarity Change : 640
62.57/62.63	c Learned clasues  : 10953 out of 182726
62.57/62.63	c Learned literals : 234864 out of 5406256
62.57/62.63	c Number of first UIP : 46156 out of 182726
62.57/62.63	c Number of simplify : 2
62.57/62.63	c Number of continuous distill : 1192
62.57/62.63	c Average depth of OTS : 7
62.57/62.63	c Average depth of additional conflict : 38
62.57/62.63	c Saved conflict clasues : 413
62.57/62.63	c Saved conflict literals : 4413
62.57/62.63	c Additional conflict clauses : 9659
62.57/62.63	c Additional conflict literals : 196371
62.57/62.63	c Additional conflict analysis : 23754
62.57/62.63	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-1719621-1240647751/watcher-1719621-1240647751 -o /tmp/evaluation-result-1719621-1240647751/solver-1719621-1240647751 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719621-1240647751.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.15 1.26 3/64 25404
/proc/meminfo: memFree=1949228/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=2660 CPUtime=0
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 120000 92807692 2723840 336 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 665 337 70 173 0 490 0

[startup+0.0176091 s]
/proc/loadavg: 1.00 1.15 1.26 3/64 25404
/proc/meminfo: memFree=1949228/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=3320 CPUtime=0.01
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 120000 92807692 3399680 534 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 830 534 70 173 0 655 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3320

[startup+0.101617 s]
/proc/loadavg: 1.00 1.15 1.26 3/64 25404
/proc/meminfo: memFree=1949228/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=6612 CPUtime=0.09
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 1451 0 0 0 9 0 0 0 18 0 1 120000 92807692 6770688 1402 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 1653 1402 77 173 0 1478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6612

[startup+0.301638 s]
/proc/loadavg: 1.00 1.15 1.26 3/64 25404
/proc/meminfo: memFree=1949228/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=8584 CPUtime=0.29
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2008 0 0 0 28 1 0 0 19 0 1 120000 92807692 8790016 1894 1992294400 134512640 135224549 4294956208 18446744073709551615 134570685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2146 1894 77 173 0 1971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8584

[startup+0.701683 s]
/proc/loadavg: 1.00 1.15 1.26 3/64 25404
/proc/meminfo: memFree=1949228/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=9228 CPUtime=0.69
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2165 0 0 0 68 1 0 0 22 0 1 120000 92807692 9449472 2051 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2307 2051 93 173 0 2132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9228

[startup+1.50177 s]
/proc/loadavg: 1.00 1.15 1.26 2/65 25405
/proc/meminfo: memFree=1941156/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=9496 CPUtime=1.49
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2238 0 0 0 148 1 0 0 25 0 1 120000 92807692 9723904 2124 1992294400 134512640 135224549 4294956208 18446744073709551615 134618974 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2374 2124 93 173 0 2199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9496

[startup+3.10195 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 25405
/proc/meminfo: memFree=1940644/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=9892 CPUtime=3.09
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2344 0 0 0 308 1 0 0 25 0 1 120000 92807692 10129408 2230 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2473 2230 93 173 0 2298 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9892

[startup+6.3023 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 25405
/proc/meminfo: memFree=1940004/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=10428 CPUtime=6.29
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2485 0 0 0 628 1 0 0 25 0 1 120000 92807692 10678272 2371 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2607 2371 93 173 0 2432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10428

[startup+12.702 s]
/proc/loadavg: 1.00 1.14 1.25 2/65 25405
/proc/meminfo: memFree=1939172/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=11484 CPUtime=12.69
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2751 0 0 0 1267 2 0 0 25 0 1 120000 92807692 11759616 2637 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 2871 2637 93 173 0 2696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11484

[startup+25.5014 s]
/proc/loadavg: 1.00 1.14 1.25 2/65 25405
/proc/meminfo: memFree=1937956/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=12380 CPUtime=25.49
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 2945 0 0 0 2547 2 0 0 25 0 1 120000 92807692 12677120 2831 1992294400 134512640 135224549 4294956208 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3095 2831 93 173 0 2920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12380

[startup+51.1013 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936292/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14112 CPUtime=51.07
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3378 0 0 0 5105 2 0 0 25 0 1 120000 92807692 14450688 3264 1992294400 134512640 135224549 4294956208 18446744073709551615 134587800 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3528 3264 93 173 0 3353 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14112

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

[startup+57.503 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14244 CPUtime=57.47
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3440 0 0 0 5745 2 0 0 25 0 1 120000 92807692 14585856 3326 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3561 3326 93 173 0 3386 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 14244

[startup+60.7013 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14388 CPUtime=60.67
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3444 0 0 0 6065 2 0 0 25 0 1 120000 92807692 14733312 3330 1992294400 134512640 135224549 4294956208 18446744073709551615 134619883 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3597 3330 93 173 0 3422 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 14388

[startup+61.5014 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14388 CPUtime=61.47
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3445 0 0 0 6145 2 0 0 25 0 1 120000 92807692 14733312 3331 1992294400 134512640 135224549 4294956208 18446744073709551615 134595365 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 61.47
Current children cumulated vsize (KiB) 14388

[startup+62.3015 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14388 CPUtime=62.27
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3445 0 0 0 6225 2 0 0 25 0 1 120000 92807692 14733312 3331 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 14388

[startup+62.5015 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14388 CPUtime=62.47
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3445 0 0 0 6245 2 0 0 25 0 1 120000 92807692 14733312 3331 1992294400 134512640 135224549 4294956208 18446744073709551615 134603999 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 62.47
Current children cumulated vsize (KiB) 14388

[startup+62.6015 s]
/proc/loadavg: 1.00 1.12 1.24 2/65 25405
/proc/meminfo: memFree=1936036/2055920 swapFree=4180216/4192956
[pid=25404] ppid=25402 vsize=14388 CPUtime=62.57
/proc/25404/stat : 25404 (CirCUs) R 25402 25404 24864 0 -1 4194304 3448 0 0 0 6255 2 0 0 25 0 1 120000 92807692 14733312 3333 1992294400 134512640 135224549 4294956208 18446744073709551615 134598791 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25404/statm: 3597 3333 95 173 0 3422 0
Current children cumulated CPU time (s) 62.57
Current children cumulated vsize (KiB) 14388

Child status: 0
Real time (s): 62.6355
CPU time (s): 62.6175
CPU user time (s): 62.5855
CPU system time (s): 0.031995
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 14388

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

runsolver used 0.050992 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 10:22:31
IDJOB=1719621
IDBENCH=69566
IDSOLVER=544
FILE ID=node35/1719621-1240647751
PBS_JOBID= 9186408
Free space on /tmp= 66400 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719621-1240647751/watcher-1719621-1240647751 -o /tmp/evaluation-result-1719621-1240647751/solver-1719621-1240647751 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719621-1240647751.cnf -t 1200

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=482069705

node35.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.214
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.214
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:       1949708 kB
Buffers:          5024 kB
Cached:          54876 kB
SwapCached:       6672 kB
Active:          12448 kB
Inactive:        55480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1949708 kB
SwapTotal:     4192956 kB
SwapFree:      4180216 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          11772 kB
Slab:            24340 kB
Committed_AS:   334944 kB
PageTables:       1400 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= 66396 MiB
End job on node35 at 2009-04-25 10:23:34