Trace number 1724149

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 2009-03-22-BaseUNSAT 113.437 113.494

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

113.34/113.47	
113.34/113.47	c decisions : 726224
113.34/113.47	c conflicts : 141876
113.34/113.47	c Memory limit 1620 MiB
113.34/113.47	c RANDOM SEED: 1027680074
113.34/113.47	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-1724149-1240692937/watcher-1724149-1240692937 -o /tmp/evaluation-result-1724149-1240692937/solver-1724149-1240692937 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1724149-1240692937.cnf -rs 1027680074 -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.78 1.24 1.17 3/65 19304
/proc/meminfo: memFree=1608944/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=3844 CPUtime=0
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 97324368 3936256 207 1992294400 134512640 135997824 4294956160 18446744073709551615 135431166 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 961 208 151 362 0 596 0

[startup+0.0943121 s]
/proc/loadavg: 1.78 1.24 1.17 3/65 19304
/proc/meminfo: memFree=1608944/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=6484 CPUtime=0.09
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 958 0 0 0 9 0 0 0 18 0 1 0 97324368 6639616 942 1992294400 134512640 135997824 4294956160 18446744073709551615 135431166 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 1621 943 151 362 0 1256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6484

[startup+0.101312 s]
/proc/loadavg: 1.78 1.24 1.17 3/65 19304
/proc/meminfo: memFree=1608944/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=6616 CPUtime=0.09
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 1011 0 0 0 9 0 0 0 18 0 1 0 97324368 6774784 995 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 1687 996 151 362 0 1322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6616

[startup+0.301351 s]
/proc/loadavg: 1.78 1.24 1.17 3/65 19304
/proc/meminfo: memFree=1608944/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=11764 CPUtime=0.29
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 2419 0 0 0 28 1 0 0 20 0 1 0 97324368 12046336 2403 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 2941 2403 151 362 0 2576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11764

[startup+0.70143 s]
/proc/loadavg: 1.78 1.24 1.17 3/65 19304
/proc/meminfo: memFree=1608944/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=21136 CPUtime=0.69
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 4989 0 0 0 67 2 0 0 24 0 1 0 97324368 21643264 4973 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 5284 4973 151 362 0 4919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21136

[startup+1.50159 s]
/proc/loadavg: 1.88 1.27 1.18 2/66 19305
/proc/meminfo: memFree=1577000/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=43580 CPUtime=1.49
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 11003 0 0 0 144 5 0 0 25 0 1 0 97324368 44625920 10415 1992294400 134512640 135997824 4294956160 18446744073709551615 134695401 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 10895 10415 158 362 0 10530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43580

[startup+3.1019 s]
/proc/loadavg: 1.88 1.27 1.18 2/66 19305
/proc/meminfo: memFree=1567528/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=52648 CPUtime=3.09
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 13745 0 0 0 303 6 0 0 25 0 1 0 97324368 53911552 12083 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 13162 12083 159 362 0 12797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52648

[startup+6.30153 s]
/proc/loadavg: 1.97 1.30 1.19 2/66 19305
/proc/meminfo: memFree=1517416/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=99084 CPUtime=6.29
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 28410 0 0 0 617 12 0 0 25 0 1 0 97324368 101462016 23112 1992294400 134512640 135997824 4294956160 18446744073709551615 134590879 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 24771 23112 174 362 0 24406 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99084

[startup+12.7018 s]
/proc/loadavg: 1.89 1.30 1.19 2/66 19305
/proc/meminfo: memFree=1515112/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=100992 CPUtime=12.69
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 28876 0 0 0 1257 12 0 0 25 0 1 0 97324368 103415808 23578 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 25248 23578 174 362 0 24883 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100992

[startup+25.5013 s]
/proc/loadavg: 1.75 1.29 1.19 2/66 19305
/proc/meminfo: memFree=1512424/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=103936 CPUtime=25.48
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 29604 0 0 0 2535 13 0 0 25 0 1 0 97324368 106430464 24306 1992294400 134512640 135997824 4294956160 18446744073709551615 134757383 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 25984 24306 174 362 0 25619 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103936

