Trace number 1719601

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 129.74 129.783

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.9847
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

129.65/129.77	
129.65/129.77	c decisions : 220050
129.65/129.77	c conflicts : 164266
129.65/129.77	c Memory limit 1620 MiB
129.65/129.77	c RANDOM SEED: 2006220695
129.65/129.77	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-1719601-1240647660/watcher-1719601-1240647660 -o /tmp/evaluation-result-1719601-1240647660/solver-1719601-1240647660 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1719601-1240647660.cnf -rs 2006220695 -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.29 1.08 1.02 3/64 21811
/proc/meminfo: memFree=1935816/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=1960 CPUtime=0
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 92800017 2007040 203 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 490 203 151 362 0 125 0

[startup+0.00935591 s]
/proc/loadavg: 1.29 1.08 1.02 3/64 21811
/proc/meminfo: memFree=1935816/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=2092 CPUtime=0
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 92800017 2142208 246 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 523 246 151 362 0 158 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2092

[startup+0.102371 s]
/proc/loadavg: 1.29 1.08 1.02 3/64 21811
/proc/meminfo: memFree=1935816/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=5276 CPUtime=0.09
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 1128 0 0 0 9 0 0 0 18 0 1 0 92800017 5402624 1101 1992294400 134512640 135997824 4294956160 18446744073709551615 135387659 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 1319 1101 158 362 0 954 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5276

[startup+0.301404 s]
/proc/loadavg: 1.29 1.08 1.02 3/64 21811
/proc/meminfo: memFree=1935816/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=8404 CPUtime=0.29
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 1919 0 0 0 28 1 0 0 19 0 1 0 92800017 8605696 1779 1992294400 134512640 135997824 4294956160 18446744073709551615 134710862 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 2101 1779 159 362 0 1736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8404

[startup+0.701475 s]
/proc/loadavg: 1.29 1.08 1.02 3/64 21811
/proc/meminfo: memFree=1935816/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=10948 CPUtime=0.69
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 2682 0 0 0 68 1 0 0 23 0 1 0 92800017 11210752 2453 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 2737 2453 174 362 0 2372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10948

[startup+1.50161 s]
/proc/loadavg: 1.29 1.08 1.02 2/65 21812
/proc/meminfo: memFree=1926528/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=11088 CPUtime=1.49
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 2735 0 0 0 148 1 0 0 25 0 1 0 92800017 11354112 2506 1992294400 134512640 135997824 4294956160 18446744073709551615 134863280 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 2772 2506 174 362 0 2407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11088

[startup+3.1019 s]
/proc/loadavg: 1.29 1.08 1.02 2/65 21812
/proc/meminfo: memFree=1926208/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=11352 CPUtime=3.09
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 2786 0 0 0 308 1 0 0 25 0 1 0 92800017 11624448 2557 1992294400 134512640 135997824 4294956160 18446744073709551615 134817026 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 2838 2557 174 362 0 2473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11352

[startup+6.30146 s]
/proc/loadavg: 1.27 1.07 1.02 2/65 21812
/proc/meminfo: memFree=1925824/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=11616 CPUtime=6.29
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 2863 0 0 0 628 1 0 0 25 0 1 0 92800017 11894784 2634 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 2904 2634 174 362 0 2539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11616

[startup+12.7016 s]
/proc/loadavg: 1.25 1.07 1.02 2/65 21812
/proc/meminfo: memFree=1924672/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=12820 CPUtime=12.69
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 3153 0 0 0 1268 1 0 0 25 0 1 0 92800017 13127680 2924 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 3205 2924 174 362 0 2840 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12820

[startup+25.5018 s]
/proc/loadavg: 1.19 1.07 1.02 2/65 21812
/proc/meminfo: memFree=1923584/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=13988 CPUtime=25.48
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 3422 0 0 0 2547 1 0 0 25 0 1 0 92800017 14323712 3193 1992294400 134512640 135997824 4294956160 18446744073709551615 134843888 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 3497 3193 174 362 0 3132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13988

[startup+51.1013 s]
/proc/loadavg: 1.12 1.06 1.02 2/65 21812
/proc/meminfo: memFree=1920512/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=17412 CPUtime=51.07
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 4210 0 0 0 5105 2 0 0 25 0 1 0 92800017 17829888 3981 1992294400 134512640 135997824 4294956160 18446744073709551615 134757481 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 4353 3981 174 362 0 3988 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17412

