Trace number 1582712

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
tts tts-5-0Signal 118.04 118.151

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p1.cnf
MD5SUM3860cadf04571c4600e5fd531189ff9f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark106.142
Satisfiable
(Un)Satisfiability was proved
Number of variables163388
Number of clauses832285
Sum of the clauses size1984984
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2619899
Number of clauses of size 3162400
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

50.75/50.89	c Command: HOME/tts-5-0 HOME/instance-1582712-1238942887.cnf 
50.75/50.89	c Using SATTIMEOUT of 1200
50.75/50.89	c Using SATRAM of 1800
50.75/50.89	c Size of subset node = 16
50.75/50.89	c Variables = 163388
50.75/50.89	c Clauses = 832285
50.75/50.89	c Literals = 1984984
50.75/50.89	c Reduced size:
50.75/50.89	c Variables = 163388
50.75/50.89	c Clauses = 632425
50.75/50.89	c Literals = 1541567
50.75/50.89	c a2
52.56/52.63	c a1
114.73/114.89	c Independent sub-problems = 1
114.73/114.89	c Sub-problem with 127806 variables and 632425 clauses
114.73/114.89	c using permutation method 4
114.73/114.89	c count = 1
114.73/114.89	c Ordering finished 114.440 seconds
114.73/114.89	c mapped 114.850 seconds
114.73/114.89	c permuted 114.850 seconds
114.73/114.89	c about to sort
114.94/115.09	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1582712-1238942887/watcher-1582712-1238942887 -o /tmp/evaluation-result-1582712-1238942887/solver-1582712-1238942887 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1582712-1238942887.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.92 1.98 2.02 4/86 28429
/proc/meminfo: memFree=1824456/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=1008 CPUtime=0
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 1166952800 1032192 140 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 252 140 68 165 0 85 0

