Trace number 1779778

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
ttsth-5-0 2009-03-19 (4 threads)Signal 36.17 36.9971

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-15.cnf
MD5SUM1f63372992bc329c286ff481059b0ff7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.95
Satisfiable
(Un)Satisfiability was proved
Number of variables94663
Number of clauses305105
Sum of the clauses size772319
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2142994
Number of clauses of size 3162110
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.72/0.75	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779778-1243679635.cnf 
0.72/0.75	c Using SATTIMEOUT of 10000
0.72/0.75	c Using SATRAM of 2047
0.72/0.75	c Size of subset node = 16
0.72/0.75	c Variables = 94663
0.72/0.75	c Clauses = 305105
0.72/0.75	c Literals = 772319
0.72/0.75	c Reduced size:
0.72/0.75	c Variables = 94663
0.72/0.75	c Clauses = 300532
0.72/0.75	c Literals = 761345
0.72/0.75	c a2
1.22/1.29	c a1
33.09/33.73	c Independent sub-problems = 1
33.09/33.73	c Sub-problem with 92834 variables and 300532 clauses
33.09/33.73	c using permutation method 4
33.09/33.73	c count = 1
33.09/33.73	c Ordering finished 33.000 seconds
33.09/33.73	c mapped 33.110 seconds
33.09/33.73	c permuted 33.110 seconds
33.09/33.73	c about to sort
33.18/33.82	c sorted

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1779778-1243679635/watcher-1779778-1243679635 -o /tmp/evaluation-result-1779778-1243679635/solver-1779778-1243679635 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779778-1243679635.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.13 7.32 6.95 5/111 13343
/proc/meminfo: memFree=3017928/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=1012 CPUtime=0.01
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 132 0 0 0 1 0 0 0 25 0 1 0 1132627660 1036288 87 4294967295 134512640 135237372 3217043280 3217042784 134735180 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 253 87 74 177 0 75 0

[startup+0.100352 s]
/proc/loadavg: 7.13 7.32 6.95 5/111 13343
/proc/meminfo: memFree=3017928/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=5468 CPUtime=0.11
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 1235 0 0 0 10 1 0 0 25 0 1 0 1132627660 5599232 1190 4294967295 134512640 135237372 3217043280 3217042148 134884235 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 1367 1190 75 177 0 1189 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5468

[startup+0.210344 s]
/proc/loadavg: 7.13 7.32 6.95 5/111 13343
/proc/meminfo: memFree=3017928/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=10536 CPUtime=0.22
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 2481 0 0 0 21 1 0 0 25 0 1 0 1132627660 10788864 2436 4294967295 134512640 135237372 3217043280 3217042836 134738965 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 2634 2436 75 177 0 2456 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10536

[startup+0.310336 s]
/proc/loadavg: 7.13 7.32 6.95 5/111 13343
/proc/meminfo: memFree=3017928/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=15164 CPUtime=0.32
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 3611 0 0 0 31 1 0 0 25 0 1 0 1132627660 15527936 3566 4294967295 134512640 135237372 3217043280 3217041876 134886056 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 3791 3566 75 177 0 3613 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15164

[startup+0.710307 s]
/proc/loadavg: 7.13 7.32 6.95 5/111 13343
/proc/meminfo: memFree=3017928/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=22580 CPUtime=0.72
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 5348 0 0 0 71 1 0 0 25 0 1 0 1132627660 23121920 5303 4294967295 134512640 135237372 3217043280 3217042972 134534256 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 5645 5303 75 177 0 5467 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 22580

[startup+1.51024 s]
/proc/loadavg: 7.13 7.32 6.95 5/112 13344
/proc/meminfo: memFree=2976192/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=44180 CPUtime=1.52
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 11707 0 0 0 147 5 0 0 25 0 1 0 1132627660 45240320 10608 4294967295 134512640 135237372 3217043280 3217042464 134735105 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 11045 10608 77 177 0 10867 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 44180

[startup+3.1101 s]
/proc/loadavg: 7.13 7.32 6.95 5/112 13345
/proc/meminfo: memFree=2963552/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=55936 CPUtime=3.12
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 14657 0 0 0 307 5 0 0 25 0 1 0 1132627660 57278464 13558 4294967295 134512640 135237372 3217043280 3217042640 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 13984 13558 77 177 0 13806 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 55936

[startup+6.30983 s]
/proc/loadavg: 6.88 7.27 6.94 5/112 13351
/proc/meminfo: memFree=2962828/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=56364 CPUtime=6.32
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 14774 0 0 0 627 5 0 0 25 0 1 0 1132627660 57716736 13675 4294967295 134512640 135237372 3217043280 3217042608 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 14091 13675 77 177 0 13913 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 56364

[startup+12.7093 s]
/proc/loadavg: 6.81 7.24 6.93 5/112 13351
/proc/meminfo: memFree=2961744/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=57344 CPUtime=12.72
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 15012 0 0 0 1267 5 0 0 25 0 1 0 1132627660 58720256 13913 4294967295 134512640 135237372 3217043280 3217042384 134599269 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 14336 13913 77 177 0 14158 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 57344

