Trace number 1555038

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
HydraSAT-Flat 2009-03-22-FlatUNSAT 37.8502 37.8598

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2104
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

37.78/37.85	
37.78/37.85	c decisions : 69371
37.78/37.85	c conflicts : 44626
37.78/37.85	c Memory limit 1620 MiB
37.78/37.85	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-1555038-1238736452/watcher-1555038-1238736452 -o /tmp/evaluation-result-1555038-1238736452/solver-1555038-1238736452 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1555038-1238736452.cnf -rs 1054964733 -co memory_limit 1800 

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.11 1.02 1.01 3/70 20132
/proc/meminfo: memFree=1500312/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=1732 CPUtime=0
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 1146308451 1773568 186 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 433 187 119 319 0 111 0

[startup+0.069832 s]
/proc/loadavg: 1.11 1.02 1.01 3/70 20132
/proc/meminfo: memFree=1500312/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=4520 CPUtime=0.06
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 940 0 0 0 6 0 0 0 18 0 1 0 1146308451 4628480 923 1992294400 134512640 135819388 4294956160 18446744073709551615 134604102 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 1130 923 127 319 0 808 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4520

[startup+0.101834 s]
/proc/loadavg: 1.11 1.02 1.01 3/70 20132
/proc/meminfo: memFree=1500312/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=5180 CPUtime=0.09
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 1107 0 0 0 9 0 0 0 18 0 1 0 1146308451 5304320 1056 1992294400 134512640 135819388 4294956160 18446744073709551615 134683252 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 1295 1056 128 319 0 973 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5180

[startup+0.301854 s]
/proc/loadavg: 1.11 1.02 1.01 3/70 20132
/proc/meminfo: memFree=1500312/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=9284 CPUtime=0.29
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2200 0 0 0 28 1 0 0 19 0 1 0 1146308451 9506816 2080 1992294400 134512640 135819388 4294956160 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2321 2080 148 319 0 1999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9284

[startup+0.701893 s]
/proc/loadavg: 1.11 1.02 1.01 3/70 20132
/proc/meminfo: memFree=1500312/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=9416 CPUtime=0.69
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2239 0 0 0 68 1 0 0 22 0 1 0 1146308451 9641984 2119 1992294400 134512640 135819388 4294956160 18446744073709551615 134616796 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2354 2119 148 319 0 2032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9416

[startup+1.50197 s]
/proc/loadavg: 1.11 1.02 1.01 2/71 20133
/proc/meminfo: memFree=1492304/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=9552 CPUtime=1.49
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2271 0 0 0 148 1 0 0 25 0 1 0 1146308451 9781248 2151 1992294400 134512640 135819388 4294956160 18446744073709551615 134616849 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2388 2151 148 319 0 2066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9552

[startup+3.10113 s]
/proc/loadavg: 1.10 1.02 1.00 2/71 20133
/proc/meminfo: memFree=1492048/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=9692 CPUtime=3.09
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2301 0 0 0 308 1 0 0 25 0 1 0 1146308451 9924608 2181 1992294400 134512640 135819388 4294956160 18446744073709551615 134671991 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2423 2181 148 319 0 2101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9692

[startup+6.30145 s]
/proc/loadavg: 1.10 1.02 1.00 2/71 20133
/proc/meminfo: memFree=1491856/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=9832 CPUtime=6.29
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2342 0 0 0 628 1 0 0 25 0 1 0 1146308451 10067968 2222 1992294400 134512640 135819388 4294956160 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2458 2222 148 319 0 2136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9832

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.00 2/71 20133
/proc/meminfo: memFree=1491408/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=10240 CPUtime=12.68
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2439 0 0 0 1267 1 0 0 25 0 1 0 1146308451 10485760 2319 1992294400 134512640 135819388 4294956160 18446744073709551615 134617230 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2560 2319 148 319 0 2238 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10240