[startup+51.1013 s]
/proc/loadavg: 1.45 1.26 1.18 2/66 19305
/proc/meminfo: memFree=1508904/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=107620 CPUtime=51.07
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 30499 0 0 0 5094 13 0 0 25 0 1 0 97324368 110202880 25201 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 26905 25201 174 362 0 26540 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107620

[startup+102.305 s]
/proc/loadavg: 1.20 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503720/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=112512 CPUtime=102.25
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31761 0 0 0 10210 15 0 0 25 0 1 0 97324368 115212288 26463 1992294400 134512640 135997824 4294956160 18446744073709551615 134590229 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28128 26463 174 362 0 27763 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 112512

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

[startup+108.702 s]
/proc/loadavg: 1.18 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503400/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=112908 CPUtime=108.64
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31866 0 0 0 10849 15 0 0 25 0 1 0 97324368 115617792 26568 1992294400 134512640 135997824 4294956160 18446744073709551615 134757407 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28227 26568 174 362 0 27862 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 112908

[startup+111.901 s]
/proc/loadavg: 1.16 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503144/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=113172 CPUtime=111.84
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31913 0 0 0 11169 15 0 0 25 0 1 0 97324368 115888128 26615 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28293 26615 174 362 0 27928 0
Current children cumulated CPU time (s) 111.84
Current children cumulated vsize (KiB) 113172

[startup+112.701 s]
/proc/loadavg: 1.16 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503080/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=113172 CPUtime=112.64
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31926 0 0 0 11249 15 0 0 25 0 1 0 97324368 115888128 26628 1992294400 134512640 135997824 4294956160 18446744073709551615 134757543 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28293 26628 174 362 0 27928 0
Current children cumulated CPU time (s) 112.64
Current children cumulated vsize (KiB) 113172

[startup+113.101 s]
/proc/loadavg: 1.16 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503080/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=113172 CPUtime=113.04
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31928 0 0 0 11289 15 0 0 25 0 1 0 97324368 115888128 26630 1992294400 134512640 135997824 4294956160 18446744073709551615 134817034 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28293 26630 174 362 0 27928 0
Current children cumulated CPU time (s) 113.04
Current children cumulated vsize (KiB) 113172

[startup+113.306 s]
/proc/loadavg: 1.16 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503080/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=113172 CPUtime=113.24
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 31930 0 0 0 11309 15 0 0 25 0 1 0 97324368 115888128 26632 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28293 26632 174 362 0 27928 0
Current children cumulated CPU time (s) 113.24
Current children cumulated vsize (KiB) 113172

[startup+113.402 s]
/proc/loadavg: 1.16 1.21 1.17 2/66 19305
/proc/meminfo: memFree=1503080/2055920 swapFree=4181424/4192956
[pid=19304] ppid=19302 vsize=114700 CPUtime=113.34
/proc/19304/stat : 19304 (hydrasat) R 19302 19304 19118 0 -1 4194304 32313 0 0 0 11319 15 0 0 25 0 1 0 97324368 117452800 27015 1992294400 134512640 135997824 4294956160 18446744073709551615 134694775 0 0 4096 1 0 0 0 17 0 0 0
/proc/19304/statm: 28675 27015 174 362 0 28310 0
Current children cumulated CPU time (s) 113.34
Current children cumulated vsize (KiB) 114700

Child status: 20
Real time (s): 113.494
CPU time (s): 113.437
CPU user time (s): 113.267
CPU system time (s): 0.169974
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 114700

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

runsolver used 0.12698 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 22:55:39
IDJOB=1724149
IDBENCH=71758
IDSOLVER=520
FILE ID=node77/1724149-1240692937
PBS_JOBID= 9186732
Free space on /tmp= 66204 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724149-1240692937/watcher-1724149-1240692937 -o /tmp/evaluation-result-1724149-1240692937/solver-1724149-1240692937 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1724149-1240692937.cnf -rs 1027680074 -co memory_limit 1800

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1027680074

node77.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.270
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.270
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:       1609424 kB
Buffers:         41012 kB
Cached:         333560 kB
SwapCached:       5412 kB
Active:         115632 kB
Inactive:       266716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609424 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:           10808 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            50100 kB
Committed_AS:   428708 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= 66204 MiB
End job on node77 at 2009-04-25 22:57:33