Trace number 1717884

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 203.631 203.697

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.97
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

203.53/203.66	
203.53/203.66	c decisions : 97003
203.53/203.66	c conflicts : 41293
203.53/203.66	c Memory limit 1620 MiB
203.53/203.66	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-1717884-1240631938/watcher-1717884-1240631938 -o /tmp/evaluation-result-1717884-1240631938/solver-1717884-1240631938 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1717884-1240631938.cnf -rs 1727501367 -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.25 1.06 1.02 2/64 24777
/proc/meminfo: memFree=1783924/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=5260 CPUtime=0
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 91226467 5386240 184 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 1315 186 119 319 0 993 0

[startup+0.065745 s]
/proc/loadavg: 1.25 1.06 1.02 2/64 24777
/proc/meminfo: memFree=1783924/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=8292 CPUtime=0.06
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 991 0 0 0 6 0 0 0 18 0 1 0 91226467 8491008 975 1992294400 134512640 135819388 4294956160 18446744073709551615 135210599 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 2073 975 119 319 0 1751 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8292

[startup+0.101748 s]
/proc/loadavg: 1.25 1.06 1.02 2/64 24777
/proc/meminfo: memFree=1783924/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=9868 CPUtime=0.09
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 1447 0 0 0 9 0 0 0 18 0 1 0 91226467 10104832 1431 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 2500 1432 119 319 0 2178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9868

[startup+0.30177 s]
/proc/loadavg: 1.25 1.06 1.02 2/64 24777
/proc/meminfo: memFree=1783924/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=19488 CPUtime=0.29
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 4002 0 0 0 28 1 0 0 20 0 1 0 91226467 19955712 3986 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 4872 3987 119 319 0 4550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19488

[startup+0.701814 s]
/proc/loadavg: 1.25 1.06 1.02 2/64 24777
/proc/meminfo: memFree=1783924/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=38704 CPUtime=0.69
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 9126 0 0 0 65 4 0 0 23 0 1 0 91226467 39632896 9110 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 9676 9110 119 319 0 9354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38704

[startup+1.5019 s]
/proc/loadavg: 1.25 1.06 1.02 2/65 24778
/proc/meminfo: memFree=1732460/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=84248 CPUtime=1.49
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 21629 0 0 0 140 9 0 0 25 0 1 0 91226467 86269952 20599 1992294400 134512640 135819388 4294956160 18446744073709551615 134681447 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 21062 20599 127 319 0 20740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84248

[startup+3.10108 s]
/proc/loadavg: 1.25 1.06 1.02 2/65 24778
/proc/meminfo: memFree=1701676/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=84248 CPUtime=3.09
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 21630 0 0 0 298 11 0 0 25 0 1 0 91226467 86269952 20600 1992294400 134512640 135819388 4294956160 18446744073709551615 134681575 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 21062 20600 127 319 0 20740 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84248

[startup+6.30144 s]
/proc/loadavg: 1.23 1.06 1.02 2/65 24778
/proc/meminfo: memFree=1701484/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=97136 CPUtime=6.29
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 25021 0 0 0 617 12 0 0 25 0 1 0 91226467 99467264 22977 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 24284 22977 128 319 0 23962 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97136

[startup+12.7012 s]
/proc/loadavg: 1.21 1.06 1.02 2/65 24778
/proc/meminfo: memFree=1664108/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=124576 CPUtime=12.69
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 32433 0 0 0 1253 16 0 0 25 0 1 0 91226467 127565824 30003 1992294400 134512640 135819388 4294956160 18446744073709551615 134521161 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 31144 30003 128 319 0 30822 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124576

[startup+25.5016 s]
/proc/loadavg: 1.16 1.06 1.02 2/65 24778
/proc/meminfo: memFree=1619372/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=177128 CPUtime=25.48
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 46189 0 0 0 2527 21 0 0 25 0 1 0 91226467 181379072 41225 1992294400 134512640 135819388 4294956160 18446744073709551615 134603175 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 44282 41225 147 319 0 43960 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 177128

