Trace number 1796398

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
ReVivAl 0.23 2009-03-18UNSAT 14.8977 14.9046

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11803.cnf
MD5SUM6c6fd606fd41d7205b07602118ad74a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.528919
Satisfiable
(Un)Satisfiability was proved
Number of variables276402
Number of clauses798348
Sum of the clauses size2080196
Maximum clause length3
Minimum clause length1
Number of clauses of size 131560
Number of clauses of size 2251728
Number of clauses of size 3515060
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 revival is preprocessing the formula...Proved UNSATISFIABLE by ReVivAl !!
14.78/14.89	(polynomial instance)
14.88/14.90	done !
14.88/14.90	c Calling MINISAT
14.88/14.90	This is MiniSat 2.0 beta
14.88/14.90	WARNING: for repeatability, setting FPU to use double precision
14.88/14.90	============================[ Problem Statistics ]=============================
14.88/14.90	|                                                                             |
14.88/14.90	|  Number of variables:  1                                                    |
14.88/14.90	|  Number of clauses:    2                                                    |
14.88/14.90	|  Parsing time:         0.00         s                                       |
14.88/14.90	Solved by unit propagation
14.88/14.90	UNSATISFIABLE
14.88/14.90	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-1796398-1242075374/watcher-1796398-1242075374 -o /tmp/evaluation-result-1796398-1242075374/solver-1796398-1242075374 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796398-1242075374.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12949
/proc/meminfo: memFree=1152224/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) R 12947 12949 12671 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12949/statm: 1340 236 195 169 0 51 0
[pid=12950] ppid=12949 vsize=2124 CPUtime=0
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 2174976 253 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12950/statm: 531 259 81 6 0 169 0

[startup+0.015434 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12949
/proc/meminfo: memFree=1152224/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=9804 CPUtime=0.01
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 1847 0 0 0 0 1 0 0 19 0 1 0 235570627 10039296 1814 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12950/statm: 2451 1821 81 6 0 2089 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15164

[startup+0.101443 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12949
/proc/meminfo: memFree=1152224/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=42540 CPUtime=0.09
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 9812 0 0 0 4 5 0 0 19 0 1 0 235570627 43560960 9775 1992294400 134512640 134537284 4294956368 18446744073709551615 9709179 0 0 4096 0 0 0 0 17 0 0 0
/proc/12950/statm: 10635 9779 82 6 0 10273 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47900

[startup+0.301464 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12949
/proc/meminfo: memFree=1152224/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=75748 CPUtime=0.29
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 15320 0 0 0 21 8 0 0 21 0 1 0 235570627 77565952 15283 1992294400 134512640 134537284 4294956368 18446744073709551615 9709179 0 0 4096 0 0 0 0 17 0 0 0
/proc/12950/statm: 18937 15285 82 6 0 18575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81108

[startup+0.701511 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 12949
/proc/meminfo: memFree=1152224/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=65864 CPUtime=0.69
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16314 0 0 0 61 8 0 0 25 0 1 50000 235570627 67444736 12338 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16466 12338 85 6 0 16104 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71224

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102672/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=65864 CPUtime=1.49
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16315 0 0 0 141 8 0 0 25 0 1 50000 235570627 67444736 12339 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16466 12339 85 6 0 16104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71224

[startup+3.10278 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102544/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=65864 CPUtime=3.09
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16315 0 0 0 301 8 0 0 25 0 1 50000 235570627 67444736 12339 1992294400 134512640 134537284 4294956368 18446744073709551615 134523948 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16466 12339 85 6 0 16104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71224

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102416/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=65996 CPUtime=6.28
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16347 0 0 0 620 8 0 0 25 0 1 50000 235570627 67579904 12371 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16499 12371 85 6 0 16137 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71356

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102416/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=66128 CPUtime=12.68
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16364 0 0 0 1260 8 0 0 25 0 1 50000 235570627 67715072 12388 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16532 12388 85 6 0 16170 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71488

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

[startup+14.3051 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102416/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=66128 CPUtime=14.28
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16374 0 0 0 1420 8 0 0 25 0 1 50000 235570627 67715072 12398 1992294400 134512640 134537284 4294956368 18446744073709551615 134524039 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16532 12398 85 6 0 16170 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 71488

[startup+14.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102416/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=66128 CPUtime=14.68
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194304 16375 0 0 0 1460 8 0 0 25 0 1 50000 235570627 67715072 12399 1992294400 134512640 134537284 4294956368 18446744073709551615 134524072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 16532 12399 85 6 0 16170 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 71488

[startup+14.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12951
/proc/meminfo: memFree=1102416/2055920 swapFree=4159984/4192956
[pid=12949] ppid=12947 vsize=5360 CPUtime=0
/proc/12949/stat : 12949 (run.sh) S 12947 12949 12671 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235570627 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12949/statm: 1340 237 196 169 0 51 0
[pid=12950] ppid=12949 vsize=0 CPUtime=14.88
/proc/12950/stat : 12950 (revival) R 12949 12949 12671 0 -1 4194308 16380 0 0 0 1479 9 0 0 25 0 1 50000 235570627 0 0 1992294400 0 0 0 0 0 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12950/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 14.9046
CPU time (s): 14.8977
CPU user time (s): 14.7997
CPU system time (s): 0.097985
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 81108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7997
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16802
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= 7
involuntary context switches= 54

runsolver used 0.017997 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-11 22:56:15
IDJOB=1796398
IDBENCH=20463
IDSOLVER=649
FILE ID=node32/1796398-1242075374
PBS_JOBID= 9277596
Free space on /tmp= 66020 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11803.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796398-1242075374/watcher-1796398-1242075374 -o /tmp/evaluation-result-1796398-1242075374/solver-1796398-1242075374 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796398-1242075374.cnf HOME

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

MD5SUM BENCH= 6c6fd606fd41d7205b07602118ad74a0
RANDOM SEED=1543671516

node32.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.216
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.216
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:       1152712 kB
Buffers:         53216 kB
Cached:         760976 kB
SwapCached:      26560 kB
Active:          90900 kB
Inactive:       751300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152712 kB
SwapTotal:     4192956 kB
SwapFree:      4159984 kB
Dirty:           17380 kB
Writeback:           0 kB
Mapped:          14292 kB
Slab:            46820 kB
Committed_AS:   843176 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66016 MiB
End job on node32 at 2009-05-11 22:56:30