[startup+0.046951 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 28429
/proc/meminfo: memFree=1824456/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=2912 CPUtime=0.04
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 599 0 0 0 4 0 0 0 18 0 1 0 1166952800 2981888 583 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 728 584 68 165 0 561 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2912

[startup+0.101956 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 28429
/proc/meminfo: memFree=1824456/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=5356 CPUtime=0.09
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 1202 0 0 0 9 0 0 0 18 0 1 0 1166952800 5484544 1186 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 1339 1186 68 165 0 1172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.301981 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 28429
/proc/meminfo: memFree=1824456/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=14392 CPUtime=0.29
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 3394 0 0 0 28 1 0 0 20 0 1 0 1166952800 14737408 3378 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 3598 3378 68 165 0 3431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14392

[startup+0.701031 s]
/proc/loadavg: 1.92 1.98 2.02 4/86 28429
/proc/meminfo: memFree=1824456/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=29256 CPUtime=0.69
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 7204 0 0 0 66 3 0 0 23 0 1 0 1166952800 29958144 7188 1992294400 134512640 135191068 4294956224 18446744073709551615 134724014 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 7314 7188 68 165 0 7147 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29256

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 2.02 3/87 28430
/proc/meminfo: memFree=1782784/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=57868 CPUtime=1.49
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 13843 0 0 0 143 6 0 0 25 0 1 0 1166952800 59256832 13827 1992294400 134512640 135191068 4294956224 18446744073709551615 134533956 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 14467 13827 68 165 0 14300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57868

[startup+3.10133 s]
/proc/loadavg: 2.01 2.00 2.03 3/87 28430
/proc/meminfo: memFree=1768512/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=57868 CPUtime=3.08
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 13843 0 0 0 302 6 0 0 25 0 1 0 1166952800 59256832 13827 1992294400 134512640 135191068 4294956224 18446744073709551615 134533979 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 14467 13827 68 165 0 14300 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57868

[startup+6.30173 s]
/proc/loadavg: 2.01 2.00 2.03 3/87 28430
/proc/meminfo: memFree=1769024/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=57868 CPUtime=6.28
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 13843 0 0 0 622 6 0 0 25 0 1 0 1166952800 59256832 13827 1992294400 134512640 135191068 4294956224 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 14467 13827 68 165 0 14300 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57868

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 28430
/proc/meminfo: memFree=1769032/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=57868 CPUtime=12.68
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 13843 0 0 0 1262 6 0 0 25 0 1 0 1166952800 59256832 13827 1992294400 134512640 135191068 4294956224 18446744073709551615 134534039 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 14467 13827 68 165 0 14300 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57868

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 28430
/proc/meminfo: memFree=1769096/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=57868 CPUtime=25.47
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 13843 0 0 0 2541 6 0 0 25 0 1 0 1166952800 59256832 13827 1992294400 134512640 135191068 4294956224 18446744073709551615 134533956 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 14467 13827 68 165 0 14300 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57868

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28431
/proc/meminfo: memFree=1768968/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=75264 CPUtime=51.06
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 18187 0 0 0 5098 8 0 0 25 0 1 0 1166952800 77070336 18171 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 18816 18172 69 165 0 18649 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 75264

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1695048/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=132576 CPUtime=102.25
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 42825 0 0 0 10206 19 0 0 25 0 1 0 1166952800 135757824 32337 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 33144 32337 71 165 0 32977 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 132576

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

[startup+108.702 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1694408/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=133104 CPUtime=108.64
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 43002 0 0 0 10845 19 0 0 25 0 1 0 1166952800 136298496 32514 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 33276 32514 71 165 0 33109 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 133104

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1693896/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=131600 CPUtime=115.04
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 44766 0 0 0 11484 20 0 0 25 0 1 0 1166952800 134758400 32424 1992294400 134512640 135191068 4294956224 18446744073709551615 134693975 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 32900 32424 81 165 0 32733 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 131600

[startup+116.703 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1586632/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=248788 CPUtime=116.63
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4194304 74233 0 0 0 11632 31 0 0 25 0 1 0 1166952800 254758912 61762 1992294400 134512640 135191068 4294956224 18446744073709551615 134691763 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 62197 61762 85 165 0 62030 0
Current children cumulated CPU time (s) 116.63
Current children cumulated vsize (KiB) 248788

[startup+117.502 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1586632/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=270324 CPUtime=117.43
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4195840 79684 0 0 0 11665 78 0 0 25 0 1 0 1166952800 276811776 67202 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 67581 67202 85 165 0 67414 0
Current children cumulated CPU time (s) 117.43
Current children cumulated vsize (KiB) 270324

[startup+117.902 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1405512/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=270324 CPUtime=117.82
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4195840 79684 0 0 0 11665 117 0 0 25 0 1 0 1166952800 276811776 67202 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 67581 67202 85 165 0 67414 0
Current children cumulated CPU time (s) 117.82
Current children cumulated vsize (KiB) 270324

[startup+118.102 s]
/proc/loadavg: 2.00 2.00 2.02 3/87 28432
/proc/meminfo: memFree=1405512/2055920 swapFree=4170232/4192956
[pid=28429] ppid=28427 vsize=270324 CPUtime=117.98
/proc/28429/stat : 28429 (tts-5-0) R 28427 28429 27974 0 -1 4195840 79971 0 0 0 11665 133 0 0 25 0 1 0 1166952800 276811776 67202 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/28429/statm: 67581 67202 85 165 0 67414 0
Current children cumulated CPU time (s) 117.98
Current children cumulated vsize (KiB) 270324

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 118.151
CPU time (s): 118.04
CPU user time (s): 116.651
CPU system time (s): 1.38879
CPU usage (%): 99.9059
Max. virtual memory (cumulated for all children) (KiB): 270324

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

runsolver used 0.133979 second user time and 0.409937 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-05 16:48:08
IDJOB=1582712
IDBENCH=71061
IDSOLVER=505
FILE ID=node92/1582712-1238942887
PBS_JOBID= 9101467
Free space on /tmp= 66540 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p1.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1582712-1238942887/watcher-1582712-1238942887 -o /tmp/evaluation-result-1582712-1238942887/solver-1582712-1238942887 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1582712-1238942887.cnf

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

MD5SUM BENCH= 3860cadf04571c4600e5fd531189ff9f
RANDOM SEED=436922438

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1824936 kB
Buffers:         16852 kB
Cached:         146104 kB
SwapCached:       7384 kB
Active:          30076 kB
Inactive:       142524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824936 kB
SwapTotal:     4192956 kB
SwapFree:      4170232 kB
Dirty:           15936 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            42448 kB
Committed_AS:  2139240 kB
PageTables:       2780 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= 66276 MiB
End job on node92 at 2009-04-05 16:50:06