[startup+51.1015 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 24778
/proc/meminfo: memFree=1617324/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=179248 CPUtime=51.08
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 46723 0 0 0 5086 22 0 0 25 0 1 0 91226467 183549952 41759 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 44812 41759 147 319 0 44490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 179248

[startup+102.305 s]
/proc/loadavg: 1.05 1.04 1.01 2/65 24778
/proc/meminfo: memFree=1616556/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=180040 CPUtime=102.26
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 46919 0 0 0 10204 22 0 0 25 0 1 0 91226467 184360960 41955 1992294400 134512640 135819388 4294956160 18446744073709551615 134603152 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45010 41955 147 319 0 44688 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 180040

[startup+162.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615724/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=180980 CPUtime=162.24
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47119 0 0 0 16201 23 0 0 25 0 1 0 91226467 185323520 42155 1992294400 134512640 135819388 4294956160 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45245 42155 147 319 0 44923 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 180980

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

[startup+179.102 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615468/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181284 CPUtime=179.03
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47182 0 0 0 17880 23 0 0 25 0 1 0 91226467 185634816 42218 1992294400 134512640 135819388 4294956160 18446744073709551615 135205109 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45321 42218 147 319 0 44999 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 181284

[startup+191.901 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615212/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181432 CPUtime=191.83
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47234 0 0 0 19160 23 0 0 25 0 1 0 91226467 185786368 42270 1992294400 134512640 135819388 4294956160 18446744073709551615 134602922 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45358 42270 147 319 0 45036 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 181432

[startup+198.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615148/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=198.23
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47263 0 0 0 19800 23 0 0 25 0 1 0 91226467 185946112 42299 1992294400 134512640 135819388 4294956160 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42299 147 319 0 45075 0
Current children cumulated CPU time (s) 198.23
Current children cumulated vsize (KiB) 181588

[startup+201.501 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615084/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=201.42
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47264 0 0 0 20119 23 0 0 25 0 1 0 91226467 185946112 42300 1992294400 134512640 135819388 4294956160 18446744073709551615 134671970 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42300 147 319 0 45075 0
Current children cumulated CPU time (s) 201.42
Current children cumulated vsize (KiB) 181588

[startup+202.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615084/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=202.23
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47267 0 0 0 20200 23 0 0 25 0 1 0 91226467 185946112 42303 1992294400 134512640 135819388 4294956160 18446744073709551615 134585505 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42303 147 319 0 45075 0
Current children cumulated CPU time (s) 202.23
Current children cumulated vsize (KiB) 181588

[startup+203.102 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615084/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=203.02
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47271 0 0 0 20279 23 0 0 25 0 1 0 91226467 185946112 42307 1992294400 134512640 135819388 4294956160 18446744073709551615 134616780 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42307 147 319 0 45075 0
Current children cumulated CPU time (s) 203.02
Current children cumulated vsize (KiB) 181588

[startup+203.506 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615084/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=203.43
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47274 0 0 0 20320 23 0 0 25 0 1 0 91226467 185946112 42310 1992294400 134512640 135819388 4294956160 18446744073709551615 134603197 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42310 147 319 0 45075 0
Current children cumulated CPU time (s) 203.43
Current children cumulated vsize (KiB) 181588

[startup+203.603 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 24784
/proc/meminfo: memFree=1615084/2055920 swapFree=4192956/4192956
[pid=24777] ppid=24775 vsize=181588 CPUtime=203.53
/proc/24777/stat : 24777 (hydrasat-flat) R 24775 24777 23724 0 -1 4194304 47274 0 0 0 20330 23 0 0 25 0 1 0 91226467 185946112 42310 1992294400 134512640 135819388 4294956160 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/24777/statm: 45397 42310 147 319 0 45075 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 181588

Child status: 20
Real time (s): 203.697
CPU time (s): 203.631
CPU user time (s): 203.365
CPU system time (s): 0.265959
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 181588

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

runsolver used 0.186971 second user time and 0.396939 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 05:58:59
IDJOB=1717884
IDBENCH=20430
IDSOLVER=519
FILE ID=node35/1717884-1240631938
PBS_JOBID= 9186330
Free space on /tmp= 66384 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717884-1240631938/watcher-1717884-1240631938 -o /tmp/evaluation-result-1717884-1240631938/solver-1717884-1240631938 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1717884-1240631938.cnf -rs 1727501367 -co memory_limit 1800

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1727501367

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:       1784340 kB
Buffers:         29580 kB
Cached:         161364 kB
SwapCached:          0 kB
Active:          39116 kB
Inactive:       165728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784340 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18500 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            52716 kB
Committed_AS:   334448 kB
PageTables:       1396 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= 66380 MiB
End job on node35 at 2009-04-25 06:02:23