Trace number 1553219

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 11.6752 11.6794

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor032.cnf
MD5SUM93c9f18c75548b864ec69c2789cae658
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.418935
Satisfiable
(Un)Satisfiability was proved
Number of variables4210
Number of clauses12053
Sum of the clauses size28121
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28034
Number of clauses of size 34017
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.59/11.67	
11.59/11.67	c decisions : 337494
11.59/11.67	c conflicts : 109674
11.59/11.67	c Memory limit 1620 MiB
11.59/11.67	c RANDOM SEED: 120539653
11.59/11.67	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-1553219-1238712375/watcher-1553219-1238712375 -o /tmp/evaluation-result-1553219-1238712375/solver-1553219-1238712375 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1553219-1238712375.cnf -rs 120539653 -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.53 1.82 1.87 3/81 22840
/proc/meminfo: memFree=1342200/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=1768 CPUtime=0
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 232 0 0 0 0 0 0 0 20 0 1 0 1143901328 1810432 216 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 442 216 151 362 0 77 0

[startup+0.0308471 s]
/proc/loadavg: 1.53 1.82 1.87 3/81 22840
/proc/meminfo: memFree=1342200/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=2748 CPUtime=0.02
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 456 0 0 0 2 0 0 0 20 0 1 0 1143901328 2813952 440 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 687 440 159 362 0 322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2748

[startup+0.101855 s]
/proc/loadavg: 1.53 1.82 1.87 3/81 22840
/proc/meminfo: memFree=1342200/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=3992 CPUtime=0.09
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 755 0 0 0 9 0 0 0 20 0 1 0 1143901328 4087808 739 1992294400 134512640 135997824 4294956160 18446744073709551615 134519479 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 998 739 159 362 0 633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3992

[startup+0.301877 s]
/proc/loadavg: 1.53 1.82 1.87 3/81 22840
/proc/meminfo: memFree=1342200/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=4928 CPUtime=0.29
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1020 0 0 0 29 0 0 0 22 0 1 0 1143901328 5046272 1003 1992294400 134512640 135997824 4294956160 18446744073709551615 134844985 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1232 1003 175 362 0 867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4928

[startup+0.70192 s]
/proc/loadavg: 1.53 1.82 1.87 3/81 22840
/proc/meminfo: memFree=1342200/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=5188 CPUtime=0.69
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1064 0 0 0 69 0 0 0 25 0 1 0 1143901328 5312512 1047 1992294400 134512640 135997824 4294956160 18446744073709551615 134683522 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1297 1047 175 362 0 932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5188

[startup+1.50201 s]
/proc/loadavg: 1.53 1.82 1.87 2/82 22841
/proc/meminfo: memFree=1338672/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=5316 CPUtime=1.49
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1101 0 0 0 149 0 0 0 25 0 1 0 1143901328 5443584 1084 1992294400 134512640 135997824 4294956160 18446744073709551615 134757821 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1329 1084 175 362 0 964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5316

[startup+3.10119 s]
/proc/loadavg: 1.53 1.82 1.87 2/82 22841
/proc/meminfo: memFree=1338032/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=5956 CPUtime=3.09
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1266 0 0 0 308 1 0 0 25 0 1 0 1143901328 6098944 1249 1992294400 134512640 135997824 4294956160 18446744073709551615 135367679 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1489 1249 175 362 0 1124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5956

[startup+6.30155 s]
/proc/loadavg: 1.48 1.80 1.87 2/82 22841
/proc/meminfo: memFree=1337264/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=6636 CPUtime=6.29
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1426 0 0 0 628 1 0 0 25 0 1 0 1143901328 6795264 1409 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1659 1409 175 362 0 1294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6636

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

[startup+9.5019 s]
/proc/loadavg: 1.44 1.79 1.86 2/82 22841
/proc/meminfo: memFree=1336496/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=7148 CPUtime=9.49
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1564 0 0 0 948 1 0 0 25 0 1 0 1143901328 7319552 1547 1992294400 134512640 135997824 4294956160 18446744073709551615 134683535 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1787 1547 175 362 0 1422 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 7148

[startup+10.302 s]
/proc/loadavg: 1.44 1.79 1.86 2/82 22841
/proc/meminfo: memFree=1336240/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=7536 CPUtime=10.29
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1646 0 0 0 1028 1 0 0 25 0 1 0 1143901328 7716864 1629 1992294400 134512640 135997824 4294956160 18446744073709551615 134513952 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1884 1629 175 362 0 1519 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 7536

[startup+11.1011 s]
/proc/loadavg: 1.44 1.79 1.86 2/82 22841
/proc/meminfo: memFree=1336112/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=7536 CPUtime=11.09
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1651 0 0 0 1108 1 0 0 25 0 1 0 1143901328 7716864 1634 1992294400 134512640 135997824 4294956160 18446744073709551615 134682628 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1884 1634 175 362 0 1519 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 7536

[startup+11.5011 s]
/proc/loadavg: 1.44 1.79 1.86 2/82 22841
/proc/meminfo: memFree=1336112/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=7536 CPUtime=11.49
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1651 0 0 0 1148 1 0 0 25 0 1 0 1143901328 7716864 1634 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1884 1634 175 362 0 1519 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 7536

[startup+11.6011 s]
/proc/loadavg: 1.44 1.79 1.86 2/82 22841
/proc/meminfo: memFree=1336112/2055920 swapFree=4172780/4192956
[pid=22840] ppid=22838 vsize=7536 CPUtime=11.59
/proc/22840/stat : 22840 (hydrasat) R 22838 22840 22745 0 -1 4194304 1662 0 0 0 1158 1 0 0 25 0 1 0 1143901328 7716864 1645 1992294400 134512640 135997824 4294956160 18446744073709551615 134758096 0 0 4096 1 0 0 0 17 1 0 0
/proc/22840/statm: 1884 1645 175 362 0 1519 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 7536

Child status: 20
Real time (s): 11.6794
CPU time (s): 11.6752
CPU user time (s): 11.6592
CPU system time (s): 0.015997
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 7536

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

runsolver used 0.020996 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-03 00:46:15
IDJOB=1553219
IDBENCH=70757
IDSOLVER=520
FILE ID=node87/1553219-1238712375
PBS_JOBID= 9085321
Free space on /tmp= 66084 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor032.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553219-1238712375/watcher-1553219-1238712375 -o /tmp/evaluation-result-1553219-1238712375/solver-1553219-1238712375 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1553219-1238712375.cnf -rs 120539653 -co memory_limit 1800

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

MD5SUM BENCH= 93c9f18c75548b864ec69c2789cae658
RANDOM SEED=120539653

node87.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.236
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.236
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:       1342680 kB
Buffers:         80100 kB
Cached:         540444 kB
SwapCached:       9408 kB
Active:         208668 kB
Inactive:       422752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1342680 kB
SwapTotal:     4192956 kB
SwapFree:      4172780 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          16408 kB
Slab:            65992 kB
Committed_AS:  2838936 kB
PageTables:       2676 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= 66084 MiB
End job on node87 at 2009-04-03 00:46:27