Trace number 1773021

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
precosat 236UNSAT 5.60815 5.60818

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.07568
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 PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1773021-1241182012.cnf
0.00/0.00	c found header 'p cnf 312628 905106'
1.29/1.33	c finished parsing
1.29/1.33	c
1.29/1.33	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
1.29/1.33	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
1.29/1.33	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
1.29/1.33	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
1.29/1.33	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
1.29/1.33	c --random=1 --spread=2000 --seed=0 --skip=25
1.29/1.33	c
1.29/1.33	c sizeof     vars[0] = 16   alignment = 0       5 MB
1.29/1.33	c sizeof     orgs[0] =  8   alignment = 0       2 MB
1.29/1.33	c sizeof     occs[0] =  8   alignment = 0       2 MB
1.29/1.33	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
1.29/1.33	c
1.29/1.33	c starting search after 1.3 seconds
1.29/1.33	c no decision limit
1.29/1.38	c
1.29/1.38	c       original/binary      fixed     eliminated      learned       agility
1.29/1.38	c   seconds        variables     equivalent    conflicts       height       MB
1.29/1.38	c
1.29/1.38	c *    1.4   861489  201874  38834 71920      0       0      0    0.0   0   76
5.49/5.58	c s    5.6   430960  114365  39311 71602  87350       0      0    0.0   0   91
5.49/5.58	c l    5.6   430960  114365  39311 71602  87350       0 361233    0.0   0   91
5.49/5.58	c 0    5.6   430960  114365  39311 71602  87350       1      0    0.0   0   91
5.49/5.58	c
5.49/5.58	s UNSATISFIABLE
5.49/5.58	c
5.49/5.58	c 1 conflicts, 0 decisions, 0 random
5.49/5.58	c 0 iterations, 0 restarts, 0 skipped
5.49/5.58	c 0 enlarged, 808 shrunken, 0 rescored, 0 rebiased
5.49/5.58	c 1 simplifications, 0 reductions
5.49/5.58	c
5.49/5.58	c vars: 39311 fixed, 71602 equiv, 87350 elim, 71920 merged
5.49/5.58	c elim: 269794 resolutions, 1 phases, 0 rounds
5.49/5.58	c sbst: 68% substituted, 0.1% nots, 42.1% ands, 19.8% xors, 38.0% ites
5.49/5.58	c arty: 2.03 and 2.00 xor average arity
5.49/5.58	c prbe: 118 probed, 1 phases, 0 rounds
5.49/5.58	c prbe: 0 failed, 1 lifted, 0 merged
5.49/5.58	c sccs: 0 non trivial, 0 fixed, 0 merged
5.49/5.58	c hash: 1820 units, 71920 merged
5.49/5.58	c mins: 0 learned, 0% deleted, 0 strong, 0 depth
5.49/5.58	c subs: 1218 forward, 812 backward, 4 doms
5.49/5.58	c strs: 1078 forward, 227 backward
5.49/5.58	c doms: 3370 dominators, 0 high, 0 low
5.49/5.58	c prps: 445406 propagations, 0.08 megaprops
5.49/5.58	c
5.49/5.58	c 5.6 seconds, 98 MB max, 19 MB recycled

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-1773021-1241182012/watcher-1773021-1241182012 -o /tmp/evaluation-result-1773021-1241182012/solver-1773021-1241182012 -C 10000 -W 6000 -M 1800 HOME/precosat HOME/instance-1773021-1241182012.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30316
/proc/meminfo: memFree=976808/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=5676 CPUtime=0
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 895 0 0 0 0 0 0 0 18 0 1 0 146234566 5812224 880 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/30316/statm: 1419 887 58 155 0 1262 0

[startup+0.032296 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30316
/proc/meminfo: memFree=976808/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=13524 CPUtime=0.03
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 2890 0 0 0 2 1 0 0 18 0 1 0 146234566 13848576 2875 1992294400 134512640 135151029 4294956240 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/30316/statm: 3381 2876 59 155 0 3224 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13524

[startup+0.102302 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30316
/proc/meminfo: memFree=976808/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=28152 CPUtime=0.09
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 6721 0 0 0 7 2 0 0 18 0 1 0 146234566 28827648 6706 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 7038 6706 63 155 0 6881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28152

[startup+0.301323 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30316
/proc/meminfo: memFree=976808/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=39036 CPUtime=0.29
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 9531 0 0 0 25 4 0 0 19 0 1 0 146234566 39972864 9418 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 9759 9419 64 155 0 9602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39036

[startup+0.702367 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30316
/proc/meminfo: memFree=976808/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=58300 CPUtime=0.69
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 14703 0 0 0 62 7 0 0 22 0 1 0 146234566 59699200 14204 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 14575 14205 64 155 0 14418 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58300

[startup+1.50145 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=905568/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=90092 CPUtime=1.49
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 22897 0 0 0 138 11 0 0 25 0 1 0 146234566 92254208 21884 1992294400 134512640 135151029 4294956240 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 22523 21884 79 155 0 22366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90092

[startup+3.10162 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=890720/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=113576 CPUtime=3.09
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 31958 0 0 0 294 15 0 0 25 0 1 0 146234566 116301824 27671 1992294400 134512640 135151029 4294956240 18446744073709551615 134561340 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 28394 27671 79 155 0 28237 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113576

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

[startup+4.70179 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=864992/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=115628 CPUtime=4.69
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 32316 0 0 0 454 15 0 0 25 0 1 0 146234566 118403072 28029 1992294400 134512640 135151029 4294956240 18446744073709551615 134673041 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 28907 28029 79 155 0 28750 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 115628

[startup+5.10184 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=864992/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=115628 CPUtime=5.09
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 32441 0 0 0 494 15 0 0 25 0 1 0 146234566 118403072 28154 1992294400 134512640 135151029 4294956240 18446744073709551615 134575503 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 28907 28154 79 155 0 28750 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 115628

[startup+5.50588 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=863840/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=117676 CPUtime=5.49
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194304 32531 0 0 0 534 15 0 0 25 0 1 0 146234566 120500224 28244 1992294400 134512640 135151029 4294956240 18446744073709551615 134575907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/30316/statm: 29419 28244 79 155 0 29262 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 117676

[startup+5.60189 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30317
/proc/meminfo: memFree=863840/2055920 swapFree=4180872/4192956
[pid=30316] ppid=30314 vsize=0 CPUtime=5.59
/proc/30316/stat : 30316 (precosat) R 30314 30316 30279 0 -1 4194308 32540 0 0 0 543 16 0 0 25 0 1 0 146234566 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 5.60818
CPU time (s): 5.60815
CPU user time (s): 5.43117
CPU system time (s): 0.176973
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 117676

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

runsolver used 0.008998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-01 14:46:53
IDJOB=1773021
IDBENCH=20461
IDSOLVER=607
FILE ID=node19/1773021-1241182012
PBS_JOBID= 9224582
Free space on /tmp= 66440 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773021-1241182012/watcher-1773021-1241182012 -o /tmp/evaluation-result-1773021-1241182012/solver-1773021-1241182012 -C 10000 -W 6000 -M 1800  HOME/precosat HOME/instance-1773021-1241182012.cnf

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

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED=177471103

node19.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        977288 kB
Buffers:         81088 kB
Cached:         892084 kB
SwapCached:       6776 kB
Active:          78360 kB
Inactive:       903536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977288 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:           18956 kB
Writeback:           0 kB
Mapped:          13328 kB
Slab:            82680 kB
Committed_AS:   702836 kB
PageTables:       1452 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= 66440 MiB
End job on node19 at 2009-05-01 14:46:59