Trace number 3493349

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
MiniUnsat2 2011-02-22UNSAT 3.64745 3.64864

General information on the benchmark

Namemus/marques-silva/design-debugging/
c7552-bug-gate-0.dimacs.seq.filtered.cnf
MD5SUMd6d54558c3043486f55219ce1d715931
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses7008
Sum of the clauses size15509
Maximum clause length5
Minimum clause length1
Number of clauses of size 1315
Number of clauses of size 25002
Number of clauses of size 31591
Number of clauses of size 483
Number of clauses of size 517
Number of clauses of size over 50

Solver Data

3.60/3.64	s UNSATISFIABLE
3.60/3.64	v 6706 6700 6701 6702 6703 6704 6707 6708 6709 6723 6781 6782 6875 6876 6783 6784 6785 6786 6787 6788 6790 6791 6792 6793 6794 6795 6796 6797 6798 6804 6811 6812 6813 6814 6817 6818 6819 6820 6821 6971 6989 1670 1685 620 645 399 642 2585 2612 2786 2984 3130 631 433 2388 2642 4268 4418 398 630 655 326 652 665 682 6440 330 331 334 355 358 395 409 416 658 670 752 1143 2445 5938 351 354 359 361 394 412 413 622 624 643 731 782 784 1682 3033 249 350 364 689 716 720 749 803 1692 2409 2533 2558 2818 4229 4431 6452 2 327 336 387 389 726 737 765 787 901 1033 2347 2427 2461 2928 2970 3042 3332 4208 4232 4310 4313 4331 4353 764 1060 1073 1078 1150 1151 1700 2341 2350 2682 3015 3107 4238 4247 4257 4260 4403 6432 6444 6455 143 180 1028 1030 1035 1047 1049 1055 1057 1063 1065 1067 1071 1087 2353 2562 2589 2616 2664 2708 2735 2762 2822 3110 3134 3847 3851 4196 4206 4220 4242 4251 4275 4286 4289 4298 4325 4343 4350 4359 4370 4388 4398 4421 4428 4439 4449 4661 4662 1037 1040 1052 1082 2386 2482 2506 2640 2784 2982 3194 3344 4187 4190 4227 4266 4308 4329 4380 4401 4458 4668 3597 2339 2345 2459 2531 3330 2680 2968 2704 2731 2758 2441 3011 3029 3038 2405 4339 2486 2510 3198 3348 4348 4666 4657 2393 2647 2662 4447 1678 1690 2357 2423 2566 2593 2620 2989 3138 4396 4660 2926 3114 4204 4216 4225 1675 2791 2826 3855 4237 4246 4255 4264 4273 4318 4336 4408 4426 4435 4195 4213 4279 4282 4294 4306 4357 4363 4378 4384 4456 6436 6448 6460 4321 4366 4464 6699 0

Verifier Data

OK	302

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3493349-1307802847/watcher-3493349-1307802847 -o /tmp/evaluation-result-3493349-1307802847/solver-3493349-1307802847 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=2022806731 -verb=0 HOME/instance-3493349-1307802847.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.03 3.99 3.60 5/189 23560
/proc/meminfo: memFree=31467116/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=20360 CPUtime=0 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 666 0 0 0 0 0 0 0 25 0 1 0 891884317 20848640 605 33554432000 4194304 4258824 140734694821744 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5090 606 222 16 0 1732 0

[startup+0.0917351 s]
/proc/loadavg: 4.03 3.99 3.60 5/189 23560
/proc/meminfo: memFree=31467116/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=20736 CPUtime=0.09 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 784 0 0 0 9 0 0 0 25 0 1 0 891884317 21233664 705 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220111 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5184 705 231 16 0 1826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20736

[startup+0.100737 s]
/proc/loadavg: 4.03 3.99 3.60 5/189 23560
/proc/meminfo: memFree=31467116/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=20736 CPUtime=0.09 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 784 0 0 0 9 0 0 0 25 0 1 0 891884317 21233664 705 33554432000 4194304 4258824 140734694821744 18446744073709551615 4207439 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5184 705 231 16 0 1826 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20736

[startup+0.300708 s]
/proc/loadavg: 4.03 3.99 3.60 5/189 23560
/proc/meminfo: memFree=31467116/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=20868 CPUtime=0.29 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 853 0 0 0 29 0 0 0 25 0 1 0 891884317 21368832 774 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5217 774 231 16 0 1859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20868

[startup+0.700627 s]
/proc/loadavg: 4.03 3.99 3.60 5/189 23560
/proc/meminfo: memFree=31467116/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=20868 CPUtime=0.69 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 866 0 0 0 69 0 0 0 25 0 1 0 891884317 21368832 787 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220832 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5217 787 231 16 0 1859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20868

[startup+1.50048 s]
/proc/loadavg: 4.03 3.99 3.60 6/190 23561
/proc/meminfo: memFree=31464776/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=21016 CPUtime=1.49 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 907 0 0 0 149 0 0 0 25 0 1 0 891884317 21520384 828 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220807 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5254 828 231 16 0 1896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21016

[startup+3.10021 s]
/proc/loadavg: 4.03 3.99 3.60 6/190 23561
/proc/meminfo: memFree=31464264/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=21384 CPUtime=3.09 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 982 0 0 0 309 0 0 0 25 0 1 0 891884317 21897216 903 33554432000 4194304 4258824 140734694821744 18446744073709551615 4218808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5346 903 231 16 0 1988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21384

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

[startup+3.50013 s]
/proc/loadavg: 4.03 3.99 3.60 6/190 23561
/proc/meminfo: memFree=31463644/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=21384 CPUtime=3.49 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 982 0 0 0 349 0 0 0 25 0 1 0 891884317 21897216 903 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5346 903 231 16 0 1988 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 21384

[startup+3.60113 s]
/proc/loadavg: 4.03 3.99 3.60 6/190 23561
/proc/meminfo: memFree=31463644/32950928 swapFree=67079488/67111528
[pid=23560] ppid=23558 vsize=21384 CPUtime=3.6 cores=4,6
/proc/23560/stat : 23560 (munsat2_release) R 23558 23560 23145 0 -1 4202496 982 0 0 0 360 0 0 0 25 0 1 0 891884317 21897216 903 33554432000 4194304 4258824 140734694821744 18446744073709551615 4220853 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23560/statm: 5346 903 231 16 0 1988 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 21384

Child status: 0
Real time (s): 3.64864
CPU time (s): 3.64745
CPU user time (s): 3.64745
CPU system time (s): 0
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 21384

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

runsolver used 0.008998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 16:34:07
IDJOB=3493349
IDBENCH=89431
IDSOLVER=1973
FILE ID=node125/3493349-1307802847
RUNJOBID= node125-1307800697-23164
PBS_JOBID= 13551054
Free space on /tmp= 74020 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/mus/marques-silva/design-debugging/c7552-bug-gate-0.dimacs.seq.filtered.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493349-1307802847/watcher-3493349-1307802847 -o /tmp/evaluation-result-3493349-1307802847/solver-3493349-1307802847 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=2022806731 -verb=0 HOME/instance-3493349-1307802847.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d6d54558c3043486f55219ce1d715931
RANDOM SEED=2022806731

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31467536 kB
Buffers:        299460 kB
Cached:         773516 kB
SwapCached:       3400 kB
Active:         685308 kB
Inactive:       597960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31467536 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            8580 kB
Writeback:           0 kB
AnonPages:      208432 kB
Mapped:          14380 kB
Slab:           134264 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   425228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node125 at 2011-06-11 16:34:10