[startup+25.5013 s]
/proc/loadavg: 1.07 1.02 1.00 2/71 20133
/proc/meminfo: memFree=1490384/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=11212 CPUtime=25.49
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2675 0 0 0 2547 2 0 0 25 0 1 0 1146308451 11481088 2555 1992294400 134512640 135819388 4294956160 18446744073709551615 134603079 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2803 2555 148 319 0 2481 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11212

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

[startup+31.907 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1490000/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=11620 CPUtime=31.89
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2786 0 0 0 3187 2 0 0 25 0 1 0 1146308451 11898880 2666 1992294400 134512640 135819388 4294956160 18446744073709551615 134592905 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2905 2666 148 319 0 2583 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 11620

[startup+35.1013 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1489744/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=11960 CPUtime=35.09
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2847 0 0 0 3507 2 0 0 25 0 1 0 1146308451 12247040 2727 1992294400 134512640 135819388 4294956160 18446744073709551615 134603051 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 2990 2727 148 319 0 2668 0
Current children cumulated CPU time (s) 35.09
Current children cumulated vsize (KiB) 11960

[startup+36.7015 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1489616/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=12104 CPUtime=36.68
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2879 0 0 0 3666 2 0 0 25 0 1 0 1146308451 12394496 2759 1992294400 134512640 135819388 4294956160 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 3026 2759 148 319 0 2704 0
Current children cumulated CPU time (s) 36.68
Current children cumulated vsize (KiB) 12104

[startup+37.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1489552/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=12104 CPUtime=37.48
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2892 0 0 0 3746 2 0 0 25 0 1 0 1146308451 12394496 2772 1992294400 134512640 135819388 4294956160 18446744073709551615 134616696 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 3026 2772 148 319 0 2704 0
Current children cumulated CPU time (s) 37.48
Current children cumulated vsize (KiB) 12104

[startup+37.7015 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1489552/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=12104 CPUtime=37.68
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2895 0 0 0 3766 2 0 0 25 0 1 0 1146308451 12394496 2775 1992294400 134512640 135819388 4294956160 18446744073709551615 134592626 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 3026 2775 148 319 0 2704 0
Current children cumulated CPU time (s) 37.68
Current children cumulated vsize (KiB) 12104

[startup+37.8016 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 20133
/proc/meminfo: memFree=1489552/2055920 swapFree=4173176/4192956
[pid=20132] ppid=20130 vsize=12104 CPUtime=37.78
/proc/20132/stat : 20132 (hydrasat-flat) R 20130 20132 19606 0 -1 4194304 2896 0 0 0 3776 2 0 0 25 0 1 0 1146308451 12394496 2776 1992294400 134512640 135819388 4294956160 18446744073709551615 134616769 0 0 4096 1 0 0 0 17 1 0 0
/proc/20132/statm: 3026 2776 148 319 0 2704 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 12104

Child status: 20
Real time (s): 37.8598
CPU time (s): 37.8502
CPU user time (s): 37.8222
CPU system time (s): 0.027995
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 12104

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

runsolver used 0.035994 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-03 07:27:32
IDJOB=1555038
IDBENCH=70792
IDSOLVER=519
FILE ID=node36/1555038-1238736452
PBS_JOBID= 9085355
Free space on /tmp= 66556 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT09/APPLICATIONS/bitverif/icbrt/icbrt1_32.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555038-1238736452/watcher-1555038-1238736452 -o /tmp/evaluation-result-1555038-1238736452/solver-1555038-1238736452 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1555038-1238736452.cnf -rs 1054964733 -co memory_limit 1800

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED=1054964733

node36.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:       1500728 kB
Buffers:         89920 kB
Cached:         376524 kB
SwapCached:       9148 kB
Active:         253888 kB
Inactive:       223200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500728 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          16372 kB
Slab:            63444 kB
Committed_AS:  3293364 kB
PageTables:       1876 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= 66552 MiB
End job on node36 at 2009-04-03 07:28:10