Trace number 1717923

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
picosat 913UNSAT 4.41933 4.42124

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.09268
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSAT SAT Solver Version 913
0.00/0.00	c Copyright (c) 2006 - 2009 Armin Biere JKU Linz
0.00/0.00	c gcc -Wall -Wextra -m32 -static -DNDEBUG -O3 -fomit-frame-pointer -finline-limit=1000000
0.00/0.00	c
0.00/0.00	c parsing HOME/instance-1717923-1240632188.cnf
0.00/0.00	c parsed header 'p cnf 312628 905106'
3.39/3.49	c initialized 312628 variables
3.39/3.49	c found 905106 non trivial clauses
3.39/3.49	c
3.39/3.49	c random number generator seed 0
3.39/3.49	c 
3.39/3.49	c  seconds     variables   original    learned     agility
3.39/3.49	c         level        used      conflicts    limit          MB
3.39/3.49	c 
3.39/3.49	c s   3.5   0.0 273e3  12.6 583e3  1797     0     0   0.0  42.5 
4.29/4.33	c 
4.29/4.33	c initial reduction limit 293082 clauses
4.29/4.33	c 
4.29/4.33	c 0   4.3 847.9 273e3  13.3 583e3  1885    75 293e3   1.2  43.2 
4.39/4.42	c 
4.39/4.42	c  seconds     variables   original    learned     agility
4.39/4.42	c         level        used      conflicts    limit          MB
4.39/4.42	c 
4.39/4.42	s UNSATISFIABLE
4.39/4.42	c
4.39/4.42	c 1 iterations
4.39/4.42	c 0 restarts
4.39/4.42	c 1797 failed literals
4.39/4.42	c 1885 conflicts
4.39/4.42	c 12364 decisions
4.39/4.42	c 39380 fixed variables
4.39/4.42	c 5053 learned literals
4.39/4.42	c 0.1% deleted literals
4.39/4.42	c 11455895 propagations
4.39/4.42	c 13.3% variables used
4.39/4.42	c 4.3 seconds in library
4.39/4.42	c 2.6 megaprops/second
4.39/4.42	c 1 simplifications
4.39/4.42	c 0 reductions
4.39/4.42	c 0.1 MB recycled
4.39/4.42	c 43.2 MB maximally allocated
4.39/4.42	c 4.3 seconds total run time

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-1717923-1240632188/watcher-1717923-1240632188 -o /tmp/evaluation-result-1717923-1240632188/solver-1717923-1240632188 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/picosat HOME/instance-1717923-1240632188.cnf 

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.00 1.00 1.00 3/64 14377
/proc/meminfo: memFree=959456/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=18500 CPUtime=0
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 535 0 0 0 0 0 0 0 18 0 1 0 91246168 18944000 521 1992294400 134512640 135137933 4294956224 18446744073709551615 134532134 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 4625 526 53 152 0 4471 0

[startup+0.040809 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14377
/proc/meminfo: memFree=959456/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=20552 CPUtime=0.02
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 4478 0 0 0 1 1 0 0 18 0 1 0 91246168 21045248 4463 1992294400 134512640 135137933 4294956224 18446744073709551615 134532287 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 5138 4465 53 152 0 4984 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20552

[startup+0.101813 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14377
/proc/meminfo: memFree=959456/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=23892 CPUtime=0.09
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 5570 0 0 0 7 2 0 0 18 0 1 0 91246168 24465408 5555 1992294400 134512640 135137933 4294956224 18446744073709551615 134689438 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 5973 5555 56 152 0 5819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23892

[startup+0.30183 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14377
/proc/meminfo: memFree=959456/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=33744 CPUtime=0.29
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 7861 0 0 0 26 3 0 0 19 0 1 0 91246168 34553856 7846 1992294400 134512640 135137933 4294956224 18446744073709551615 134689438 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 8436 7847 56 152 0 8282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33744

[startup+0.701866 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14377
/proc/meminfo: memFree=959456/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=49520 CPUtime=0.69
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11626 0 0 0 64 5 0 0 22 0 1 0 91246168 50708480 11611 1992294400 134512640 135137933 4294956224 18446744073709551615 134528644 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 12380 11611 61 152 0 12226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49520

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14378
/proc/meminfo: memFree=913112/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=49520 CPUtime=1.49
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11626 0 0 0 144 5 0 0 25 0 1 0 91246168 50708480 11611 1992294400 134512640 135137933 4294956224 18446744073709551615 134528998 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 12380 11611 61 152 0 12226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49520

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14378
/proc/meminfo: memFree=912792/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=49784 CPUtime=3.09
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11684 0 0 0 304 5 0 0 25 0 1 0 91246168 50978816 11669 1992294400 134512640 135137933 4294956224 18446744073709551615 134548661 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 12446 11669 61 152 0 12292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49784

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

[startup+3.90115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14378
/proc/meminfo: memFree=912344/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=50552 CPUtime=3.89
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11849 0 0 0 384 5 0 0 25 0 1 0 91246168 51765248 11834 1992294400 134512640 135137933 4294956224 18446744073709551615 134522769 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 12638 11834 69 152 0 12484 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 50552

[startup+4.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14378
/proc/meminfo: memFree=912152/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=50552 CPUtime=4.29
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11874 0 0 0 424 5 0 0 25 0 1 0 91246168 51765248 11859 1992294400 134512640 135137933 4294956224 18446744073709551615 134527686 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 12638 11859 69 152 0 12484 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 50552

[startup+4.40519 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14378
/proc/meminfo: memFree=912152/2055920 swapFree=4192956/4192956
[pid=14377] ppid=14375 vsize=25520 CPUtime=4.39
/proc/14377/stat : 14377 (picosat) R 14375 14377 13343 0 -1 4194304 11879 0 0 0 434 5 0 0 25 0 1 0 91246168 26132480 6270 1992294400 134512640 135137933 4294956224 18446744073709551615 134658891 0 0 4096 0 0 0 0 17 1 0 0
/proc/14377/statm: 6380 6270 69 152 0 6226 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 25520

Child status: 20
Real time (s): 4.42124
CPU time (s): 4.41933
CPU user time (s): 4.35534
CPU system time (s): 0.06399
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 50552

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

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-25 06:03:09
IDJOB=1717923
IDBENCH=20461
IDSOLVER=506
FILE ID=node58/1717923-1240632188
PBS_JOBID= 9186314
Free space on /tmp= 66224 MiB

SOLVER NAME= picosat 913
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= HOME/picosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717923-1240632188/watcher-1717923-1240632188 -o /tmp/evaluation-result-1717923-1240632188/solver-1717923-1240632188 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/picosat HOME/instance-1717923-1240632188.cnf

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

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED=504255334

node58.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.233
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.233
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:        959872 kB
Buffers:         91128 kB
Cached:         897456 kB
SwapCached:          0 kB
Active:         138396 kB
Inactive:       864164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        959872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18820 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            79536 kB
Committed_AS:   295304 kB
PageTables:       1356 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= 66224 MiB
End job on node58 at 2009-04-25 06:03:14