Trace number 1773348

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 60.7258 60.7483

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.4758
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.35	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.29/0.35	c Eliminate time :       0.29 
60.67/60.74	c CNF read time  :       0.05 
60.67/60.74	c CNF solve time :      60.68 
60.67/60.74	c Memory usage :    14.0547 MB
60.67/60.74	c Restart : 252
60.67/60.74	c Decisions : random(3585), heuristic(274745), history(0/0)
60.67/60.74	c Implications : 66511196
60.67/60.74	c Forced Restart : 0
60.67/60.74	c Polarity Change : 640
60.67/60.74	c Learned clasues  : 10953 out of 182726
60.67/60.74	c Learned literals : 234864 out of 5406256
60.67/60.74	c Number of first UIP : 46156 out of 182726
60.67/60.74	c Number of simplify : 2
60.67/60.74	c Number of continuous distill : 1192
60.67/60.74	c Average depth of OTS : 7
60.67/60.74	c Average depth of additional conflict : 38
60.67/60.74	c Saved conflict clasues : 413
60.67/60.74	c Saved conflict literals : 4413
60.67/60.74	c Additional conflict clauses : 9659
60.67/60.74	c Additional conflict literals : 196371
60.67/60.74	c Additional conflict analysis : 23754
60.67/60.74	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-1773348-1241316225/watcher-1773348-1241316225 -o /tmp/evaluation-result-1773348-1241316225/solver-1773348-1241316225 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773348-1241316225.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19004
/proc/meminfo: memFree=874400/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=2660 CPUtime=0
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 1000000 159652020 2723840 341 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 665 341 70 173 0 490 0

[startup+0.063556 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19004
/proc/meminfo: memFree=874400/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=5820 CPUtime=0.05
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 1227 0 0 0 5 0 0 0 18 0 1 1000000 159652020 5959680 1178 1992294400 134512640 135224549 4294956224 18446744073709551615 134570924 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 1455 1178 76 173 0 1280 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5820

[startup+0.101562 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19004
/proc/meminfo: memFree=874400/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=6744 CPUtime=0.09
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 1504 0 0 0 9 0 0 0 18 0 1 1000000 159652020 6905856 1455 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 1686 1455 77 173 0 1511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6744

[startup+0.301598 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19004
/proc/meminfo: memFree=874400/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=8584 CPUtime=0.29
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2008 0 0 0 29 0 0 0 20 0 1 1000000 159652020 8790016 1894 1992294400 134512640 135224549 4294956224 18446744073709551615 134570627 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2146 1894 77 173 0 1971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8584

[startup+0.701668 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19004
/proc/meminfo: memFree=874400/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=9228 CPUtime=0.69
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2165 0 0 0 69 0 0 0 24 0 1 1000000 159652020 9449472 2051 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2307 2051 93 173 0 2132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9228

[startup+1.50281 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=866392/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=9496 CPUtime=1.49
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2243 0 0 0 149 0 0 0 25 0 1 1000000 159652020 9723904 2129 1992294400 134512640 135224549 4294956224 18446744073709551615 134632540 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2374 2129 93 173 0 2199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9496

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=865816/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=9892 CPUtime=3.08
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2347 0 0 0 308 0 0 0 25 0 1 1000000 159652020 10129408 2233 1992294400 134512640 135224549 4294956224 18446744073709551615 134587872 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2473 2233 93 173 0 2298 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9892

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=865184/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=10428 CPUtime=6.29
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2485 0 0 0 628 1 0 0 25 0 1 1000000 159652020 10678272 2371 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2607 2371 93 173 0 2432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10428

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=864160/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=11484 CPUtime=12.69
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2751 0 0 0 1268 1 0 0 25 0 1 1000000 159652020 11759616 2637 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 2871 2637 93 173 0 2696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11484

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=863200/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=12380 CPUtime=25.48
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 2945 0 0 0 2547 1 0 0 25 0 1 1000000 159652020 12677120 2831 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3095 2831 93 173 0 2920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12380

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861408/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14112 CPUtime=51.07
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3390 0 0 0 5106 1 0 0 25 0 1 1000000 159652020 14450688 3276 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3528 3276 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.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861216/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14388 CPUtime=57.47
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3443 0 0 0 5746 1 0 0 25 0 1 1000000 159652020 14733312 3329 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3597 3329 93 173 0 3422 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 14388

[startup+59.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861152/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14388 CPUtime=59.07
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3444 0 0 0 5906 1 0 0 25 0 1 1000000 159652020 14733312 3330 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3597 3330 93 173 0 3422 0
Current children cumulated CPU time (s) 59.07
Current children cumulated vsize (KiB) 14388

[startup+59.9012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861152/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14388 CPUtime=59.87
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3445 0 0 0 5986 1 0 0 25 0 1 1000000 159652020 14733312 3331 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 59.87
Current children cumulated vsize (KiB) 14388

[startup+60.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861152/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14388 CPUtime=60.27
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3445 0 0 0 6026 1 0 0 25 0 1 1000000 159652020 14733312 3331 1992294400 134512640 135224549 4294956224 18446744073709551615 134595772 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 60.27
Current children cumulated vsize (KiB) 14388

[startup+60.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19005
/proc/meminfo: memFree=861152/2055920 swapFree=4192812/4192956
[pid=19004] ppid=19002 vsize=14388 CPUtime=60.67
/proc/19004/stat : 19004 (CirCUs) R 19002 19004 18413 0 -1 4194304 3445 0 0 0 6066 1 0 0 25 0 1 1000000 159652020 14733312 3331 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19004/statm: 3597 3331 93 173 0 3422 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 14388

Child status: 0
Real time (s): 60.7483
CPU time (s): 60.7258
CPU user time (s): 60.7048
CPU system time (s): 0.020996
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 14388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.7048
system time used= 0.020996
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= 59

runsolver used 0.073988 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-03 04:03:45
IDJOB=1773348
IDBENCH=69566
IDSOLVER=614
FILE ID=node89/1773348-1241316225
PBS_JOBID= 9225309
Free space on /tmp= 66296 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-1773348-1241316225/watcher-1773348-1241316225 -o /tmp/evaluation-result-1773348-1241316225/solver-1773348-1241316225 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773348-1241316225.cnf -t 10000

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=1216329247

node89.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.268
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.268
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:        874880 kB
Buffers:         89608 kB
Cached:         972892 kB
SwapCached:          0 kB
Active:         357144 kB
Inactive:       719240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          23608 kB
Slab:            90556 kB
Committed_AS:   589704 kB
PageTables:       1376 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= 66296 MiB
End job on node89 at 2009-05-03 04:04:46