[startup+25.5082 s]
/proc/loadavg: 6.49 7.15 6.90 6/113 13414
/proc/meminfo: memFree=2959736/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=60212 CPUtime=25.22
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 15593 0 0 0 2517 5 0 0 25 0 1 0 1132627660 61657088 14494 4294967295 134512640 135237372 3217043280 3217042640 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 15053 14494 77 177 0 14875 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 60212

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

[startup+25.6082 s]
/proc/loadavg: 6.49 7.15 6.90 6/113 13414
/proc/meminfo: memFree=2959736/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=60212 CPUtime=25.32
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 15598 0 0 0 2527 5 0 0 25 0 1 0 1132627660 61657088 14499 4294967295 134512640 135237372 3217043280 3217042640 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 15053 14499 77 177 0 14875 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 60212

[startup+32.0077 s]
/proc/loadavg: 6.37 7.11 6.89 6/113 13469
/proc/meminfo: memFree=2958172/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=61136 CPUtime=31.52
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 15871 0 0 0 3147 5 0 0 25 0 1 0 1132627660 62603264 14772 4294967295 134512640 135237372 3217043280 3217042640 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 15284 14772 77 177 0 15106 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (KiB) 61136

[startup+35.2074 s]
/proc/loadavg: 6.26 7.08 6.88 6/113 13496
/proc/meminfo: memFree=2731896/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=287096 CPUtime=34.5
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 72931 0 0 0 3429 21 0 0 25 0 1 0 1132627660 293986304 71538 4294967295 134512640 135237372 3217043280 3216980960 134551480 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 71774 71538 91 177 0 71596 0
Current children cumulated CPU time (s) 34.5
Current children cumulated vsize (KiB) 287096

[startup+36.0074 s]
/proc/loadavg: 6.26 7.08 6.88 6/113 13496
/proc/meminfo: memFree=2731896/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=311204 CPUtime=35.25
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4202496 78916 0 0 0 3503 22 0 0 25 0 1 0 1132627660 318672896 77523 4294967295 134512640 135237372 3217043280 3212765344 134547887 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 77801 77523 91 177 0 77623 0
Current children cumulated CPU time (s) 35.25
Current children cumulated vsize (KiB) 311204

[startup+36.4174 s]
/proc/loadavg: 6.26 7.08 6.88 6/113 13505
/proc/meminfo: memFree=2644688/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=334276 CPUtime=35.62
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4204032 84736 0 0 0 3518 44 0 0 25 0 1 0 1132627660 342298624 83214 4294967295 134512640 135237372 3217043280 3208667136 134730080 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 83569 83214 104 177 0 83391 0
Current children cumulated CPU time (s) 35.62
Current children cumulated vsize (KiB) 334276

[startup+36.8073 s]
/proc/loadavg: 6.26 7.08 6.88 6/113 13505
/proc/meminfo: memFree=2644688/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=334276 CPUtime=36
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4204032 84736 0 0 0 3518 82 0 0 25 0 1 0 1132627660 342298624 83214 4294967295 134512640 135237372 3217043280 3208667136 134730080 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 83569 83214 104 177 0 83391 0
Current children cumulated CPU time (s) 36
Current children cumulated vsize (KiB) 334276

[startup+36.9073 s]
/proc/loadavg: 6.26 7.08 6.88 6/113 13505
/proc/meminfo: memFree=2644688/3368532 swapFree=1953788/1959888
[pid=13343] ppid=13341 vsize=334276 CPUtime=36.09
/proc/13343/stat : 13343 (ttsth-5-0) R 13341 13343 20065 0 -1 4204032 84736 0 0 0 3518 91 0 0 25 0 1 0 1132627660 342298624 83214 4294967295 134512640 135237372 3217043280 3208667136 134730080 0 0 0 0 0 0 0 17 2 0 0 0
/proc/13343/statm: 83569 83214 104 177 0 83391 0
Current children cumulated CPU time (s) 36.09
Current children cumulated vsize (KiB) 334276

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 36.9971
CPU time (s): 36.17
CPU user time (s): 35.18
CPU system time (s): 0.99
CPU usage (%): 97.7644
Max. virtual memory (cumulated for all children) (KiB): 334276

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:33:55
IDJOB=1779778
IDBENCH=70898
IDSOLVER=632
FILE ID=/1779778-1243679635
PBS_JOBID=
Free space on /tmp= 6472 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-15.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779778-1243679635/watcher-1779778-1243679635 -o /tmp/evaluation-result-1779778-1243679635/solver-1779778-1243679635 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779778-1243679635.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 1f63372992bc329c286ff481059b0ff7
RANDOM SEED= 1143738686

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3017928 kB
Buffers:        118564 kB
Cached:         115880 kB
SwapCached:       2256 kB
Active:         161796 kB
Inactive:        89172 kB
HighTotal:     2489216 kB
HighFree:      2355992 kB
LowTotal:       879316 kB
LowFree:        661936 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            6372 kB
Writeback:           0 kB
AnonPages:       15776 kB
Mapped:           5052 kB
Slab:            90816 kB
SReclaimable:    77156 kB
SUnreclaim:      13660 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6146 MiB
End job on  at 2009-05-30 12:34:33