[startup+102.304 s]
/proc/loadavg: 1.05 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1915584/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=22820 CPUtime=102.26
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 5439 0 0 0 10223 3 0 0 25 0 1 0 92800017 23367680 5210 1992294400 134512640 135997824 4294956160 18446744073709551615 134757852 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 5705 5210 174 362 0 5340 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22820

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

[startup+115.102 s]
/proc/loadavg: 1.04 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1914496/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=24028 CPUtime=115.06
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 5725 0 0 0 11502 4 0 0 25 0 1 0 92800017 24604672 5496 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6007 5496 174 362 0 5642 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 24028

[startup+121.502 s]
/proc/loadavg: 1.04 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1913920/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=24452 CPUtime=121.45
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 5855 0 0 0 12141 4 0 0 25 0 1 0 92800017 25038848 5626 1992294400 134512640 135997824 4294956160 18446744073709551615 134757369 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6113 5626 174 362 0 5748 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 24452

[startup+124.701 s]
/proc/loadavg: 1.04 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1913600/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=24776 CPUtime=124.65
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 5927 0 0 0 12461 4 0 0 25 0 1 0 92800017 25370624 5698 1992294400 134512640 135997824 4294956160 18446744073709551615 134845039 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6194 5698 174 362 0 5829 0
Current children cumulated CPU time (s) 124.65
Current children cumulated vsize (KiB) 24776

[startup+127.902 s]
/proc/loadavg: 1.03 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1913152/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=25436 CPUtime=127.84
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 6063 0 0 0 12780 4 0 0 25 0 1 0 92800017 26046464 5834 1992294400 134512640 135997824 4294956160 18446744073709551615 134756094 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6359 5834 174 362 0 5994 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 25436

[startup+128.706 s]
/proc/loadavg: 1.03 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1913024/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=25436 CPUtime=128.65
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 6065 0 0 0 12861 4 0 0 25 0 1 0 92800017 26046464 5836 1992294400 134512640 135997824 4294956160 18446744073709551615 134757315 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6359 5836 174 362 0 5994 0
Current children cumulated CPU time (s) 128.65
Current children cumulated vsize (KiB) 25436

[startup+129.501 s]
/proc/loadavg: 1.03 1.05 1.01 2/65 21812
/proc/meminfo: memFree=1913024/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=25436 CPUtime=129.44
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 6068 0 0 0 12940 4 0 0 25 0 1 0 92800017 26046464 5839 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6359 5839 174 362 0 5994 0
Current children cumulated CPU time (s) 129.44
Current children cumulated vsize (KiB) 25436

[startup+129.701 s]
/proc/loadavg: 1.03 1.04 1.01 2/65 21812
/proc/meminfo: memFree=1912960/2055920 swapFree=4181848/4192956
[pid=21811] ppid=21809 vsize=25436 CPUtime=129.65
/proc/21811/stat : 21811 (hydrasat) R 21809 21811 21109 0 -1 4194304 6084 0 0 0 12961 4 0 0 25 0 1 0 92800017 26046464 5855 1992294400 134512640 135997824 4294956160 18446744073709551615 134757811 0 0 4096 1 0 0 0 17 1 0 0
/proc/21811/statm: 6359 5855 174 362 0 5994 0
Current children cumulated CPU time (s) 129.65
Current children cumulated vsize (KiB) 25436

Child status: 20
Real time (s): 129.783
CPU time (s): 129.74
CPU user time (s): 129.686
CPU system time (s): 0.053991
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 25436

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

runsolver used 0.084987 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 10:21:00
IDJOB=1719601
IDBENCH=69566
IDSOLVER=520
FILE ID=node4/1719601-1240647660
PBS_JOBID= 9186453
Free space on /tmp= 66204 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719601-1240647660/watcher-1719601-1240647660 -o /tmp/evaluation-result-1719601-1240647660/solver-1719601-1240647660 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1719601-1240647660.cnf -rs 2006220695 -co memory_limit 1800

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=2006220695

node4.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.265
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.265
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:       1936296 kB
Buffers:          2384 kB
Cached:          60744 kB
SwapCached:       3784 kB
Active:          22960 kB
Inactive:        46956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1936296 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:          13828 kB
Slab:            35564 kB
Committed_AS:   419840 kB
PageTables:       1500 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 node4 at 2009-04-25 10:23:10